Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Blind SSRF with proxy param or url param #69

Merged
merged 2 commits into from
Jul 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions other/Blind-SSRF-By-Collaborator.bcheck
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
metadata:
language: v1-beta
name: "Blind SSRF By Collaborator"
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
Jumbo-WJB marked this conversation as resolved.
Show resolved Hide resolved
send request:
appending queries:
`proxy={proxy_ssrf}`,
`url={url_ssrf}`
if http interactions then
report issue:
severity: high
confidence: firm
detail: "The site request url params or proxy params, There may be ssrf vulnerabilities."
remediation: "Ensure that the site does not directly request URLs from the proxy param or url param."
end if