An open API service indexing awesome lists of open source software.

https://github.com/ameenms03/cybersecurityprojectsdictionary

A Dictionary of all Cybersecurity Projects
https://github.com/ameenms03/cybersecurityprojectsdictionary

Last synced: 5 months ago
JSON representation

A Dictionary of all Cybersecurity Projects

Awesome Lists containing this project

README

        

# Cybersecurity Projects Dictionary

Welcome to the **Cybersecurity Projects Dictionary**!
A curated collection of cybersecurity projects categorized by tools and technologies, designed to empower learners and professionals alike.

---
## 📚 Table of Contents

- [📖 Introduction](#-introduction)
- [🛠️ Projects by Tools/Technologies](#️-projects-by-toolstechnologies)
- [Python Projects](#python-projects)
- [Raspberry Pi](#raspberry-pi)
- [Yara](#yara)
- [Go](#go)
- [C#](#c)
- [JavaScript](#javascript)
- [Others](#others)
- [🤝 How to Contribute](#-how-to-contribute)
- [☕ Support](#-support)
- [⚠️ Disclaimer](#️-disclaimer)
- [📜 License](#-license)

---
## 📖 Introduction

The **Cybersecurity Projects Dictionary** is your go-to resource for exploring hands-on cybersecurity projects.
Each project is hyperlinked to detailed guides or repositories, providing everything you need to get started.

Whether you're a beginner or an experienced professional, this repository will help you:
- **Learn cybersecurity tools** through practical application.
- **Enhance your skills** with real-world scenarios.
- **Build a solid portfolio** to showcase your expertise.

---
## 🛠️ Projects by Tools/Technologies

#### Python Projects
- Packet Sniffer - [Link1](https://cybersphinix.medium.com/developing-a-basic-network-packet-sniffer-860ec12919da) | [Link2](https://github.com/EONRaider/Packet-Sniffer) | [Link3](https://www.youtube.com/watch?v=TZjLHdxPlE0&t=11s&pp=ygUkcGFja2V0IHNuaWZmZXIgY3liZXJzZWN1cml0eSBwcm9qZWN0) `video` | [Link4](https://github.com/harishcpu/Network-Packet-Sniffer)
- Password Generator Using Python - [Link1](https://www.youtube.com/watch?v=F2ayXqbnpuo&list=PLR0bgGon_WTK3G8Fa-FdJM2Pg76Uh7xBh&index=6&pp=iAQB) `video`
- Password Manager - [Link1](https://www.youtube.com/watch?v=nShKWcPD6w0) `video` | [Link2](https://www.youtube.com/watch?v=nShKWcPD6w0)
- Password Strength Checker - [Link1](https://github.com/chrisdabre/password-strength-checker)
- Hashed Password Cracker - [Link1](https://github.com/s0md3v/Hash-Buster)
- DDOS Detector - [Link1](https://github.com/Mostafa-Samy-97/Deauth_DoS_Attack_Detector-Python-Tool)
- Simple Port Scanner - [Link1](https://github.com/chrisdabre/PortScanner)
- Firewall Rules Generator - [Link1](https://github.com/chrisdabre/firewall_rule_generator)
- URL Scanner - [Link1](https://github.com/rly0nheart/url-scanner)
- Keylogger - [Link1](https://github.com/DAVEALLCAPS/python-security-projects/blob/main/Keylogger)

#### Raspberry Pi
- USB Sanitizer - [Link1](https://circl.lu/projects/CIRCLean/)
- IDS with Python - [Link1](https://github.com/AmeenMS03/IoT_IDS)
- VPN Server - [Link1](https://www.youtube.com/watch?v=5NJ6V8i1Xd8)
- Wireless Hotspot - [Link1](https://tristam.ie/2023/582/)
- Ad Blocker - [Link1](https://pi-hole.net/)
- Password Manager - [Link1](https://www.makeuseof.com/self-host-bitwarden-password-manager-raspberry-pi-zero/)
- Honeypots - [Link1](https://dingtoffee.medium.com/creating-a-honeypot-on-raspberry-pi-475858a2ba88) | [Link2](https://trustfoundry.net/2017/08/22/honeypi-easy-honeypot-raspberry-pi/) | [Link3](https://bobmckay.com/i-t-support-networking/hardware/create-a-security-honey-pot-with-opencanary-and-a-raspberry-pi-3-updated-2021/) | [Link4](https://www.youtube.com/watch?v=SKhKNUo6rJU) `video`
- Network Auditing Tool - [Link1](https://github.com/xtr4nge/FruityWifi)
- File Type Decryptor From Magic Number - [Link1](https://github.com/aliles/filemagic)

#### Yara
- Malware Scanner with Yara - [Link1](https://github.com/evilsocket/sauron)

#### Go
- Advanced NMAP Scanner - [Link1](https://github.com/marco-lancini/goscan)

#### C#
- Homemade Antivrirus - [Link1](https://github.com/vanyasem/InfANT)

#### JavaScript
- Password Strength Checker - [Link1](https://github.com/nowsecure/owasp-password-strength-test)

#### Others
- Build Your EH Lab - [Link1](https://www.youtube.com/watch?v=mvsiuLzpx2E&ab_channel=NetworkChuck)

---
## 🤝 How to Contribute

We welcome contributions from the community! Here's how you can contribute:

1. **Fork the Repository**:
Click the "Fork" button at the top of this page.
2. **Add Your Project**:
Add a new project link in the appropriate category in the README file.
3. **Submit a Pull Request**:
Open a pull request explaining your additions.

---
## ☕ Support

If this repository has helped you, consider supporting me:

[![Buy me a Coffee](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/ameensidds)

---
## ⚠️ Disclaimer

The **Cybersecurity Projects Dictionary** is for **educational purposes only**.
It is intended to help learners and professionals explore, build, and innovate in cybersecurity by creating their own tools and solutions.

### Important Notes:
- **No Unauthorized Use**: Always ensure proper authorization before using any tools or techniques shared here.
- **Ethics and Originality**: We do not promote copying, piracy, or unethical practices. Use these projects as inspiration to develop your own work.
- **Legal Compliance**: Ensure all activities comply with applicable laws. Misuse of the information provided here is strictly prohibited.

By using this repository, you agree to act responsibly and ethically.

---

## 📜 License

This repository is licensed under the MIT License. See [LICENSE](LICENSE) for more details.

Feel free to explore, learn, and contribute to make this resource even better.
Happy learning!