Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivamksharma/devbrute
DevBrute is a versatile password brute forcing tool designed to tackle a wide range of Social Media accounts and Web Applications. With its robust capabilities, it's adept at breaking through various security barriers.
https://github.com/shivamksharma/devbrute
bruteforcing cybersecurity-tools github hackertools hacking hacktoberfest hacktoberfest2023 infosec infosec-tools open-source open-source-project password-cracking password-cracking-tool password-security pentesting python social-media-security
Last synced: 3 days ago
JSON representation
DevBrute is a versatile password brute forcing tool designed to tackle a wide range of Social Media accounts and Web Applications. With its robust capabilities, it's adept at breaking through various security barriers.
- Host: GitHub
- URL: https://github.com/shivamksharma/devbrute
- Owner: shivamksharma
- Created: 2020-02-11T02:53:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-05T12:48:01.000Z (16 days ago)
- Last Synced: 2025-01-10T21:06:12.580Z (10 days ago)
- Topics: bruteforcing, cybersecurity-tools, github, hackertools, hacking, hacktoberfest, hacktoberfest2023, infosec, infosec-tools, open-source, open-source-project, password-cracking, password-cracking-tool, password-security, pentesting, python, social-media-security
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 213
- Watchers: 9
- Forks: 35
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
DevBrute
A password brute-forcing tool !
**DevBrute** is a powerful and versatile tool designed for developers to perform automated login attempts on various social media platforms. It is a casual and random project in the field of Information Security, offering a robust framework for brute-forcing with advanced features to minimize detection risks.
In today's web applications, brute-forcing is often inefficient due to modern security measures like **Account Locking**. While tools like DevBrute can help uncover passwords, the success of such attempts heavily depends on the target website's security mechanisms.
## **Key Features**
- **Brute Force**: Advanced algorithms for efficient brute-force attacks.
- **Customization**: Flexible parameters to adapt to specific use cases.
- **Multi-threaded**: Concurrent execution for faster results.
- **Logging**: Detailed logs for monitoring and debugging.## **Installation**
Getting started with DevBrute is simple and can be done in just a few steps:
1. **Clone the Repository**
```bash
git clone https://github.com/shivamksharma/DevBrute.git
```2. **Navigate to the Directory**
```bash
cd DevBrute
```3. **Run the Setup File**
```bash
python3 setup.py
```4. **Run DevBrute**
```bash
python3 devbrute.py [options]
```Replace `[options]` with your desired configurations.
### **Common Options**
- `--target`: Specify the target IP address.
- `--port`: Define the target port.
- `--threads`: Set the number of threads for concurrent execution.### **Example Usage**
- **Brute Force Attack**:
```bash
python3 devbrute.py --target --port --threads
```- **Custom Configuration**:
```bash
python3 devbrute.py -s facebook -u username -w wordlist.txt -d 2
```## **Contributing**
We welcome contributions to DevBrute! To contribute, follow these steps:
1. Fork the repository.
2. Create a new branch (`git checkout -b feature/awesome-feature`).
3. Make your changes.
4. Commit your changes (`git commit -am 'Add new feature'`).
5. Push to the branch (`git push origin feature/awesome-feature`).
6. Create a pull request.Please ensure you follow the [Contribution Guidelines](CONTRIBUTING.md).
---
## **Recent Fixes**
- Fixed Website URLs Error
- Resolved Wordlist Issues
- Addressed errors during feature additions
- Improved handling of Account Locking## **Recent Updates**
- Added delays between password attempts.
- Introduced Proxy and IP Rotation for enhanced anonymity.
- Implemented Pattern Avoidance to reduce detection risks.
- Added VPN support for secure operations.---
> **Disclaimer**
> This tool is intended for ethical and authorized use only. Unauthorized access or brute-forcing of accounts is against the terms of service of most websites and may be illegal in many jurisdictions. Use this tool responsibly and at your own risk.