diff --git a/modules/exploits/windows/http/steamcast_useragent.rb b/modules/exploits/windows/http/steamcast_useragent.rb index 96a7fbe737..384748b912 100644 --- a/modules/exploits/windows/http/steamcast_useragent.rb +++ b/modules/exploits/windows/http/steamcast_useragent.rb @@ -26,9 +26,9 @@ class Metasploit3 < Msf::Exploit::Remote execute arbitrary code. }, 'Author' => [ - 'LSO ', # Original exploit module - 'patrick' # Added references and check code. Default target to XP. - ], + 'LSO ', # Original exploit module + 'patrick' # Added references and check code. Default target to XP. + ], 'License' => BSD_LICENSE, 'Version' => '$Revision$', 'References' => @@ -36,7 +36,7 @@ class Metasploit3 < Msf::Exploit::Remote [ 'CVE', '2008-0550' ], [ 'OSVDB', '42670' ], [ 'URL', 'http://aluigi.altervista.org/adv/steamcazz-adv.txt'], - # [ 'BID', '' ], # No entry as yet + [ 'BID', '33898' ], ], 'Privileged' => false, 'DefaultOptions' => @@ -93,4 +93,3 @@ class Metasploit3 < Msf::Exploit::Remote end end -