Learning HTTP Requests - A Mini HTTP Exercise

While learning HTTP in Detail, I thought it’d be fun to put it to the test in the terminal. Here’s a quick exercise to practice learning HTTP Requests, Responses and Headers. Difficulty: Easy – new to Linux. Environment: local Debian-based Linux installation e.g. Ubuntu in VirtualBox. Commands: git, python3, cd, mkdir, wget. Steps Here’s everything you need to do, note, you’ll need two terminals to do this: Terminal 1: git clone https://github....

21/04/2022 · 2 min · 380 words · Mr Ash

TryHackMe Network Services 1 Part 2 Telnet

Welcome to TryHackMe Network Services Walkthrough Part 2, oh yeah! Let’s learn, then enumerate and exploit a variety of network services and misconfigurations, second up is telnet. Watch this Network Services Walkthrough for TryHackMe’s room, Part 2 Telnet. Task 5 Understanding Telnet Questions: What is Telnet? application protocol What has slowly replaced Telnet? ssh How would you connect to a Telnet server with the IP 10.10.10.3 on port 23? telnet 10....

01/04/2022 · 2 min · 285 words · Mr Ash

TryHackMe Network Services 1 Part 3 FTP

Let’s go, TryHackMe Network Services Walkthrough Part 3, welcome! Step 1 learn, step 2 enumerate, and step 3 exploit… but what? Well, a variety of network services and misconfigurations of course, this time it’s FTP. Watch the Network Services Walkthrough for TryHackMe’s room, Part 3 FTP. Task 8 Understanding FTP Questions: What communications model does FTP use? client-server What’s the standard FTP port? 21 How many modes of FTP connection are there?...

01/04/2022 · 1 min · 145 words · Mr Ash

TryHackMe Network Services Room Notes

Are you going through TryHackMe’s Network Services 1 Room? Need help taking notes? I got you covered. Here are my Network Services 1 room notes from TryHackMe, use them as much as you need! Disclaimer, this is written in shorthand format, meaning, full sentences and proper grammar are not always used. For writeups, see SMB Part 1, for help with Linux, see Quick Start Guide. SMB: Understanding, Enumerating, Exploiting Server Message Block (SMB) Protocol: client/server comms for file/printer/serial ports/others for MS Windows....

19/03/2022 · 2 min · 356 words · Mr Ash

TryHackMe Nmap Walkthrough

Welcome to another TryHackeMe Walkthrough, this time the Nmap room from TryHackMe’s Beginner Learning Path. In this TryHackMe Nmap Walkthrough, we’ll go over all 15 tasks and you’ll see every detail you need to not only complete the Nmap room but understand it too. For a quicker look at the Nmap Room, see TryHackMe Nmap Room Notes, enjoy the TryHackMe Nmap Walkthrough, happy hacking. Disclaimer, see the video version or the previous Linux Fundamentals Part 1, Part 2, or Part 3 if needed....

19/03/2022 · 19 min · 3953 words · Mr Ash