Skip to content

MarkBuffalo/vulnerd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Vulnerd

What is it?

Parses greppable nmap vulners to TSV for easy viewing.

How do I use it?

Just use nmap with vulners and a greppable output like so:

$ nmap ip/range -sV -sT --script=vulners -oG vulners-results.txt

And then feed the grep file to the program:

$ python3 vulnerd.py vulners-results.txt

About

Vulners parsing to TSV.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages