From 95543449d50e7487e2070734cbfd6b4300ee68c7 Mon Sep 17 00:00:00 2001 From: HAHWUL Date: Fri, 5 Apr 2024 00:49:08 +0900 Subject: [PATCH] Add SQLiDetector --- weapons/SQLiDetector.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 weapons/SQLiDetector.yaml diff --git a/weapons/SQLiDetector.yaml b/weapons/SQLiDetector.yaml new file mode 100644 index 0000000..0072e4e --- /dev/null +++ b/weapons/SQLiDetector.yaml @@ -0,0 +1,9 @@ +--- +name: SQLiDetector +description: Simple python script supported with BurpBouty profile that helps you to detect SQL injection "Error based" by sending multiple requests with 14 payloads and checking for 152 regex patterns for different databases. +url: https://github.com/eslam3kl/SQLiDetector +category: tool +type: Scanner +platform: [linux, macos, windows] +lang: Python +tags: [sqli]