diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-08-20 20:09:31 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-08-20 20:09:31 +0800 |
commit | d6e8ebd007a6a4bd72eba6f3709fb589245869fa (patch) | |
tree | ecfe6b39eb9f12ccdc71cb2ebb519f16759f9f48 /security/Makefile | |
parent | fe362bdf3bcf5a922c17a38d4245c83cdd137571 (diff) | |
download | freebsd-ports-gnome-d6e8ebd007a6a4bd72eba6f3709fb589245869fa.tar.gz freebsd-ports-gnome-d6e8ebd007a6a4bd72eba6f3709fb589245869fa.tar.zst freebsd-ports-gnome-d6e8ebd007a6a4bd72eba6f3709fb589245869fa.zip |
VNCcrack is a fast offline password cracker for VNC passwords.
By sniffing a VNC challenge-response sequence off the network
(typically when VNC is used without a decent cryptographic
wrapper like SSH or SSL), you can recover the password fairly
easily and quickly by letting VNCcrack pound on it.
WWW: http://www.randombit.net/projects/vnccrack/
PR: ports/102279
Submitted by: Pankov Pavel <pankov_p at mail.ru>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 3fe741e4a0ec..b30d6c692399 100644 --- a/security/Makefile +++ b/security/Makefile @@ -672,6 +672,7 @@ SUBDIR += vida SUBDIR += vlock SUBDIR += vlog + SUBDIR += vnccrack SUBDIR += vncrypt SUBDIR += vpnc SUBDIR += vpnd |