bats3c / shad0w

A post exploitation framework designed to operate covertly on heavily monitored environments
https://blog.dylan.codes/shad0w/
MIT License
2.03k stars 323 forks source link

Error installing shadow0w #92

Open M1k0er opened 3 years ago

M1k0er commented 3 years ago

Hello, I got the following error when installing shad0w using sudo ./shad0w install, I am sure that my vps has python3 and wget installed, how can I solve this problem.

ghost commented 3 years ago

could try running outside of docker. python3 shadow.py -h should be good test to see if it will work. apt install the missing packages if needed. dont forget to pip3 install the requriements.txt file (also done in install.sh) .

yosignals commented 3 years ago

slight adjustment in the install script change the python3 line to a relative path

from /root/shadow/requirements.txt to requirements.txt

it should look like: python3 -m pip install -r requirements.txt

a easy typo to make from a very hardworking batsec