/parsers

Module with parsers that run various tools and return the result in json

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

Parsers

Module with parsers that run various tools and return the result in json.

Suported tools

  • nmap
  • wpscan
  • joomscan
  • sqlmap
  • whatweb

Installation

pip install git+https://github.com/eonlight/parsers

or

git clone https://github.com/eonlight/parsers
cd parsers
./setup.py install

Configuration

To Do List

  • Make Nmap Parser a little bit more intelligent to report more data other than versions

ChangeLog

version 0.1.1 (current)

  • Improves setup with pre instalation scripts

version 0.1.0

  • NMapParser is more intelligent
  • Now returns a json result with product, name and version

version 0.0.3

  • Initial official verison
  • Fixes bugs