Here's the README.md for your project fix_and_run_routersploit:
# π οΈ RouterSploit Fix Installer
## π‘ A fully automated script to install, patch, and run RouterSploit with modern Python 3.11+ support on Kali Linux and Debian-based systems.
π **Repo:** [T135-F/fix_and_run_routersploit](https://github.com/T135-F/fix_and_run_routersploit)
---
## π Features
- β
Installs Python 3.11 from source (if not available)
- β
Creates isolated virtualenv for clean execution
- β
Automatically installs missing modules like `cryptography`, `requests`, `paramiko`
- β
Fixes traceback bug (`traceback.format_exc(sys.exc_info())`)
- β
Launches RouterSploit ready to use
---
## π¦ Requirements
- Kali Linux / Debian-based OS
- `git`, `wget`, `build-essential` (installed automatically)
- Internet connection
---
## π οΈ Installation & Usage
1. Clone the repository:
```bash
git clone https://github.com/T135-F/fix_and_run_routersploit.git
cd fix_and_run_routersploit-
Make the script executable:
chmod +x fix_and_run_routersploit.sh
-
Run the script:
./fix_and_run_routersploit.sh
This script automates the process of installing, patching, and running RouterSploit with Python 3.11 support. It is optimized for Kali Linux and Debian-based systems.
- Repository Link: https://github.com/T135-F/fix_and_run_routersploit
- RouterSploit Official Repository: https://github.com/threat9/routersploit
- Stars: 0 stars
- Forks: 0 forks
- Watchers: 1 watching
Β© 2025 T135-F. All rights reserved.
### Explanation:
1. **Overview**: A brief explanation of what the script does, its features, and its purpose.
2. **Installation & Usage**: Detailed steps on how to set up and run the script.
3. **Resources**: Links to the repository and the official RouterSploit repository.
4. **Activity**: Shows basic repo activity like stars, forks, and watchers.
This `README.md` will help guide users through setting up your script easily and understanding its purpose. Let me know if you need further modifications!