diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-11-02 19:01:47 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-02 19:01:47 +0700 |
commit | 57ab3b904d823f00de811eeceee85d58d4ad58b2 (patch) | |
tree | b8a763d0f2a5298ce4e4f19b795aa21636dd5d10 /network/ncrack/README | |
parent | 014c048dfebbc724fd91cd7d2b0055f889fffd91 (diff) |
network/ncrack: Added (network authentication cracking tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/ncrack/README')
-rw-r--r-- | network/ncrack/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/network/ncrack/README b/network/ncrack/README new file mode 100644 index 0000000000000..25c21e81f78c7 --- /dev/null +++ b/network/ncrack/README @@ -0,0 +1,15 @@ +Ncrack is a high-speed network authentication cracking tool. +It was built to help companies secure their networks by proactively +testing all their hosts and networking devices for poor passwords. +Security professionals also rely on Ncrack when auditing their clients. +Ncrack was designed using a modular approach, a command-line syntax +similar to Nmap and a dynamic engine that can adapt its behaviour based +on network feedback. It allows for rapid, yet reliable large-scale +auditing of multiple hosts. + +Ncrack's features include a very flexible interface granting the user +full control of network operations, allowing for very sophisticated +bruteforcing attacks, timing templates for ease of use, runtime +interaction similar to Nmap's and many more. Protocols supported include +RDP, SSH, HTTP(S), SMB, POP3(S), VNC, FTP, SIP, Redis, PostgreSQL, MySQL, +and Telnet. |