knox / Neon-readme-3.sh
0 likes
0 forks
1 files
Last active
1 | pacman -S base-devel readline zlib libseccomp openssl clang \ |
2 | postgresql-libs cmake postgresql protobuf curl lsof |
knox / Neon-readme-2.sh
0 likes
0 forks
1 files
Last active
1 | dnf install flex bison readline-devel zlib-devel openssl-devel \ |
2 | libseccomp-devel perl clang cmake postgresql postgresql-contrib protobuf-compiler \ |
3 | protobuf-devel libcurl-devel openssl poetry lsof libicu-devel libpq-devel python3-devel \ |
4 | libffi-devel |
knox / Neon-readme-1.sh
0 likes
0 forks
1 files
Last active
1 | apt install build-essential libtool libreadline-dev zlib1g-dev flex bison libseccomp-dev \ |
2 | libssl-dev clang pkg-config libpq-dev cmake postgresql-client protobuf-compiler \ |
3 | libprotobuf-dev libcurl4-openssl-dev openssl python3-poetry lsof libicu-dev |
knox / Gitleaks-readme-12.sh
0 likes
0 forks
1 files
Last active
1 | 0 - no leaks present |
2 | 1 - leaks or error encountered |
3 | 126 - unknown flag |
knox / Gitleaks-readme-11.sh
0 likes
0 forks
1 files
Last active
1 | class CustomClass: |
2 | discord_client_secret = '8dyfuiRyq=vVc3RRr_edRk-fK__JItpZ' #gitleaks:allow |
knox / Gitleaks-readme-10.toml
0 likes
0 forks
1 files
Last active
1 | # Title for the gitleaks configuration file. |
2 | title = "Gitleaks title" |
3 | |
4 | # Extend the base (this) configuration. When you extend a configuration |
5 | # the base rules take precedence over the extended rules. I.e., if there are |
6 | # duplicate rules in both the base configuration and the extended configuration |
7 | # the base rules will override the extended rules. |
8 | # Another thing to know with extending configurations is you can chain together |
9 | # multiple configuration files to a depth of 2. Allowlist arrays are appended |
10 | # and can contain duplicates. |
knox / Gitleaks-readme-9.sh
0 likes
0 forks
1 files
Last active
1 | gitleaks git --baseline-path gitleaks-report.json --report-path findings.json |
knox / Gitleaks-readme-8.sh
0 likes
0 forks
1 files
Last active
1 | gitleaks git --report-path gitleaks-report.json # This will save the report in a file called gitleaks-report.json |
knox / Gitleaks-readme-7.sh
0 likes
0 forks
1 files
Last active
1 | Usage: |
2 | gitleaks [command] |
3 | |
4 | Available Commands: |
5 | completion generate the autocompletion script for the specified shell |
6 | dir scan directories or files for secrets |
7 | git scan git repositories for secrets |
8 | help Help about any command |
9 | stdin detect secrets from stdin |
10 | version display gitleaks version |
knox / Gitleaks-readme-6.sh
0 likes
0 forks
1 files
Last active
1 | ➜ SKIP=gitleaks git commit -m "skip gitleaks check" |
2 | Detect hardcoded secrets................................................Skipped |