diff --git a/Vagrantfile b/Vagrantfile
index c24ee66792a0ba4c2353022403fb94c767ba7d13..3f67f745b2c98f2acd877bad130fd5253670e11f 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -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
diff --git a/topology.yml b/topology.yml
index 973c6a16c624dc1534ff4b123267084e90f021fd..9651a9be3c085c9397ec4520a5ba8ccfe26316ae 100644
--- a/topology.yml
+++ b/topology.yml
@@ -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