diff options
author | Dan Fedele <dan.fedele@gmail.com> | 2022-11-07 11:28:13 -0500 |
---|---|---|
committer | Dan Fedele <dan.fedele@gmail.com> | 2022-11-07 11:28:13 -0500 |
commit | c059e2bf4d0050f7e08b38944c1065c2fde4d278 (patch) | |
tree | 64bb9660a78e5185461777ee3fb76aa20a2046dc /kali.yml | |
parent | accb338b3ad6487ce1b82dd24ed38a6de5edaa19 (diff) |
Bugfixes and more documentation
Diffstat (limited to 'kali.yml')
-rw-r--r-- | kali.yml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -113,6 +113,14 @@ - make - make install + - name: Install trufflehog + ansible.builtin.pip: + name: trufflehog + + - name: Install LDAPDomainDump + ansible.builtin.pip: + name: ldapdomaindump + - name: Clone Nishang ansible.builtin.git: repo: 'https://github.com/samratashok/nishang' |