Skip to content

JavaScript Gatherer is a command-line tool I developed to efficiently scrape and collect all JavaScript files from a specified domain and its subdomains. Using curl and grep, the tool automates the process of identifying .js files, making it invaluable for web developers and researchers looking to analyze web assets.

Notifications You must be signed in to change notification settings

hackerfrombharat/JS-Gather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

JavaScript Gatherer

This tool gathers all JavaScript files from a specified domain and its subdomains.

Usage

./fetch_js.sh <domain>

About

JavaScript Gatherer is a command-line tool I developed to efficiently scrape and collect all JavaScript files from a specified domain and its subdomains. Using curl and grep, the tool automates the process of identifying .js files, making it invaluable for web developers and researchers looking to analyze web assets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages