Files
metasploit-gs/modules/exploits/multi
Tom Sellers 8f47edb899 JBoss_Maindeployer: improve feedback against CVE-2010-0738
The exploit against CVE-2010-0738 won't work when using GET or POST.  In the existing code the request would fail and the function would return a nil.  This would be passed to detect_platform without being checked and cause the module to crash ungracefully with the error:

Exploit failed: NoMethodError undefined method `body' for nil:NilClass

The first changes detect a 401 authentication message and provide useful feedback.  Given that if, in any case, 'res' is not a valid or useful response the second change just terminates processing.

I've stayed with the module's coding style for consistency.
2014-04-24 12:37:14 -05:00
..
2014-01-21 17:14:55 -06:00
2014-01-21 13:03:36 -06:00
2014-01-24 12:08:23 -06:00
2014-01-21 13:03:36 -06:00
2013-11-20 15:08:13 -06:00
2014-01-24 12:08:23 -06:00
2013-12-30 14:28:15 -06:00
2014-01-21 13:03:36 -06:00
2011-11-09 18:41:40 -06:00
2013-10-15 13:51:57 -05:00
2013-10-15 13:51:57 -05:00