SkillAgentSearch skills...

SshCracker

๐Ÿ› ๏ธ๐Ÿง "All-in-One Linux Server Toolkit: Status Check + Access" ๐Ÿ’ฅ๐Ÿ’ป

Install / Use

/learn @hexmostafa/SshCracker
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SSH Tools - Checker & Cracker

A powerful tool for SSH checking and cracking, provided as an executable (EXE) file. It includes two main utilities:

  • SSH Checker: Scans a list of IP:Port combinations to find active SSH services.
  • SSH Cracker: Attempts to brute-force SSH servers using IP, username, and password lists.

Features

  • Multi-threaded for fast performance
  • Real-time stats display (attempts, successes, speed, etc.)
  • Results saved in results/checker and results/cracker folders
  • Optional SSH key support
  • Adjustable timeout and delay settings

How to Use

  1. Download the EXE:

    • Grab the latest SshCracker.exe from the Releases section.
  2. Run the Tool:

    • Place the SshCracker.exe in a suitable location (e.g., Desktop or a folder with write permissions).
  3. Run the Tool:

    • Double-click SshCracker.exe or run it via terminal:

You'll see a menu like this:

โ•”โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•—
โ•‘ Created By: @HEXMOSTAFA            โ•‘
โ• โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•ฃ
โ•‘ 1. SSH Checker                     โ•‘
โ•‘ 2. SSH Cracker                     โ•‘
โ•‘ 3. Exit                            โ•‘
โ•šโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•

Select an Option: Type 1 for Checker, 2 for Cracker, or 3 to exit, then press Enter.

  1. Follow the Prompts:

    • For Checker: Enter the IP list file path (e.g., ip_list.txt), thread count, and batch size.
    • For Cracker: Enter the IP list file path (e.g., ip_list.txt), user list (e.g., users.txt), password list (e.g., passwords.txt), thread count, timeout, delay, and optionally an SSH key path.
  2. Check Results:

    • Checker:
      • results/checker/good.txt (active SSH)
      • results/checker/bad.txt (inactive)
    • Cracker:
      • results/cracker/good_access.txt (full access)
      • results/cracker/good_non_access.txt (login only)
      • results/cracker/failed_attempts.txt
      • results/cracker/error_log.txt
  3. Notes:

    • Run the tool in a folder where you have write permissions (e.g., Desktop).
    • On Windows, if you see a security warning, click "Run anyway".

Related Skills

View on GitHub
GitHub Stars20
CategoryDevelopment
Updated1mo ago
Forks0

Languages

Go

Security Score

75/100

Audited on Feb 26, 2026

No findings