Projects Overview
Explore my projects that showcase my skills and creativity.
Password Cracker Project
This project is a simple password cracker implemented in Python. It uses SHA-256 hashing to save and verify passwords and supports a dictionary attack method to crack hashed passwords using a wordlist.
Parasploit website
Led the development of Parasploit, an innovative platform revolutionizing Linux program execution. The platform features an intuitive interface and comprehensive guides, catering to users of all skill levels. It implements robust security measures for data protection and access control, allowing seamless execution of diverse Linux programs directly from a web browser
Portfolio Gallery
This project is a GUI-based packet sniffer application built using Python's Tkinter and Scapy libraries. It provides an interface to capture, display, and save network packets.
Engineered a voice-controlled home automation system akin to Alexa, leveraging IoT technologies. Integration of Arduino, NodeMCU, and relay channels, along with C programming for chip control, enabled seamless voice-activated control of household appliances like televisions, fans, and lighting. The system offers an intuitive and convenient user experience
This program is a simple keylogger implemented in Python. It captures keystrokes and sends them via email to a specified recipient. The program uses the pynput library to monitor keyboard events and the smtplib library to send emails. This tool is intended for educational purposes only and should be used responsibly.
GUI Packet Sniffer
HOME AUTOMATION USING VOICE COMMAND
Keylogger Program
Image Steganography
This is a simple Python-based steganography tool with both a command-line interface (CLI) and a graphical user interface (GUI) that allows you to hide a secret message within an image and later retrieve it. The message is encoded in the least significant bits (LSB) of the image pixels.