https://github.com/mikej81/f5-asm-generic
Generic ASM Vulnerability Schema XSLT
https://github.com/mikej81/f5-asm-generic
asm f5 nessus netsparker
Last synced: 5 months ago
JSON representation
Generic ASM Vulnerability Schema XSLT
- Host: GitHub
- URL: https://github.com/mikej81/f5-asm-generic
- Owner: Mikej81
- License: gpl-3.0
- Created: 2017-08-31T18:56:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T21:15:48.000Z (about 8 years ago)
- Last Synced: 2025-04-06T11:49:19.132Z (about 1 year ago)
- Topics: asm, f5, nessus, netsparker
- Language: XSLT
- Homepage:
- Size: 404 KB
- Stars: 11
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# F5 ASM Generic Scanner Translator
Generic ASM Vulnerability Schema XSLT
## Current Translations
* Nessus 6
* Netsparker
* Whitehat
* F-Secure
## Usage
Use XSLT transformation tool to convert Web Vulnerability Scan results into an ASM compatible remediation file for import.
```bash
xsltproc nessus2asm.xsl scan_results.nessus > Nessus_Import.xml
```
```bash
xsltproc netsparker2asm.xsl scan_results.xml > Netsparker_Import.xml
```
[https://devcentral.f5.com/articles/nessus-6-xslt-conversion-for-asm-generic-vulnerability-schema-27632](https://devcentral.f5.com/articles/nessus-6-xslt-conversion-for-asm-generic-vulnerability-schema-27632)
## Updates
* 10-10-2017 - Added several vulnerability mappings. Some may have better choices, working off scan results that arent 100% comprehensive but should be a good start.
* 02-08-2018 - Added some small mappings for Whitehat scans. Could use some tweaking but baseline is there.
* 05-09-2018 - Added F-Secure, limited mappings. Cleaned up file names.