You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !
The text was updated successfully, but these errors were encountered:
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.
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 !
The text was updated successfully, but these errors were encountered: