Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.1 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.1 KB

Overwatch

Overwatch is intended to leverage Masscan's speed and Nmap's versatility.

Rapidly discover any open ports using Masscan, then automatically feed only those ports to Nmap for further interrogation.

Prerequisites

  • Python3.5+
  • Nmap
  • Masscan

Usage

General Use

For best results, please launch Overwatch with elevated privileges:

sudo python3 ./run.py

Headless

If running headless, configure your desired ranges in config.py. Ex: ({'Scan_Title': 'Subnet'})

Headless mode will allow you to run Overwatch unattended. Set it up with a cronjob/scheduled task and you can keep an eye on your external footprint automatically.

If GUI use is never needed, configure config.py accordingly (you can also set this behavior using the GUI):

'run_mode': 'headless'

GUI

main

View Previous Nmap Results

scan_results

License

GNUv3