summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Fedele <dan.fedele@gmail.com>2020-04-19 10:03:23 -0400
committerGitHub <noreply@github.com>2020-04-19 10:03:23 -0400
commit1d26524133cbdaf620196d54e85af35aa27efeab (patch)
tree7113d434ea49ce0c0b27f4503d9050d47b80fe68
parent523b50a4ef8722bbd996b6b4149851c67507dc4d (diff)
Added GDB and Gef, as well as initialization.
-rw-r--r--kali.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/kali.yml b/kali.yml
index a10039f..b697872 100644
--- a/kali.yml
+++ b/kali.yml
@@ -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: