/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

pentestlab.blog
| | pentestlaboratories.com
2.5 parsecs away

Travel
| | Microsoft .NET framework is being heavily utilized by threat actors and red teams for defense evasion and staying off the radar during operations. Every .NET binary contains application domains where assemblies are loaded in a safe manner. The AppDomainManager object can be used to create new ApplicationDomains inside a .NET process. From the perspective of...
| | marcusedmondson.com
2.8 parsecs away

Travel
| | Today I wanted to cover a subject that has been covered many times before, but writing about the techniques and tools I am learning helps me solidify my knowledge so here we go. Today's post will be about, testing out the PrintNightmare exploit in my homelab through dynamic and remote SSH tunnels. I got the...
| | macrosec.tech
1.8 parsecs away

Travel
| | The first thing we need to do is to identify which dll is crucial for discord to run because that is the dll we will use to perform dll hijacking. In order to find out, we need to open the file location of discord and we see: To identify the COM Keys of Chrome that we can use for COM Hijacking, we use the tool Process Monitor to identify all the processes running when Chrome runs, we also discover the COM servers that are missing CLSID's and the ones which don't require elevated privileges. We use the following filters:
| | akr.am
28.5 parsecs away

Travel
| A few steps to allow quick development and debugging of C and C++ programs.