We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the attack modules, we should do parallel requests to make it faster Octopus library looks good
The text was updated successfully, but these errors were encountered:
#1 Try to parallelize the requests
554101f
I ll give it a try with ThreadPoolExecutor for now The default worker numbers defined in python 3.5 should do the trick for a first optimization
Sorry, something went wrong.
Merge pull request #32 from shenril/feature/parallel-requests
ee05ceb
#1 Parallelize the attack requests for bruteforcing and injections Improve overall performances Fix minor bugs
Finally merged
shenril
No branches or pull requests
In the attack modules, we should do parallel requests to make it faster
Octopus library looks good
The text was updated successfully, but these errors were encountered: