Skip to content

Commit 0ccb39c

Browse files
committed
Land rapid7#3726 - Fix typos in wordpress login
2 parents 10bb77a + 8ba5488 commit 0ccb39c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/auxiliary/scanner/http/wordpress_login_enum.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ class Metasploit3 < Msf::Auxiliary
1313

1414
def initialize
1515
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',
1818
'Author' =>
1919
[
2020
'Alligator Security Team',
@@ -45,7 +45,7 @@ def initialize
4545
def run_host(ip)
4646

4747
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")
4949
return
5050
end
5151

0 commit comments

Comments
 (0)