Skip to content

FD785/JSRecon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

JSRecon ๐Ÿ”

JSRecon is a lightweight JavaScript reconnaissance tool written in Go for discovering sensitive endpoints, API paths, and hidden secrets from JavaScript files.

Features

  • Parses JavaScript files from target URLs
  • Extracts endpoints, API keys, and hidden paths
  • Fast concurrent scanning using Go routines
  • CLI-based for automation workflows

Step 0: Install Go

๐Ÿ”น Windows( In Windows to use the tool we have to install go on CMD or Powershell)

  1. Download Go from the official website:
    https://go.dev/dl/

  2. Download the Windows amd64 installer (.msi).

  3. Run the installer and follow the default setup steps.

  4. Restart your terminal (PowerShell or CMD).

  5. Verify installation:

  6. Check - go version

๐Ÿ”น Linux (Kali / Ubuntu / Debian)

sudo apt update
sudo apt install -y golang
go version

Installation Instructions

To install and run the tool, follow these steps:

  1. Clone the repository:

    git clone https://github.com/FD785/jsrecon.git
  2. Navigate to the project directory:

    cd jsrecon
  3. Install the dependencies:

    go mod tidy
  4. Run the tool:

    go run cmd/jsrecon/main.go urls.txt

Now you are good to go! ๐Ÿš€

About

JavaScript endpoint and secret extraction tool for authorized security testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages