Skip to content

A port scanner combining the speed of masscan with the accuracy of nmap in discovering ports opened.

Notifications You must be signed in to change notification settings

malevolententity/betterscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

betterscan

A simple script I use alot when playing HackTheBox where nmap is too slow to do a full port scan in most cases

The script will create a "masscan.txt" file containing output of masscan and parses the file for the open ports. It then feeds those ports to nmap with the following options:

nmap -A -T4 

Usage:

sudo python betterscan.py <IP_Address>

e.g.

sudo python betterscan.py 10.10.10.151

Prerequisites

  1. masscan
  2. nmap
  3. python2.7

About

A port scanner combining the speed of masscan with the accuracy of nmap in discovering ports opened.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages