Skip to content

accepts an xml masscan result file, and outputs organized lists of ips by port

Notifications You must be signed in to change notification settings

docksey/masscan_organizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Masscan Organizer

This script will accept a masscan xml result file, and output lists of ips, grouped by open ports

For example:

sudo masscan -p 10,20 0.0.0.0/8 -oX out.xml

Prerequisites

Usage

python3 masscan_organizer.py masscan_file.xml Output files will be created in the working directory; one for each unique open port in your file (so like, this could be many!!) for example, mso_80.txt, mso_443.txt, mso_22.txt: each of these will contain a list of hosts which have this port open

Enjoy, and hack the planet and stuff <3

Using pipenv

pipenv run pip install -r requirements.txt
pipenv run python masscan_organizer.py out.xml

About

accepts an xml masscan result file, and outputs organized lists of ips by port

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages