bennettwarner / pentest_playbooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sliver and Bettercap pulls causing errors during install

tnkr opened this issue · comments

`TASK [Download latest Bettercap release] ***************************************************************************************************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "dest": "/opt/bettercap.zip", "elapsed": 0, "msg": "Request failed", "response": "HTTP Error 415: Unsupported Media Type", "status_code": 415, "url": "https://api.github.com/repos/bettercap/bettercap/releases/28197410"}

PLAY RECAP *********************************************************************************************************************************************************************************************************************
localhost : ok=134 changed=42 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0`

`TASK [Setup Links] *************************************************************************************************************************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "src file does not exist, use "force=yes" if you really want to create the link: /opt/sliver/sliver-server", "path": "/usr/bin/sliver-server", "src": "/opt/sliver/sliver-server"}

PLAY RECAP *********************************************************************************************************************************************************************************************************************
localhost : ok=182 changed=55 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0`

Both issues resolved by removing from yaml.

initial fix is removing from yaml file. closing issue.