byt3bl33d3r / SILENTTRINITY

An asynchronous, collaborative post-exploitation agent powered by Python and .NET's DLR
GNU General Public License v3.0
2.2k stars 404 forks source link

[BUG] #157

Closed fried213 closed 4 years ago

fried213 commented 4 years ago

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