https://github.com/000pp/Scythe
💀 Collect JS and CSS files from websites.
https://github.com/000pp/Scythe
javascript js nodejs scraper website
Last synced: about 1 year ago
JSON representation
💀 Collect JS and CSS files from websites.
- Host: GitHub
- URL: https://github.com/000pp/Scythe
- Owner: 000pp
- License: mit
- Created: 2020-12-03T00:22:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-26T15:33:37.000Z (over 5 years ago)
- Last Synced: 2025-04-13T08:03:27.026Z (about 1 year ago)
- Topics: javascript, js, nodejs, scraper, website
- Language: JavaScript
- Homepage:
- Size: 1.8 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scythe



> 💀 Collect JS and CSS files from websites.
A tool to collect files from a website, only for educational and bug bounty purposes.
## ⚡ Installing / Getting started
A quick guide of how to install and use Scythe.
```shell
1. Clone the repository with git clone https://github.com/oppsec/Scythe.git
2. Install the libraries with npm install
3. Execute Scythe with node index.js
```
### ⚙️ Prerequisites
- [NodeJS](http://nodejs.org/) installed on your machine
## 🔨 To-Do
- ⬜ Detect cloud services
- ⬜ Collect XML and JSON files.
### 🔨 Contributing
A quick guide of how to contribute with the project.
```shell
1. Create a fork from Scythe
2. Download the project with git clone https://github.com/you/scythe.git
3. cd scythe/
4. Make your changes
5. Commit and git push
6. Open a pull request
```
## 📚 License
- MIT License.
## ⚠️ Warning
- I am not responsible for any misuse of this tool, you know what you are doing.