Cyber Security Projects
If you are looking for a cybersecurity project, then this is a one stop solution. I’ll be discussing projects that you can build and will also be providing source code (at least for most of them), that you can play around with to build a better version of it.
Here are a few basic ones that you can build if you are a beginner and have no idea where to start. I’ll be posting others projects soon, but if you are short of time, please check out my YT playlist here.
- Keylogger
This is a basic project that will be used to capture keystrokes in the victim’s machine.
What’s new that you can do in this project? I added a code block that also sends an email to my email address when the victim enters user keystrokes.
Github: https://github.com/rahulsinghinfosec/keylogger
2. Network Sniffer
This is tool that can be used to identify the hosts connected to the network and print their IP addresses and MAC address.
Github: https://github.com/rahulsinghinfosec/Scanner
3. Phishing Pages
This is a Phishing page that entices the user to enter their credentials. After the victim has entered their credentials, the credentials are saved in the server logs, which the attacker can view on their server.
Github: https://github.com/rahulsinghinfosec/phishing
4. LSB Stenography
This project is used to store messages within pictures using the LSB method. PNG files are great avenues to try LSB Stenography operations.
Github: https://github.com/rahulsinghinfosec/LSB_Steganography
5. SSTI
This is less of a project and more of a vulnerable lab that I created to learn how SSTI actually works.
Github: https://github.com/rahulsinghinfosec/ServerSideTemplateInjection
For more information on these projects, you can check out this video. The video executes and explains the projects.