Skip to content

Commit 16be7f3

Browse files
authored
Update README.md
1 parent 3e58269 commit 16be7f3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,18 +113,16 @@ docker build -t projectdiscovery/naabu .
113113

114114
- After building the container using either way, run the following -
115115
```bash
116-
docker run --net=host -it projectdiscovery/naabu
116+
docker run -it projectdiscovery/naabu
117117
```
118118

119119
> The above command is the same as running `-h`
120120
121121
For example, this runs the tool against hackerone.com and output the results to your host file system:
122122
```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
124124
```
125125

126-
> Host Networking mode is required for naabu to work with docker because of some network level restrictions imposed by docker.
127-
128126
### MacOS
129127

130128
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

Comments
 (0)