Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zbo14/jspeye

A command-line tool that identifies interesting assignments/expressions in JavaScript files
https://github.com/zbo14/jspeye

bug-bounty cli http https recon url web-security

Last synced: about 2 months ago
JSON representation

A command-line tool that identifies interesting assignments/expressions in JavaScript files

Awesome Lists containing this project

README

        

# jspeye

A command-line tool that identifies URLs and interesting assignments/expressions in JavaScript files

## Install

`npm i jspeye`

## Usage

```
Usage: jspeye [options] [command]

Options:
-V, --version output the version number
-m, --margin number of characters to show before/after match (default: 30)
-o, --output write prettified JS to file for further inspection
-q, --quiet don't print banner or info
-h, --help display help for command

Commands:
file examine JS in filesystem
url [options] examine JS at URL endpoint
help [command] display help for command
```