@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,320 @@
|
|
|
1
|
+
<!-- aegis-local: forked 2026-05-04 from pikpikcu/airecon@9a21453459d87eefb012ea355c79b593d0d3c0cc (MIT-licensed); attribution preserved, see ATTRIBUTION.md -->
|
|
2
|
+
|
|
3
|
+
# Tool Catalog — AIRecon Kali Linux Sandbox
|
|
4
|
+
|
|
5
|
+
All tools are pre-installed in the Kali Linux Docker container.
|
|
6
|
+
Before first use of any CLI tool, verify it: which <tool> && <tool> --help
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## Git-Cloned Tools Location
|
|
11
|
+
|
|
12
|
+
/home/pentester/tools/
|
|
13
|
+
Run: ls /home/pentester/tools/ to see all available tools.
|
|
14
|
+
Python tools: python3 /home/pentester/tools/<toolname>/<script.py> [args]
|
|
15
|
+
Bash tools: bash /home/pentester/tools/<toolname>/<script.sh> [args]
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
## Self-Install Capability (Full Authorization)
|
|
20
|
+
|
|
21
|
+
You run as pentester with FULL sudo access and internet access.
|
|
22
|
+
If a tool is NOT installed, install it immediately. Do NOT skip the task.
|
|
23
|
+
|
|
24
|
+
sudo apt-get install -y <tool>
|
|
25
|
+
pip3 install <package> --break-system-packages
|
|
26
|
+
pipx install <package> --break-system-packages
|
|
27
|
+
go install github.com/<repo>@latest
|
|
28
|
+
npm install -g <package>
|
|
29
|
+
git clone https://github.com/<repo>.git /home/pentester/tools/<name>
|
|
30
|
+
wget <url> -O /tmp/tool && chmod +x /tmp/tool && sudo mv /tmp/tool /usr/local/bin/
|
|
31
|
+
|
|
32
|
+
---
|
|
33
|
+
|
|
34
|
+
## Subdomain Discovery
|
|
35
|
+
|
|
36
|
+
subfinder, amass (v3.23.3), assetfinder, dnsx, shuffledns, massdns, sublist3r, hakip2host, cut-cdn
|
|
37
|
+
dnstake, dsieve, VhostFinder
|
|
38
|
+
|
|
39
|
+
## DNS & IP Intelligence
|
|
40
|
+
|
|
41
|
+
dnsx, tlsx, dig, nslookup, whois, dnsrecon, dnsenum, nrich, notify (Slack/Discord alerts)
|
|
42
|
+
hakoriginfinder
|
|
43
|
+
|
|
44
|
+
## Port Scanning
|
|
45
|
+
|
|
46
|
+
naabu, masscan (IP-only — resolve domain first!), netcat
|
|
47
|
+
MASSCAN NOTE: Accepts IP addresses ONLY. Always resolve domains with dig or python before passing.
|
|
48
|
+
|
|
49
|
+
nmap / naabu — REQUIRES reading nmap skill first. Has mandatory pre-conditions.
|
|
50
|
+
Load with: read_file on the nmap skill before any nmap/naabu usage.
|
|
51
|
+
The "vuln" NSE script category is FORBIDDEN at all times.
|
|
52
|
+
|
|
53
|
+
## Web Crawling & URL Discovery
|
|
54
|
+
|
|
55
|
+
katana, gospider, gau, waybackurls, meg, httprobe, httpx, waymore, dirsearch, feroxbuster
|
|
56
|
+
subjs, urlfinder, xnLinkFinder, cariddi, kr
|
|
57
|
+
|
|
58
|
+
## Technology Fingerprinting
|
|
59
|
+
|
|
60
|
+
whatweb, httpx (-tech-detect flag), tlsx, wafw00f, nikto, wapiti, fingerprintx
|
|
61
|
+
wappalyzer (npm): wappalyzer https://target.com
|
|
62
|
+
retire (npm): retire --js --jspath output/js_files/
|
|
63
|
+
eslint, jshint, js-beautify (deobfuscate + lint JS)
|
|
64
|
+
|
|
65
|
+
## CMS & Platform Scanners
|
|
66
|
+
|
|
67
|
+
wpscan: wpscan --url https://target.com --enumerate p,u,t
|
|
68
|
+
joomscan: joomscan -u https://target.com
|
|
69
|
+
CMSeeK: python3 /home/pentester/tools/CMSeeK/cmseek.py -u https://target.com
|
|
70
|
+
|
|
71
|
+
## JavaScript Analysis
|
|
72
|
+
|
|
73
|
+
jsleak, jsluice, gf, trufflehog
|
|
74
|
+
/home/pentester/tools/JS-Snooper/js_snooper.sh
|
|
75
|
+
/home/pentester/tools/jsniper.sh/jsniper.sh
|
|
76
|
+
/home/pentester/tools/LinkFinder/linkfinder.py
|
|
77
|
+
/home/pentester/tools/LinksDumper/LinksDumper.py
|
|
78
|
+
/home/pentester/tools/jsfinder/jsfinder.py
|
|
79
|
+
/home/pentester/tools/JS-Scan/
|
|
80
|
+
|
|
81
|
+
## Parameter, Fuzzing & Directory Brute-Force
|
|
82
|
+
|
|
83
|
+
ffuf, feroxbuster, x8, headi, arjun, dalfox (XSS), dirsearch
|
|
84
|
+
qsreplace, cewler
|
|
85
|
+
|
|
86
|
+
## Browser & Agentic Tools
|
|
87
|
+
|
|
88
|
+
browser_action — headless Chromium (goto, click, type_text, scroll, execute_js, view_source, get_console_logs)
|
|
89
|
+
web_search — DuckDuckGo search for payloads, CVEs, techniques
|
|
90
|
+
param-miner — discover hidden HTTP parameters
|
|
91
|
+
|
|
92
|
+
## Password Attacks & Brute-Force
|
|
93
|
+
|
|
94
|
+
hydra — multi-protocol login brute-force (SSH, FTP, HTTP, SMB)
|
|
95
|
+
medusa — fast parallel login brute-force
|
|
96
|
+
hashcat — GPU hash cracking
|
|
97
|
+
john — John the Ripper
|
|
98
|
+
Wordlists: /usr/share/seclists/Passwords/ | /usr/share/wordlists/rockyou.txt
|
|
99
|
+
|
|
100
|
+
## CVE & Vulnerability Intelligence
|
|
101
|
+
|
|
102
|
+
cvemap / vulnx: cvemap -q nginx OR cvemap -cve CVE-2024-xxxx
|
|
103
|
+
searchsploit: searchsploit apache 2.4
|
|
104
|
+
|
|
105
|
+
## JWT & Auth Testing
|
|
106
|
+
|
|
107
|
+
python3 /home/pentester/tools/jwt_tool/jwt_tool.py — full JWT attack suite (alg:none, weak secret, RS256->HS256)
|
|
108
|
+
jwt-cracker (npm)
|
|
109
|
+
|
|
110
|
+
## GraphQL Testing
|
|
111
|
+
|
|
112
|
+
inql (pipx), gqlspection (pipx)
|
|
113
|
+
python3 /home/pentester/tools/GraphQLmap/graphqlmap.py
|
|
114
|
+
|
|
115
|
+
## Mobile App Security (Android/iOS)
|
|
116
|
+
|
|
117
|
+
Android static: apktool, jadx, apksigner, apkleaks, apkid
|
|
118
|
+
Android dynamic: adb, frida-tools, objection (requires emulator/device runtime)
|
|
119
|
+
iOS static (headless): unzip, strings, plist parsing, radare2
|
|
120
|
+
iOS dynamic: requires external environment; not fully supported inside Docker-only engine
|
|
121
|
+
|
|
122
|
+
## CORS Testing
|
|
123
|
+
|
|
124
|
+
python3 /home/pentester/tools/Corsy/corsy.py
|
|
125
|
+
|
|
126
|
+
## SSL/TLS & Crypto
|
|
127
|
+
|
|
128
|
+
testssl.sh — comprehensive TLS audit (heartbleed, BEAST, POODLE, weak ciphers)
|
|
129
|
+
|
|
130
|
+
## Git Exposure & Secrets
|
|
131
|
+
|
|
132
|
+
git-dumper (pipx), gitleaks, trufflehog, git-secrets
|
|
133
|
+
porch-pirate (pipx)
|
|
134
|
+
/home/pentester/tools/GitHunter/
|
|
135
|
+
|
|
136
|
+
## PostMessage & DOM XSS
|
|
137
|
+
|
|
138
|
+
/home/pentester/tools/postMessage-tracker/
|
|
139
|
+
/home/pentester/tools/PostMessage_Fuzz_Tool/
|
|
140
|
+
|
|
141
|
+
## Cloud & S3 Recon
|
|
142
|
+
|
|
143
|
+
s3scanner (pipx), festin (pipx — hidden S3 via DNS and SSL), shodan CLI
|
|
144
|
+
|
|
145
|
+
## SAST & Code or js file Analysis
|
|
146
|
+
|
|
147
|
+
bandit, eslint, jshint, trivy
|
|
148
|
+
|
|
149
|
+
semgrep — REQUIRES reading semgrep skill first. Has mandatory pre-conditions.
|
|
150
|
+
Source code or JS files must exist on disk before semgrep is useful.
|
|
151
|
+
Load with: read_file on the semgrep skill before any semgrep usage.
|
|
152
|
+
|
|
153
|
+
## Vulnerability Scanning
|
|
154
|
+
|
|
155
|
+
dalfox, csprecon, nosqli, toxicache, semgrep, trivy, crlfuzz, misconfig-mapper
|
|
156
|
+
|
|
157
|
+
wapiti / nikto — REQUIRES reading wapiti skill first.
|
|
158
|
+
wapiti: crawl-based scanner, 30+ modules, JSON output.
|
|
159
|
+
Best for: XSS, SQLi, LFI, SSRF, RCE, backup files, misconfigs.
|
|
160
|
+
JSON output: wapiti -u <target> -f json -o output/wapiti.json
|
|
161
|
+
nikto: fast misconfig fingerprinting, no crawling, 60-second baseline.
|
|
162
|
+
Best for: server headers, dangerous files, outdated software.
|
|
163
|
+
Load with: read_file on the wapiti skill before any wapiti/nikto usage.
|
|
164
|
+
|
|
165
|
+
nuclei — REQUIRES reading nuclei skill first. Has mandatory pre-conditions.
|
|
166
|
+
Load with: read_file on the nuclei skill before any nuclei usage.
|
|
167
|
+
|
|
168
|
+
sqlmap / ghauri — REQUIRES reading sqlmap skill first. Has mandatory pre-conditions.
|
|
169
|
+
Load with: read_file on the sqlmap skill before any sqlmap/ghauri usage.
|
|
170
|
+
|
|
171
|
+
## Secret & Leak Detection
|
|
172
|
+
|
|
173
|
+
gitleaks, trufflehog, bandit, semgrep, git-secrets
|
|
174
|
+
gf with patterns from /home/pentester/.gf/
|
|
175
|
+
(secrets, sqli, xss, ssrf, redirect, rce, lfi, idor, debug-pages, cors, upload-fields, interestingparams)
|
|
176
|
+
|
|
177
|
+
## Exploitation & Payloads
|
|
178
|
+
|
|
179
|
+
dalfox, nosqli, headi, interactsh-client (OOB/blind callback listener), caido-cli
|
|
180
|
+
interlace, xnldorker
|
|
181
|
+
|
|
182
|
+
sqlmap / ghauri — See sqlmap skill. Mandatory pre-conditions apply.
|
|
183
|
+
|
|
184
|
+
## Proxy & Traffic Interception
|
|
185
|
+
|
|
186
|
+
caido-setup (auto-boot Caido on port 48080), zaproxy
|
|
187
|
+
nomore403, SwaggerSpy, Spoofy, msftrecon
|
|
188
|
+
|
|
189
|
+
## Wordlists & Payloads
|
|
190
|
+
|
|
191
|
+
/usr/share/seclists/ — full SecLists (Discovery, Fuzzing, Payloads, Passwords, Usernames)
|
|
192
|
+
/home/pentester/wordlists/fuzzdb/ — FuzzDB structured attack payloads
|
|
193
|
+
/usr/share/wordlists/ — rockyou and others
|
|
194
|
+
/usr/share/nmap/scripts/ — NSE scripts
|
|
195
|
+
|
|
196
|
+
## Scripting (Always Available — Use Aggressively)
|
|
197
|
+
|
|
198
|
+
python3, bash, curl, wget, jq, ripgrep, parallel, tmux
|
|
199
|
+
|
|
200
|
+
## Phase Tool Sequences
|
|
201
|
+
|
|
202
|
+
Specific tool commands for each phase of the Full Recon SOP.
|
|
203
|
+
The SOP references these by section name (e.g., "see tool_catalog.md → Phase 1 Tools → Live Host Detection").
|
|
204
|
+
Adapt every command to the actual target — these are patterns, not copy-paste templates.
|
|
205
|
+
|
|
206
|
+
---
|
|
207
|
+
|
|
208
|
+
### URL Filtering
|
|
209
|
+
|
|
210
|
+
# Classify all collected URLs by vulnerability class using gf patterns
|
|
211
|
+
# gf patterns are stored in /home/pentester/.gf/
|
|
212
|
+
cat output/urls_all_deduped.txt output/historical_urls.txt | sort -u \
|
|
213
|
+
| gf xss > output/candidates_xss.txt
|
|
214
|
+
cat output/urls_all_deduped.txt output/historical_urls.txt | sort -u \
|
|
215
|
+
| gf sqli > output/candidates_sqli.txt
|
|
216
|
+
cat output/urls_all_deduped.txt output/historical_urls.txt | sort -u \
|
|
217
|
+
| gf ssrf > output/candidates_ssrf.txt
|
|
218
|
+
cat output/urls_all_deduped.txt output/historical_urls.txt | sort -u \
|
|
219
|
+
| gf redirect > output/candidates_redirect.txt
|
|
220
|
+
cat output/urls_all_deduped.txt output/historical_urls.txt | sort -u \
|
|
221
|
+
| gf lfi > output/candidates_lfi.txt
|
|
222
|
+
cat output/urls_all_deduped.txt output/historical_urls.txt | sort -u \
|
|
223
|
+
| gf rce > output/candidates_rce.txt
|
|
224
|
+
wc -l output/candidates_*.txt
|
|
225
|
+
|
|
226
|
+
### Parameter Discovery
|
|
227
|
+
|
|
228
|
+
# arjun — smart diff-based discovery (finds accepted GET/POST params)
|
|
229
|
+
arjun -u "http://target.com/api/endpoint" \
|
|
230
|
+
--proxy http://127.0.0.1:48080 \
|
|
231
|
+
-o output/arjun_endpoint.json --stable
|
|
232
|
+
|
|
233
|
+
# x8 — wordlist-based hidden parameter discovery (faster)
|
|
234
|
+
x8 -u "http://target.com/endpoint" \
|
|
235
|
+
-w /usr/share/seclists/Discovery/Web-Content/burp-parameter-names.txt \
|
|
236
|
+
--proxy http://127.0.0.1:48080 \
|
|
237
|
+
-o output/x8_endpoint.txt
|
|
238
|
+
|
|
239
|
+
# kiterunner discovery
|
|
240
|
+
wget -qO /home/pentester/tools/small.json https://raw.githubusercontent.com/assetnote/kiterunner/refs/heads/main/routes/small.json
|
|
241
|
+
kr discovery -u http://target.com -w /home/pentester/tools/small.json -o output/kr_endpoint.txt
|
|
242
|
+
|
|
243
|
+
### XSS Scanning
|
|
244
|
+
|
|
245
|
+
# PREREQUISITE: canary reflection check before running scanner
|
|
246
|
+
curl -sk "http://target.com/path?param=CANARY12345" | grep CANARY12345
|
|
247
|
+
|
|
248
|
+
# Run XSS scanner on filtered candidates (pipe mode — all through Caido)
|
|
249
|
+
cat output/candidates_xss.txt | dalfox pipe \
|
|
250
|
+
--proxy http://127.0.0.1:48080 \
|
|
251
|
+
-o output/dalfox_results.txt 2>&1
|
|
252
|
+
|
|
253
|
+
# Authenticated endpoints (session required)
|
|
254
|
+
dalfox url "http://target.com/endpoint?param=test" \
|
|
255
|
+
--cookie "session=VALUE" \
|
|
256
|
+
--proxy http://127.0.0.1:48080 \
|
|
257
|
+
-o output/dalfox_auth.txt
|
|
258
|
+
|
|
259
|
+
# Full dalfox reference: read dalfox.md
|
|
260
|
+
|
|
261
|
+
### SQLi Probe
|
|
262
|
+
|
|
263
|
+
# Three mandatory manual probes per candidate parameter
|
|
264
|
+
curl -sk "http://target.com/path?param=test'" \
|
|
265
|
+
| grep -iE "error|sql|mysql|postgres|syntax|warning"
|
|
266
|
+
|
|
267
|
+
curl -sk "http://target.com/path?param=1 AND 1=1" > /tmp/sqli_true.txt
|
|
268
|
+
curl -sk "http://target.com/path?param=1 AND 1=2" > /tmp/sqli_false.txt
|
|
269
|
+
diff /tmp/sqli_true.txt /tmp/sqli_false.txt
|
|
270
|
+
|
|
271
|
+
time curl -sk "http://target.com/path?param=1; SELECT SLEEP(3)--" -o /dev/null
|
|
272
|
+
|
|
273
|
+
# Only after signal confirmed: run sqlmap (see sqlmap.md)
|
|
274
|
+
sqlmap -u "http://target.com/path?param=VALUE" -p param \
|
|
275
|
+
--batch --level=1 --risk=1 \
|
|
276
|
+
--proxy http://127.0.0.1:48080 \
|
|
277
|
+
--output-dir output/sqlmap/
|
|
278
|
+
|
|
279
|
+
---
|
|
280
|
+
|
|
281
|
+
## Commands Reference
|
|
282
|
+
|
|
283
|
+
IMPORTANT — READ BEFORE USING ANY COMMAND BELOW:
|
|
284
|
+
These are structural patterns, NOT execution templates. Every command must be adapted to the
|
|
285
|
+
specific target based on manual analysis already completed. Do NOT copy-paste these commands
|
|
286
|
+
without first having a documented host profile and a justified reason for the specific command.
|
|
287
|
+
|
|
288
|
+
Commands marked with [HOST PROFILE REQUIRED] cannot be run until output/host_profiles.json
|
|
289
|
+
contains a complete entry for the target host.
|
|
290
|
+
|
|
291
|
+
Nuclei and sqlmap/ghauri commands are NOT listed here.
|
|
292
|
+
Load the nuclei or sqlmap skills for those tools — they have mandatory pre-conditions.
|
|
293
|
+
|
|
294
|
+
### Nuclei Usage
|
|
295
|
+
|
|
296
|
+
Nuclei commands are documented in the nuclei skill.
|
|
297
|
+
Load it with: read_file on nuclei — mandatory pre-conditions must be met first.
|
|
298
|
+
|
|
299
|
+
### Advanced Profiling & OOB
|
|
300
|
+
|
|
301
|
+
```bash
|
|
302
|
+
interactsh-client -server oast.pro -o output/oob_callbacks.txt
|
|
303
|
+
smuggler.py -u <target> --log-level DEBUG | tee output/smuggling.txt
|
|
304
|
+
headi -u <target> | tee output/header_injection.txt
|
|
305
|
+
nosqli -u <target> | tee output/nosqli.txt
|
|
306
|
+
toxicache -u <url> | tee output/cache_probe.txt
|
|
307
|
+
hakip2host <IP> | tee output/virtual_hosts.txt
|
|
308
|
+
```
|
|
309
|
+
---
|
|
310
|
+
|
|
311
|
+
## Universal Payload Reference (MANDATORY CHEAT SHEET)
|
|
312
|
+
|
|
313
|
+
If you need a specific payload for ANY vulnerability class (SQLi, XSS, SSRF, SSTI, LFI, Deserialization, etc.), **DO NOT GUESS OR HALLUCINATE PAYLOADS**.
|
|
314
|
+
|
|
315
|
+
IMMEDIATELY refer to the comprehensive payload repository at:
|
|
316
|
+
**[PayloadsAllTheThings](https://github.com/swisskyrepo/PayloadsAllTheThings)**
|
|
317
|
+
|
|
318
|
+
You can use `web_search` to query specific techniques from it.
|
|
319
|
+
Example: `web_search "PayloadsAllTheThings SSRF"`
|
|
320
|
+
Example: `web_search "PayloadsAllTheThings JSON Web Token"`
|
|
@@ -0,0 +1,293 @@
|
|
|
1
|
+
<!-- aegis-local: forked 2026-05-04 from pikpikcu/airecon@9a21453459d87eefb012ea355c79b593d0d3c0cc (MIT-licensed); attribution preserved, see ATTRIBUTION.md -->
|
|
2
|
+
|
|
3
|
+
# Wapiti & Nikto — Web Vulnerability Scanning
|
|
4
|
+
|
|
5
|
+
## When to Use Wapiti vs Nikto vs Nuclei
|
|
6
|
+
|
|
7
|
+
| Tool | Best for | Output |
|
|
8
|
+
|---------|----------|--------|
|
|
9
|
+
| **wapiti** | Full crawl + automated vuln testing in one pass. Auth support (form login, cookies, headers, Selenium). 30+ vuln modules. | json, html, csv, xml, md, txt |
|
|
10
|
+
| **nikto** | Quick fingerprinting: server misconfigs, dangerous files, outdated software. Very fast, no crawling. | plain text, xml, csv, html |
|
|
11
|
+
| **nuclei** | Template-based CVE matching, passive detection, large community template coverage. | json per-finding |
|
|
12
|
+
|
|
13
|
+
**Use wapiti when**: target has dynamic content, login forms, or you need comprehensive automated testing with structured JSON output.
|
|
14
|
+
|
|
15
|
+
**Use nikto when**: you need a fast 60-second baseline — server headers, default files, CGI vulnerabilities.
|
|
16
|
+
|
|
17
|
+
**Do NOT replace nuclei with wapiti** — they're complementary. Wapiti = crawl-based detection, nuclei = CVE template matching.
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
## Wapiti: Module Reference
|
|
22
|
+
|
|
23
|
+
Run `wapiti --list-modules` in the container to see all modules.
|
|
24
|
+
|
|
25
|
+
**Default modules** (run without `-m` flag):
|
|
26
|
+
`exec`, `file`, `permanentxss`, `redirect`, `sql`, `ssl`, `ssrf`, `upload`, `xss`
|
|
27
|
+
|
|
28
|
+
**Full module list:**
|
|
29
|
+
|
|
30
|
+
| Module | Detects |
|
|
31
|
+
|--------|---------|
|
|
32
|
+
| `backup` | Backup files (.bak, .old, ~, .orig, etc.) |
|
|
33
|
+
| `brute_login_form` | Weak credentials on login forms (admin/admin, etc.) |
|
|
34
|
+
| `buster` | Brute-force hidden files and directories |
|
|
35
|
+
| `crlf` | CRLF injection vulnerabilities |
|
|
36
|
+
| `csrf` | Forms missing CSRF protection |
|
|
37
|
+
| `exec` | Command/code execution (RCE) — **default** |
|
|
38
|
+
| `file` | LFI, path traversal, include() — **default** |
|
|
39
|
+
| `htaccess` | Bypass access controls via custom HTTP methods |
|
|
40
|
+
| `htp` | Technology fingerprinting via HashThePlanet database |
|
|
41
|
+
| `ldap` | LDAP injection |
|
|
42
|
+
| `log4shell` | CVE-2021-44228 (Log4Shell) |
|
|
43
|
+
| `methods` | Dangerous HTTP methods (PUT, DELETE, TRACE) |
|
|
44
|
+
| `network_device` | Exposed network device admin panels |
|
|
45
|
+
| `nikto` | Nikto-style brute-force for known dangerous scripts |
|
|
46
|
+
| `permanentxss` | Stored XSS — **default** |
|
|
47
|
+
| `redirect` | Open redirect — **default** |
|
|
48
|
+
| `shellshock` | CVE-2014-6271 (Shellshock) |
|
|
49
|
+
| `spring4shell` | CVE-2022-22965 (Spring4Shell) |
|
|
50
|
+
| `sql` | Error-based + boolean blind SQLi — **default** |
|
|
51
|
+
| `ssl` | SSL/TLS certificate misconfiguration — **default** |
|
|
52
|
+
| `ssrf` | Server-Side Request Forgery — **default** |
|
|
53
|
+
| `takeover` | Subdomain takeover via dangling CNAME |
|
|
54
|
+
| `timesql` | Time-based blind SQL injection |
|
|
55
|
+
| `upload` | Unrestricted file upload — **default** |
|
|
56
|
+
| `wapp` | Technology fingerprinting via Wappalyzer |
|
|
57
|
+
| `wp_enum` | WordPress plugin enumeration with versions |
|
|
58
|
+
| `xss` | Reflected XSS — **default** |
|
|
59
|
+
| `xxe` | XML External Entity injection |
|
|
60
|
+
|
|
61
|
+
---
|
|
62
|
+
|
|
63
|
+
## Wapiti: Key Commands
|
|
64
|
+
|
|
65
|
+
### Basic scan (default modules only — fastest)
|
|
66
|
+
```bash
|
|
67
|
+
wapiti -u https://target.com -f json -o output/wapiti_default.json
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
### All high-value modules (comprehensive)
|
|
71
|
+
```bash
|
|
72
|
+
wapiti -u https://target.com \
|
|
73
|
+
-m xss,permanentxss,sql,timesql,exec,file,ssrf,xxe,upload,redirect,crlf,backup,log4shell,spring4shell,shellshock,methods,csrf,brute_login_form \
|
|
74
|
+
--scope domain \
|
|
75
|
+
-f json -o output/wapiti_full.json \
|
|
76
|
+
--max-scan-time 600 --max-attack-time 120
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
### Targeted scan — injection focus
|
|
80
|
+
```bash
|
|
81
|
+
wapiti -u https://target.com \
|
|
82
|
+
-m xss,sql,timesql,exec,file,ssrf,xxe,crlf \
|
|
83
|
+
--scope folder \
|
|
84
|
+
-d 3 --max-links-per-page 50 \
|
|
85
|
+
-f json -o output/wapiti_injections.json \
|
|
86
|
+
--max-scan-time 300
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
### Authenticated — cookie-based
|
|
90
|
+
```bash
|
|
91
|
+
wapiti -u https://app.target.com/dashboard \
|
|
92
|
+
-C "session=abc123; auth_token=xyz" \
|
|
93
|
+
-m xss,sql,timesql,exec,file,upload,csrf \
|
|
94
|
+
--scope folder \
|
|
95
|
+
-f json -o output/wapiti_auth.json \
|
|
96
|
+
--max-scan-time 300
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
### Authenticated — form login (wapiti handles login automatically)
|
|
100
|
+
```bash
|
|
101
|
+
wapiti -u https://target.com \
|
|
102
|
+
--form-url https://target.com/login \
|
|
103
|
+
--form-user admin --form-password password123 \
|
|
104
|
+
-m xss,sql,exec,upload,csrf \
|
|
105
|
+
--scope folder \
|
|
106
|
+
-f json -o output/wapiti_form_auth.json
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
### Authenticated — API with JWT / custom headers
|
|
110
|
+
```bash
|
|
111
|
+
wapiti -u https://api.target.com/v1 \
|
|
112
|
+
-H "Authorization: Bearer <token>" \
|
|
113
|
+
-H "Content-Type: application/json" \
|
|
114
|
+
-m sql,timesql,xss,ssrf,xxe \
|
|
115
|
+
--scope domain \
|
|
116
|
+
-f json -o output/wapiti_api.json \
|
|
117
|
+
--max-scan-time 300
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
### API scan via Swagger/OpenAPI spec
|
|
121
|
+
```bash
|
|
122
|
+
wapiti -u https://api.target.com \
|
|
123
|
+
--swagger https://api.target.com/openapi.json \
|
|
124
|
+
-m sql,xss,ssrf,xxe,exec \
|
|
125
|
+
-f json -o output/wapiti_swagger.json
|
|
126
|
+
```
|
|
127
|
+
|
|
128
|
+
### WordPress scan
|
|
129
|
+
```bash
|
|
130
|
+
wapiti -u https://target.com \
|
|
131
|
+
--cms wp \
|
|
132
|
+
-m wp_enum,xss,sql,backup,brute_login_form \
|
|
133
|
+
--scope domain \
|
|
134
|
+
-f json -o output/wapiti_wp.json
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
### CMS detection + scan
|
|
138
|
+
```bash
|
|
139
|
+
# --cms options: drupal, joomla, prestashop, spip, wp
|
|
140
|
+
wapiti -u https://target.com --cms drupal,joomla,wp \
|
|
141
|
+
-f json -o output/wapiti_cms.json
|
|
142
|
+
```
|
|
143
|
+
|
|
144
|
+
---
|
|
145
|
+
|
|
146
|
+
## IMPORTANT: Always Set Time Limits
|
|
147
|
+
|
|
148
|
+
**Without time limits, wapiti can run for hours and kill the Docker container.**
|
|
149
|
+
|
|
150
|
+
Always use:
|
|
151
|
+
- `--max-scan-time <seconds>` — total scan time limit
|
|
152
|
+
- `--max-attack-time <seconds>` — per-module time limit
|
|
153
|
+
|
|
154
|
+
```bash
|
|
155
|
+
# Safe defaults for recon sessions
|
|
156
|
+
--max-scan-time 600 # 10 minutes total
|
|
157
|
+
--max-attack-time 120 # 2 minutes per module
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
---
|
|
161
|
+
|
|
162
|
+
## Parsing JSON Results
|
|
163
|
+
|
|
164
|
+
```bash
|
|
165
|
+
# Count findings by type
|
|
166
|
+
cat output/wapiti_full.json | python3 -c "
|
|
167
|
+
import json, sys
|
|
168
|
+
data = json.load(sys.stdin)
|
|
169
|
+
vulns = data.get('vulnerabilities', {})
|
|
170
|
+
for vtype, findings in sorted(vulns.items()):
|
|
171
|
+
if findings:
|
|
172
|
+
print(f'[{len(findings):2}] {vtype}')
|
|
173
|
+
anomalies = data.get('anomalies', {})
|
|
174
|
+
for atype, findings in sorted(anomalies.items()):
|
|
175
|
+
if findings:
|
|
176
|
+
print(f'[{len(findings):2}] ANOMALY: {atype}')
|
|
177
|
+
"
|
|
178
|
+
|
|
179
|
+
# Extract all vulnerability details
|
|
180
|
+
cat output/wapiti_full.json | python3 -c "
|
|
181
|
+
import json, sys
|
|
182
|
+
data = json.load(sys.stdin)
|
|
183
|
+
for vtype, findings in data.get('vulnerabilities', {}).items():
|
|
184
|
+
for f in findings:
|
|
185
|
+
print(f'[{vtype}]')
|
|
186
|
+
print(f' URL: {f.get(\"path\",\"\")}')
|
|
187
|
+
print(f' Method: {f.get(\"method\",\"\")}')
|
|
188
|
+
print(f' Parameter: {f.get(\"parameter\",\"\")}')
|
|
189
|
+
print(f' Info: {f.get(\"info\",\"\")[:120]}')
|
|
190
|
+
print()
|
|
191
|
+
"
|
|
192
|
+
|
|
193
|
+
# Get Internal Server Errors (high-value for manual testing)
|
|
194
|
+
cat output/wapiti_full.json | python3 -c "
|
|
195
|
+
import json, sys
|
|
196
|
+
data = json.load(sys.stdin)
|
|
197
|
+
errs = data.get('anomalies', {}).get('Internal Server Error', [])
|
|
198
|
+
print(f'{len(errs)} Internal Server Errors found:')
|
|
199
|
+
for e in errs:
|
|
200
|
+
print(f' {e.get(\"method\",\"GET\")} {e.get(\"path\",\"\")} param={e.get(\"parameter\",\"\")}')
|
|
201
|
+
"
|
|
202
|
+
|
|
203
|
+
# Extract SQLi findings → feed to sqlmap
|
|
204
|
+
cat output/wapiti_full.json | python3 -c "
|
|
205
|
+
import json, sys
|
|
206
|
+
data = json.load(sys.stdin)
|
|
207
|
+
for f in data.get('vulnerabilities', {}).get('SQL Injection', []):
|
|
208
|
+
print(f'{f.get(\"method\",\"GET\")} {f.get(\"path\",\"\")} -p {f.get(\"parameter\",\"\")}')
|
|
209
|
+
"
|
|
210
|
+
```
|
|
211
|
+
|
|
212
|
+
---
|
|
213
|
+
|
|
214
|
+
## Nikto: Key Commands
|
|
215
|
+
|
|
216
|
+
```bash
|
|
217
|
+
# Basic scan — save output
|
|
218
|
+
nikto -h https://target.com -o output/nikto.txt
|
|
219
|
+
|
|
220
|
+
# XML output for parsing
|
|
221
|
+
nikto -h https://target.com -Format xml -output output/nikto.xml
|
|
222
|
+
|
|
223
|
+
# Quick 60-second check with tuning
|
|
224
|
+
# Tuning: 1=interesting, 2=misconfig, 3=info disclosure, 4=injection, 8=XSS, 9=SQL
|
|
225
|
+
nikto -h https://target.com -Tuning 1,2,3,4 -maxtime 60 -o output/nikto_quick.txt
|
|
226
|
+
|
|
227
|
+
# With basic auth
|
|
228
|
+
nikto -h https://target.com --auth-user admin --auth-password admin123 -o output/nikto_auth.txt
|
|
229
|
+
```
|
|
230
|
+
|
|
231
|
+
### Parse nikto output
|
|
232
|
+
```bash
|
|
233
|
+
grep "^+" output/nikto.txt | grep -v "^+ Target\|^+ Server\|^+ Start\|^+ End\|^+ [0-9]" | head -50
|
|
234
|
+
```
|
|
235
|
+
|
|
236
|
+
---
|
|
237
|
+
|
|
238
|
+
## Integration Workflow
|
|
239
|
+
|
|
240
|
+
```bash
|
|
241
|
+
# Step 1 — Nikto quick fingerprint (60 seconds)
|
|
242
|
+
nikto -h https://target.com -Tuning 1,2,3 -maxtime 60 -o output/nikto.txt
|
|
243
|
+
grep "^+" output/nikto.txt | grep -v "^+ Target\|^+ Start\|^+ End"
|
|
244
|
+
|
|
245
|
+
# Step 2 — Wapiti crawl + vuln scan
|
|
246
|
+
wapiti -u https://target.com \
|
|
247
|
+
-m xss,sql,timesql,exec,file,ssrf,upload,backup,crlf,redirect,log4shell \
|
|
248
|
+
--scope domain \
|
|
249
|
+
-f json -o output/wapiti_full.json \
|
|
250
|
+
--max-scan-time 600 --max-attack-time 120
|
|
251
|
+
|
|
252
|
+
# Step 3 — Parse + escalate
|
|
253
|
+
# SQLi found → confirm with sqlmap (read sqlmap skill first)
|
|
254
|
+
# XSS found → confirm with dalfox (read dalfox skill first)
|
|
255
|
+
# Upload found → manual test for webshell
|
|
256
|
+
# Backup files → read the backup files for credentials/source code
|
|
257
|
+
```
|
|
258
|
+
|
|
259
|
+
---
|
|
260
|
+
|
|
261
|
+
## When Wapiti Finds Nothing
|
|
262
|
+
|
|
263
|
+
```bash
|
|
264
|
+
# 1. Try authenticated scan (app may require login)
|
|
265
|
+
wapiti -u https://target.com --form-url https://target.com/login \
|
|
266
|
+
--form-user admin --form-password admin ...
|
|
267
|
+
|
|
268
|
+
# 2. Add timesql for blind SQLi (not in defaults)
|
|
269
|
+
wapiti -u https://target.com -m sql,timesql,xss ...
|
|
270
|
+
|
|
271
|
+
# 3. Add buster for hidden paths
|
|
272
|
+
wapiti -u https://target.com -m buster,backup,nikto ...
|
|
273
|
+
|
|
274
|
+
# 4. Use nuclei for CVE-specific checks (different coverage)
|
|
275
|
+
# (read nuclei skill first)
|
|
276
|
+
|
|
277
|
+
# 5. Use dalfox for dedicated XSS (better DOM mining than wapiti)
|
|
278
|
+
# (read dalfox skill first)
|
|
279
|
+
|
|
280
|
+
# 6. Use nikto specifically for server misconfigs
|
|
281
|
+
nikto -h https://target.com -Tuning 1,2,3 ...
|
|
282
|
+
```
|
|
283
|
+
|
|
284
|
+
---
|
|
285
|
+
|
|
286
|
+
## Common Mistakes to Avoid
|
|
287
|
+
|
|
288
|
+
1. **No time limit** — always set `--max-scan-time` to prevent container crash from runaway scan
|
|
289
|
+
2. **No scope** — default scope is `folder`; use `--scope domain` for full domain coverage
|
|
290
|
+
3. **Missing `-f json`** — default output is HTML; always use `-f json` for parseable results
|
|
291
|
+
4. **Treating wapiti SQLi as confirmed** — wapiti uses heuristics; confirm with sqlmap before reporting
|
|
292
|
+
5. **Not checking anomalies** — `Internal Server Error` entries are high-value leads for manual testing
|
|
293
|
+
6. **Running without `--max-links-per-page`** — on large apps, wapiti may crawl thousands of URLs; limit with `--max-links-per-page 100`
|