Skip to content

Commit

Permalink
Fixed explaination of http_get.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Dec 24, 2023
1 parent f007f7d commit a478d12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ files requested with `file://` are returned in the HTTP response body.
Requesting a file that does not exist on the system will result in a HTTP 200
response, but with an empty response body. To send the HTTP request, we will use
the [http_get] helper method, which accepts a path and additional query
params, sends a HTTP `GET` request, and returns the response body as a String.
params, sends a HTTP `GET` request, and returns the HTTP response object.
We will also need to define a `file` param for the local file we wish to
request via `file://` SSRF. Since this is a super simple SSRF exploit,
we will only need to fill in the `launch` method.
Expand Down

0 comments on commit a478d12

Please sign in to comment.