Based on metasploit regex
Signed-off-by: Casper Guldbech Nielsen <whopsec@protonmail.com>patch-1
parent
0489c83e76
commit
ad3bab450d
|
@ -13,8 +13,8 @@ requests:
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
||||||
- type: word
|
- type: regex
|
||||||
words:
|
name: domino-username
|
||||||
- "href"
|
regex:
|
||||||
- "OpenDocument"
|
- '(<a href\=\"/names\.nsf/[0-9a-z\/]+\?OpenDocument)'
|
||||||
part: body
|
part: body
|
||||||
|
|
Loading…
Reference in New Issue