
Script em Python para automatizar a criação de redirectors de nuvem serverless a partir de perfis malleable C2 do Cobalt Strike
d8888 888 8888888888 888 888
d88888 888 888 888 888
d88P888 888 888 888 888
d88P 888 888 888 888888 .d b. 8888888 888 888 88888b. 888 888 888888
d88P 888 888 888 888 d88 88b 888 888 888 888 "88b 888 .88P 888
d88P 888 888 888 888 888 888 888 888 888 888888K 888
d8888888888 Y88b 888 Y88b. Y88 88P 888 Y88b 888 888 888 888 "88b Y88b.
d88P 888 "Y88888 "Y888 "Y P" 888 "Y88888 888 888 888 888 "Y888
malleable c2 => serverless cloud functions
Escrito por Adam Rose GitHub | twitter
git clone https://github.com/FortyNorthSecurity/AutoFunkt.gitpip3 install -r requirements.txtpython3 autofunkt.py -p /path/to/profile -t https://teamserver.url -o /path/to/output/directory -gpython3 autofunkt.py -p /path/to/profile -t https://teamserver.url -o /path/to/output/directory -a -s <azure-subdomain> -r <route-prefix>-p, --profile_path: Caminho para o perfil Malleable C2 (obrigatório)-t, --teamserver_url: URL do Teamserver (obrigatório)-o, --output-dir: Diretório de saída (obrigatório)-g, --google: Gera Google Cloud Functions (opcional, padrão: False)-a, --azure: Gera Azure Functions (opcional, padrão: False)-s, --azure-subdomain: Subdomínio do Azure (obrigatório para Azure)-r, --route-prefix: Prefixo de rota personalizado do Azure (opcional, padrão: None)teamserver_url deve terminar com uma / (barra).uri nos blocos http-get e http-post do perfil Malleable C2 deve conter apenas uma string URI.main.py e requirements.txt em cada diretório.azure e gera os arquivos main.py, host.json, proxies.json e requirements.txt dentro dele.