AdminDirectoryFinder
Admin Directory Finder is a tool designed to scan and identify directories under admin paths, such as admin/dashboard.php. It helps in security testing by detecting hidden or sensitive admin panels within a web application. Ideal for penetration testers and developers to ensure proper access control and security measures.
Install / Use
/learn @tausifzaman/AdminDirectoryFinderREADME
<div align=center>
AdminDirectoryFinder
<p> <img src="https://img.shields.io/github/stars/tausifzaman/AdminDirectoryFinder?color=%23DF0067&style=for-the-badge"/> <img src="https://img.shields.io/github/forks/tausifzaman/AdminDirectoryFinder?color=%239999FF&style=for-the-badge"/> <img src="https://img.shields.io/github/license/tausifzaman/AdminDirectoryFinder?color=%23E8E8E8&style=for-the-badge"/> </p> <p> Admin Directory Finder is a tool designed to scan and identify directories under admin paths, such as admin/dashboard.php. It helps in security testing by detecting hidden or sensitive admin panels within a web application. Ideal for penetration testers and developers to ensure proper access control and security measures.</p></div>Language
<div align=center> <img src="https://img.shields.io/badge/Python-FFDD00?style=for-the-badge&logo=python&logoColor=blue"/></br> </div>Menu

One Line Code
git clone https://github.com/tausifzaman/AdminDirectoryFinder.git && cd AdminDirectoryFinder && pip install -r requirements.txt && python3 main.py
Install Line Individually
git clone https://github.com/tausifzaman/AdminDirectoryFinder.git
cd AdminDirectoryFinder
pip install -r requirements.txt
python3 main.py
