Skip to content

tyler-tee/Overwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages