https://github.com/genbounty/getpublicwebsiteassets
JS script to get public website assets such as scripts, images, files. Good for recon or scraping.
https://github.com/genbounty/getpublicwebsiteassets
Last synced: 5 months ago
JSON representation
JS script to get public website assets such as scripts, images, files. Good for recon or scraping.
- Host: GitHub
- URL: https://github.com/genbounty/getpublicwebsiteassets
- Owner: genbounty
- Created: 2024-02-15T11:29:35.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-15T11:32:24.000Z (almost 2 years ago)
- Last Synced: 2025-06-21T22:08:17.158Z (5 months ago)
- Language: JavaScript
- Size: 790 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Get scripts used by site
## Execute script using
```
node getScripts.js {site url} {fileNameSearchTerm}
```
## EG:
```
node getScripts.js https://imgur.com css
node getScripts.js https://google.com js
node getScripts.js https://dog.com bootstrap
```