Skip to content

Commit 4779c70

Browse files
README.md
1 parent 46cf474 commit 4779c70

File tree

1 file changed

+58
-1
lines changed

1 file changed

+58
-1
lines changed

README.md

Lines changed: 58 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,58 @@
1-
# BruteXssh
1+
# BruteXssh by ExploitXpErtz
2+
3+
## Introduction
4+
BruteXssh is an advanced GUI-based SSH cracker powered by Python libraries. It employs parallel processing, supports mass target selection, allows custom thread levels, and offers proxy functionality to enhance SSH cracking efficiency.
5+
6+
## Features
7+
- **Single and Mass Targets**: Attack single or multiple targets simultaneously.
8+
- **Username and Password Options**: Use a single username or a file containing multiple usernames; similarly for passwords.
9+
- **High-Speed Performance**: Significantly faster than typical SSH cracking tools available online.
10+
- **Multi-Threading**: Leverages parallel processing to accelerate the cracking process.
11+
- **Customizable Thread Count**: Adjust the number of threads used for cracking.
12+
- **Proxy Support**: Intercept traffic using a proxy.
13+
- **Cross-Platform Compatibility**: Works on multiple platforms, including Linux and Windows.
14+
- **User-Friendly Dark GUI**: Offers an intuitive graphical user interface.
15+
- **Result Logging**: Saves the output of cracked hosts for review.
16+
- **Retry Options**: Customize the number of retry attempts in case of errors.
17+
18+
## Purpose
19+
BruteXssh is intended for educational and ethical hacking purposes. It aims to assist security professionals and enthusiasts in understanding SSH cracking processes and enhancing their cybersecurity knowledge.
20+
21+
**Note**: Use this tool responsibly and only for legal and authorized activities.
22+
23+
## Installation
24+
25+
1. **Clone the Repository**:
26+
```bash
27+
git clone https://github.com/ExploitXpErtz/BruteXssh.git
28+
cd BruteXssh
29+
```
30+
2. **Run the Tool Using Python**:
31+
```bash
32+
python3 BruteXssh.py
33+
```
34+
3. **For Linux**:
35+
```bash
36+
./BruteXssh.elf
37+
```
38+
4. **For Windows**:
39+
```bash
40+
.\BruteXssh.exe
41+
```
42+
43+
## Releases
44+
- [Download BruteXssh for Windows](https://github.com/ExploitXpErtz/BruteXssh/releases/latest/download/BruteXssh.exe)
45+
- [Download BruteXssh for Linux](https://github.com/ExploitXpErtz/BruteXssh/releases/latest/download/BruteXssh.elf)
46+
- [Download BruteXssh Python Version](https://github.com/ExploitXpErtz/BruteXssh/releases/latest/download/BruteXssh.py)
47+
48+
## Usage
49+
- **[Insert Usage Instructions or Example Here]**
50+
51+
## Disclaimer
52+
Any actions and activities related to BruteXssh are your sole responsibility. Misuse of this tool may lead to criminal charges. The contributors are not liable for any legal consequences arising from the misuse of this toolkit. This tool is intended for educational purposes only. Do not use it to violate the law.
53+
54+
## Contribution
55+
Contributions to BruteXssh are welcome! If you have ideas for improvements or have identified bugs, please open an issue or submit a pull request.
56+
57+
## License
58+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.

0 commit comments

Comments
 (0)