Skip to content

Commit fcc419c

Browse files
authored
Update README.md
1 parent d37e4ea commit fcc419c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can reuse SSHScanner but make sure you comply with the [LICENSE](https://git
1212
<dependency>
1313
<groupId>com.thisisnzed</groupId>
1414
<artifactId>SSHScanner</artifactId>
15-
<version>1.0-SNAPSHOT</version>
15+
<version>1.0.1-SNAPSHOT</version>
1616
</dependency>
1717
</dependencies>
1818
```
@@ -36,7 +36,4 @@ Note: Each argument is optional
3636
* **-timeout <int>** | Time (in ms) before the program marks a server as unavailable (default: 6000)
3737
* **-webhook <url>** | Discord webhook where credentials will be sent (default: "")
3838
* **-verbose <boolean>** | Whether or not to display failed attempts on the console (default: true)
39-
40-
41-
42-
39+
* **-host <IP address>** | **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

Comments
 (0)