Forrest logo
back to context overview

dirsearch

List of commands for dirsearch:

  • dirsearch:tldr:6d71a dirsearch: Scan a web server for user-defined paths with common extensions.
    $ dirsearch --url ${url} --extensions-list --wordlist ${path-to-url-paths-txt}
    try on your machine
    explain this command
  • dirsearch:tldr:846cc dirsearch: Scan a web server for common paths with common extensions.
    $ dirsearch --url ${url} --extensions-list
    try on your machine
    explain this command
  • dirsearch:tldr:964b9 dirsearch: Scan a web server using the `HEAD` HTTP method.
    $ dirsearch --url ${url} --extensions ${php} --http-method ${HEAD}
    try on your machine
    explain this command
  • dirsearch:tldr:bcaa7 dirsearch: Scan a web server using a cookie.
    $ dirsearch --url ${url} --extensions ${php} --cookie ${cookie}
    try on your machine
    explain this command
  • dirsearch:tldr:bd03c dirsearch: Scan a list of web servers for common paths with the `.php` extension.
    $ dirsearch --url-list ${path-to-url-list-txt} --extensions ${php}
    try on your machine
    explain this command
back to context overview