You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- After building the container using either way, run the following -
115
115
```bash
116
-
docker run --net=host -it projectdiscovery/naabu
116
+
docker run -it projectdiscovery/naabu
117
117
```
118
118
119
119
> The above command is the same as running `-h`
120
120
121
121
For example, this runs the tool against hackerone.com and output the results to your host file system:
122
122
```bash
123
-
docker run --net=host -it projectdiscovery/naabu -host hackerone.com > hackerone.com.txt
123
+
docker run -it projectdiscovery/naabu -host hackerone.com > hackerone.com.txt
124
124
```
125
125
126
-
> Host Networking mode is required for naabu to work with docker because of some network level restrictions imposed by docker.
127
-
128
126
### MacOS
129
127
130
128
On MacOS, the install instructions are similar to linux. You can download a binary for MacOS from the releases page. You can also `go get` the package to install it from source.
0 commit comments