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

Error in using url_encode function #5184

Open
666asd opened this issue May 11, 2024 · 2 comments
Open

Error in using url_encode function #5184

666asd opened this issue May 11, 2024 · 2 comments
Assignees
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@666asd
Copy link

666asd commented May 11, 2024

Issue description:

# Variable example using HTTP requests
id: variables-example

info:
  name: Variables Example
  author: pdteam
  severity: info

http:
  - payloads:
      payload:

        - '{{interactsh-url}}'

    fuzzing:

      - part: query
        mode: single
        fuzz:
          - '{{base64(payload)}}'
          - '{{url_encode(payload)}}'

When I use this template, the base64 function can be used normally, but url_encode will error 'unresolved variables found: contactsh url'`
image
image

Anything else:

@666asd 666asd added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label May 11, 2024
@666asd
Copy link
Author

666asd commented May 11, 2024

And I believe that the result of base64 is not as expected, 'interactsh-url' has not been parsed

@pussycat0x
Copy link

Hi @666asd I have created issue on nuclei engine #5181

@DhiyaneshGeek DhiyaneshGeek transferred this issue from projectdiscovery/nuclei-templates May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

No branches or pull requests

2 participants