This project provides a shell script (script.sh) to help you find juicy files on Linux systems. Juicy files are those that may contain sensitive information, credentials, or configuration details useful for security assessments or troubleshooting.
- Searches for files with names or extensions commonly associated with sensitive data (e.g., passwords, configs, keys).
- Fast and easy to use on any Linux system.
Run the script with:
zsh script.shOr make it executable and run:
chmod +x script.sh
./script.shscript.sh: Main script to find juicy filesREADME.md: Documentation.gitignore: Ignores editor and environment files
Use responsibly and only on systems you have permission to scan.