We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4def25 commit e1adcfeCopy full SHA for e1adcfe
lib/msf/core/exploit/http/server.rb
@@ -305,7 +305,7 @@ def fingerprint_user_agent(ua_str)
305
when /opera\/(\d+(:?\.\d+)*)/
306
fp[:ua_name] = HttpClients::OPERA
307
fp[:ua_ver] = $1
308
- when /mozilla\/[0-9]+\.[0-9] \(compatible; msie ([0-9]+\.[0-9]+)/, /mozilla\/[0-9]+\.[0-9] \(.+ rv:([0-9]+\.[0-9])\)/
+ when /mozilla\/[0-9]+\.[0-9] \(compatible; msie ([0-9]+\.[0-9]+)/i, /mozilla\/[0-9]+\.[0-9] \(.+ rv:([0-9]+\.[0-9])\)/i
309
fp[:ua_name] = HttpClients::IE
310
311
else
0 commit comments