Replies: 7 comments 1 reply
-
@ehsandeep what are your thought here? |
Beta Was this translation helpful? Give feedback.
-
@molitona https://nuclei.projectdiscovery.io/nuclei/get-started/#mass-scanning-using-nuclei |
Beta Was this translation helpful? Give feedback.
-
Hi @tarunKoyalwar @olearycrew @ehsandeep I scan 16 million list with only 1 template, that's my case, is below command the right one for my case for faster work ?
NB: that dash after nuclei word is steam according to https://nuclei.projectdiscovery.io/nuclei/get-started/#mass-scanning-using-nuclei 'cause i saw ---> i run on vps machine with 500gb speed. can you suggest the perfect tuned command args for the above one or it's perfect ? also is that steam dash correct syntax to put it after nuclei keyword ? |
Beta Was this translation helpful? Give feedback.
-
@molitona , interesting and thanks for sharing detailed information this is helpful . the ideal command for your setup should be also its not a dash we will replace it with nuclei -rl 0 -bs 10000 -l 16_milion_list -id xxx -stats -elog errors.txt -stream -o output.txt -nh i set the Some Explaination
PS: I would like to hear back from you about stats like scan time etc if possible |
Beta Was this translation helpful? Give feedback.
-
Hi @tarunKoyalwar, Thank you for the detailed response. I have 4GB RAM. So what is the max -bs value that i don't have to exceed according to your experience ? Other than that i'll get back to you once I run a test. Again, thanks for help. |
Beta Was this translation helpful? Give feedback.
-
@molitona , if its 4GB i think you might have to drop down bs to |
Beta Was this translation helpful? Give feedback.
-
that was the case. what about 1gb ram ? how you calculate it ?
Apr 15, 2023, 16:31 by ***@***.***:
…
@molitona <https://github.com/molitona>> , if its 4GB i think you might have to drop down bs to > -bs 5000> . this is my estimation but you will get a better understanding after doing 1 or 2 scans whether to increase or decrease concurrency (just keep an eye out on RAM consumption and RPS in stats)
—
Reply to this email directly, > view it on GitHub <#3534 (comment)>> , or > unsubscribe <https://github.com/notifications/unsubscribe-auth/AIPC4MO667RCIRG6B6XXP2TXBK5MJANCNFSM6AAAAAAW4IWUQQ>> .
You are receiving this because you were mentioned.> Message ID: > <projectdiscovery/nuclei/repo-discussions/3534/comments/5624142> @> github> .> com>
|
Beta Was this translation helpful? Give feedback.
-
Hi, why isn't there -t option for multi threading like httpx have ?
nuclei is slow compared to httpx
Beta Was this translation helpful? Give feedback.
All reactions