Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Installation

Seth Art edited this page Jun 16, 2019 · 2 revisions

Install/Setup

At this time you must install and run celerystalk as root

Kali:

# git clone https://github.com/sethsec/celerystalk.git
# cd celerystalk/setup
# ./install.sh
# cd ..
# ./celerystalk -h

Need to start over/Reset?

The following command will :

  • Remove all .pyc files
  • Wipe the celerystalk database
  • Remove any jobs still in the Redis queue
  • Restart celery.
# ./celerystalk admin reset
Clone this wiki locally