https://github.com/eviltik/evilshot
Web Application (Security?) Monitoring Tool
https://github.com/eviltik/evilshot
web-application-monitoring web-application-security web-application-status
Last synced: 8 months ago
JSON representation
Web Application (Security?) Monitoring Tool
- Host: GitHub
- URL: https://github.com/eviltik/evilshot
- Owner: eviltik
- Created: 2018-03-15T05:38:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-15T06:19:27.000Z (over 8 years ago)
- Last Synced: 2025-06-20T16:11:26.340Z (about 1 year ago)
- Topics: web-application-monitoring, web-application-security, web-application-status
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# evilshot
Web Application Monitoring Tool
## under the wood
* it use puppeteer (chrome headless browser)
## status
* work in progress
## install
```
npm i evilshot -g
```
## usage
Single URL:
```
evilshot --url=https://github.com [options]');
```
Multiple URLs:
```
evilshot --urls=data/urls.csv [options]');
```
Options:
```
--out directory to export reports and screenshots (default ./report)');
--browser show chrome browser (default false)');
```