SQL Fundamentals
I will just be documenting some fundamentals for SQL databases here. I will be creating a database for an inventory of books and organizing it into a table. Database and Table Statements I organi...
I will just be documenting some fundamentals for SQL databases here. I will be creating a database for an inventory of books and organizing it into a table. Database and Table Statements I organi...
Objective: Hack into a Windows machine, leveraging common misconfiguration issues Recon First I ran nmap with some specific flags: nmap -sV -sC --script vuln -oN blue.nmap 10.201.48.102 The ...
Throughout the tasks in this room, I will be using the following: The “Jumbo John” version of John the Ripper The RockYou password list Cracking Basic Hashes The basic syntax of John the...
Hashing is used for securing passwords in authentication systems. I was given some hashes to crack on TryHackMe, so I thought I’d document how I cracked them here Question: Use hashcat to cra...
Nmap can be used to discover live hosts on a network. There are a few ways to specify its targets: IP range using - : if you want to scan all IP addresses from 192.168.0.1 to 192.168.0.10...
Today I went through the TCPDump room. The goal of the room is to learn how to use tcpdump to: Capture packets and save them to a file Set filters on captured packets Control how captured p...
Another issue I’ve run into with Windows 11 is after some time, File Explorer begins to be unresponsive and slow. Lots of hangtime in loading and the program will stop responding. The solution tha...
I had to dump some data onto a SATA drive to keep physical backups for work. And I ran into an issue of Windows 11 not seeing one of the drives. I knew the drive had to be initialized, but just se...
This is the first official self-hosted anything I’ve ever done. I have a couple more plans in the future but for now I wanted what is essentially my own Netflix, I called it “Kickflix” - Lol. I ha...
This was a little weirder than I thought it’d be because the Chirpy’s official documentation is kind of vague once you get past the favicon generator steps. In the documentation it says to just re...