Posts

Showing posts with the label tryhackme

Windows Incident Surface | TryHackMe Writeup with Answers

Image
Welcome to our latest TryHackMe writeup on "Windows Incident Surface" . This writeup will guide you through the critical aspects of investigating a Windows system breach, highlighting the necessary steps to acquire, investigate, hunt, and respond to security incidents. If you’re diving into the world of digital forensics, this post is tailored for you! Task 1: Introduction - Windows Incident Surface | TryHackMe Writeup In this writeup, we explore the "Windows Incident Surface" room on TryHackMe. This room is designed to test your incident response skills within a Windows environment. Follow along as we break down each task, providing detailed answers and explanations. TryHackMe | Windows Incident Surface https://tryhackme.com/r/room/winincidentsurface Task 2: Acquisite, Investigate, Hunt and Respond During these tasks, you'll learn how to acquire necessary data and begin your investigation.  Task 3: VM Environment and Your Incident Case You'll also dive ...

Critical - Search Secret Data🔏TryHackMe Write-up

Image
 TryHackMe room: Critical - Acquire the basic skills to analyze a memory dump in a practical scenario 🔏Enter our latest giveaway 👉 https://bit.ly/VietTube ✅ TryHackMe Writeup: https://tryhackme.com/r/room/critical 00:00 Task 1: Introduction - Critical - Find Secret Data🔏TryHackMe Write-up | #VietTube #LabViet 9 00:34 Task 2: Memory Forensics What type of memory is analyzed during a forensic memory task? RAM In which phase will you create a memory dump of the target system? Memory Acquisition 00:45 Task 3: Environment & Setup Which plugin can help us to get information about the OS running on the target machine? Windows.info Which tool referenced above can help us take a memory dump on a Linux OS? LIME Which command will display the help menu using Volatility on the target machine? vol -h 02:08  Task 4: Gathering Target Information Is the architecture of the machine x64 (64bit) Y/N? Y What is the Verison of the Windows OS 10 What is the base address of the kernel? 0x...

Unlocking RAR, ZIP, and Windows Passwords with John The Ripper | LabViet #8

Image
Crack RAR, ZIP, Windows Passwords with John The Ripper | LabViet #8 Crack RAR, ZIP, Windows Passwords with John The Ripper | LabViet #8 In this TryHackMe LAB , we'll harness the power of John The Ripper to reveal WinRar , WinZip , and Windows passwords in a matter of seconds. Don’t miss out – click the link in the description to enter our newest giveaway ► https://bit.ly/VietTube ✅ Room name: John The Ripper Room link: https://tryhackme.com/room/johntheripper0 00:00 Intro Table of Contents - John the ripper Firstly, you should install Kali Linux : Install Kali Linux on VMware: Easy Guide 01:10 Sudo apt install john In Kali Linux , you can use John directly, no need to install it. 02:12 Access via OpenVPN View how to access TryHackMe via OpenVPN : Linux Fundamentals P2🐧TryHackMe: THM 05:29 Hash Identifier .py (Python) If you don't use hash-id.py , watch this: Crack The Hash Challenge: Full Tr...

Crack The Hash TryHackMe Write-ups | THM Walkthroughs | LabViet

Image
# tryhackme TryHackMe Write-ups THM Walkthrough https://tryhackme.com/room/crackthehash $2y$12$Dwt1BZj6pcyc3Dy1FWZ5ieeUznr71EeNkJkUlypTsgbX1H68wsRom Commands: grep '^....$' /usr/share/wordlists/rockyou.txt > LabViet4.txt hashcat -a 0 -m 3200 '$2y$12$Dwt1BZj6pcyc3Dy1FWZ5ieeUznr71EeNkJkUlypTsgbX1H68wsRom' LabViet4.txt $6$aReallyHardSalt$6WKUTqzq.UQQmrm0p/T7MPpMbGNnzXPMAXi4bJMl9be.cfi3/qxIf.hsGpS41BqMhSrHVXgMpdjS6xeKZAs02. Commands: grep '^......$' /usr/share/wordlists/rockyou.txt > LabViet6.txt hashcat -a 0 -m 1800 '$6$aReallyHardSalt$6WKUTqzq.UQQmrm0p/T7MPpMbGNnzXPMAXi4bJMl9be.cfi3/qxIf.hsGpS41BqMhSrHVXgMpdjS6xeKZAs02.' LabViet6.txt e5d8870e5bdd26602cab8dbe07a942c8669e56d6:tryhackme hashcat -a 0 -m 160 'e5d8870e5bdd26602cab8dbe07a942c8669e56d6:tryhackme' /usr/share/wordlists/rockyou.txt ------------- **https://tryhackme.com/room/mrrobot** **Copyright @ http://bloggeroffer.blogspot.com** **Task 1** S1.1 nmap -sC -sV -O [ip-address] -oN basi...

Linux Fundamentals P2🐧TryHackMe: THM Write-up🕵🏿LabViet #3

Image
Explore the world of Linux with this hands-on TryHackMe tutorial. From basic commands to file management and permissions, this video covers it all. Perfect for beginners and those looking to enhance their Linux skills. Plus, don't miss the chance to enter our latest giveaway! Click the link in the Description now ► https://bit.ly/VietTube 00:00 Task 1 Introduction 00:07 Task 2 Start machine and ssh tryhackme@machine_IP use password provided in the task (tryhackme) 04:40 Task 3 Flags and Switches What directional arrow key would we use to navigate down the manual page? Down What flag would we use to display the output in a “human-readable” way? -h 06:06 Task 4 Filesystem interaction continued How would you create the file named “newnote”? touch newnote On the deployable machine, what is the file type of “unknown1” in “tryhackme’s” home directory? Command: file unknown1 Answer: ASCII text How would we move the file “myfile” to the directory “myfolder” mv myfile myfolder What are t...

Unlock the Secrets of Google Dorking: Discover Hidden Content Online on TryHackMe LAB

Image
Welcome to our latest adventure in the world of hacking and online exploration. In this blog post, we're going to delve deep into the fascinating realm of Google Dorking and how it can be used to unearth hidden content online . Get ready to enhance your web search skills and discover valuable information on the web. 00:00 Intro Unlock the Secrets of Google Dorking: Discover Hidden Content Online on TryHackMe LAB  00:43 Task 2 Name the key term of what a "Crawler" is used to do Index What is the name of the technique that “Search Engines” use to retrieve this information about websites? Crawling What is an example of the type of contents that could be gathered from a website? Keywords 02:53 Task 4 Where would “robots.txt” be located on the domain “ablog.com” ablog.com/robots.txt If a website was to have a sitemap, where would that be located? /sitemap.xml How would we only allow “Bingbot” to index the website? User-agent: Bingbot How would we prevent a “Crawler” from i...

5 Essential Kali Linux Commands for Beginners | LabViet Blog Post #1 🕵🏿

Image
5 Essential Kali Linux Commands for Beginners | LabViet Blog Post #1 🕵🏿 Introduction: In this blog post, we will explore the five fundamental Kali Linux commands that every beginner should become familiar with. These commands are essential for starting your journey with Kali Linux and gaining proficiency in its powerful tools for security and penetration testing. Command List: 1. Sudo su (Switch User Root): This command allows you to switch to the root user, giving you elevated privileges to perform administrative tasks. 2. Ls (List Files, Folders): The 'ls' command is used to list files and directories in the current directory, helping you navigate the file system. 3. Clear (Clear the Screen): The 'clear' command is handy for cleaning up the terminal screen, ensuring a clutter-free workspace. 4. Apt Update: Use 'apt update' to refresh the package list, ensuring you have access to the latest software updates. 5. Apt Upgrade: 'apt upgrade' is used to u...