Skip to content

Instantly share code, notes, and snippets.

@KevinLiebergen
Last active December 29, 2021 20:14
Show Gist options
  • Save KevinLiebergen/9956e7324e0a171cf5cacb9904efac48 to your computer and use it in GitHub Desktop.
Save KevinLiebergen/9956e7324e0a171cf5cacb9904efac48 to your computer and use it in GitHub Desktop.
Configure good work environment when it's time to do some pentesting!
Some ideas are based from S4vitar and takito.
$ tmux new -s <mysession-machine_name>
Rename current window:
$ Ctrl + b , : VPN
$ Ctrl + b , : Scanning
$ Ctrl + b , : Exploitation
$ Ctrl + b , : Escalation
Create an alias of your VPN file addding to .zshrc|.bashrc:
alias htb='sudo openvpn /path/to/file.ovpn'
Create new directories for orderly:
mkdir {nmap,contents,exploits}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment