SSWConsulting / SSW.CodeAuditor

SSW Code Auditor V2
6 stars 6 forks source link

Renamed User Agent and Added default maxthread to Go #877

Closed tombui99 closed 5 months ago

tombui99 commented 5 months ago

https://github.com/SSWConsulting/SSW.CodeAuditor/issues/886

As requested from @wicksipedia

wicksipedia commented 5 months ago

dealing down the maximum number of threads is good, but is there any pauses after a thread completes to let the server catch it's breath?

tombui99 commented 5 months ago

Hey @wicksipedia

dealing down the maximum number of threads is good, but is there any pauses after a thread completes to let the server catch it's breath?

I have added an extra 3ms pause after every thread completes (after each link scan finishes) if this is what you are after.

Hey @william-liebenberg

This change increases the scan duration greatly - let me know if you are happy.