Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/surri/audit-axios
Vulnerability ScannersCode AnalysisScripting & AutomationConfiguration AuditingDevSecOpsSupply Chain Security
GitHubsurri/audit-axios

audit-axios

Scan local repos for vulnerable axios versions (CVE-2026-40175) and patch interactively

View Repository
4 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

audit-axios

Scan local repos for vulnerable axios versions and patch interactively.

Targets CVE-2026-40175 — CRLF Header Injection leading to Request Smuggling & SSRF. CVSS 9.9, affects all axios < 1.15.0.

Quick Start

root@kitploit:~
npx audit-axios ~/Workspace ~/Projects

Usage

root@kitploit:~
# Interactive — checkbox select + bulk action
audit-axios ~/Workspace ~/Projects

# Scan only (CI-friendly, exit code 1 if vulnerable)
audit-axios --scan-only ~/Workspace

# Auto-patch everything
audit-axios --auto-patch ~/Workspace ~/Projects

# Custom minimum version
audit-axios --min-version 1.16.0 --target "^1.16.0" ~/Workspace

Interactive Controls

KeyAction
spaceToggle select/deselect
aSelect all
nDeselect all
j/k or arrowsNavigate
enterConfirm → choose action
qQuit

Options

FlagDescriptionDefault
--scan-onlyReport only, no prompts—
--auto-patchPatch all without prompting—
--min-versionMinimum safe version1.15.0
--targetTarget version spec^1.15.0
--include-allInclude IDE extensions, caches, and system dirs—

Ignored by Default

IDE extensions (.vscode, .cursor, .kiro, etc.), package caches (.npm, .yarn), and system dirs are excluded from scans. Use --include-all to include them.

node_modules and .git are always excluded — nested dependencies should be fixed via overrides/resolutions, not direct patching.

Features

  • Zero dependencies — Node.js built-ins only
  • Auto-detects npm, yarn, pnpm (including packageManager field)
  • Monorepo workspace-aware (pnpm-workspace.yaml, yarn workspaces)
  • Scrollable checkbox UI with bulk actions
  • Severity labels (CRITICAL / HIGH / MEDIUM) based on version gap
  • CI mode with --scan-only (exit 1 on vulnerability found)

License

MIT

Download Tool