OWASP / vbscan

OWASP VBScan is a Black Box vBulletin Vulnerability Scanner
https://www.owasp.org/index.php/OWASP_VBScan_Project
GNU General Public License v3.0
323 stars 119 forks source link

remove specified timeout in favor of default #6

Closed vxbinaca closed 8 years ago

vxbinaca commented 9 years ago

Sometimes people do recon through Tor, or a VPN, or a tethered internet, or some distant AP they've broken into. Errors in any level of transmission can cause delay. Adding layers to hide yourself cause delay. 15 seconds is too short and can cause operations to be lost. Best this be left at 180 second (the default). If our replies aren't coming back after 180 seconds things deserve to be dropped. 180 second is an eternity.

Unless one of your exploit checks are time-critical (last I checked none are), less arguments in LWP::UserAgent is sometimes better and this is one case where thats so.