File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
modules/auxiliary/scanner/http Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ class Metasploit3 < Msf::Auxiliary
13
13
14
14
def initialize ( info = { } )
15
15
super ( update_info ( info ,
16
- 'Name' => 'EtherPAD Duo Login Brute Force Utility' ,
16
+ 'Name' => 'EtherPAD Duo Login Bruteforce Utility' ,
17
17
'Description' => %{
18
18
This module scans for EtherPAD Duo login portal, and
19
- performs a login brute force attack to identify valid credentials.
19
+ performs a login bruteforce attack to identify valid credentials.
20
20
} ,
21
21
'Author' =>
22
22
[
@@ -32,7 +32,7 @@ def run_host(ip)
32
32
return
33
33
end
34
34
35
- print_status ( "#{ peer } - Starting login brute force ..." )
35
+ print_status ( "#{ peer } - Starting login bruteforce ..." )
36
36
each_user_pass do |user , pass |
37
37
do_login ( user , pass )
38
38
end
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ class Metasploit3 < Msf::Auxiliary
14
14
15
15
def initialize ( info = { } )
16
16
super ( update_info ( info ,
17
- 'Name' => 'PocketPAD Login Brute Force Utility' ,
17
+ 'Name' => 'PocketPAD Login Bruteforce Force Utility' ,
18
18
'Description' => %{
19
19
This module scans for PocketPAD login portal, and
20
- performs a login brute force attack to identify valid credentials.
20
+ performs a login bruteforce attack to identify valid credentials.
21
21
} ,
22
22
'Author' =>
23
23
[
@@ -32,7 +32,7 @@ def run_host(ip)
32
32
return
33
33
end
34
34
35
- print_status ( "#{ peer } - Starting login brute force ..." )
35
+ print_status ( "#{ peer } - Starting login bruteforce ..." )
36
36
each_user_pass do |user , pass |
37
37
do_login ( user , pass )
38
38
end
You can’t perform that action at this time.
0 commit comments