Replies: 1 comment 1 reply
-
@DEVisions This is not the expected use, interactsh integration is built-in with nuclei that works with template placeholder to auto generated payload and co-relate interaction in same nuclei execution, it can not co related interaction for payload that are generated outside of template. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Nuclei version: v3.2.9
Current Behavior:
Nuclei is not correlating interaction in interact.sh with the current scan. If in my template I hardcode an address from
app.interactsh.com
there I see all interactions. If in my template I use{{interactsh-url}}
Nuclei is not picking up the interactions and outputs:[INF] No results found. Better luck next time!
Expected Behavior:
Nuclei should output a True Positive for the vulnerability as I confirmed the payload is working correctly.
Steps To Reproduce:
If you find a target you can use the template I'm working on. I could provide privately an example target.
Template:
Proof that the template is working as intended while nuclei it's not:
Picture as proof that when uncommenting the hard-coded value in the template and using that instead of the template placeholder
{{interactsh-url}}
the target indeed is interacting with interactsh and it's nuclei that it's not picking up said interaction.Anything else:
This issue should have been addressed here in issue #1844 but it's still present.
Beta Was this translation helpful? Give feedback.
All reactions