programming
-
Yo, back with another write-up, I started with an Nmap scan which showed ports 80 and 22 open. Obviously, I ran an aggressive scan after that. It revealed another port, but that’s a spoiler, so we’ll get to it later 😉 Next, I performed directory enumeration. There wasn’t anything interesting at first, but I did…
-
Yo, Back with another writeup, This one is easy, but only if you automate it. You are given usernames.txt and passwords.txt, and you need to test all the combinations. Once you do that, you’ll be able to log in and retrieve the flag from the website. Manually testing a large number of usernames and passwords…
-
{Task 12} NSE Scripts Searching for Scripts Ok, so we know how to use the scripts in Nmap, but we don’t yet know how to find these scripts. We have two options for this, which should ideally be used in conjunction with each other. The first is the page on the Nmap website (mentioned in the previous task) which contains a list of…
