urbanadventurer / WhatWeb

Next generation web scanner
https://www.morningstarsecurity.com/research/whatweb
GNU General Public License v2.0
5.57k stars 907 forks source link

/usr/lib/ruby/vendor_ruby/target.rb:188: warning: URI.escape is obsolete #373

Open w0lfcat opened 3 years ago

w0lfcat commented 3 years ago

I'm getting this error when executing whatweb. What is the issue and how to fix it?

$ whatweb http://example.com/
/usr/lib/ruby/vendor_ruby/target.rb:188: warning: URI.escape is obsolete
http://example.com/ [200 OK] Country[EUROPEAN UNION][EU], HTML5, HTTPServer[ECS (oxr/8305)], IP[93.184.216.34], Title[Example Domain]
$ 

$ whatweb --version
WhatWeb version 0.5.0 ( https://www.morningstarsecurity.com/research/whatweb/ )
$ 

$ ruby -v
ruby 2.7.0p0
$ 
HZzz2 commented 2 years ago

me too