Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

github.com/b00stfr3ak/nessus_xml_parser

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/b00stfr3ak/nessus_xml_parser


Version published
Created
Source

nessus_xml_parser

Parse Nessus XML file and insert into a db

./nessus_xml_parser -h

Usage of ./nessus_xml_parser:

  -cores=1: Number of Cores to use

  -db="gotest": DB to use

  -dir="directory": dir of xml files

  -file="xmlFile": file to parse into db

  -pass="": Password for Postgres user

  -ssl="disable": Enable or Disable

  -table="internal_network": Table to use

  -user="postgres": User for Postgres

  -verbose=0: Verbose level 0,1,2

Example

/nessus_xml_parser -cores 4 -dir /home/user/xmlDir/ -table testing

Build

Install PG lib

go get github.com/lib/pq

Make binary

go build nessues_xml_parser.go

Run source

go run nessues_xml_parser.go

Table Layout

idhostmac_addressnetbiosfqdnos_nameplugin_nameplugin_idseveritycveriskdescriptionsolutionsynopsisplugin_outputsee_alsoexploit_availableexploit_easemetasploit_frameworkmetasploit_namecanvas_frameworkcore_frameworkexploited_malwarecvssmonthyear

FAQs

Package last updated on 02 May 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc