From e99940721e0a1f25f5b8283d36a27f27318ede55 Mon Sep 17 00:00:00 2001 From: Steve Borosh Date: Sat, 23 Sep 2017 17:55:23 -0400 Subject: [PATCH] Update README.md Added link to mod_rewrite rules from @curi0usjack --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index af72f7b..e822d06 100644 --- a/README.md +++ b/README.md @@ -347,6 +347,8 @@ Apache Mod_Rewrite usage and examples by Jeff Dimmock: * [Apache mod_rewrite Grab Bag](https://bluescreenofjeff.com/2016-12-23-apache_mod_rewrite_grab_bag/) * [Serving Random Payloads with Apache mod_rewrite](https://bluescreenofjeff.com/2017-06-13-serving-random-payloads-with-apache-mod_rewrite/) +* [mod_rewrite rule to evade vendor sandboxes from Jason Lang @curi0usjack](https://gist.github.com/curi0usJack/971385e8334e189d93a6cb4671238b10) + Serving random payloads with NGINX: [Gist by jivoi](https://gist.github.com/jivoi/a33ace2e25515a31aa2ffbae246d98c9)