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

Cancel | Pause | Resume

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

Cancel

Cancel specific tasks

root@kali:/opt/celerystalk# ./celerystalk cancel 1-3

celerystalk  -  An asynchronous network enumeration/vulnerability scanner
                Run all your tools against all your hosts (IPs/virtual hosts/subdomains)
                by @sethsec
                Build: 105

[-] Task [1] moved from RUNNING to CANCELLED.
[-] Task [2] moved from RUNNING to CANCELLED.

Cancel all tasks

root@kali:/opt/celerystalk# ./celerystalk cancel all

celerystalk  -  An asynchronous network enumeration/vulnerability scanner
                Run all your tools against all your hosts (IPs/virtual hosts/subdomains)
                by @sethsec
                Build: 105

[-] Task [10] moved from PENDING to CANCELLED.
[-] Task [11] moved from PENDING to CANCELLED.
[-] Task [12] moved from PENDING to CANCELLED.
[-] Task [13] moved from PENDING to CANCELLED.
[-] Task [14] moved from PENDING to CANCELLED.
[-] Task [15] moved from PENDING to CANCELLED.
[-] Task [16] moved from PENDING to CANCELLED.
[-] Task [17] moved from PENDING to CANCELLED.
[-] Task [18] moved from PENDING to CANCELLED.
[-] Task [19] moved from PENDING to CANCELLED.
[-] Task [20] moved from PENDING to CANCELLED.
[-] Task [21] moved from PENDING to CANCELLED.
[-] Task [22] moved from PENDING to CANCELLED.
[-] Task [23] moved from PENDING to CANCELLED.
[-] Task [24] moved from PENDING to CANCELLED.
[-] Task [4] moved from RUNNING to CANCELLED.
[-] Task [5] moved from RUNNING to CANCELLED.
[-] Task [7] moved from RUNNING to CANCELLED.
[-] Task [8] moved from RUNNING to CANCELLED.
[-] Task [9] moved from RUNNING to CANCELLED.

Pause

Pause specific tasks

root@kali:/opt/celerystalk# ./celerystalk pause 25,26,27

celerystalk  -  An asynchronous network enumeration/vulnerability scanner
                Run all your tools against all your hosts (IPs/virtual hosts/subdomains)
                by @sethsec
                Build: 106

[+] Task [25] moved from RUNNING to PAUSED.
[+] Task [26] moved from RUNNING to PAUSED.

Pause all tasks

root@kali:/opt/celerystalk# ./celerystalk pause all

celerystalk  -  An asynchronous network enumeration/vulnerability scanner
                Run all your tools against all your hosts (IPs/virtual hosts/subdomains)
                by @sethsec
                Build: 106

[+] Task [28] moved from RUNNING to PAUSED.
[+] Task [30] moved from RUNNING to PAUSED.
[+] Task [32] moved from RUNNING to PAUSED.
[+] There were no tasks to pause.

Resume

Resume specific tasks

root@kali:/opt/celerystalk# ./celerystalk resume 25,26

celerystalk  -  An asynchronous network enumeration/vulnerability scanner
                Run all your tools against all your hosts (IPs/virtual hosts/subdomains)
                by @sethsec
                Build: 106

[+] Task [25] moved from PAUSED to RUNNING.
[+] Task [26] moved from PAUSED to RUNNING.

Resume all tasks

root@kali:/opt/celerystalk# ./celerystalk resume all

celerystalk  -  An asynchronous network enumeration/vulnerability scanner
                Run all your tools against all your hosts (IPs/virtual hosts/subdomains)
                by @sethsec
                Build: 106

[+] Task [28] moved from PAUSED to RUNNING.
[+] Task [30] moved from PAUSED to RUNNING.
[+] Task [32] moved from PAUSED to RUNNING.