SshCracker
💎 So Fast, Best Accurate SSH Cracker
Install / Use
/learn @secabuser/SshCrackerREADME
SSH Cracker

Features
- Fast
- 100% Accurate
- Check Access
Requirements
- Python 3.x or later
- Required libraries:
paramikopystylecolorama
Install dependencies using:
pip install -r requirements.txt
How to Use
Linux
Step 1: Install Prerequisites
- Verify Python 3.x is installed:
python3 --version - If Python isn’t installed, use the following commands to install:
sudo apt update sudo apt install python3 python3-pip - Install necessary libraries:
pip3 install paramiko pystyle colorama
Step 2: Prepare Input Files
- IP File: Contains IP addresses and ports in
<IP>:<Port>format. Example:192.168.1.1:22 192.168.1.2:22 - Username File: Contains a list of usernames, one per line. Example:
admin root - Password File: Contains a list of passwords, one per line. Example:
password123 admin@123
Step 3: Run the Script
- Execute the script:
python3 main.py
Step 4: Follow the Prompts
The script will ask for:
- Path to the IP file.
- Path to the username file.
- Path to the password file.
- Maximum number of threads.
Step 5: Check Results
After completion, view the generated log files:
good.txt: Records successful connections.error.txt: Contains authentication errors.no-access.txt: Logs inaccessible IPs or ports.
Use commands like cat to check logs:
cat good.txt
Windows
Step 1: Install Python
- Download Python from https://www.python.org/ and install it.
- During installation, ensure Add Python to PATH is selected.
- Verify installation by opening
cmdand typing:python --version
Step 2: Install Required Libraries
- Open Command Prompt (
cmd). - Install libraries:
pip install paramiko pystyle colorama
Step 3: Prepare Input Files
- IP File: Create a text file with IPs and ports in
<IP>:<Port>format. Example:192.168.1.1:22 192.168.1.2:22 - Username File: Create a file with usernames. Example:
admin root - Password File: Create a file with passwords. Example:
password123 admin@123
Step 4: Run the Script
Execute the script:
python main.py
Step 5: Follow the Prompts
Provide:
- Path to the IP file.
- Path to the username file.
- Path to the password file.
- Maximum number of threads.
Step 6: Check Results
After completion, logs are generated in the following files:
good.txterror.txtno-access.txt
Open these files using Notepad or any text editor to view results.
Related Skills
node-connect
351.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
351.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
351.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
