Releases: foxhackerzdevs/FoxScan
🦊 FoxScan v2.2 — Smarter Recon & Automation Update
🦊 FoxScan v2.2 — Smarter Recon & Automation Update
✨ Highlights
FoxScan v2.2 focuses on automation readiness, cleaner output, and improved reliability, making it more suitable for both CLI users and programmatic workflows (MCP / JSON pipelines).
⚡ New Features
🧩 JSON / Automation Mode
-
Added
--jsonflag for machine-readable output -
Suppresses CLI logs for clean parsing
-
Ideal for:
- Scripts
- CI/CD pipelines
- Tool chaining
🤖 MCP Mode (Experimental)
-
Introduced
--mcpmode (stdin/stdout JSON interface) -
Enables FoxScan to act like a lightweight recon service
-
Supports actions:
scan→ Port scanheaders→ Header analysis
🔧 Improvements
🧠 Better Output Design
- Cleaner CLI formatting
- Structured and consistent results
- Reduced noise, more signal
🌐 Enhanced Header Analysis
-
Added detection for:
Content-Security-Policy (CSP)
-
Improved issue reporting clarity
⚙️ Stability Enhancements
-
Safer error handling for:
- Nmap execution failures
- Network timeouts
-
Improved resilience during partial failures
🧵 Concurrency Optimization
- More efficient threaded header scanning
- Faster execution with minimal overhead
🐛 Fixes
- Fixed inconsistent output formatting in edge cases
- Improved handling of failed HTTP requests
- Better fallback behavior when Nmap is unavailable
📊 Developer Experience
- Improved JSON structure for easier parsing
- More predictable response schema
- Cleaner separation between CLI and programmatic modes
🔮 What's Next
- 🔍 CVE lookup integration (NVD API)
- 🌐 Subdomain enumeration module
- ⚡ Async high-performance scanning engine
- 🧩 Plugin system for extensibility
- 📊 Web dashboard UI
⚠️ Breaking / Notable Changes
--jsonsuppresses all CLI logs → outputs pure JSON only- MCP mode is experimental and may change in future versions
🦊 Philosophy
Build tools that are minimal, reliable, and easy to integrate — not bloated.
🦊 FoxScan v2.1 — Improved Recon Engine
🦊 FoxScan v2.1 — Improved Recon Engine
✨ Highlights
FoxScan v2.1 delivers more accurate security insights, improved stability, and cleaner output, making it better suited for real-world reconnaissance workflows.
⚡ New Features
- Added detection for Strict-Transport-Security (HSTS)
- Enhanced HTTP header analysis engine
- Improved service/version output formatting
🔧 Improvements
-
More robust error handling:
- Nmap execution failures
- Network timeouts and request errors
-
Cleaner, more readable CLI output
-
Optimized threading for faster header analysis
🐛 Fixes
- Resolved minor output inconsistencies
- Improved scan stability under edge cases
📊 Documentation
- Refined README structure
- Added clearer usage examples
- Improved overall project positioning
🔮 What’s Next
- 🔍 CVE lookup (NVD integration)
- 🌐 Subdomain enumeration
- ⚡ Async high-performance scanning engine
- 📊 Web-based dashboard UI
⚠️ Disclaimer
This tool is intended strictly for:
- ✅ Educational use
- ✅ Authorized security testing
Unauthorized use is illegal.
🦊 Philosophy
Build simple tools that provide real value — not noise.
FoxScan v2.0
- Added argparse CLI
- Added JSON reporting
- Improved scanning engine
- Added demo GIF