You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.