We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f06a2d4 commit 09db1f4Copy full SHA for 09db1f4
documentation/modules/auxiliary/scanner/ivanti/login_scanner.md
@@ -0,0 +1,19 @@
1
+## Description
2
+
3
+The module performs bruteforce attack against Ivanti Connect Secure.
4
+It allows to attack both regular user and admin as well - you can select which type of account to attack with `ADMIN` parameter.
5
6
+## Vulnerable Application
7
8
+- [Ivanti](https://www.ivanti.com/products/connect-secure-vpn)
9
10
+## Verification Steps
11
12
+1. `use auxiliary/scanner/ivanti/login_scanner`
13
+2. `set RHOSTS [IP]`
14
+3. either `set USERNAME [username]` or `set USERPASS_FILE [usernames file]`
15
+4. either `set PASSWORD [password]` or `set PASS_FILE [passwords file]`
16
+5. `set ADMIN [attack admin?]`
17
+6. `run`
18
19
0 commit comments