hw1 content
This commit is contained in:
parent
a17bf7c283
commit
f931392330
BIN
hw1/after-setup.png
Normal file
BIN
hw1/after-setup.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 89 KiB |
33
hw1/hw1.md
Normal file
33
hw1/hw1.md
Normal file
@ -0,0 +1,33 @@
|
||||
# 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.
|
||||
|
||||
|
||||

|
||||
_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
|
||||
```
|
||||

|
||||
|
||||
_setup file on my system_
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
_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._
|
BIN
hw1/kali-1.png
Normal file
BIN
hw1/kali-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 532 KiB |
BIN
hw1/sha.png
Normal file
BIN
hw1/sha.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
Reference in New Issue
Block a user