This repository has been archived on 2025-04-28. You can view files and clone it, but cannot push or open issues or pull requests.
netsec-djw2/hw1/hw1.md
David Westgate 4566b10a30 hw1 update
2024-04-12 20:52:56 -07:00

33 lines
1.1 KiB
Markdown

# Kali Linux VM Setup
## Background
For this course, I will utilize a kali linux virtual machine, by means of the VirtualBox Pre-built VM provided by kali. I choose this approach because I am already familiar with VirtualBox and I already have a kali VM's running successfully by these means (for a prior course) on both my linux laptop and linux desktop hosts.
![image](./kali-1.png)
_My Kali vm, running on my linux host, with the output of ip a s shown_
## Configure
I've run the following instructions to bring things up to date
```
$ sudo apt update
$ sudo apt upgrade -y
```
_updates went smoothly and did not produce an interesting output_
Now I've run the setup script as suggested.
```
$ curl -LO https://raw.githubusercontent.com/dkmcgrath/courses/main/netsec/setup.sh
$ chmod +x setup.sh
$ ./setup.sh
```
![sha on setup](sha.png)
_setup file on my system_
![alt text](after-setup.png)
_I've run the setup which took some time, and rebooted. After running setup again, it finishes in 6 seconds and seems to indicate everything is good. In my case, the output this time was about 500 lines and did not all fit on the screen_