Skip to content

Instantly share code, notes, and snippets.

@stefanpejcic
Created August 29, 2019 11:16
Show Gist options
  • Save stefanpejcic/7568e7a1a9158059efa3491fd28aa69b to your computer and use it in GitHub Desktop.
Save stefanpejcic/7568e7a1a9158059efa3491fd28aa69b to your computer and use it in GitHub Desktop.
script injection
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{QUERY_STRING} (<|%3C).*script.*(>|%3E) [NC,OR]
RewriteCond %{QUERY_STRING} GLOBALS(=|[|%[0-9A-Z]{0,2}) [OR]
RewriteCond %{QUERY_STRING} _REQUEST(=|[|%[0-9A-Z]{0,2})
RewriteRule ^(.*)$ index.php [F,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment