Skip to content

christiansassi/network-security-lab

Repository files navigation

KRACK Attack

Python Shell Script

Table of contents

Introduction

Installation

This repository is intended to be already set up within the Virtual Machines provided for the Network Security course of the University of Trento. However, if this is not the case for you, you can follow these instructions to set up your own Virtual Machine.

  1. Download and Install Lubuntu 16.04.* using VirtualBox.

Important

Please note that the following commands are meant to be used inside the Virtual Machine

  1. Install git:

     sudo apt-get install -y git

Note

If you get this error: * is not in the sudoers file run su root -c 'echo "YOUR_USERNAME ALL=(ALL:ALL) ALL" >> /etc/sudoers'

  1. Clone this repo with its submodules:

     git clone --recurse-submodules https://github.com/christiansassi/network-security-lab
  2. Then, inside the scripts folder run the vm_setup.sh:

     cd network-security-lab/scripts && ./vm_setup.sh

Getting started

Lab 0

Lab 1

Lab 2

Lab 3

Contacts

Matteo Beltrami - matteo.beltrami-1@studenti.unitn.it

Luca Pedercini - luca.pedercini@studenti.unitn.it

Christian Sassi - christian.sassi@studenti.unitn.it