Source Code2026-07-20
XREFS0 Scanner — Advanced Network Security Scanner (Python)
XREFS0 Scanner is a powerful open-source network security scanner written in Python. Port scanning, service detection, vulnerability assessment, and report generation.

Source CodePythonNetwork ScannerSecurityPort ScannerOpen Source
XREFS0 Scanner — Advanced Network Security Scanner
A powerful open-source network security scanner built with Python.
Features
- Fast port scanning (TCP/SYN/UDP)
- Service and version detection
- Vulnerability assessment
- HTML, JSON, and PDF report generation
- Multi-threaded for high performance
Installation
git clone https://github.com/XREFS0/scanner.git
cd scanner
pip install -r requirements.txt
python scanner.py --target example.com
Usage Examples
Scan a single target:
python scanner.py --target 192.0.2.1 --ports 1-1000
Scan multiple targets with service detection:
python scanner.py --target 192.0.2.0/24 --service-detect --threads 50
Generate an HTML report:
python scanner.py --target example.com --report report.html