├── Apache mod_rewrite ├── Combatting Incident Responders │ ├── block_ir_user_agents_ruleset.txt │ ├── ip_blacklisting_ruleset.txt │ ├── ip_whitelisting_ruleset.txt │ └── time_based_redirection_ruleset.txt ├── Invalid URI Redirection │ └── invalid_uri_redirection_ruleset.txt ├── Link Expiration │ ├── link_expiration_ruleset.txt │ └── process.py ├── Mobile User Redirection │ └── mobile_user_redirection_ruleset.txt ├── Operating System Based Redirection │ ├── operating_system_redirection_ruleset.txt │ └── os-detector.html └── server-setup.txt ├── LICENSE ├── README.md ├── kali_setup.sh ├── powershell_exe.py └── toolkit-update.sh /Apache mod_rewrite/Combatting Incident Responders/block_ir_user_agents_ruleset.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluscreenofjeff/Scripts/HEAD/Apache mod_rewrite/Combatting Incident Responders/block_ir_user_agents_ruleset.txt -------------------------------------------------------------------------------- /Apache mod_rewrite/Combatting Incident Responders/ip_blacklisting_ruleset.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluscreenofjeff/Scripts/HEAD/Apache mod_rewrite/Combatting Incident Responders/ip_blacklisting_ruleset.txt -------------------------------------------------------------------------------- /Apache mod_rewrite/Combatting Incident Responders/ip_whitelisting_ruleset.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluscreenofjeff/Scripts/HEAD/Apache mod_rewrite/Combatting Incident Responders/ip_whitelisting_ruleset.txt -------------------------------------------------------------------------------- /Apache mod_rewrite/Combatting Incident Responders/time_based_redirection_ruleset.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluscreenofjeff/Scripts/HEAD/Apache mod_rewrite/Combatting Incident Responders/time_based_redirection_ruleset.txt -------------------------------------------------------------------------------- /Apache mod_rewrite/Invalid URI Redirection/invalid_uri_redirection_ruleset.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluscreenofjeff/Scripts/HEAD/Apache mod_rewrite/Invalid URI Redirection/invalid_uri_redirection_ruleset.txt -------------------------------------------------------------------------------- /Apache mod_rewrite/Link Expiration/link_expiration_ruleset.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluscreenofjeff/Scripts/HEAD/Apache mod_rewrite/Link Expiration/link_expiration_ruleset.txt -------------------------------------------------------------------------------- /Apache mod_rewrite/Link Expiration/process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluscreenofjeff/Scripts/HEAD/Apache mod_rewrite/Link Expiration/process.py -------------------------------------------------------------------------------- /Apache mod_rewrite/Mobile User Redirection/mobile_user_redirection_ruleset.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluscreenofjeff/Scripts/HEAD/Apache mod_rewrite/Mobile User Redirection/mobile_user_redirection_ruleset.txt -------------------------------------------------------------------------------- /Apache mod_rewrite/Operating System Based Redirection/operating_system_redirection_ruleset.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluscreenofjeff/Scripts/HEAD/Apache mod_rewrite/Operating System Based Redirection/operating_system_redirection_ruleset.txt -------------------------------------------------------------------------------- /Apache mod_rewrite/Operating System Based Redirection/os-detector.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluscreenofjeff/Scripts/HEAD/Apache mod_rewrite/Operating System Based Redirection/os-detector.html -------------------------------------------------------------------------------- /Apache mod_rewrite/server-setup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluscreenofjeff/Scripts/HEAD/Apache mod_rewrite/server-setup.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluscreenofjeff/Scripts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluscreenofjeff/Scripts/HEAD/README.md -------------------------------------------------------------------------------- /kali_setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluscreenofjeff/Scripts/HEAD/kali_setup.sh -------------------------------------------------------------------------------- /powershell_exe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluscreenofjeff/Scripts/HEAD/powershell_exe.py -------------------------------------------------------------------------------- /toolkit-update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluscreenofjeff/Scripts/HEAD/toolkit-update.sh --------------------------------------------------------------------------------