Can not run it
avi8892 opened this issue · 16 comments
I'M trying to run it using Python2 , and getting the following error
root@root:~/Desktop/Ninja# python Ninja.py
Traceback (most recent call last):
File "Ninja.py", line 4, in
from core import webserver
File "/root/Desktop/Ninja/core/webserver.py", line 3, in
from core import config
ImportError: cannot import name config
Tried to install config module....
It works after running : python start_campaign.py . Another question, were the payloads are hosted ? After entering the IP and port, no web server is listening, how the target should download the payload ?
The port I have chosen is not in use. for some reason no web server is listening on the IP and port i have entered.
Where do you see / ? It is the script syntax.
I had the same problem
pip2 install cheroot resolved
run install.sh to install the dependencies,But cheroot may be missing。
Thanks. Please let me know if you fixed it, or if you have any idea what may be the issue with it