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.
2 parents d02a4cc + e1adcfe commit 3b3e969Copy full SHA for 3b3e969
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]+)/
+ 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