Skip to content

Commit

Permalink
Clean up wordlists, update README, add new gif
Browse files Browse the repository at this point in the history
  • Loading branch information
liamg committed May 30, 2020
1 parent a8bb627 commit 7a22cee
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 481 deletions.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Scout is a URL fuzzer for discovering undisclosed VHOSTS, files and directories on a web server.

<p align="center">
<img width="746" height="417" src="./demo.png" />
<img width="929" height="502" src="./demo.gif" />
</p>

A full word list is included in the binary, meaning maximum portability and minimal configuration. Aim and fire!
Expand Down Expand Up @@ -38,6 +38,26 @@ Use "scout [command] --help" for more information about a command.

### Discover URLs

#### Flags

##### `-x, --extensions`

File extensions to detect. (default `php,htm,html,txt`])

##### `-f, --filename`

Filename to seek in the directory being searched. Useful when all directories report 404 status.

##### `-H, --header`

Extra header to send with requests e.g. `-H "Cookie: PHPSESSID=blah"`

##### `-s, --status-codes`

HTTP status codes which indicate a positive find. (default `200,400,403,500,405,204,401,301,302`)

#### Full example

```bash
$ scout url http://192.168.1.1

Expand Down
1 change: 1 addition & 0 deletions assets/vhost.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ api
app
archive
b
backup
beta
beta-www
blog
Expand Down
Loading

0 comments on commit 7a22cee

Please sign in to comment.