Options (5)
-u, --urlbooleanScan a web server for common paths with common extensions
Example:
dirsearch {{[-u|--url]}} {{url}} --extensions-list-l, --url-listbooleanScan a list of web servers for common paths with given file extensions
Example:
dirsearch {{[-l|--url-list]}} {{path/to/url-list.txt}} {{[-e|--extensions]}} {{php,jsp,aspx,...}}-e, --extensionsbooleanScan a list of web servers for common paths with given file extensions
Example:
dirsearch {{[-l|--url-list]}} {{path/to/url-list.txt}} {{[-e|--extensions]}} {{php,jsp,aspx,...}}-w, --wordlistsbooleanScan a web server for user-defined paths with common extensions
Example:
dirsearch {{[-u|--url]}} {{url}} --extensions-list {{[-w|--wordlists]}} {{path/to/url-paths1.txt,path/to/url-paths2.txt,...}}-m, --http-methodbooleanScan a web server using the `HEAD` HTTP method
Example:
dirsearch {{[-u|--url]}} {{url}} {{[-e|--extensions]}} {{php}} {{[-m|--http-method]}} {{HEAD}}Examples (6)
Scan a web server for common paths with common extensions
dirsearch [-u|--url] url --extensions-listScan a list of web servers for common paths with given file extensions
dirsearch [-l|--url-list] path/to/url-list.txt [-e|--extensions] php,jsp,aspx,...Scan a web server for user-defined paths with common extensions
dirsearch [-u|--url] url --extensions-list [-w|--wordlists] path/to/url-paths1.txt,path/to/url-paths2.txt,...Scan a web server using the `HEAD` HTTP method
made by @shridhargupta | data from tldr-pages