Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
kali-2019.4
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
MUNI-KYPO-IMAGES
kali-2019.4
Commits
0b8013d2
Commit
0b8013d2
authored
4 years ago
by
Jan Vykopal
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
52503de8
Branches
main
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+8
-4
8 additions, 4 deletions
README.md
with
8 additions
and
4 deletions
README.md
+
8
−
4
View file @
0b8013d2
...
@@ -67,11 +67,15 @@ packer build -only=kali-qemu kali.json
...
@@ -67,11 +67,15 @@ packer build -only=kali-qemu kali.json
qemu-system-x86_64-spice
-accel
kvm
-m
size
=
4096 target-qemu/kali
qemu-system-x86_64-spice
-accel
kvm
-m
size
=
4096 target-qemu/kali
# run in OpenStack
# run in OpenStack
# import image to OpenStack
# 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
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 kali-linux-2019.4-amd64
# create server on OpenStack
# get ID of the uploaded image in OpenStack
openstack server create
--image
b13b62af-6b6f-4f7c-a08b-fd7e0d263fe8
--flavor
csirtmu.small2x4 kali-z
openstack image list
# create server on OpenStack, if there are some networks already created in OpenStack, you need to specify --network
openstack server create
--image
<imageID>
--flavor
csirtmu.small2x4 kali-test
# get server console url
# get server console url
openstack console url show kali-z
--spice
openstack console url show kali-test
--spice
# delete server after use
openstack server delete kali-test
```
```
### VBox/Vagrant
### VBox/Vagrant
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment