Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gorums authored Oct 13, 2020
1 parent 9a7458a commit 9944b4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GoBusterDir/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ Using {{domain}} ReconNess replace {{domain}} for the subdomain.
If we have the wordlist in ~/Desktop/tools/wordlist/directories.txt

```
gobuster dir -u https://{{domain}} -w ~/Desktop/tools/wordlist/directories.txt -z -k -l -r --wildcard
gobuster dir -u https://{{domain}} -w ~/Desktop/tools/wordlist/directories.txt -z -k -r --wildcard
```
## GoBusterDir Command for Docker

```
/root/go/bin/gobuster dir -u https://{{domain}} -w /app/content_discovery_all.txt -z -k -l -r --wildcard
/root/go/bin/gobuster dir -u https://{{domain}} -w /app/content_discovery_all.txt -z -k -r --wildcard
```

## GoBusterDir Script
Expand Down

0 comments on commit 9944b4e

Please sign in to comment.