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

Hackers Learning Path

Want to hack computers? But what is hacking and how do people learn it? Here’s a vetted list of resources to learn computer hacking. Starting out is hard work, so that’s why I’ve put this list together, to help demystify hacking for you. The good news is anyone (including you) can learn to hack, and in even better news, it’s a lot of fun. All you need is effort and time, most of the resources are completely free....

30/03/2022 · 7 min · 1336 words · Mr Ash

Updating Domains with Cloudways • 301 Redirects

So you’re updating domains, but what about your search rankings? I just did this myself and it wasn’t as hard as I expected. Disclaimer, if you need help, read .htaccess file and SSH setup. HTACCESS File If you’re running a Content Delivery Network (CDN), turn off caching. For example, Cloudflare Dashboard > turn on development mode. Next, connect to your server via SSH. ssh <username>@<ip> nano .htaccess Copy the text below, replace the placeholder text....

29/03/2022 · 2 min · 277 words · Mr Ash

Cowsays What CTF - A Beginner Linux Project

Want a beginner Linux CTF (Capture The Flag)? Moove over, here’s Cowsays What CTF. A simple question-based python program to test your beginner Linux level skills. This simple CTF will use Linux commands to install a program, execute it and interact with it. Cowsays What CTF is inspired by TryHackMe and OverTheWire’s Bandit. *Disclaimer, if you need help getting started with Linux, see Linux Quick Start Guide. Getting Started Before you tackle the challenge, understand the scope, here’s what you need to know:...

23/03/2022 · 6 min · 1219 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