diff options
author | Dan Fedele <dan.fedele@gmail.com> | 2023-06-13 10:59:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-13 10:59:02 -0400 |
commit | b8e08d78024e53ecbb00267623a5aea73e6b538d (patch) | |
tree | 269e6a5402d34a650e8313dacc91111611aa0295 /kali.md | |
parent | 8986e5bcabccb476a9088fe925a3ba05ed517053 (diff) | |
parent | dfa9f2398bd614f73a0df92cbcfd561c609a2f3b (diff) |
Merge pull request #5 from AgroDan/dev
Merge pull request #4 from AgroDan/master
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= |