Skip to content

andurin/VulntoES

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VulntoES

Vulnerability Data in ES

This small python script will ingest several different types of vulnerability/port scanners and import that data into Elasticsearch. Right now it supports:

  • Nessus
  • Nikto
  • Nmap
  • Openvas

The script creates a python dict from a vulnerability scanner output. It converts that to JSON and inserts that document into Elasticsearch.

"Usage: VulntoES.py [-i input_file | input_file=input_file] [-I index_name | index_name=index_name] [-e elasticsearch_ip | es_ip=es_ip_address] [-r report_type | --report_type=type] [-h | --help]"

About

Vulnerability Data in ES

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%