diff options
author | Dan Fedele <dan.fedele@gmail.com> | 2020-04-19 10:03:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-19 10:03:23 -0400 |
commit | 1d26524133cbdaf620196d54e85af35aa27efeab (patch) | |
tree | 7113d434ea49ce0c0b27f4503d9050d47b80fe68 | |
parent | 523b50a4ef8722bbd996b6b4149851c67507dc4d (diff) |
Added GDB and Gef, as well as initialization.
-rw-r--r-- | kali.yml | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -38,6 +38,8 @@ - steghide - git - ltrace + - gdb + - gdbserver - docker - docker-compose state: latest @@ -81,6 +83,14 @@ git: repo: 'https://github.com/BloodHoundAD/BloodHound' dest: /opt/BloodHound + + - name: Clone Gef + git: + repo: 'https://github.com/hugsy/gef.git' + dest: /opt/gef + + - name: Initialize Gef + script: /opt/gef/scripts/gef.sh - name: Get Evil-WinRM via gem installer gem: |