Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Beleth — Multi-threaded SSH Password Auditor | Kitploit
Tools/GitHubGitHub/chokepoint/beleth
Password CrackingPassword AttacksPenetration Testing
GitHubchokepoint/beleth

Beleth

Multi-threaded SSH Password Auditor

View Repository
933912 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Beleth

Dictionary based SSH cracker

root@kitploit:~
Usage: ./beleth [OPTIONS]
	-c [payload]	Execute payload on remote server once logged in
	-h				Display this help
	-l [threads]	Limit threads to given number. Default: 4
	-p [port]		Specify remote port
	-P [password]	Use single password attempt
	-t [target]		Attempt connections to this server
	-u [user]		Attempt connection using this username
	-v				-v (Show attempts) -vv (Show debugging)
	-w [wordlist]	Use this wordlist. Defaults to wordlist.txt

Example:

$ ./beleth -l 15 -t 127.0.0.1 -u stderr -w wordlist.txt
┌────────────────────────────────────────┐
│                 Beleth                 │
│          www.chokepoint.net            │
└────────────────────────────────────────┘
[*] Read 25 passwords from file.
[*] Starting task manager
[*] Spawning 15 threads
[*] Starting attack on [email protected]:22
[*] Authentication succeeded (root:[email protected]:22)
[*] Executing: uname -a
[*] Linux eclipse 3.2.0-4-686-pae #1 SMP Debian 3.2.46-1+deb7u1 i686 GNU/Linux
[*] Cleaning up child processes.

Resources

  • www.chokepoint.net
  • www.blackhatlibrary.net
Download Tool