From ecea75da47b44d614ceb792deb3aeeb423f4aa31 Mon Sep 17 00:00:00 2001 From: Dan Fedele Date: Sat, 5 Sep 2020 11:06:11 -0400 Subject: Added static binaries The static binaries come in handy from time to time --- kali.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kali.yml b/kali.yml index c15cf11..b0d9094 100644 --- a/kali.yml +++ b/kali.yml @@ -124,6 +124,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