Skip to content

Commit

Permalink
FIX Blind SSRF with proxy param or url param
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumbo-WJB committed Jul 28, 2023
1 parent 79a1e0d commit 4e1ba7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions other/Blind-SSRF-By-Collaborator.bcheck
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ metadata:
description: "Blind SSRF with proxy param or url param"
author: "[email protected]"


define:
proxy_ssrf = `http://{generate_collaborator_address()}/proxy`
url_ssrf = `https://{generate_collaborator_address()}/url`

given request then
send request:
appending queries:
`proxy={proxy_ssrf}`,
`proxy={proxy_ssrf}`,
`url={url_ssrf}`
if http interactions then
report issue:
Expand Down

0 comments on commit 4e1ba7d

Please sign in to comment.