https://github.com/secshiv/leaker
Checks any potential secrets in file of .js based on regex (Not very good)
https://github.com/secshiv/leaker
bugbounty-tool javascript js secrets
Last synced: about 2 months ago
JSON representation
Checks any potential secrets in file of .js based on regex (Not very good)
- Host: GitHub
- URL: https://github.com/secshiv/leaker
- Owner: SecShiv
- Created: 2024-07-22T21:52:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-22T22:28:19.000Z (almost 2 years ago)
- Last Synced: 2025-02-28T21:27:56.921Z (over 1 year ago)
- Topics: bugbounty-tool, javascript, js, secrets
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leaker
Checks any potential secrets in file of .js based on regex (Not very good, to many false positives)
This is very shit.
# Usage
edit the python script "with open" directory location as this is mine.
Results will be written in leakcreds.txt (change directory)
Change the regex.json directory to where you cloned the repo and saved it.
python3 leaker.py
Path to JSfiles: /home/hackershiv/targets/js.txt (needs to be full path)
Results will be saved, not displayed.