From ced54ca0c26889751d510a76572dd272075b8afe Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Sat, 21 Dec 2024 07:39:41 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6ebdf59..31af382 100644 --- a/README.md +++ b/README.md @@ -2597,12 +2597,12 @@ rlwrap --always-readline ssh user@host There are many ways but one is: -1. Use Linux and get proficient with Bash. -2. Learn how the Internet works. Install and configure some servers. +1. Use Linux and get proficient with Bash. Learn all Linux commands. +2. Learn how the Internet works. Install and configure some servers (via shell access). 4. Understand System Architecture and how an OS works. 4. Read every book. Ask yourself "why is it done this way and not the other way?". 5. Read the top 10 articles of [Phrack](https://www.phrack.org). -6. Join a hacker-channel or sign up to HackTheBox or simmilar services. +6. Join a hacker-channel. Sign up to [TryHackMe](https://tryhackme.com/) or [HackTheBox](https://www.hackthebox.com/). 7. Be playful. ---