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

fix unresolved variables in dast templates #5443

Merged
merged 4 commits into from
Aug 16, 2024

Conversation

RamanaReddy0M
Copy link
Contributor

@RamanaReddy0M RamanaReddy0M commented Jul 24, 2024

Proposed changes

Checklist

  • Pull request is created against the dev branch
  • All checks passed (lint, unit/integration/regression tests etc.) with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

@RamanaReddy0M
Copy link
Contributor Author

✗ ./nuclei -dast -id blind-ssrf -u 'https://example.com?url=https://example.com' -debug-req

                     __     _
   ____  __  _______/ /__  (_)
  / __ \/ / / / ___/ / _ \/ /
 / / / / /_/ / /__/ /  __/ /
/_/ /_/\__,_/\___/_/\___/_/   v3.3.0

                projectdiscovery.io

[INF] Current nuclei version: v3.3.0 (latest)
[INF] Current nuclei-templates version: v9.9.1 (latest)
[WRN] Scan results upload to cloud is disabled.
[INF] New templates added in latest release: 75
[INF] Templates loaded for current scan: 1
[INF] Executing 1 signed templates from projectdiscovery/nuclei-templates
[INF] Targets loaded for current scan: 1
[INF] Using Interactsh Server: oast.pro
[INF] [blind-ssrf] Dumped HTTP request for https://example.com?url=https://cqghhcfd5lbmlptmc4q0jbqskrrjnacyd.oast.pro

GET /?url=https://cqghhcfd5lbmlptmc4q0jbqskrrjnacyd.oast.pro HTTP/1.1
Host: example.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15
Accept-Encoding: gzip

[INF] [blind-ssrf] Dumped HTTP request for https://example.com?url=https://example.com.cqghhcfd5lbmlptmc4q09xdo3qphapt7i.oast.pro

GET /?url=https://example.com.cqghhcfd5lbmlptmc4q09xdo3qphapt7i.oast.pro HTTP/1.1
Host: example.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15
Accept-Encoding: gzip

[INF] [blind-ssrf] Dumped HTTP request for https://example.com?url=https://example.com.cqghhcfd5lbmlptmc4q0yykkenocb7zw6.oast.pro

GET /?url=https://example.com.cqghhcfd5lbmlptmc4q0yykkenocb7zw6.oast.pro HTTP/1.1
Host: example.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15
Accept-Encoding: gzip

[INF] No results found. Better luck next time!

@ehsandeep ehsandeep mentioned this pull request Aug 16, 2024
Copy link
Member

@tarunKoyalwar tarunKoyalwar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm !

@ehsandeep ehsandeep merged commit f29b945 into dev Aug 16, 2024
12 checks passed
@ehsandeep ehsandeep deleted the issue-5403-unresolved-var-fuzz branch August 16, 2024 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

unresolved variables in the dast templates
3 participants