Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 200 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 200 Bytes

NMAP Scanner

Starting the server

conda activate siteenv python manage.py runserver

Starting redis-server

redis-server

Starting celery worker

celery worker -A scanner --log-level=info