
Cobalt Strikeのmalleable C2プロファイルからサーバーレスクラウドリダイレクタの作成を自動化するPythonスクリプト
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
著者: 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: Malleable C2プロファイルへのパス(必須)-t, --teamserver_url: Teamserver URL(必須)-o, --output-dir: 出力ディレクトリ(必須)-g, --google: Google Cloud Functionsを生成(オプション、デフォルト: False)-a, --azure: Azure Functionsを生成(オプション、デフォルト: False)-s, --azure-subdomain: Azureサブドメイン(Azureで必須)-r, --route-prefix: Azureカスタムルートプレフィックス(オプション、デフォルト: None)teamserver_urlは/(スラッシュ)で終わる必要があります。http-getブロックとhttp-postブロック内のuri値には、URI文字列を1つだけ含める必要があります。main.pyとrequirements.txtファイルを生成します。azureディレクトリを作成し、その中にmain.py、host.json、proxies.json、requirements.txtファイルを生成します。