Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
hackfahrschule
ChaosCampHacking
Commits
3d1b3811
Commit
3d1b3811
authored
Aug 29, 2019
by
David Lee
Browse files
Upload New File
parent
f00711f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
technische Dokumentation/start_dvwa.sh
0 → 100644
View file @
3d1b3811
#!/bin/bash
qemu-system-x86_64
-enable-kvm
-drive
file
=
./devuan_dvwa.bin,format
=
raw
-machine
type
=
pc,accel
=
kvm
-smp
cpus
=
2
-cpu
host
-boot
c
-m
500
-net
nic,model
=
rtl8139,macaddr
=
00:0C:f9:12:DC:00
-net
user,restrict
=
off,hostfwd
=
tcp:127.0.0.1:8080-:80,hostfwd
=
tcp:127.0.0.1:3210-:22
-snapshot
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment