Retro Vulnlab

TLDR Nmap馃敆 SMB enum馃敆 Users list dump馃敆 Diving to pre created computer account馃敆 ADCS馃敆 Exploitation of ESC1馃敆 Welcome to the 1st part of Red Team series! In these series I will write some interesting details/attacks which will help in Red Team projects. In this post we will learn ADCS attack (ESC1) and pre-created computer accounts. Also little bit about kerberos and TGT ticket. Nmap Using nmap we can scan the machine to understand which ports/services are open...

October 23, 2024 路 6 min 路 1186 words 路 Shelldon

Dropper Using VBA

In this post we will talk about how to create a dropper using VBA and some detection stuff. First off, what is VBA and why it is useful. Well VBA stands for Visual Basic for Applications. This language very useful for creation some macros for the Microsoft Office tools. It has very interesting syntax and datatypes. To start coding in VBA we need to create a document, which can support macros....

August 23, 2024 路 4 min 路 749 words 路 Shelldon