Skip to content

This Python script analyzes the output of an Nmap grep file scan of an IP range. The script extracts the port number and description from the scan results, and presents the data in a clear and organized format, sorted by open ports and IP addresses.

Notifications You must be signed in to change notification settings

4ndymcfly/grepanizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

GrepAnizer

Description

"This Python script scrutinizes the results of an Nmap grep file scan across an IP range. It distills the port numbers and descriptions from the scan data, and then arranges this information in a lucid and systematic manner, sorted by open ports and IP addresses. This allows for a more comprehensive understanding during the initial scan of multiple hosts and the services they host."

Getting Started

Dependencies

  • Python 3.x

Installing

  • Clone the repository to your local machine and enter the folder.

  • Run the script using Python

python3 grepanizer.py example_grep_file.txt

Screenshot

grepanizer1

About

This Python script analyzes the output of an Nmap grep file scan of an IP range. The script extracts the port number and description from the scan results, and presents the data in a clear and organized format, sorted by open ports and IP addresses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages