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