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: 3 months ago
JSON representation
Keep track of changes in website with WEBSY
- Host: GitHub
- URL: https://github.com/0xrishabh/websy
- Owner: 0xrishabh
- License: lgpl-3.0
- Created: 2020-05-22T17:49:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T21:39:18.000Z (over 1 year ago)
- Last Synced: 2024-06-06T23:40:52.863Z (5 months ago)
- Topics: python, reconnaissance, security-tools, website
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 36
- Watchers: 4
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - 0xrishabh/websy - Keep track of changes in website with WEBSY (Python)
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 runhttps://code.tutsplus.com/tutorials/scheduling-tasks-with-cron-jobs--net-8800
```