DirSearch brute force directories and files in websites
Overview dirsearch is a simple command line tool designed to brute force directories and files in websites. Installation & Usage git clone https://github.com/maurosoria/dirsearch.git cd dirsearch python3 dirsearch.py -u <URL> -e <EXTENSION> you can also use […]