0xbaha / env-setup

This repository contains a script that can be used to set up an environment for web development and mail server.
https://gh.baha.my.id/env-setup
1 stars 0 forks source link

Setup for VirtualBox of Kali Linux #22

Open 0xbaha opened 3 years ago

0xbaha commented 3 years ago
  1. Download the latest Kali Linux for VirtualBox, then import it to the VirtualBox.
  2. Create a new user, then Reboot.
  3. Clone this project and open the folder.
    git clone https://github.com/ba1x/env-setup.git
    cd env-setup
  4. Scripts (init):
    • Remove default user: sudo userdel -r kali
    • (Optional) change hostname:
      sudo hostnamectl set-hostname $NEW_HOSTNAME
      sudo sed -i "s/kali/$NEW_HOSTNAME/g" /etc/hosts
    • Generate a new SSH key: ssh-keygen -b 4096