diff options
author | Dan Fedele <dan.fedele@gmail.com> | 2023-06-12 16:48:51 -0400 |
---|---|---|
committer | Dan Fedele <dan.fedele@gmail.com> | 2023-06-12 16:48:51 -0400 |
commit | c012b2026d4908e8533e6d3c3d8b89d36b11f168 (patch) | |
tree | ed7472598234db7fd30ab022a611f450e60c4599 /kali.md | |
parent | e8ca7beece3fd8b80d76857d7c6f687d83209918 (diff) |
Now using ansible roles. also removed linpeass
Diffstat (limited to 'kali.md')
-rw-r--r-- | kali.md | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/kali.md b/kali.md deleted file mode 100644 index f893a3f..0000000 --- a/kali.md +++ /dev/null @@ -1,38 +0,0 @@ -## To install Kali and make it useful, install the following from apt: - -- terminator -- jxplorer -- seclists -- gobuster -- python3-pip -- crackmapexec -- neo4j (for bloodhound) -- openjdk-14-jdk (for things that are still made in Java for some reason like Ghidra) -- rlwrap -- eog -- xclip -- exif -- steghide - -## From github: -- JumboJohn: https://github.com/magnumripper/JohnTheRipper -- Nishang: https://github.com/samratashok/nishang -- Chisel: https://github.com/jpillora/chisel -- LinEnum: https://github.com/rebootuser/LinEnum -- PEASS: https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite -- PowerSploit: https://github.com/PowerShellMafia/PowerSploit - - (then switch to Dev branch) git checkout dev -- Impacket: https://github.com/SecureAuthCorp/impacket - - Impacket scripts come with Kali, but git repo is more recent. Use the setup.py to build and install before using. Then use python3 to execute! -- Bloodhound: https://github.com/BloodHoundAD/BloodHound - - start up neo4j: neo4j console - - Visit the resulting localhost port - - Create a password for the neo4j user - -## Misc -- FoxyProxy for firefox -- Ghidra: https://ghidra-sre.org/ -- Evil-WinRM, install from gem: gem install evil-winrm -- Remove stupid mouse bindings in vim. Edit /etc/vim/vimrc and add: - - set mouse= - - set ttymouse= |