Skip to content

Sadz01/python-recon-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Reconnaissance Tool

A CLI-based, Python reconnaissance tool built on top of Nmap.It automates Nmap scanning and exports structured results in both TXT and JSON formats.

Prerequisites:

  • Python 3.x
  • Nmap installed and available in system PATH

Features

  • Target validation (IP & hostname)
  • Multiple scan profiles (quick / full)
  • Structured result parsing
  • Human-readable TXT report output
  • Machine-readable JSON export
  • Service exposure insights

Scan Profiles

Quick Scan

  • Top 1000 TCP ports
  • Fast

Full Scan

  • All 65535 TCP ports
  • Slower but detects services + versions

How To Use

python scanner.py --target 127.0.0.1 --profile quick

About

Python-based reconnaissance tool that automates Nmap scanning and exports structured results in TXT and JSON formats.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages