Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 641 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 641 Bytes

staged_nmap

staged_nmap is a fairly basic python script to automate the intial scanning process for CTFs and Hack the Box.

A T4 speed scan is first run against all ports, then a deeper scan is run against any open ports. This will save time against doing this manually, or running a -A scan against all ports.

Prerequisites

The script only uses modules from the The Python Standard Library so you shouldn't have to install anything via Pip etc.

Usage

The script is fairly simple, any outputs will be saved to the current working directory (A future development is to be able to specify).

Python3 staged_nmap.py <host>