Last active
July 1, 2024 05:22
-
-
Save Jineeshak/cdef845d74e0cdcc97bade0b19e3b6a5 to your computer and use it in GitHub Desktop.
Revisions
-
Jineeshak revised this gist
Jul 1, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata: tags: "SQLi" given request then if {latest.request.url} matches "\b(\?|&)(process|string|id|referer|password|pwd|field|view|column|log|sort|from|search|update|cat|row|results|role|table|id|order|filter|user|fetch|limit|keyword|email|query|c|name|where|number|phone_number|delete|report)=\b" then report issue: severity: info confidence: tentative -
Jineeshak revised this gist
Jun 29, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata: tags: "SQLi" given request then if {latest.request.url} matches "\b(\?|&)(process|string|id|referer|password|pwd|field|view|sleep|column|log|token|sel|select|sort|from|search|update|pub_group_id|row|results|role|table|multi_layer_map_list|order|filter|user|fetch|limit|keyword|email|query|c|name|where|number|phone_number|delete|report)=\b" then report issue: severity: info confidence: tentative -
Jineeshak created this gist
Jun 29, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ metadata: language: v1-beta name: "SQLi SUS" description: "Identify suspicious parameters that could be prone to SQL Injection." author: "@Jineesh AK" tags: "SQLi" given request then if {latest.request} matches "\b(\?|&)(process|string|id|referer|password|pwd|field|view|sleep|column|log|token|sel|select|sort|from|search|update|pub_group_id|row|results|role|table|multi_layer_map_list|order|filter|user|fetch|limit|keyword|email|query|c|name|where|number|phone_number|delete|report)=\b" then report issue: severity: info confidence: tentative detail: "Suspicious parameter detected in request. This may be vulnerable to SQL Injection." remediation: "Validate and sanitize input for the detected parameter to prevent SQL Injection." end if