Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3d5ca1b

Browse files
committed
Minor update
1 parent abd429d commit 3d5ca1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@
429429
BRUTE_COLUMN_EXISTS_TEMPLATE = "EXISTS(SELECT %s FROM %s)"
430430

431431
# Payload used for checking of existence of IDS/WAF (dummier the better)
432-
IDS_WAF_CHECK_PAYLOAD = "AND 1=1 UNION ALL SELECT 1,2,3,table_name FROM information_schema.tables WHERE 2>1"
432+
IDS_WAF_CHECK_PAYLOAD = "AND 1=1 UNION ALL SELECT 1,2,3,table_name FROM information_schema.tables WHERE 2>1-- ../../../etc/passwd"
433433

434434
# Vectors used for provoking specific WAF/IDS/IPS behavior(s)
435435
WAF_ATTACK_VECTORS = (

0 commit comments

Comments
 (0)