Projects

AllEyes

Python, Flask, AWS
  • Developed a spyware webapp to hack PCs and send their keystrokes and current running processes to an AWS server (Educational Project).
  • Hosted on AWS EC2 instance, with API endpoint to receive data from the victim PC and storing it in a sqlite3 db.
  • Frontend designed using Jinja and Bootstrap to view the entries in a neat manner.

DopeShellPyPi

Python, Networking
  • Developed and published DopeShellPyPi, a Python library to create encrypted multi-session reverse shells with AES-256 encryption and session management.
  • Implemented persistence mechanisms, command simulation, and file operations using Python sockets for secure ethical hacking workflows.