added flow
parent
01350e22da
commit
e7ed4d1cb0
|
@ -12,7 +12,19 @@ info:
|
|||
shodan-query: title:"vBulletin"
|
||||
tags: config,exposure,fpd,vbulletin
|
||||
|
||||
flow: http(1) && http(2)
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "vBulletin"
|
||||
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/forumdisplay.php?do[]=[test.dll]"
|
||||
|
|
Loading…
Reference in New Issue