This repository has been archived by the owner on Apr 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1dcd516
commit ed1fd6d
Showing
3 changed files
with
643 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
tester | ||
====== | ||
Tester can be used to generate hashes for testing vnclowpot, as well as testing | ||
VNC security. | ||
|
||
Please run it with `-h` for a complete listing of options | ||
|
||
For legal use only. | ||
|
||
Example | ||
------- | ||
```bash | ||
./tester -wordlist passwords.txt 192.168.1.2 192.168.1.3 | ||
``` | ||
|
||
Details | ||
------- | ||
Tester is nothing more than a VNC brute-forcer with the nice side-effect of | ||
causing vnclowpot to log known hashes (plus a handful of features useful for | ||
pentesters and such). Please don't use it for illegal purposes. | ||
|
||
Only protocol 3.8 with VNC Authentication is supported. As this is what is | ||
used by vnclowpot, there are no plans to support other protocol versions. Pull | ||
requests are welcome. |
Oops, something went wrong.