Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Concurrency #6

Open
danzee1 opened this issue Jun 22, 2020 · 1 comment
Open

Adding Concurrency #6

danzee1 opened this issue Jun 22, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@danzee1
Copy link

danzee1 commented Jun 22, 2020

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 !

@defparam defparam added the enhancement New feature or request label Jun 23, 2020
@defparam
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants