vulnburn
v1.0.3
Published
A security scanner with an attitude
Downloads
251
Maintainers
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
