Abduljalal

@Abzee

A n00b trying to be best in the world

Joined on Jan 1, 2024

  • Assalaam'Alaikum fam, In the name of Allah, the Most Merciful and Most Beneficent, I’m super excited to share another cool AD walkthrough with y'all, and it’s a good one! So, let’s jump right into the fun, shall we? I mean, who doesn’t love a little adventure? Let’s dig in! Enumeration Alright, folks! You know we can’t resist a good enumeration, right? So let’s kick things off with those juicy points and start with the little ones. Let’s see what surprises they have in store for us! Muahahaha! ┌──(abzee㉿Saminu)-[~/Documents/PGP/Nara] └─$ nmap -Pn -sC -sV --min-rate 2000 -oA nmap 192.168.228.30 # Nmap 7.94SVN scan initiated Tue Oct 29 10:49:57 2024 as: nmap -Pn -sC -sV --min-rate 2000 -oA nmap 192.168.191.30 Nmap scan report for 192.168.191.30
     Like 1 Bookmark
  • image As-Salaam-Alaikum frens, In the name of Allah, the Most Merciful and Most Beneficent, I’d like to share an easy walkthrough for a recent Windows challenge I tackled on Hack The Box (HTB). Enumeration The first step for any machine is enumeration. We’ll kick things off with a straightforward Nmap scan to identify open ports on the target. From there, we can focus on the low-hanging fruit and start our enumeration process. ┌──(abzee__Saminu)-[~/Documents/HTB/Cicada] └─$ nmap -Pn -sC -sV --min-rate 2000 -oA nmap 10.10.11.35
     Like 3 Bookmark
  • image Hello folks, I'm Abzee a n00b trying to be the best one day. I decided to kick-start 2024 by rooting Devvortex on HackTheBox platform and it was really fun to play with and learnt a few things. Enumeration Let start with a simple nmap scan to check all open ports on the given IP with this simple command. ┌──(abzee__Saminu)-[~/Documents/HTB/Devvotex] └─$ nmap -sC -sV --min-rate 2000 -oA nmap 10.10.11.242
     Like  Bookmark