kashz-kali

It's been quite some time since I've updated this part of my setup and I'm looking to get back into the weeds of offensive security.

2025 Updates

Most folks are using Apple Silicon Macbooks and emulating linux/amd64 binaries have been a pain in general. The following links are how I've been able to run them


On top of the base kali install, following are the custom commands I have setup for quick easy access to git-repos, tools I would need to use.

Kali Mount Shared Directory

kali-tweaks
Select Virtualization > Install additional packages and scripts for VMware.
# should be setup to mount
sudo mount-shared-folders

Sublime Text

wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -;
sudo apt-get install apt-transport-https
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
sudo apt update; sudo apt install -y sublime-text sublime-merge; cd ~;

View hidden files in subl directory-view

Sublime Text > Preferences > Settings

Brave Browser

Browser Customization

Firefox Addons

Chrome Addons

Repos (cd /opt/)

Install additional tools via APT

windows-stuff

Install Custom tools

tmux

Update PATH (subl ~/.zshrc)

python2 pyenv

Custom tasks

Bloodhound

evil-winrm fix readline

References

Last updated

Was this helpful?