Ecosyste.ms: Awesome

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

https://github.com/0xrishabh/websy

Keep track of changes in website with WEBSY
https://github.com/0xrishabh/websy

python reconnaissance security-tools website

Last synced: about 1 month ago
JSON representation

Keep track of changes in website with WEBSY

Lists

README

        


Keep an eye on your targets with Websy to get quickly notified for any change they push on their Web Server

### Installation
```bash
> git clone https://github.com/cYph3r1337/websy
> cd websy
> pip3 install -r requirements.txt
> python3 main.py --help
```
### Features

- Fast and simple to use
- Outputs html file with **Search and Sort ability** for easy analysis
- Lightweight on resources

### Usage

```python
python3 main.py --help
```

```
Run Websy on a set of urls regularly through cronjobs and it
will automatically generate "output.html" with every run

https://code.tutsplus.com/tutorials/scheduling-tasks-with-cron-jobs--net-8800
```