/ngrab

ngrab is a script to grab all the scans in a nessus "Folder"

Primary LanguagePythonMIT LicenseMIT

ngrab

ngrab is a really awesome script that can help you out when you have to export like 100 .nessus files that are all in a nessus 'folder'. Sometimes you need to split these scans up for some reason and end up having a folder full of about 100 different 'scans'. This can be a massive pain in the arse as nessus doesn't let you export them all en-mass.

enter ngrab.py

Support

ngrab should work nicely with any python environment (windows friendly~!)

Installation

ngrab relies on requests, argparse and os as imported modules:

Install the stuff you need:

# pip install -r requirements.txt

Quick Start

# python ngrab.py -h

Bugs

Submit things to the github issue tracker, there is not guarantee they will be fixed ever.

Credits

ak got really frustrated one day.