Benchmark: SQL Injection (SQLi) Detections
Description
This benchmark contains SQLi focused detections when scanning Nginx access logs.
Usage
Install the mod:
mkdir dashboardscd dashboardspowerpipe mod initpowerpipe mod install github.com/turbot/tailpipe-mod-nginx-access-log-detections
Start the Powerpipe server:
powerpipe server
Open http://localhost:9033 in your browser and select SQL Injection (SQLi) Detections.
Run this benchmark in your terminal:
powerpipe benchmark run nginx_access_log_detections.benchmark.sql_injection_detections
Snapshot and share results via Turbot Pipes:
powerpipe benchmark run nginx_access_log_detections.benchmark.sql_injection_detections --share
Detections
- SQL Injection Blind Based
- SQL Injection Common Patterns
- SQL Injection Error Based
- SQL Injection Time Based
- SQL Injection Union Based
- SQL Injection User Agent Based