summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Fedele <dan.fedele@gmail.com>2020-09-05 11:06:11 -0400
committerGitHub <noreply@github.com>2020-09-05 11:06:11 -0400
commitecea75da47b44d614ceb792deb3aeeb423f4aa31 (patch)
treec7481cbb9b816862a6d55db3e84645d52c6edf2c
parent8fe4096268c552fbc12c217e819ac05e7bd3133f (diff)
Added static binaries
The static binaries come in handy from time to time
-rw-r--r--kali.yml5
1 files changed, 5 insertions, 0 deletions
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'