mirror of
https://github.com/urbanadventurer/WhatWeb
synced 2026-06-21 14:12:19 +00:00
add regex for generic jquery detection in primefaces web applications
This commit is contained in:
+2
-1
@@ -26,7 +26,8 @@ matches [
|
||||
# JavaScript # Version Detection
|
||||
{ :version=>/jquery(\.min)?\.js\?ver=([0-9\.]+)['"]/, :offset=>1 },
|
||||
{ :version=>/jquery\/([0-9\.]+)\/jquery(\.min)?\.js/, :offset=>0 },
|
||||
{ :version=>/jquery-([0-9\.]+)(\.min)?\.js/, :offset=>0 }
|
||||
{ :version=>/jquery-([0-9\.]+)(\.min)?\.js/, :offset=>0 },
|
||||
{ :version=>/jquery(\.min)?\.js(\.[a-z&=;\?]*)(\?|;)(v|ver)=([0-9\.]+)['"]/, :offset=>4 },
|
||||
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user