https://github.com/bluscreenofjeff/scripts
One-off scripts
https://github.com/bluscreenofjeff/scripts
mod-rewrite pentesting red-team
Last synced: 28 days ago
JSON representation
One-off scripts
- Host: GitHub
- URL: https://github.com/bluscreenofjeff/scripts
- Owner: bluscreenofjeff
- License: bsd-3-clause
- Created: 2015-05-14T01:36:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-04T23:39:18.000Z (over 7 years ago)
- Last Synced: 2025-04-07T08:21:17.924Z (about 2 months ago)
- Topics: mod-rewrite, pentesting, red-team
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 50
- Watchers: 4
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scripts
This repo will house any one-off scripts that don't merit their own repo.
## Apache mod_rewrite
Rulesets and supplemental scripts for use with Apache's mod_rewrite to strengthen phishing campaigns. For more info, see my [blog post](https://bluescreenofjeff.com/2016-03-22-strengthen-your-phishing-with-apache-mod_rewrite-and-mobile-user-redirection/) on the subject.
* **Mobile User Redirection** - Redirect any users with mobile device user agents
* **Invalid URI Redirection** - Redirect any requests for non-existant resources
* **Operating System Based Redirection** - Redirect users to different payloads or phishing sites based upon their operating system
* **Combatting Incident Responders** - Use redirection rules to mitigate risks posed by incident responders
* **Phishing Link Expiration** - Expire requests clicked more than a designated number of times. Increases the time it will take incident responders to evaluate the malicious website.## kali_setup.sh
A script to setup a Kali VM for testing.## powershell_exe.py
Uses TrustedSec's Powershell Unicorn to generate a powershell payload and wraps it into an EXE using WinRAR under WINE. For setup instructions, see my blog post [Making a Powershell EXE Payload](https://bluescreenofjeff.com/2015-05-13-making-a-powershell-exe-payload/)## toolkit-update.sh
Updates the GitHub hosted tools in opt.