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/joomla_bruteforce_login.rb
+30-34Lines changed: 30 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,7 @@ def initialize
38
38
OptString.new('FORM_URI',[false,"The FORM URI to authenticate against","/administrator"]),
39
39
OptString.new('USER_VARIABLE',[false,"The name of the variable for the user field","username"]),
40
40
OptString.new('PASS_VARIABLE',[false,"The name of the variable for the password field","passwd"]),
41
-
OptString.new('WORD_ERROR',[false,"The word of message for detect that login fail","mod-login-username"]),
42
-
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']),
41
+
OptString.new('WORD_ERROR',[false,"The word of message for detect that login fail","mod-login-username"])
0 commit comments