Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyodar/securite
A Flask web-based website security scanner using Wapiti
https://github.com/hyodar/securite
Last synced: 21 days ago
JSON representation
A Flask web-based website security scanner using Wapiti
- Host: GitHub
- URL: https://github.com/hyodar/securite
- Owner: Hyodar
- License: gpl-2.0
- Created: 2018-11-14T19:38:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T18:39:14.000Z (about 6 years ago)
- Last Synced: 2024-11-05T22:43:52.674Z (2 months ago)
- Language: Python
- Homepage:
- Size: 9.04 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Securite
A web-based website CRON security scanner using Wapiti (http://wapiti.sourceforge.net)Requirements:
* redis-server
* python-rq
* rq-schedulerAdditional Python Libraries:
* flask
* rq
* redis
* json2html
* jinja2The report generator works using rq worker, rqscheduler and redis-server, so you have to run them in separate consoles while executing run_project.py.