Closed exploresecurity closed 5 years ago
A timeout exits the script, which I found to be too harsh. I've edited /lib/fingerprint.rb to comment the exception raised in line 16 and added:
if res.timed_out? puts "[WARNING] Timeout for #{res.effective_url}" end
Perhaps something to consider. Thanks for the tool.
Implemented for the fingerprinting and unique fingerprinting.
A timeout exits the script, which I found to be too harsh. I've edited /lib/fingerprint.rb to comment the exception raised in line 16 and added:
Perhaps something to consider. Thanks for the tool.