AI
29
Feb
2024
Fabric by Daniel Miessler is a project aimed at leveraging AI for everyday tasks. To maximize the potential of Generative AI tools, it's essential to […]
Pentest
8
Jan
2024
Active directory is back bone of any organization. Understanding how its built, and how to test for vulnerabilities is crucial to securing your client. In this post we will create a AD server to test for basic vulnerabilities like Anonymous LDAP, queryAbusing ACLs/ACEs, Kerberoasting, AS-REP Roasting etc.
Pentest
5
Jan
2024
This post details on how to set up home lab for pentest. Level 1 - Single server, Level 2 - Pivot system
Pentest
24
Dec
2023
In this post we will be setting up Active Directory locally for pentesting using VMware 17 Player, Windows server 2022, Windows 11 (evaluation version).
Automation
24
Sep
2023
In this post we will create a simple Python script to automate our pentest Recon process in Kali Linux. This can be used for initial enumeration of your pentest target, during CTF, etc. We will include nmap & nikto. You can expand this to other tools as well.