An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Scythe


![version](https://img.shields.io/badge/Version-1.0.0-brightgreen.svg?style=for-the-badge)
![license](https://img.shields.io/badge/License-MIT-blue.svg?style=for-the-badge)
![npm](https://img.shields.io/badge/NODE-v14.3-purple.svg?style=for-the-badge)

> 💀 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.