akde/infosec

Information security is ultimately about managing risk


Mir­ror­ing

git­tyleaks: Exe­cute with­in a local repos­i­to­ry the com­mand gittyleaks --find-anything.

git-secrets: Scans (only) com­mit mes­sages for sen­si­tive infor­ma­tion with git secrets --scan-history.

truf­fle­Hog: Scans repos and prints out infor­ma­tion with a high entropy: Exe­cute it with trufflehog $repo_dir.

git-secret-scan­ner: Scans a repo with git-secret-scanner scan -d $git_repo.

Oth­er tools

Leave a Reply

About

Personal collection of some infosec stuff. Primary purpose of this site is to collect and organize for myself.

Note: Some content is not publicly visible due to copyright issues. Therefore, some links could be broken.

Checklists

Categories

Checklists: Ports

python -c 'import pty;pty.spawn("/bin/bash")';

python3 -c 'import pty;pty.spawn("/bin/bash")';