File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
documentation/modules/auxiliary/scanner/ivanti
modules/auxiliary/scanner/ivanti Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ It allows to attack both regular user and admin as well - you can select which t
9
9
10
10
## Verification Steps
11
11
12
- 1 . ` use auxiliary/scanner/ivanti/login_scanner `
12
+ 1 . ` use auxiliary/scanner/ivanti/ivanti_login `
13
13
2 . ` set RHOSTS [IP] `
14
14
3 . either ` set USERNAME [username] ` or ` set USERPASS_FILE [usernames file] `
15
15
4 . either ` set PASSWORD [password] ` or ` set PASS_FILE [passwords file] `
Original file line number Diff line number Diff line change @@ -9,13 +9,16 @@ class MetasploitModule < Msf::Auxiliary
9
9
include Msf ::Auxiliary ::Scanner
10
10
include Msf ::Auxiliary ::ReportSummary
11
11
12
+ include Msf ::Exploit ::Deprecated
13
+ moved_from 'auxiliary/scanner/ivanti/login_scanner'
14
+
12
15
def initialize ( info = { } )
13
16
super (
14
17
update_info (
15
18
info ,
16
19
'Name' => 'Ivanti Connect Secure HTTP Scanner' ,
17
20
'Description' => %q{
18
- This module will perform authentication scanning against Ivanti Connect Secure
21
+ This module will perform authentication scanning against Ivanti Connect Secure.
19
22
} ,
20
23
'Author' => [ 'msutovsky-r7' ] ,
21
24
'License' => MSF_LICENSE ,
You can’t perform that action at this time.
0 commit comments