Windows cmd (certutil) Batch
Ein Batch-Snippet für Windows cmd (certutil), das Anfragen an /pixel.gif mit dem leeren GIF beantwortet, das einmal beim Start dekodiert wird.
Windows cmd (certutil) Batch
echo R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==> pixel.b64
certutil -f -decode pixel.b64 pixel.gif
del pixel.b64
Mit der aktuellen Dokumentation des Frameworks abgeglichen.