My Projects

Showcasing my work in cybersecurity, development, and automation

E

ExploitEye

Advanced Reconnaissance Framework for Penetration Testing

ExploitEye is an automated reconnaissance and attack surface mapping tool designed for ethical hackers, penetration testers, and security researchers. It combines multiple reconnaissance techniques into a single streamlined workflow, helping identify subdomains, technologies, exposed services, hidden endpoints, and potential security risks.

Key Features:

  • Whois_lookup
  • DNS enumeration
  • Port scanning and service enumeration
  • Subdomain discovery
PythonSecurityNetwork ScanningVulnerability Assessment(comming..)Reconnaissance
S

SecureKey-CLI

Password Strength Checker

Password Strength Checker & Generator - A C++ CLI tool that validates password strength based on security requirements and generates strong random passwords. Features color-coded output, multiple password generation, and comprehensive strength analysis.

Key Features:

  • Password strength validation
  • Random password generation
  • Color-coded output
  • Multiple password generation
  • Comprehensive strength analysis
C++
C

Cipher-Suite

A python base GUI tool to encrypt and decrypt messages.

Cipher-Suite is a python base GUI tool that implements various classical ciphers

Key Features:

  • Caesar Cipher
  • Vigenere Cipher
PythonGUISecurity