diff options
author | Dan Fedele <dan.fedele@gmail.com> | 2020-05-24 09:56:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-24 09:56:14 -0400 |
commit | 8c6315d7eabb019ee48fedf7042b516dfa2e80a3 (patch) | |
tree | 45531aa47792f1d5516217c73b934f729a495241 /kali.yml | |
parent | 201fd4a960a7e113669e7b507980c78b7a484093 (diff) |
Added support for my ShellUp! project
Diffstat (limited to 'kali.yml')
-rw-r--r-- | kali.yml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -58,6 +58,11 @@ - build-essential state: latest + - name: Install ShellUp! + git: + repo: 'https://github.com/AgroDan/shellup.git' + dest: /opt/shellup + - name: Install pwntools pip: name: git+https://github.com/Gallopsled/pwntools.git@dev |