mirror of
https://github.com/urbanadventurer/WhatWeb
synced 2026-06-21 14:12:19 +00:00
removed html comment from text match since it could be split up by newlines
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ matches [
|
||||
|
||||
# HTML Comment
|
||||
{ :text=>'<!--TYPO3SEARCH_end-->', :certainty=>75 },
|
||||
{ :text=>'<!-- This website is powered by TYPO3', :certainty=>75 },
|
||||
{ :text=>'This website is powered by TYPO3', :certainty=>75 },
|
||||
|
||||
{ :search => "headers[set-cookie]", :regexp => /^fe_typo_user/, :name=>"fe_typo_user cookie" },
|
||||
{ :search => "headers[x-typo3-parsetime]", :regexp => /\d+ms/, :name=>"X-TYPO3-Parsetime header" },
|
||||
|
||||
Reference in New Issue
Block a user