smuggler icon indicating copy to clipboard operation
smuggler copied to clipboard

Adding Concurrency

Open danzee1 opened this issue 4 years ago • 1 comments

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 !

danzee1 avatar Jun 22 '20 06:06 danzee1

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

defparam avatar Jun 23 '20 13:06 defparam