nuclei icon indicating copy to clipboard operation
nuclei copied to clipboard

Support stdIn to continuously input targets and execute tasks one by one instead of waiting for stdin to close.

Open hktalent opened this issue 6 months ago • 0 comments

Support stdIn to continuously input targets and execute tasks one by one instead of waiting for stdin to close.

in some specific cases We integrate more intelligently with nuclei So we parsed the output of nuclei and tried to iteratively feed him the target based on stdin.

Unfortunately, we found that the nuclei will not execute the task if stdin is not closed.

It is hoped that it can support the continuous execution of streaming tasks and keep stdin available.

hktalent avatar Dec 13 '23 02:12 hktalent