Need Help Creating an OOB Command Injection Template #44
-
Hello ProjectDiscovery team, I am currently working on an OOB Command Injection Template. I have been using the https://github.com/projectdiscovery/fuzzing-templates/blob/main/cmdi/blind-oast-polyglots.yaml template as a reference and have created my own OOB Command Injection Template:
The payload file command-injection-payloads.txt contains payloads like this:
However, I am having trouble validating if the template works as expected.First the issue is that I think it needs to wait for atleast 5 seconds to detect dns or http interaction, and I can't find any reference regarding sleeping or delaying the next request for a specific period of time. The template doesn't really wait for the interaction, it should wait for atleast 1 seconds. Additionally, I tried validating the template by:
I am unsure how to validate if the template is working correctly and would appreciate your assistance in refining this template. Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
ping @princechaddha @ehsandeep |
Beta Was this translation helpful? Give feedback.
-
@Nishantbhagat57 you can use - variables:
+ constants:
marker: "{{interactsh-url}}" |
Beta Was this translation helpful? Give feedback.
-
Thanks, this worked perfectly :) |
Beta Was this translation helpful? Give feedback.
Thanks, this worked perfectly :)