8000 GitHub - Extravenger/scanVenger: A Windows-based tool for discovering live hosts and scanning open ports within a network, primarily built as part of the OSEP course.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A Windows-based tool for discovering live hosts and scanning open ports within a network, primarily built as part of the OSEP course.

License

Notifications You must be signed in to change notification settings

Extravenger/scanVenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

Host and Port Discovery Tool

A tool inspired by the OSEP course, designed to identify hosts and open ports within an internal network from a Windows machine.

Caution

There may be false positives in hostname resolution for machines that do not exist within the domain you are currently scanning from.

Features

  • Host Discovery: Identify live hosts in a subnet.
  • Port Scanning: Scan for open ports on discovered hosts.
  • FQDN Resolution: Resolve IP addresses to Fully Qualified Domain Names (FQDNs).
  • OS Detection: Detect the operating system of each host using TTL analysis.
  • Customizable Port Sets: Predefined port sets for common services (e.g., web, admin, top 20 ports).

Available Port Sets

web: Ports 80, 443, 3000, 8080, 8081, 8443.

admin: Ports 135, 139, 445, 1433, 3389, 5985, 5986.

top20: Common ports (21, 22, 23, 25, 53, 80, 110, 111, 135, 139, 143, 443, 445, 993, 995, 1723, 3306, 3389, 5900, 8080).

custom: Specify a custom list or range of ports (e.g., 80,443,8080 or 1000-2000).

Example Output of Host Discovery Scan

image

Disclaimer

This tool is designed to be used only for authorized purposes. Unauthorized use, including access without proper authorization, is strictly prohibited and may result in legal or administrative action. Always ensure compliance with applicable laws and regulations.

About

A Windows-based tool for discovering live hosts and scanning open ports within a network, primarily built as part of the OSEP course.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0