From 4242104b0e865fe129c6987d94c42b60f39ff996 Mon Sep 17 00:00:00 2001 From: Just1earnm0re Date: Sat, 22 Oct 2022 17:29:06 +0800 Subject: [PATCH 1/2] Replace expired Ubuntu image download link. --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index ce930b4e..4adef2bc 100644 --- a/Readme.md +++ b/Readme.md @@ -34,7 +34,7 @@ If so, this is the course for you! ## Requirements - All you need for this course is a running Linux system with an internet connection. You will find a suitable VMware image in the exercises. - At least basic Linux skills are highly recommended. -- All the exercises have been tested on Ubuntu **20.04.2 LTS**. You can download it from [here](https://ubuntu.com/download/desktop/thank-you?version=20.04.2.0&architecture=amd64) +- All the exercises have been tested on Ubuntu **20.04.2 LTS**. You can download it from [here]([https://old-releases.ubuntu.com/releases/20.04.0/](https://old-releases.ubuntu.com/releases/20.04.0/#:~:text=15K-,ubuntu%2D20.04.2%2Ddesktop%2Damd64.iso,215K,-ubuntu%2D20.04.2%2Ddesktop)) - In this course we're going to use [AFL++](https://github.com/AFLplusplus/AFLplusplus), a newer and superior fork of Michał "lcamtuf" Zalewski's AFL, for solving the fuzzing exercises. ## What is fuzzing? From 685ce6294ef952bcb5ab0ca2c16aef814cc70ff7 Mon Sep 17 00:00:00 2001 From: Just1earnm0re Date: Sat, 22 Oct 2022 17:33:04 +0800 Subject: [PATCH 2/2] Replace expired Ubuntu download link. --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 4adef2bc..df1f3f22 100644 --- a/Readme.md +++ b/Readme.md @@ -34,7 +34,7 @@ If so, this is the course for you! ## Requirements - All you need for this course is a running Linux system with an internet connection. You will find a suitable VMware image in the exercises. - At least basic Linux skills are highly recommended. -- All the exercises have been tested on Ubuntu **20.04.2 LTS**. You can download it from [here]([https://old-releases.ubuntu.com/releases/20.04.0/](https://old-releases.ubuntu.com/releases/20.04.0/#:~:text=15K-,ubuntu%2D20.04.2%2Ddesktop%2Damd64.iso,215K,-ubuntu%2D20.04.2%2Ddesktop)) +- All the exercises have been tested on Ubuntu **20.04.2 LTS**. You can download it from [here](https://old-releases.ubuntu.com/releases/20.04.0/#:~:text=15K-,ubuntu%2D20.04.2%2Ddesktop%2Damd64.iso,215K,-ubuntu%2D20.04.2%2Ddesktop) - In this course we're going to use [AFL++](https://github.com/AFLplusplus/AFLplusplus), a newer and superior fork of Michał "lcamtuf" Zalewski's AFL, for solving the fuzzing exercises. ## What is fuzzing?