From 95ff053d33476750a1c0671c57141166f39712a0 Mon Sep 17 00:00:00 2001 From: Dan Fedele Date: Sat, 5 Sep 2020 11:06:53 -0400 Subject: Added static binaries Comes in handy --- parrot.yml | 5 +++++ 1 file changed, 5 insertions(+) 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' -- cgit v1.2.3