The FlippzerZero Red Team Scripts is a collection of automation scripts tailored for red teaming activities. These scripts have been created to avoind keyboard layout issues and to bypass common techniques. Remember these scripts are only for ethical hacking engagements.
- Fork the repository.
- Create a branch:
git checkout -b feature/my-feature
. - Commit your changes:
git commit -am 'Add my feature'
. - Push to the branch:
git push origin feature/my-feature
. - Open a pull request.