You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/auxiliary/scanner/http/http_bruteforce_joomla.rb
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ class Metasploit3 < Msf::Auxiliary
18
18
definitialize
19
19
super(
20
20
'Name'=>'BruteForce Joomla 2.5 or 3.0',
21
-
'Description'=>'This module attempts to authenticate to Joomla 2.5. or 3.0',
21
+
'Description'=>'This module attempts to authenticate to Joomla 2.5. or 3.0 through bruteforce attacks',
22
22
'Author'=>['luisco100[at]gmail[dot]com'],
23
23
'References'=>
24
24
[
@@ -43,7 +43,8 @@ def initialize
43
43
OptString.new('WORD_ERROR_2',[false,"Second option for the word of message for detect that login fail","login.html"]),
44
44
OptString.new('WORD_ERROR_DELAY',[false,"The word of message for active the delay time","por favor intente de nuevo en un minuto"]),
45
45
OptInt.new('TIME_DELAY',[false,'The delay time ',0]),
46
-
OptString.new('REQUESTTYPE',[false,"Use HTTP-GET or HTTP-PUT for Digest-Auth, PROPFIND for WebDAV (default:GET)","POST"])
46
+
OptString.new('REQUESTTYPE',[false,"Use HTTP-GET or HTTP-PUT for Digest-Auth, PROPFIND for WebDAV (default:GET)","POST"]),
47
+
OptString.new('UserAgent',[true,'The HTTP User-Agent sent in the request','Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20140319 Firefox/24.0 Iceweasel/24.4.0']),
0 commit comments