Skip to content

nmap scanning process that reports back to backend. Will be publicly viewable, fast, free, and best of all, open source. Not usable until test server is up.

Notifications You must be signed in to change notification settings

dkran/hydra-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hydra Scanner

How to run:

  • git clone https://github.com/dkran/hydra-scanner
  • cd hydra-scanner
  • npm install
  • sudo node app.js

What is this for?

  • Microservice to facilitate scanning the entire internet.
  • Scans an IP. Don't worry, I have a fairly comprehensive exclude file, so my server should send you nothing that would be risky.
  • Reports back to a hydra-backend server. Doesn't really matter which one, but I will be setting up a main one soon as default.
  • Only scans a single IP. On the backend masscan will gather ips' for this microservice to scan in full. I later hope to use parallel scanning / threads to do this, but I'm reading Fyodor's book on nmap to get it right.

About

nmap scanning process that reports back to backend. Will be publicly viewable, fast, free, and best of all, open source. Not usable until test server is up.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published