abdilahrf / shania

Scan secrets from Continuous Integration Build Logs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

     _                 _       
    | |               (_)      
 ___| |__   __ _ _ __  _  __ _ 
/ __| '_ \ / _` | '_ \| |/ _` |
\__ \ | | | (_| | | | | | (_| |
|___/_| |_|\__,_|_| |_|_|\__,_|
                               

Requirement ⛏

Use this command to install jq as the requirement : sudo apt install jq

  • Replace [CI_TOKEN] with your key in main.py file
  • Replace [GITLAB_TOKEN] with your key in main.py file
  • Replace [GITHUB_TOKEN] with your key in scan-organization.sh file

Usage 🎮

Example usage

./scan-organisation.sh uber
./scan-organisation.sh [ORGANIZATION_NAME]
./scan-single.sh [USER_HANDLE]

Screeshoot


FAQ ❓

  • jq: error (at :4) Cannot index string with string "login" : Make sure your [GITHUB_TOKEN] already correct

References 🧾

Special thanks to : @Rhynorater @hacker_ @EdOverflow @KarimPwnz @streaak @d0nutptr


Legal Disclaimer ⚠

This project is made for educational and ethical testing purposes only. Usage of this tool for attacking targets without prior mutual consent is illegal. Developers assume no liability and are not responsible for any misuse or damage caused by this tool.

About

Scan secrets from Continuous Integration Build Logs

License:MIT License


Languages

Language:Python 93.2%Language:Shell 6.8%