Skip to content

AkshayKondke/Cyber-Security-Project-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Cyber Security Project πŸ§‘β€πŸ’»

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.

πŸ“‚ Table of Contents

πŸ” Overview

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.

1. πŸ“ Directory Structure

Current Project: Directory Brute Force Script

  • 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.

πŸ› οΈ Requirements

To run the Directory Brute Force Script, you’ll need the following:

  • 🐍 Python 3.x
  • πŸ“¦ requests library (install with pip install requests)

πŸ“ License

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 ⭐!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages