-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
batch process will use so many cpu and memory , the computer is stuck. can optimize the performance ,gobuster scan is use a litttle cpu and memory #1007
Comments
You can reduce the threads |
so many webs penetration testing ,batch |
I don't understand what do you mean |
With a small amount of testing, the tool is fine. But batch testing will consume a lot of computer resources, causing the computer to freeze. Usually batch testing is very much, reducing the number of threads will not solve the problem. Gobuster runs the same tasks with very few resources, a little CPU and memory! Can performance be improved! |
I will try to figure out how to improve dirsearch performance, but this seems to be a long-term issue, might take a lot of time and can not be fully fixed |
Thank you very much! Found in batch test process, occupy computer resources too much, so make a suggestion! I also know that this is a long and arduous task. If you have time, you can try to improve the performance. If you don't have time, you can do it temporarily. Multithreaded coroutine concurrency, occupying resources, Golang language shows natural superiority! Python is also great, but less performance wise! |
Dirsearch can now enable asynchronous mode with |
batch process will use so many cpu and memory , the computer is stuck. can optimize the performance ,gobuster scan is use a litttle cpu and memory.gobuster is use golang.
The text was updated successfully, but these errors were encountered: