You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ You can reuse SSHScanner but make sure you comply with the [LICENSE](https://git
12
12
<dependency>
13
13
<groupId>com.thisisnzed</groupId>
14
14
<artifactId>SSHScanner</artifactId>
15
-
<version>1.0-SNAPSHOT</version>
15
+
<version>1.0.1-SNAPSHOT</version>
16
16
</dependency>
17
17
</dependencies>
18
18
```
@@ -36,7 +36,4 @@ Note: Each argument is optional
36
36
***-timeout <int>** | Time (in ms) before the program marks a server as unavailable (default: 6000)
37
37
***-webhook <url>** | Discord webhook where credentials will be sent (default: "")
38
38
***-verbose <boolean>** | Whether or not to display failed attempts on the console (default: true)
39
-
40
-
41
-
42
-
39
+
***-host <IPaddress>** | **WARNING: Only for bruteforce specific host** | Use this parameter ONLY if you want to perform a bruteforce attack on a specific SSH server - if you use this parameter you only will attack the requested server and not millions of random servers around the world (default: "")
0 commit comments