Skip to content

Commit bbe57db

Browse files
committed
Some cleanup, also remove TARGETURI because not registered by default
1 parent e4885b2 commit bbe57db

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

modules/auxiliary/scanner/http/cisco_ironport_enum.rb

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def initialize(info={})
2020
'Name' => 'Cisco Ironport Bruteforce Login Utility',
2121
'Description' => %{
2222
This module scans for Cisco Ironport SMA, WSA and ESA web login portals, finds AsyncOS
23-
version and performs login brute force to identify valid credentials.
23+
version and performs login brute force to identify valid credentials.
2424
},
2525
'Author' =>
2626
[
@@ -36,9 +36,6 @@ def initialize(info={})
3636
OptString.new('USERNAME', [true, "A specific username to authenticate as", "admin"]),
3737
OptString.new('PASSWORD', [true, "A specific password to authenticate with", "ironport"])
3838
], self.class)
39-
40-
deregister_options('TARGETURI')
41-
4239
end
4340

4441
def run_host(ip)
@@ -72,7 +69,7 @@ def check_conn?
7269
end
7370

7471
#
75-
# What's the point of running this module if the app actually isn't Cisco Ironport?
72+
# What's the point of running this module if the app actually isn't Cisco IronPort
7673
#
7774

7875
def is_app_ironport?

0 commit comments

Comments
 (0)