This is the first time I'm attempting to run silent trinity
SILENTTRINITY Version: latest version available
OS running the Client: Ubuntu 18.04.5 LTS"
Python Version Running the Client 3.7
OS running the TeamServer:
Python version running the Teamserver:
Expected Behavior
Hoping to be able to run from my ubuntu server
Current Behavior
What is the current behavior? fails when running python3 st.py
Failure Information
:~/SILENTTRINITY$ python3 st.py
Traceback (most recent call last):
File "st.py", line 3, in
from silenttrinity.main import run
File "/home/azureuser/SILENTTRINITY/silenttrinity/main.py", line 11, in
from docopt import docopt
ModuleNotFoundError: No module named 'docopt'
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Context
This is the first time I'm attempting to run silent trinity
Expected Behavior
Hoping to be able to run from my ubuntu server
Current Behavior
What is the current behavior? fails when running python3 st.py
Failure Information
:~/SILENTTRINITY$ python3 st.py Traceback (most recent call last): File "st.py", line 3, in
from silenttrinity.main import run
File "/home/azureuser/SILENTTRINITY/silenttrinity/main.py", line 11, in
from docopt import docopt
ModuleNotFoundError: No module named 'docopt'
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
python3 st.py ...
Failure Logs
see above