diff --git a/modules/exploits/windows/browser/ms13_080_cdisplaypointer.rb b/modules/exploits/windows/browser/ms13_080_cdisplaypointer.rb index 4b61f98a88..ddd2671e68 100644 --- a/modules/exploits/windows/browser/ms13_080_cdisplaypointer.rb +++ b/modules/exploits/windows/browser/ms13_080_cdisplaypointer.rb @@ -93,7 +93,7 @@ class Metasploit3 < Msf::Exploit::Remote function os() { var detect = window.os_detect.getVersion(); - var os_string = detect.os_name + " " + detect.os_flavor + " " + detect.ua_name + " " + detect.ua_version; + var os_string = detect.os_name + " " + detect.ua_name + " " + detect.ua_version; return os_string; }