Welcome to Codebreakers Stager! This is a Python script that helps you create a batch file stager for downloading and executing PowerShell scripts invisibly on startup. It uses pyfiglet
to display the "Codebreakers" ASCII art with a fancy font style and colored output for better aesthetics.
To install this project run
sudo apt-get update && upgrade
sudo apt-get install python3
pip install pyfiglet colorama
git clone https://github.com/Royalboy2000/codebreakers.gi
cd codebreakers
python codestager.py
- Prompt user for the download URL and filename for the stager.
- Create a batch file stager for downloading and executing PowerShell scripts invisibly on startup.
- Colored output for better visibility of script details.
- Support downloading files other than PowerShell scripts (e.g., EXEs, batch files).
- Option to specify the destination folder for downloaded files.
- Improve error handling for invalid inputs.
- Add support for system-wide startup folder to run the script for all users.
- Implement a progress bar for the file download process.
- Add support for downloading multiple files in one stager.
If you have any suggestions, bug reports, or feature requests, feel free to open an issue or submit a pull request. Contributions are always welcome!