1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/privoxy/privoxy/user.filter
2016-06-04 16:57:31 +08:00

9 lines
280 B
Plaintext

FILTER: rot rotate image
s|</head>|<style>img{transform: rotate(180deg);}</style></head>|gisU
FILTER: white
s|</body>|<style>*{color: white !important;}</style></body>|gisU
FILTER: hacked
s|</body>|<script>document.body.innerHTML='<h1>you are hacked!</h1>'</script></body>|gisU