Fast โข Lightweight โข Practical Recon Tool for Security Enthusiasts
FoxScan is a modern reconnaissance tool built for the initial phase of penetration testing.
It automates:
- ๐ Port scanning using Nmap
- ๐ Service & version detection
- ๐ก HTTP header extraction
โ ๏ธ Basic security misconfiguration detection
Designed with simplicity + power, FoxScan delivers meaningful insights without unnecessary complexity.
- Powered by Nmap
- Custom port ranges supported
- Service & version detection (
-sV)
- Extracts HTTP response headers
- Identifies backend technologies
- Reveals server configurations
Detects:
- Missing
X-Frame-Options - Missing
X-Content-Type-Options - Server version exposure
- Export scan results
- Machine-readable format
- Useful for automation & pipelines
- Faster header checks using threading
python foxscan.py example.com -p 1-1000 -o report.jsonsudo apt install nmapsudo dnf install nmapDownload from: https://nmap.org
git clone https://github.com/foxhackerzdevs/FoxScan.git
cd FoxScanpip install -r requirements.txtpython foxscan.py example.compython foxscan.py example.com -p 1-65535python foxscan.py example.com --no-headerspython 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
- Identifies exposed services quickly
- Uses optimized scanning techniques
-
Fingerprinting
- Detects server technologies
- Assists in vulnerability mapping
-
Header Analysis
- Highlights insecure configurations
- Reveals attack surface indicators
FoxScan/
โโโ LICENSE
โโโ README.md
โโโ assets
โย ย โโโ demo.gif
โโโ foxscan.py
โโโ requirements.txt
- ๐ CVE lookup integration (NVD API)
- ๐ Subdomain enumeration
- ๐ท Web crawling
- ๐ก OS detection
- ๐ Web dashboard (UI)
- โก Parallel port scanning engine
Contributions are welcome!
- Fork the repo
- Create a new branch
- Make changes
- Submit a pull request
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:
- Cybersecurity
- Automation
- Developer tools
๐ GitHub: https://github.com/foxhackerzdevs
๐ฆ Join the pack. Build. Break. Secure.
