Skip to content
XREFS0 LogoXREFS0
Source CodeReverse EngineeringTutorialsE-Marketing
About UsContact Us
Source CodeReverse EngineeringTutorialsE-MarketingAbout UsContact Us
XREFS0

Tech tutorials, reverse engineering & source code — everything developers need in one place.

Quick Links

  • Home
  • About
  • Tutorials
  • Source Code
  • Reverse Engineering
  • E-Marketing

Legal

  • Privacy Policy
  • Terms of Service
  • Disclaimer
  • DMCA
  • Content Removal
  • Report Link
  • FAQ

Stay Connected

Subscribe for the latest tutorials

Join Channel

© 2026 XREFS0. All rights reserved

Made with ❤️ for Arab developers

  1. XREFS0
  2. Source Code
  3. XREFS0 Scanner — Advanced Network Security Scanner (Python)
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.

XREFS0 Scanner — Advanced Network Security Scanner (Python)
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
312
9.2M views
2.1M DOWNLOADS
FacebookTweet This
1.1M

Comments

Back to Source Code