1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 00:08:49 +00:00
dockerfiles/privoxy/privoxy/user.filter

9 lines
280 B
Plaintext
Raw Normal View History

2015-06-28 17:52:38 +00:00
FILTER: rot rotate image
s|</head>|<style>img{transform: rotate(180deg);}</style></head>|gisU
2016-06-04 08:57:31 +00:00
FILTER: white
2015-06-28 17:52:38 +00:00
s|</body>|<style>*{color: white !important;}</style></body>|gisU
2016-06-04 08:57:31 +00:00
FILTER: hacked
2015-06-28 17:52:38 +00:00
s|</body>|<script>document.body.innerHTML='<h1>you are hacked!</h1>'</script></body>|gisU