common-vulnerability-descriptions-from-Burp-and-CAPEC

Converting the burp finding db to csv format:

Extract the Issue list from the Jar file

/burpsuite_pro/resources/KnowledgeBase/Issues

Run:

ls *.html | xargs -L 1 sh -c 'echo $0 | node convert-burp-html-csv.js'

CAPEC download link: https://capec.mitre.org/data/csv/1000.csv.zip