diff options
author | Dan Fedele <dan.fedele@gmail.com> | 2020-09-05 11:06:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-05 11:06:53 -0400 |
commit | 95ff053d33476750a1c0671c57141166f39712a0 (patch) | |
tree | bc4691d9db98ab0b7efc316e96a2119cada8b4ee | |
parent | ecea75da47b44d614ceb792deb3aeeb423f4aa31 (diff) |
Added static binaries
Comes in handy
-rw-r--r-- | parrot.yml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -156,6 +156,11 @@ repo: 'https://github.com/hugsy/gef.git' dest: /opt/gef + - name: Clone Static Binaries + git: + repo: 'https://github.com/andrew-d/static-binaries' + dest: /opt/static-binaries + - name: Clone Ysoserial git: repo: 'https://github.com/frohoff/ysoserial' |