Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xorrbit/Burp-NessusLoader
Burp Suite extension to import detected web servers from a Nessus scan xml file (.nessus)
https://github.com/xorrbit/Burp-NessusLoader
Last synced: 5 days ago
JSON representation
Burp Suite extension to import detected web servers from a Nessus scan xml file (.nessus)
- Host: GitHub
- URL: https://github.com/xorrbit/Burp-NessusLoader
- Owner: xorrbit
- License: apache-2.0
- Created: 2019-03-22T19:26:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-03-29T03:50:23.000Z (over 5 years ago)
- Last Synced: 2024-11-08T08:54:23.285Z (6 days ago)
- Language: Java
- Size: 18.6 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-burp-extensions - Nessus Loader - his extension parses a Nessus scan XML file to detect web servers. Any web servers discovered are added to the site map. (Tool Integration / SSRF)
README
# Burp-NessusLoader
Burp Suite extension to import detected web servers from a Nessus scan xml file (.nessus)Intended Workflow
-----------------
This extension will parse a .nessus file and extract any ports that were identified as web servers, including those encapsulated with TLS. Right now the Burp Suite API does not allow an extension to spider/crawl multiple targets in one task, so instead of spidering/crawling these targets and creating a ton of tasks, it just adds each of them to the current target site map. You can then start scans as required.Building the extension
---------------------
First thing you'll need to do is export the Burp Extender API Interface files somewhere and then copy them all into the src/burp/ directory. This is done from within Burp Suite itself on the Extender/APIs tab.After that all you need is Apache Ant installed (it is likely called just 'ant' in your package manager) and running 'ant' will build the jar.