Skip to content

Releases: foxhackerzdevs/FoxScan

🦊 FoxScan v2.2 — Smarter Recon & Automation Update

24 Apr 20:12
3507893

Choose a tag to compare

🦊 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 --json flag for machine-readable output

  • Suppresses CLI logs for clean parsing

  • Ideal for:

    • Scripts
    • CI/CD pipelines
    • Tool chaining

🤖 MCP Mode (Experimental)

  • Introduced --mcp mode (stdin/stdout JSON interface)

  • Enables FoxScan to act like a lightweight recon service

  • Supports actions:

    • scan → Port scan
    • headers → 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

  • --json suppresses 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

16 Apr 09:54
d13137f

Choose a tag to compare

🦊 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

12 Apr 11:03

Choose a tag to compare

  • Added argparse CLI
  • Added JSON reporting
  • Improved scanning engine
  • Added demo GIF