-
Notifications
You must be signed in to change notification settings - Fork 111
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
Can't dns interactions be detected at given insertion point then? #16
Comments
Hi @chain00x, could you elaborate what you're trying to achieve? |
It looks like this is a valid issue, I've checked the interactions with external request capturing tools like http://pingb.in/ to confirm the issue. The Bcheck definition may not be capturing the dns interactions. It could be the case that the Bcheck definition for Let's wait for the Portswigger team to respond and confirm if this is an issue. |
Ok, look forward to solving the problem |
Hi, we are currently looking into this issue and should be able to give you an update soon. |
We've figured the issue out and have a fix in place. This will be live when 2023.6 hits stable later this week. Thank you very much for the report! |
This is my code, and I know for sure that there will be a callback, but I'm reporting an error in the event log
This is my complete code
`metadata:
language: v1-beta
name: "Request-level collaborator based"
description: "Blind SSRF with out-of-band detection"
author: "Carlos Montoya"
given insertion point then
send payload:
replacing: {generate_collaborator_address()}
if dns interactions then
report issue:
severity: high
confidence: firm
detail: "This site fetches arbitrary URLs specified in the Referer header."
remediation: "Ensure that the site does not directly request URLs from the Referer header."
end if`
The text was updated successfully, but these errors were encountered: