urbanadventurer / WhatWeb

Next generation web scanner

Home Page:https://www.morningstarsecurity.com/research/whatweb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

w0lfcat opened this issue · comments

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
$ 

me too