sethsec / celerystalk

An asynchronous enumeration & vulnerability scanner. Run all the tools on all the hosts.
https://sethsec.github.io/celerystalk/
MIT License
397 stars 69 forks source link

Functionality to remove in-scope endpoints #136

Closed Lisa-Fiander closed 4 years ago

Lisa-Fiander commented 4 years ago

Hello,

Is there any functionality within Celerystalk that can remove endpoints from scope? After importing a new list to scope, my old endpoints are still in scope. Thanks!

sethsec commented 4 years ago

Hey @Lisa-Fiander - You have two options. If you don't want to keep your old date around, you can do an ./celerystalk admin reset and blow the whole database away.

But the intended solution is to create another workspace:

./celerystalk workspace create w- workspace_name -o /output/dir -m mode(vapt or bb) 

That way you can switch back and forth between workspaces as needed.

To find all workpace commands and help, try:

./celerystalk workspace -h 

Let me know if that does the trick?

Lisa-Fiander commented 4 years ago

Hey @sethsec, thanks, ./celerystalk admin reset worked perfectly for what I am using it for right now.

Thanks!!