Dirsearch

Requirement: python 3.7 or higher

Choose one of these installation options:

  • Install with git: git clone https://github.com/maurosoria/dirsearch.git (RECOMMENDED)

  • Install with ZIP file: Download here

  • Install with Docker: docker build -t "dirsearch:v0.4.1" (more information can be found here)

  • Install with PyPi: pip3 install dirsearch

  • Install with Kali Linux: sudo apt-get install dirsearch (deprecated)

All in one:

git clone https://github.com/maurosoria/dirsearch.git cd dirsearch pip3 install -r requirements.txt python3 dirsearch.py -u <URL> -e <EXTENSIONS> -x 400,401,403

Last updated