diff options
Diffstat (limited to 'other/guess-who/README')
| -rw-r--r-- | other/guess-who/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/other/guess-who/README b/other/guess-who/README new file mode 100644 index 0000000..c56f380 --- /dev/null +++ b/other/guess-who/README | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | SSH2 password bruteforcing | ||
| 2 | ========================== | ||
| 3 | |||
| 4 | |||
| 5 | You can use "b" binary to bruteforce passwords (from stdin) | ||
| 6 | on a SSH2 server. Threaded. :-) In my LAN I got like | ||
| 7 | 30 tries/sec. Some systems use config-options for sshd that | ||
| 8 | slows down the rate very much :/ | ||
| 9 | |||
| 10 | I tested it with a OpenSSH server and it worked. | ||
| 11 | "pubscan" is a tool you can use to scan a IP range for valid | ||
| 12 | public RSA keys used in authorization. | ||
| 13 | |||
| 14 | You can use it under the terms of LICENSE file, and please | ||
| 15 | do not abuse the code. | ||
| 16 | |||
| 17 | "guess-who" uses code from the OpenSSH project. Thanks. | ||
| 18 | |||
| 19 | Please report any problems to krahmer@cs.uni-potsdam.de | ||
| 20 | |||
| 21 | ;-) | ||
| 22 | |||
