Skip to content
Home » SQL Vulnerability Assessment Tool – Rules Reference List

SQL Vulnerability Assessment Tool – Rules Reference List

I never managed to find an online reference page for the rules run by the SQL Vulnerability Assessment tool. So I figured “why not do it myself?”. Cool script attached!

The script in the GitHub Gist below takes a JSON results file generated by a SQL Vulnerability Assessment Tool check, and parses it into a relational structure:

https://gist.github.com/EitanBlumin/ed3bc163fbcfa6f9e13a486b685517ce#file-parse-vulnerability-assessment-scan-json-file-sql

From there, it was a matter of some tinkering to turn it into an HTML page, and create an online reference page for you guys.

NOTICE: The reference list was moved to its own dedicated page here:

https://eitanblumin.com/sql-vulnerability-assessment-tool-rules-reference-list/

Wanna know how I generated that page?
I used this script here.

Cover Image by TheDigitalWay from Pixabay

1 thought on “SQL Vulnerability Assessment Tool – Rules Reference List”

  1. Pingback: SQL Vulnerability Assessment Tool Reference List – Updated! – Eitan Blumin's Blog

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.