sethsec / celerystalk

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

Tool Installed but again asking for Installation #121

Closed attacker34 closed 4 years ago

attacker34 commented 4 years ago

Hi @sethsec

I've installed "celerystalk" on kali linux but after installation when i tried to run it:


root@Linux~/celerystalk# ./celerystalk
[!] To install celerystalk:
[!]   ./setup/install.sh
attacker34 commented 4 years ago

I've used this solution from other ticket to tackle this issue.

In addition to what you have fixed so far, I had to run the following commands in the same order:

pip2 install celery==4.2.2
pip2 install -r setup/requirements.txt --upgrade

I think it's wise to use pip2 instead of pip in setup/install.sh while celerystalk is based on Python 2.x
sethsec commented 4 years ago

Thanks for this input @attacker34! I agree. I'm going to reopen this, and run it through some tests.

sethsec commented 4 years ago

This should be fixed now. Seems to work with just the pip2 fix. If you think pinning celery to 4.2.2 is still needed, please let me know.