LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

ncrack

high-speed network authentication cracking tool

TLDR

Crack SSH login
$ ncrack -p [22] --user [root] -P [wordlist.txt] [192.168.1.1]
copy
Crack multiple services
$ ncrack [ssh://192.168.1.1,ftp://192.168.1.2]
copy
Use username list
$ ncrack -U [users.txt] -P [passwords.txt] [ssh://target]
copy
Set timing template
$ ncrack -T[4] [ssh://target]
copy
Read targets from file
$ ncrack -iL [hosts.txt] -p [22] --user [admin]
copy
Save results to file
$ ncrack -oN [results.txt] [ssh://target] -U [users.txt] -P [passwords.txt]
copy

SYNOPSIS

ncrack [options] [target...]

DESCRIPTION

Ncrack is a high-speed network authentication cracking tool. It supports multiple protocols including SSH, RDP, FTP, Telnet, HTTP, and more.Designed by Nmap developers, ncrack uses a modular architecture allowing new protocol modules.

PARAMETERS

-p ports

Target ports.
--user user
Single username.
-U file
Username list.
-P file
Password list.
-T 0-5
Timing template.
-iL file
Input target list.
-oN file
Normal output.
-oX file
XML output.
-v
Verbose.

SUPPORTED PROTOCOLS

$ ssh, rdp, ftp, telnet
http, https, pop3, imap
smb, vnc, sip, redis
mongodb, cassandra, mssql
copy

INSTALL

sudo apt install ncrack
copy
sudo dnf install ncrack
copy
sudo pacman -S ncrack
copy
brew install ncrack
copy
nix profile install nixpkgs#ncrack
copy

CAVEATS

Use only with authorization. May trigger security alerts. Account lockouts possible. Rate limiting recommended.

HISTORY

Ncrack was developed by the Nmap Project team, initially released in 2009 as a network authentication cracking tool complementing Nmap.

SEE ALSO

hydra(1), medusa(1), nmap(1), john(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid