Welcome to the Cyber Security Projects repository! This repository contains various projects related to cybersecurity, ranging from basic security concepts to advanced tools and techniques.
Cybersecurity is essential in today's digital world. This repository aims to showcase a variety of projects that explore different aspects of cybersecurity, from vulnerability analysis to network security and cryptography. Each project is intended to help you gain practical knowledge and improve your skills in defending against cyber threats.
Here are some of the notable cybersecurity projects included in this repository:
- Wi-Fi Deauther Using ESP8266
This report explains how to build and use a Wi-Fi deauther with an ESP8266 microcontroller. The project demonstrates how deauthentication attacks can disrupt wireless connections, emphasising the security risks in Wi-Fi networks. The purpose is to raise awareness about these vulnerabilities while promoting ethical usage.
For more details about each project, please check the respective project folder.
The projects in this repository use a variety of tools and technologies, including:
- Python
- Kali Linux
- Metasploit
- Wireshark
- Burp Suite
- OpenSSL
- And more...
Contributions are welcome! If you'd like to contribute to this repository, please follow these steps:
- Fork this repository
- Create a new branch (
git checkout -b feature-branch
) - Commit your changes (
git commit -m 'Add feature'
) - Push to the branch (
git push origin feature-branch
) - Open a pull request
Please make sure to follow the repository's coding guidelines and write clear commit messages.
This repository is licensed under the MIT License.
Feel free to reach out if you have any questions or suggestions!