Fast • Lightweight • Practical Recon Tool for Security Enthusiasts
FoxScan is a modern reconnaissance tool built for the initial phase of penetration testing.
It automates:
Designed with simplicity + power, FoxScan delivers meaningful insights without unnecessary complexity.
-sV)Detects:
X-Frame-OptionsX-Content-Type-Options
FoxScan v2.0 in action
python foxscan.py example.com -p 1-1000 -o report.json
sudo apt install nmap
sudo dnf install nmap
Download from: https://nmap.org
git clone https://github.com/foxhackerzdevs/FoxScan.git
cd FoxScan
pip install -r requirements.txt
python foxscan.py example.com
python foxscan.py example.com -p 1-65535
python foxscan.py example.com --no-headers
python foxscan.py example.com -o report.json
[+] Starting Port Scan on: example.com
example.com:80 -> open (Apache httpd)
[*] Checking Headers: http://example.com
Server: Apache/2.4.49
Content-Type: text/html
[!] Potential Issues:
- Server disclosed: Apache/2.4.49
- Missing X-Frame-Options (Clickjacking risk)
{
"target": "example.com",
"version": "2.0",
"port_scan": {
"example.com": {
"state": "up",
"protocols": {
"tcp": {
"80": {
"state": "open",
"name": "http",
"product": "Apache",
"version": "2.4.49"
}
}
}
}
}
}
FoxScan follows real-world reconnaissance principles:
Port Scanning
Fingerprinting
Header Analysis
FoxScan/
├── LICENSE
├── README.md
├── assets
│ └── demo.gif
├── foxscan.py
└── requirements.txt
Contributions are welcome!
This tool is intended for:
✅ Educational purposes ✅ Ethical hacking ✅ Authorized penetration testing
❌ Unauthorized usage is illegal.
The authors are not responsible for misuse.
MIT License © 2026 Fox Hackerz
We build tools focused on:
📌 GitHub: https://github.com/foxhackerzdevs
🦊 Join the pack. Build. Break. Secure.