chorsley / python-Wappalyzer

Python driver for Wappalyzer, a web application detection utility.
GNU General Public License v3.0
309 stars 122 forks source link

Fails if website has slow response rate #13

Closed minthemiddle closed 4 years ago

minthemiddle commented 8 years ago

The script fails if the website is not responding quickly enough. Try paxchristi.de, which is up but slow. It constantly fails on me. Probably a explicit wait in the right space would help.

unstppbl commented 6 years ago

@minthemiddle Just change timeout time in Wappalyzer.py in new_from_url class method of WebPage class

tristanlatr commented 4 years ago

What about increasing the default timeout to 10 seconds instead of 2.5 ?

tristanlatr commented 4 years ago

The new 0.3.0 version has the timeout to 10 seconds by default.