File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
modules/auxiliary/scanner/http Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ class Metasploit3 < Msf::Auxiliary
13
13
14
14
def initialize
15
15
super (
16
- 'Name' => 'Wordpress Brute Force and User Enumeration Utility' ,
17
- 'Description' => 'Wordpress Authentication Brute Force and User Enumeration Utility' ,
16
+ 'Name' => 'WordPress Brute Force and User Enumeration Utility' ,
17
+ 'Description' => 'WordPress Authentication Brute Force and User Enumeration Utility' ,
18
18
'Author' =>
19
19
[
20
20
'Alligator Security Team' ,
@@ -45,7 +45,7 @@ def initialize
45
45
def run_host ( ip )
46
46
47
47
unless wordpress_and_online?
48
- print_error ( "#{ target_uri } does not seeem to be Wordpress site" )
48
+ print_error ( "#{ target_uri } does not seem to be WordPress site" )
49
49
return
50
50
end
51
51
You can’t perform that action at this time.
0 commit comments