An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# EAN CLI
Tool to discover leaked API tokens in JavaScript files

![Screenshot of EAN CLI](https://i.imgur.com/Zhw6YhG.png)

# 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/