Fast • Minimal • Practical Recon for Real-World Workflows
FoxScan is a lightweight reconnaissance tool built for the initial phase of penetration testing and asset discovery.
It focuses on clarity over noise, providing structured and meaningful output instead of raw scan dumps.
--service)Highlights common misconfigurations:
X-Frame-OptionsX-Content-Type-OptionsStrict-Transport-SecurityContent-Security-Policy⚠️ Note: These are observations, not confirmed vulnerabilities.
FoxScan includes a minimal JSON-based interface for automation and tool integration.
Start MCP mode:
python foxscan.py --mcp
Example request:
{"id": 1, "action": "scan", "target": "example.com"}
Example response:
{"id": 1, "result": {...}}
FoxScan in action
python foxscan.py example.com -p 1-1000 -o report.json
Debian / Ubuntu
sudo apt install nmap
Fedora
sudo dnf install nmap
Windows Download from: https://nmap.org/download.html
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 --service
python foxscan.py example.com --no-headers
python foxscan.py example.com --json
python foxscan.py example.com -o report.json
[+] Starting Port Scan on: example.com
[+] Host: example.com (up)
└─ TCP 80: Apache httpd 2.4.49
[~] HTTP Recon: http://example.com
[+] Headers:
Server: Apache/2.4.49
Content-Type: text/html
[!] Security Observations:
- Server disclosed: Apache/2.4.49
- Missing X-Frame-Options
- Missing X-Content-Type-Options
FoxScan/
├── foxscan.py
├── requirements.txt
├── README.md
├── LICENSE
└── assets/
└── demo.gif
FoxScan follows a practical recon workflow:
This tool is intended strictly for:
✅ Educational purposes ✅ Ethical hacking ✅ Authorized penetration testing
❌ Unauthorized use is illegal
The authors are not responsible for misuse.
MIT License © 2026 Fox Hackerz
Fox Hackerz builds tools focused on:
🔗 https://github.com/foxhackerzdevs
🦊 Build. Break. Secure.