Open 0xjbb opened 8 months ago
Hi All,
I'm currently writing a plugin and have come across an issue.
I can send a request to repeater using the api: repeater().sendToRepeater(request, "Tab name here");`
repeater().sendToRepeater(request,
However, the sendToIntruder API does not seem to have the String name parameter.
Hi
Thanks for the feedback! We've raised this as a feature request to monitor interest.
If there's anything else we can help with, then please let us know.
Hi All,
I'm currently writing a plugin and have come across an issue.
I can send a request to repeater using the api:
repeater().sendToRepeater(request,
"Tab name here");`However, the sendToIntruder API does not seem to have the String name parameter.