autodir is a Python-based directory discovery tool for websites that takes a unique approach compared to traditional wordlist methods. Instead of relying on pre-existing wordlists, this tool dynamically generates potential directory names and tests them in real-time. This innovative approach eliminates the need to store large wordlists in memory, resulting in a more efficient and flexible way to discover directories.
- Dynamic Generation: Automatically generates possible directory names on the fly.
- Real-Time Testing: Tests generated directory names in real-time for faster results.
- Memory Efficient: No need to load or store large wordlists in memory.
- Flexible: Allows for customization and scaling to adapt to different scenarios.
To get started with autodir, follow these steps:
Ensure you have Python 3.11.9 installed on your machine.
-
Clone the repository:
git clone https://github.com/yourusername/autodir.git cd autodir
-
Install dependencies:
pip install -r requirements.txt
python3 autodir.py