urbanadventurer / WhatWeb

Next generation web scanner

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--url-pattern is bug

winezer0 opened this issue · comments

x = opts[:url_pattern].gsub('%insert%', x) unless opts[:url_pattern].to_s.eql?('') #BUG

x = x.gsub( '%insert%' ,opts[:url_pattern] ) unless opts[:url_pattern].to_s.eql?('') #OK