mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Implementation for an Issue #70
This commit is contained in:
parent
57f2fccc24
commit
30f8d09651
8 changed files with 31 additions and 8 deletions
|
|
@ -247,6 +247,11 @@ risk = 1
|
|||
# Refer to the user's manual for further details.
|
||||
string =
|
||||
|
||||
# String to match within the raw response when the query is evaluated to
|
||||
# False, only needed if the page content dynamically changes at each refresh.
|
||||
# Refer to the user's manual for further details.
|
||||
notString =
|
||||
|
||||
# Regular expression to match within the raw response when the query is
|
||||
# evaluated to True, only needed if the needed if the page content
|
||||
# dynamically changes at each refresh.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue