diff options
author | Dan Fedele <dan.fedele@gmail.com> | 2020-09-05 11:06:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-05 11:06:11 -0400 |
commit | ecea75da47b44d614ceb792deb3aeeb423f4aa31 (patch) | |
tree | c7481cbb9b816862a6d55db3e84645d52c6edf2c | |
parent | 8fe4096268c552fbc12c217e819ac05e7bd3133f (diff) |
Added static binaries
The static binaries come in handy from time to time
-rw-r--r-- | kali.yml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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' |