Skip to content
Snippets Groups Projects
Commit 3a15ed4e authored by Zdenek Vydra's avatar Zdenek Vydra
Browse files

Updated Usage in README and fixed iso_checksum in kali.json

parent e1998e5c
No related branches found
No related tags found
No related merge requests found
# CSIRT-MU Kali 2018 Linux Base image
# CSIRT-MU Kali 2019 Linux Base image
## Introduction
......@@ -51,6 +51,10 @@ Building might be faster than approx. 1 hour with the default accelerator.
packer build -only=kali-qemu kali.json
# import image to OpenStack
openstack image create --file target-qemu/kali --property hw_scsi_model=virtio-scsi --property hw_disk_bus=scsi --property hw_rng_model=virtio --property hw_qemu_guest_agent=yes --property os_require_quiesce=yes --property os_type=linux --property os_distro=debian csirtmu-kali-linux-2018.4-amd64
# create server on OpenStack
openstack server create --image b13b62af-6b6f-4f7c-a08b-fd7e0d263fe8 --flavor csirtmu.small2x4 --network d2fe6d71-c0c7-428f-84a8-84d8b7430bda kali-z
# get server console url
openstack console url show kali-z --spice
```
## TODO
......
......@@ -80,7 +80,7 @@
"http_directory": "http",
"http_port_max": "10089",
"http_port_min": "10082",
"iso_checksum": "7c65d6a319448efe4ee1be5b5a93d48ef30687d4e3f507896b46b9c2226a0ed0",
"iso_checksum": "bad0d602a531b872575e23cc025b45fee475523b51378a035928b733ca395ac5",
"iso_checksum_type": "sha256",
"iso_url": "https://cdimage.kali.org/kali-2019.4/kali-linux-2019.4-amd64.iso",
"memory_size": "4096",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment