Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
junior-hacker
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository 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
Show more breadcrumbs
MUNI-KYPO-TRAININGS
games
junior-hacker
Commits
a1e9b717
Commit
a1e9b717
authored
2 years ago
by
Jan Vykopal
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade attacker to kali box and change router to debian-10
parent
a97d0d0e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Vagrantfile
+1
-1
1 addition, 1 deletion
Vagrantfile
topology.yml
+2
-2
2 additions, 2 deletions
topology.yml
with
3 additions
and
3 deletions
Vagrantfile
+
1
−
1
View file @
a1e9b717
...
...
@@ -53,7 +53,7 @@ Vagrant.configure("2") do |config|
# Device(host): attacker
config
.
vm
.
define
"attacker"
do
|
device
|
device
.
vm
.
hostname
=
"attacker"
device
.
vm
.
box
=
"munikypo/kali
-2020.4
"
device
.
vm
.
box
=
"munikypo/kali"
device
.
vm
.
provider
"virtualbox"
do
|
vb
|
vb
.
memory
=
2048
vb
.
cpus
=
1
...
...
This diff is collapsed.
Click to expand it.
topology.yml
+
2
−
2
View file @
a1e9b717
...
...
@@ -3,7 +3,7 @@ name: junior-hacker-sandbox
hosts
:
-
name
:
attacker
base_box
:
image
:
kali
-2020.4
image
:
kali
mgmt_user
:
debian
flavor
:
csirtmu.tiny1x2
...
...
@@ -22,7 +22,7 @@ hosts:
routers
:
-
name
:
router
base_box
:
image
:
debian-10
-x86_64
image
:
debian-10
mgmt_user
:
debian
flavor
:
csirtmu.tiny1x2
...
...
This diff is collapsed.
Click to expand it.
Jan Vykopal
@98724
mentioned in issue
#5 (closed)
·
2 years ago
mentioned in issue
#5 (closed)
mentioned in issue #5
Toggle commit list
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