https://github.com/code2319/security-tools
security tools for docker, npm and ip checks
https://github.com/code2319/security-tools
docker npm python3 security
Last synced: 24 days ago
JSON representation
security tools for docker, npm and ip checks
- Host: GitHub
- URL: https://github.com/code2319/security-tools
- Owner: code2319
- License: mit
- Created: 2023-02-15T06:30:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-08T11:55:22.000Z (about 3 years ago)
- Last Synced: 2024-12-30T19:58:46.391Z (over 1 year ago)
- Topics: docker, npm, python3, security
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


# 1. [Docker container verification](./docker_verify.py)
This script will help you check the docker image (by calculating the manifest hash and layers) against the hash listed on the site (docker hub, quay, etc.).
Example usage:
```bash
python docker_verify.py bitnami/postgresql:15.2.0 bitnami.tar
```
# 2. [Npm file verification](./npm_verify.py)
This script will help you check the npm tarball file(s) (by calculating the tarball file hash) against the hash listed on the registry.npmjs.org.
Example usage:
```bash
python npm_verify.py -f chalk-5.2.0.tgz
```
# 3. [IP checker](./ip_checker.py)
A script for determining whether an IP address belongs to a country (based on abusepdb api)
```bash
python ip_checker.py -f ips.txt
```