Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRahim authored May 28, 2023
0 parents commit 6799710
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@

# RedJs

RedJs is a javascript enumration tool that can be used to crawl a website and download all javascript files. Also look for specific keywords and endpoints




## Installation in linux

Download from releases

```bash
unzip redjs-linux.zip
cd redjs-linux.zip
sudo cp redjs /bin
```


## How to use

```bash
# To Crawl A Website And Download All Js Files
redjs -u https://example.com -o /a/folder/absolute/path

# To Download From A List Of Url
redjs -f /path/to/jsurl.txt

# To Run redjs Automated Test
redjs -t /oath to/folder/where/files/saved
```


0 comments on commit 6799710

Please sign in to comment.