1850年以来、JavaScriptファイルを調査中
JavaScriptファイルをクロールし、APIキー、認証トークン、ハードコードされたパスワードなどの秘密情報を検索するPythonプロジェクトです。
Pinkertonのインストールと使い方の簡単なガイドです。
git clone https://github.com/000pp/pinkerton.gitpip3 install -r requirements.txt --break-system-packagespython3 main.py -u https://example.comDockerコンテナでPinkertonを使う場合は、以下の手順に従ってください。
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
プロジェクトへのコントリビューション方法の簡単なガイドです。
git clone https://github.com/your/pinkerton.gitcd pinkerton/ を実行