Packages#

## https://github.com/projectdiscovery/pdtm
sudo apt update && sudo apt install golang-go -y
go install -v github.com/projectdiscovery/pdtm/cmd/pdtm@latest

## https://vscodium.com/
wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg \
    | gpg --dearmor \
    | sudo dd of=/usr/share/keyrings/vscodium-archive-keyring.gpg
echo 'deb [arch=amd64,arm64 signed-by=/usr/share/keyrings/vscodium-archive-keyring.gpg] https://download.vscodium.com/debs vscodium main' \
    | sudo tee /etc/apt/sources.list.d/vscodium.list

## https://cloudsmith.io/~kong/repos/insomnia/setup/#formats-deb
## Since they don't have package for kali, we spoof to ubuntu focal, works
## Related issue: https://github.com/Kong/insomnia/issues/6990
curl -1sLf \
  'https://packages.konghq.com/public/insomnia/setup.deb.sh' \
  | sudo -E distro=ubuntu codename=focal arch=amd64 component=main bash

## Install useful packages
sudo apt update
sudo apt install -y seclists jq python3-scrapy feroxbuster rlwrap faketime ntpsec-ntpdate hurl
pipx install git+https://github.com/Esonhugh/Gopherus3.git
pipx install flask-unsign
pipx install git-dumper
## Password vault apps, if found password file 
sudo apt install -y keepassxc passwordsafe
## Good for reporting
sudo apt install -y obsidian flameshot

## Install codium (vscode but open source)
sudo apt install -y codium

## Install insomnia (API testing client)
sudo apt install -y insomnia

## Install all ProjectDiscovery tools
sudo apt install -y massdns libpcap-dev
pdtm -ia

## Full kali upgrade
sudo apt -y full-upgrade

Kali genmon IP indicator#

sh -c 'ip -o -4 addr show "$([ -d /sys/class/net/tun0 ]&&echo tun0||echo eth0)"|awk "{print \$2\": \" \$4}"|cut -d/ -f1'

Setup flameshot#

Go to Settings Manager

/usr/bin/flameshot gui

Sleep off, lockscreen off#

Go to Settings Manager