
Gamma Ray
#Threat Defense#Vulnerability Management
Linux privilege escalation auditing tool for detecting security deficiencies in Linux kernels.
Gamma Ray: A Tool for Identifying Vulnerabilities in Node.js Applications
Gamma Ray is a software tool designed to assist developers in identifying vulnerabilities within their Node.js applications.
Its pluggable infrastructure simplifies integration with vulnerability databases
Its pluggable infrastructure simplifies the process of writing integrations with various vulnerabilities databases. To get started, run: $> go get github.com/nearform/gammaray. After this command completes, you will find the gammaray binary in your GOPATH/bin folder. Usage: Gammaray is provided as a single binary, so you only need to execute it by passing your project as an argument: $> gammaray . Gammaray supports several flags, including -path, -image, -log-level, and -ignore-list. By supplying the path to a JSON file that contains a CVE/CWE ignore array, you can customize which vulnerabilities to overlook. Once the command is executed, all vulnerabilities impacting your packages will be displayed. Contributing: If you are a developer, feel free to clone the repository, start making changes, and submit pull requests! $> mkd