Dec 28, 2022PwnTillDawn: VegaVega was an easy box residing at IP address 10.150.150.222. As usual we will start off with a rustscan: We can see that we have a couple of different ports up, two are HTTP and one SSH. …Pwntilldawn2 min readPwntilldawn2 min read
Dec 3, 2022Advent of Cyber 2022This post will look through some of the different Advent of Cyber 2022 challenges located on Try Hack Me. You can find the challenges here: https://tryhackme.com/room/adventofcyber4 DAY 2: Day 1 is not too difficult and we will not be looking at it. Day 2 is all about logs. …Advent Of Cyber10 min readAdvent Of Cyber10 min read
Nov 12, 2022Try Hack Me: NeighborToday we will be looking at an easy box on Try Hack Me called neighbor, lets dive right in with a portscan on our IP address: We can see that we have port 80 and port 22 up. Lets check out port 80:Tryhackme2 min readTryhackme2 min readTry Hack Me: NeighborToday we will be looking at an easy box on Try Hack Me called neighbor, lets dive right in with a portscan on our IP address:We can see that we have port 80 and port 22 up. Lets check out port 80:----
Nov 3, 2022VulnHub: Funbox 11This is an easy box from VulnHub which can be found at the following location: Funbox: Scriptkiddie This website uses 'cookies' to give you the best, most relevant experience. Using this website means you're happy with…www.vulnhub.com Starting off with a NMAP scan we can see that there are a few ports open Whenever I see port 21 or 139/445 open I always run NMAP on them to see if A) anonymous…Vulnhub3 min readVulnhub3 min read
Oct 31, 2022Try Hack Me: EpochEpoch is a new easy room out on Try Hack Me. Lets dive right in: We will first start as usual with an NMAP scan Heading over to port 80 we see the following:Epoch2 min readEpoch2 min readTry Hack Me: EpochEpoch is a new easy room out on Try Hack Me. Lets dive right in:We will first start as usual with an NMAP scanHeading over to port 80 we see the following:----
Oct 9, 2022Try Hack Me: CorridorToday we will be looking at an easy box on Try Hack Me called corridor. Let’s jump right into it with an NMAP scan: We can see that port 80 (HTTP) is up and running. Let’s head over to there and check it out, and as expected we are faced…Try Hack Me3 min readTry Hack Me3 min read
Sep 27, 2022VulnHub: TikiToday we will be looking at an easier box named Tiki that can be downloaded on VulnHub. We will start off with an NMAP scan as usual: From here we see that SMB is open, looking at it with smbclient -L we can see that we are able to see…4 min read4 min read
Sep 26, 2022VulnHub: HealthcareToday we will be looking at Healthcare which is a VulnHub box. As usual we start off with an NMAP scan and see that both port 21 and 80 are open. We see both port 80 and 21, lets enumerate those some more:Vulnhub4 min readVulnhub4 min read
Sep 26, 2022Invoke-Mimikatz WalkthroughToday we are going to be looking at Invoke-Mimikatz which can be found here: https://github.com/PowerShellMafia/PowerSploit/blob/master/Exfiltration/Invoke-Mimikatz.ps1 For this lab we will be using a Domain Controller and also a Windows 10 machine that is part of the domain. Both have Windows Defender and Real Time Protection turned on. …Mimikatz4 min readMimikatz4 min read
Sep 23, 2022DerpnStink: VulnHubToday we are going to take a look at DerpNStink on VulnHub. As usual we will start off with an NMAP scan of the Vulnerable Machine. We can see 4 ports that are open, FTP won’t give us much yet and when looking deeper into port 8000 it seemed like…Derpnstink5 min readDerpnstink5 min read