https://github.com/GoonSecurity/EAN_CLI
Tool to find leaked tokens in JavaScript
https://github.com/GoonSecurity/EAN_CLI
Last synced: 4 months ago
JSON representation
Tool to find leaked tokens in JavaScript
- Host: GitHub
- URL: https://github.com/GoonSecurity/EAN_CLI
- Owner: GoonSecurity
- Created: 2020-07-15T06:36:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T12:05:00.000Z (almost 3 years ago)
- Last Synced: 2024-11-21T14:38:27.778Z (12 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - GoonSecurity/EAN_CLI - Tool to find leaked tokens in JavaScript (Python)
README
# EAN CLI
Tool to discover leaked API tokens in JavaScript files

# Install
`pip3 install -r requirements.txt`
# Usage
> python3 tokens.py [domain] [flags]
# Syntax
-u [URL], --url [URL]
> URL to scan
-m [n], --max [n] (optional)
> Max number of tokens to print
# Resources
* https://goonsecurity.com/discovering-leaked-api-keys-in-web-applications-with-modern-entropy-analysis/