khast3x / Redcloud

Automated Red Team Infrastructure deployement using Docker
MIT License
1.21k stars 200 forks source link

Dependency install documentation is incomplete #4

Closed Ullaakut closed 5 years ago

Ullaakut commented 5 years ago

Hey again @khast3x,

When attempting to list the available templates, I met a ModuleNotFoundError. I then ran the command that was specified in the documentation, which did not work:

Screenshot 2019-03-17 at 16 51 17

Fortunately, it was just that the file extension was missing! Works like a charm once the file extension is added to the command 👍🏽

The documentation should be updated, though

Ullaakut commented 5 years ago

Actually, even with PyYAML installed, I'm still getting this error 🤔

[MAIN MENU]
Choose deploy action:
    [1] Deploy redcloud on local machine
    [2] Deploy redcloud on remote ssh machine
    [3] Deploy redcloud on remote docker-machine
    [4] Stop local or docker-machine redcloud deployment
    [5] Stop remote ssh redcloud deployment
    [6] List available templates
    [q] Quit

>> 6
Traceback (most recent call last):
  File "redcloud.py", line 387, in <module>
    menu_deploy_target()
  File "redcloud.py", line 370, in menu_deploy_target
    list_available()
  File "redcloud.py", line 80, in list_available
    import yaml
ModuleNotFoundError: No module named 'yaml'

$ pip list | grep YAML
PyYAML                        5.1