summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Fedele <dan.fedele@gmail.com>2020-09-05 11:06:53 -0400
committerGitHub <noreply@github.com>2020-09-05 11:06:53 -0400
commit95ff053d33476750a1c0671c57141166f39712a0 (patch)
treebc4691d9db98ab0b7efc316e96a2119cada8b4ee
parentecea75da47b44d614ceb792deb3aeeb423f4aa31 (diff)
Added static binaries
Comes in handy
-rw-r--r--parrot.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/parrot.yml b/parrot.yml
index fb1d513..1766e3e 100644
--- a/parrot.yml
+++ b/parrot.yml
@@ -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'