smuggler
smuggler copied to clipboard
Adding Concurrency
Hi @defparam
Thanks a lot for the Great tool.. At the time being its slow for testing as its grabbing one target at a time.. Can you add some sort of concurrency so that it grabs multiple targets at one time to test...?
Thanks !
Thanks!
Yes smuggler is single threaded. Ideally it would be nice to take an input stream of hosts and divvy them off to multiple worker threads. The work around to this is to take your list of hosts, divide them into multiple lists and fork off multiple smuggler processes. I'll leave this open as an enhancement to be done at some point by someone.
Best, Evan