-
Windows enumeration: Tricks and tools compendium
Well, we spend time enumerating a Windows machine externally, and we might have an exploit, or any vulnerability that can lead us to RCE but… If you are like me, usually used to hack Linux boxes, you’ll have a hard time playing on a Windows machine. That’s what is this...
-
Linux enumeration and privesc tricks: Commands & Files
I will use this post as a list of different ways to find information with a bash shell using command-line tools like grep or find. Also there is info to upgrade a shell. Files # Lines from a file cat file | wc -l # Words from a file cat...
-
AWS Testing Part 1: Configuring the environment
With the continuous digital transformation we are experiencing, a lot of business are moving their assets to Cloud environments. One of them is Amazon Web Services (AWS), with a huge number of clients getting there critical infrastuctures and so. These will be a series of short posts with the purpose...