https://github.com/puerco/noscan
the simplest vulnerability scanner available
https://github.com/puerco/noscan
scanner security security-tools vulnerabilities vulnerability-detection vulnerability-scanners
Last synced: about 1 year ago
JSON representation
the simplest vulnerability scanner available
- Host: GitHub
- URL: https://github.com/puerco/noscan
- Owner: puerco
- License: apache-2.0
- Created: 2022-09-02T19:53:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-02T20:31:46.000Z (almost 4 years ago)
- Last Synced: 2025-03-26T11:21:34.301Z (over 1 year ago)
- Topics: scanner, security, security-tools, vulnerabilities, vulnerability-detection, vulnerability-scanners
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# noscan
`noscan` is a universal vulnerability scanner with deterministic
results that works with any kind of artifact.
## Usage
You can pipe files or give it a reference, it all works:
```bash
# Pipe files through the scanner:
cat virus.exe | ./scan.sh
# Scan a directory:
./scan.sh source/
# Scan a container image
./scan.sh k8s.gcr.io/kube-proxy:v1.25.0
# Scan a website
./scan.sh https://openssf.org/
# Scan a postal address
./scan.sh One Apple Park Way Cupertino, CA 95014
```
## Security
There is nothing to worry about! We scanned noscan with itself to make
sure it's safe:
```
❯ ./scan.sh scan.sh
0 vulnerabilities found
```
`noscan` is super secure, it has an SBOM (Software Bill of Materials)
[available in this repo](sbom.json.spdx), and it is also signed:
