Posts

Linux Fundamentals Part 2 | TryHackMe: Walkthrough | INFOCODX

Image
  Simplified and beginner-friendly documentation of the Linux Fundamentals Part 2 Room on TryHackMe, featuring a step-by-step guide and answer key. Room URL:  Linux Fundamentals Part 2 Task 1 (Introduction) Ready to begin? This area will guide you through flags, arguments, advanced filesystem information, and permissions! Nothing more to do here but proceed to part 2! Task 2 (Accessing Your Linux Machine Using SSH) To proceed to task 3, it is crucial that you closely follow TryHackMe 's guide, as this task is highly specific to their platform. Task 3 (Introduction to flags and switches) T erminal commands often accept arguments, which can be provided by using a hyphen ('-') followed by a keyword, commonly referred to as flags or switches. By default, commands perform their usual behavior. For example, the "ls" comma nd displays the contents of the current directory without showing hidden files. To modify command behavior  By using the -a option (--all), our output...

Linux Fundamentals Part 1 | TryHackMe | Walkthrough | INFOCODX

Image
  User-Friendly Writeup and Walkthrough of the Linux Fundamentals Part 1 Room on TryHackMe, Tailored for Beginners, Including Answer Key The Contents of the Room: Task 1: Introduction Task 2: A Bit of Background on Linux Task 3: Interacting With Your First Linux Machine (In-Browser) Task 4: Running Your First few Commands Task 5: Interacting With the Filesystem! Task 6: Searching for Files Task 7: An Introduction to Shell Operators Task 8: Conclusions & Summaries Task 9: Linux Fundamentals Part 2 Task 1: Introduction ---------------------------------------------------- #Let’s get started! Answer: No answer needed Task 2: A Bit of Background on Linux ---------------------------------------------------- #What year was the first release of a Linux operating system? Answer: 1991 Task 3: Interacting With Your First Linux Machine (In-Browser) ---------------------------------------------------- #I’ve deployed my first Linux machine! Start the Machine and deploy your own Linux Machine...

Hackable: II Walkthrough | Vulnhub | INFOCODX

Image
I'm back with another Vulnhub Walkthrough, this time on Hackable:II by Elias Sousa. It's not too hard, but it's fun and educational. I'll also highlight some Python tools made for this. Let's get started!   Disclaimer: The information, techniques, and tools presented in this document are intended solely for educational purposes. Any utilization of the content within this document is at your own discretion, and I cannot be held accountable for any harm inflicted upon systems or individuals legally. Engaging in the unauthorized use of the tools and techniques outlined in this document to target individuals or organizations is strictly prohibited by law. It is your responsibility to adhere to all relevant local, state, and federal regulations. I disclaim any liability and will not be held responsible for any misuse or harm resulting from the application of the information provided herein. About vulnhub.com Vulnhub  is a website that caters to the security community and...