Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 949 Bytes

README.md

File metadata and controls

63 lines (44 loc) · 949 Bytes

Vagrant-htb

Kali vagrant setup (minimal)

Tools installed

  • vim
  • net-tools
  • python3
  • unzip
  • tmux
  • nmap
  • webshells
  • docker-ce

If you want to add more, just edit the provision/kali.yml file.

Fancy Git repo's added

  • Impacket
  • Nishang

Againg, if you want to add more just append the git repo blocks within the provision/kali.yml

Install VirtualBox

MacOS/Windows/Unix

https://www.virtualbox.org/wiki/Downloads

Install Vagrant

MacOS/Windows/Unix

https://www.vagrantup.com/downloads.html

Start Kali box

git clone [email protected]:moatn/vagrant-htb.git
cd vagrant-htb
vagrant up

Socks Proxy set-up

The vagrant machine automatically sets up a Socks Proxy. This way, you can use your Burp Suite on your Native OS ;-)

On native OS, set Socks Proxy wihtin Burp Suite

127.0.0.1
1080

Enter vagrant machine

vagrant ssh kali01 

Happy hacking