cred_scanner is a command line tool designed to identify AWS credentials within files across local directories and subdirectories. The tool performs recursive scanning to detect potential access keys and generates reports on files that cannot be scanned due to format limitations. Built specifically for integration with CI/CD systems like Jenkins, the scanner can automatically fail builds when potential credentials are discovered. This functionality helps prevent accidental exposure of sensitive AWS access keys in source code repositories and build artifacts. The tool operates by examining file contents for patterns that match AWS credential formats, providing a security checkpoint in development workflows. It outputs a list of files containing potential credentials and identifies files that could not be processed during the scan. Written in Python 3.6, the scanner is designed for simplicity and effectiveness in automated security testing environments. The tool focuses on AWS-specific credential detection rather than general secret scanning.
FEATURES
EXPLORE BY TAGS
SIMILAR TOOLS
A setuid implementation of user namespaces that enables running unprivileged containers without root privileges as a secure alternative to traditional container runtimes.
Kube-bench is a security assessment tool that validates Kubernetes deployments against CIS Kubernetes Benchmark standards through automated configuration checks.
A search engine for open Amazon S3 buckets and their contents, allowing users to search for files using keywords, filename extensions, and full path.
Cloudmarker is a configurable cloud monitoring tool and framework that audits Azure and GCP environments by retrieving, analyzing, and alerting on cloud security data.
A Docker security vulnerability where disabling inter-container communication (ICC) fails to block raw ethernet frames, allowing unexpected data transfer between containers via raw sockets.
TerraGoat is a deliberately vulnerable Terraform repository that demonstrates common cloud infrastructure misconfigurations for training and testing security tools.
KICS is an open-source Infrastructure as Code security scanner that detects vulnerabilities and misconfigurations through customizable queries and integrates with CI/CD pipelines.
CloudSploit by Aqua is an open-source multi-cloud security scanning tool that detects security risks and compliance issues across AWS, Azure, GCP, OCI, and GitHub platforms.
AWS Vault securely stores AWS IAM credentials in the operating system's keystore and generates temporary credentials for development environments.