All-in-One Cybersecurity & Penetration Testing Toolkit
Secure-One is a custom-built, modular security tool designed for information gathering, vulnerability scanning, web application testing, network analysis, exploitation, and reporting. It runs natively on Linux, Termux, and Windows PowerShell, with minimal external dependencies.
✅ Recon & OSINT — Google Dorking, DNS/WHOIS, Shodan, Maltego-style mapping ✅ Network Tools — Port scanning, ARP spoofing, packet sniffing, MAC spoofing, MITM ✅ Web Testing — HTTP headers, SQLi/XSS, LFI/RFI, CSRF, WAF bypass ✅ Auth Attacks — Custom wordlists, brute force, hash cracking, password spraying ✅ Social Engineering — Fake login pages, email spoofing, phishing simulation ✅ Exploitation — Reverse shells, RAT, buffer overflow, privilege escalation, C2 server ✅ Post-Exploitation — Persistence, tunneling, log analysis ✅ Cross-Platform — Works on Termux, Kali, Ubuntu, Windows ✅ HTTPS Ready — Built-in SSL/TLS verification and secure connections
This tool is for EDUCATIONAL PURPOSES ONLY. You may only use it on systems and networks you own or have explicit written permission to test. Unauthorized access, scanning, or attacks are illegal and unethical. The developers are not responsible for any misuse or damage.
# Clone repo
git clone https://github.com/sayan9168/secure-one.git
cd secure-one
# Install dependencies
pip install -r requirements.txt
# Run
python3 cli.py --help
📂 Structure
secure-one/
├── core/ # Base engine, logging, config
├── recon/ # Information gathering
├── network/ # Network scanning & attacks
├── web/ # Web app security testing
├── auth/ # Password & authentication tools
├── social/ # Social engineering modules
├── exploit/ # Exploits, shells, post-exploitation
├── utils/ # Helpers, crypto, reports
├── cli.py # Main entry point
└── config.json # Settings
📖 Usage Example
# Scan ports
python3 cli.py --scan --target 192.168.1.1
# DNS enumeration
python3 cli.py --dns-enum --target example.com
# ARP spoofing
python3 cli.py --arp-spoof --target 192.168.1.100 --gateway 192.168.1.1
🤝 Contribution
Contributions welcome — follow the modular structure and ensure code is cross-platform compatible.
License: MIT