-
Notifications
You must be signed in to change notification settings - Fork 49
Home
Marco Rosa edited this page Mar 29, 2024
·
16 revisions
Welcome to the Credential Digger wiki! Here is an index of the wiki.
The project supports several major scanning features accessible through three different user interfaces.
- Installation instructions can be found in the Readme
- Preparation for the regex scanner's rules
- Deploy over HTTPS (Optional)
- How to update Credential Digger
- How to install on MacOS ARM
- The package can be used programmatically through the Python library
- The CLI is available through the pip installation or source installation
- The web UI can be accessed through the Docker installation of Credential Digger
- The pre-commit hook based on Credential Digger can be installed to prevent hardcoded secrets in source code
- Scan an online repository
-
Scan a local repository (with the
--local
option) - Scan the snapshot of a repository
- Scan all repositories belonging to a user
- Scan GitHub wikis
- Scan local files and directories
The following pages detail the architecture of the software.
- General architecture
- Available states
- Available scanners
- Machine Learning models:
- Similarity Model
- Testing
- Installation instructions: Readme
- Preparation for the scanner's rules
- Deploy over HTTPS (Optional)
- How to update the project
- How to install on MacOS ARM
- Python library
- CLI
- Web UI through the Docker installation
- Pre-commit hook