mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
dirsearch: add page (#3949)
This commit is contained in:
parent
0cace23c9c
commit
52edacb27d
1 changed files with 28 additions and 0 deletions
28
pages/common/dirsearch.md
Normal file
28
pages/common/dirsearch.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# dirsearch
|
||||
|
||||
> Web path scanner.
|
||||
> More information: <https://github.com/maurosoria/dirsearch>.
|
||||
|
||||
- Scan a web server for common paths with common extensions:
|
||||
|
||||
`dirsearch --url {{url}} --extensions-list`
|
||||
|
||||
- Scan a list of web servers for common paths with the `.php` extension:
|
||||
|
||||
`dirsearch --url-list {{path/to/url-list.txt}} --extensions {{php}}`
|
||||
|
||||
- Scan a web server for user-defined paths with common extensions:
|
||||
|
||||
`dirsearch --url {{url}} --extensions-list --wordlist {{path/to/url-paths.txt}}`
|
||||
|
||||
- Scan a web server using a cookie:
|
||||
|
||||
`dirsearch --url {{url}} --extensions {{php}} --cookie {{cookie}}`
|
||||
|
||||
- Scan a web server using the `HEAD` HTTP method:
|
||||
|
||||
`dirsearch --url {{url}} --extensions {{php}} --http-method {{HEAD}}`
|
||||
|
||||
- Scan a web server, saving the results to a `.json` file:
|
||||
|
||||
`dirsearch --url {{url}} --extensions {{php}} --json-report {{path/to/report.json}}`
|
Loading…
Add table
Reference in a new issue