From 4779c70b837712a842ff7ad2a610842aa2905456 Mon Sep 17 00:00:00 2001 From: ExploitXpErtz <167577471+ExploitXpErtz@users.noreply.github.com> Date: Sun, 14 Jul 2024 23:10:10 +0000 Subject: [PATCH] README.md --- README.md | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 58 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b159d7..fce98e1 100644 --- a/README.md +++ b/README.md @@ -1 +1,58 @@ -# BruteXssh \ No newline at end of file +# BruteXssh by ExploitXpErtz + +## Introduction +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. + +## Features +- **Single and Mass Targets**: Attack single or multiple targets simultaneously. +- **Username and Password Options**: Use a single username or a file containing multiple usernames; similarly for passwords. +- **High-Speed Performance**: Significantly faster than typical SSH cracking tools available online. +- **Multi-Threading**: Leverages parallel processing to accelerate the cracking process. +- **Customizable Thread Count**: Adjust the number of threads used for cracking. +- **Proxy Support**: Intercept traffic using a proxy. +- **Cross-Platform Compatibility**: Works on multiple platforms, including Linux and Windows. +- **User-Friendly Dark GUI**: Offers an intuitive graphical user interface. +- **Result Logging**: Saves the output of cracked hosts for review. +- **Retry Options**: Customize the number of retry attempts in case of errors. + +## Purpose +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. + +**Note**: Use this tool responsibly and only for legal and authorized activities. + +## Installation + +1. **Clone the Repository**: + ```bash + git clone https://github.com/ExploitXpErtz/BruteXssh.git + cd BruteXssh + ``` +2. **Run the Tool Using Python**: + ```bash + python3 BruteXssh.py + ``` +3. **For Linux**: + ```bash + ./BruteXssh.elf + ``` +4. **For Windows**: + ```bash + .\BruteXssh.exe + ``` + +## Releases +- [Download BruteXssh for Windows](https://github.com/ExploitXpErtz/BruteXssh/releases/latest/download/BruteXssh.exe) +- [Download BruteXssh for Linux](https://github.com/ExploitXpErtz/BruteXssh/releases/latest/download/BruteXssh.elf) +- [Download BruteXssh Python Version](https://github.com/ExploitXpErtz/BruteXssh/releases/latest/download/BruteXssh.py) + +## Usage +- **[Insert Usage Instructions or Example Here]** + +## Disclaimer +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. + +## Contribution +Contributions to BruteXssh are welcome! If you have ideas for improvements or have identified bugs, please open an issue or submit a pull request. + +## License +This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.