Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zblurx/jsloot

Looting juicy stuff in JS files
https://github.com/zblurx/jsloot

Last synced: 1 day ago
JSON representation

Looting juicy stuff in JS files

Awesome Lists containing this project

README

        

# JSLoot

Looting URLs, IPv4 addresses, base64 encoded stuff and aws-keys from JavaScript

## Install

```bash
go get -u github.com/zblurx/jsloot
```

## Use

```bash
$ jsloot -h
JSLoot by zblurx

Looting URLs, IPv4 addresses, base64 encoded stuff and aws-keys from JavaScript

-- WHERE TO LOOT ? --
-u, --url Loot from on the URL
-f, --file Loot from a local file
-d, --directory Loot from a directory
-r, --recurse To combine with -d option. Loot recursively
-s, --stdin Loot from URLs given by Stdin

-- HOW TO LOOT ? --
-H, --header Specify header. Can be used multiple times
-c, --cookies Specify cookies
-x, --proxy Specify proxy
-k, --insecure Allow insecure server connections when using SSL

-- WHAT TO LOOT ? --
-e, --regexp Loot with a custom pattern
-g, --grep-pattern <1,2,...> When specified, custom the looting patterns :
- 1 : Looting URLs
- 2 : Looting AWS Keys
- 3 : Looting Base64 artifacts
- 4 : Looting IPv4 addresses
- 5 : Looting nothing on the default patterns
Can be used in complement with -e

-- SHOW THE LOOT --
-o, --output-file Write down result to file
-w, --with-filename Show filename/URL of loot location
-v, --verbose Print with detailed output and colors
```

## Happy Looting :)