Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zbo14/jspeye
- Owner: zbo14
- License: mit
- Created: 2020-05-27T00:04:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T19:11:10.000Z (almost 3 years ago)
- Last Synced: 2024-11-16T17:07:27.539Z (3 months ago)
- Topics: bug-bounty, cli, http, https, recon, url, web-security
- Language: JavaScript
- Homepage:
- Size: 231 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 commandCommands:
file examine JS in filesystem
url [options] examine JS at URL endpoint
help [command] display help for command
```