Welcome to the Cyber Security Project repository! This project is dedicated to learning, implementing, and sharing cybersecurity tools and techniques. Right now, the repository contains a single project: Directory Brute Force Script.
This repository serves as a collection of different cybersecurity tools, starting with the Directory Brute Force Script. The purpose of this project is to help cybersecurity enthusiasts learn penetration testing techniques like directory discovery using brute force.
The Directory Brute Force Script is a Python script that helps identify hidden directories on a web server by brute-forcing common directory names using a wordlist. It checks for HTTP responses like 200 OK
, 403 Forbidden
, and 404 Not Found
to reveal accessible directories or areas of interest on a website.
- directory_brute.py: The main Python script that performs the brute-force directory scan using a given wordlist.
- common.txt: A wordlist that contains commonly used directory names for the brute-force attack.
To run the Directory Brute Force Script, youβll need the following:
- π Python 3.x
- π¦ requests library (install with
pip install requests
)
This project is open source and available under the MIT License.
π Feel free to contribute and improve this project! If you find it helpful, give it a β!