Skip to content

Commit

Permalink
Minor update to revert cURL to curl
Browse files Browse the repository at this point in the history
  • Loading branch information
RRudder committed Sep 26, 2024
1 parent ae8c53d commit 733b75b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Guidance

Your submission must include evidence of the vulnerability and not be theoretical in nature. For a broken authentication or session management vulnerability, please include a simple URL or HTTP payload that can be executed to easily demonstrate and reproduce the issue. This can also include a cURL response from the website. For example, showing that HTTP is default or HTTPS is not available.
Your submission must include evidence of the vulnerability and not be theoretical in nature. For a broken authentication or session management vulnerability, please include a simple URL or HTTP payload that can be executed to easily demonstrate and reproduce the issue. This can also include a curl response from the website. For example, showing that HTTP is default or HTTPS is not available.

Attempt to escalate the broken authentication or session management to perform additional actions (such as an account takeover or CSRF bypass to perform a sensitive action). If this is possible, provide a full Proof of Concept (PoC).
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RCE could lead to data theft through the attacker's ability to manipulate data t

Example:

1. Using a Machine with access to cURL, run the command `cURL {{url}}/cmd?=ping%20192.168.1.1;cat%20/etc/hostname`
1. Using a Machine with access to `curl`, run the command `curl {{url}}/cmd?=ping%20192.168.1.1;cat%20/etc/hostname`
1. In the terminal, you will see the output of the ping command, then the hostname of the server hosting this website.

#### Proof of Concept
Expand Down

0 comments on commit 733b75b

Please sign in to comment.