1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/privoxy/data/user.filter
2023-08-28 16:52:11 +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