TVT618

[Linux][Windows] Ncrack (Raw)

Dec 14th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. [Linux][Windows]
  2. Ncrack network authentication tool
  3.  
  4. ncrack
  5. 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.
  6.  
  7. 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 are: SSH, RDP, FTP, Telnet, HTTP(S), POP3(S), IMAP, SMB, VNC, SIP, Redis, PostgreSQL, MySQL, MSSQL, MongoDB, Cassandra, WinRM, OWA.
  8.  
  9. Be sure to read the Ncrack man page (https://nmap.org/ncrack/man.html) to fully understand Ncrack usage. If you are a developer and want to write your own Ncrack modules, studying the Ncrack Developer's Guide (https://nmap.org/ncrack/devguide.html) would be the first step.
  10.  
  11. Example
  12. ncrack 10.0.0.130:21 192.168.1.2:22
  13.  
  14. Starting Ncrack 0.6 ( http://ncrack.org ) at 2016-01-03 22:10 EEST
  15.  
  16. Discovered credentials for ftp on 10.0.0.130 21/tcp:
  17. 10.0.0.130 21/tcp ftp: admin hello1
  18. Discovered credentials for ssh on 192.168.1.2 22/tcp:
  19. 192.168.1.2 22/tcp ssh: guest 12345
  20. 192.168.1.2 22/tcp ssh: admin money$
  21.  
  22. Ncrack done: 2 services scanned in 156.03 seconds.
  23.  
  24. Ncrack finished.
  25.  
  26. Download Ncrack: https://nmap.org/ncrack/
  27. Github page: https://github.com/nmap/ncrack
Add Comment
Please, Sign In to add comment