Package Exports
- vulnburn
- vulnburn/src/scanner/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vulnburn) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
🔥 VulnBurn
Security Scanner with Attitude.
Because your code is bad and you should feel bad.
VulnBurn is a zero config, blazing fast security scanner for Node.js, MERN stack, and modern web applications. It doesn't just find vulnerabilities; it roasts you for them. Because it finds is really silly so it shouldn't have occured in the first place.
Designed for novice developers for whom security is an afterthought (or they just don't care about it) and the "Oh no, I almost committed that" moment.
Usage Guide
The CLI is straightforward. Run it in your terminal:
npx vulnburnArguments
| Argument | Description | Default |
|---|---|---|
directory |
The directory path you want to scan. Can be relative (./src) or absolute. |
. (Current Directory) |
Options
| Option | Alias | Description |
|---|---|---|
--verbose |
-v |
Outputs the raw JSON scan results instead of the pretty-printed roast report. Useful for debugging or integrating with other tools. |
--help |
-h |
Display help for command. |
--version |
-V |
Output the version number. |
Global Installation
For frequent use.
npm install -g vulnburn
vulnburnContributing
- Fork it.
- Fix your own code first.
- Submit a PR.
License
ISC