From dc0342e7d0cd23c147bd45eb7144b5d679e54f01 Mon Sep 17 00:00:00 2001 From: Lei Shi Date: Thu, 17 Oct 2024 10:09:10 +0800 Subject: [PATCH] Add linux and nmap free tutorials --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 98bb2c6..a88e33b 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ Pull requests are welcome with the condition that the resource should be free! P * [Principles of security]() - Principles of security. * [Red Team Engagements]() - Intro to red team engagements. * [Hip Flask](https://tryhackme.com/room/hipflask) - An in-depth walkthrough covering pentest methodology against a vulnerable server. +* [Practice Linux Commands](https://labex.io/courses/linux-basic-commands-practice-online) - A free course with 41 hands-on labs to practice and master the most commonly used Linux commands. **Introductory CTFs to get your feet wet** @@ -92,6 +93,7 @@ Pull requests are welcome with the condition that the resource should be free! P * [Linux Privesc]() - Practice your Linux Privilege Escalation skills on an intentionally misconfigured Debian VM with multiple ways to get root! SSH is available. * [Red Team Fundamentals]() - Learn about the basics of a red engagement, the main components and stakeholders involved, and how red teaming differs from other cyber security engagements. * [Red Team Recon]() - Learn how to use DNS, advanced searching, Recon-ng, and Maltego to collect information about your target. +* [Nmap Tutorials](https://labex.io/tutorials/quick-start-with-nmap-free-tutorials-400132) - Learn and practice the basics of network scanning using Nmap. **Red Team Intro CTFs**