
🕵️ Python project to crawl for JavaScript files and search for secrets like API keys, authorization tokens, hardcoded credentials, etc.
Investigating JavaScript files since 1850
Python project to crawl for JavaScript files and search for secrets like API keys, authorization tokens, hardcoded passwords, or related data.
A quick guide on how to install and use Pinkerton.
git clone https://github.com/000pp/pinkerton.gitpip3 install -r requirements.txt --break-system-packagespython3 main.py -u https://example.comIf you want to use pinkerton in a Docker container, follow this procedure:
1. Clone the repository - git clone https://github.com/000pp/pinkerton.git
2. Build the image - sudo docker build -t pinkerton:latest .
3. Run container - sudo docker run pinkerton:latest
pacman -Syu pinkerton
A quick guide on how to contribute to the project.
git clone https://github.com/your/pinkerton.gitcd pinkerton/