Explore >> Select a destination


You are here

pentestlaboratories.com
| | pentestlab.blog
2.5 parsecs away

Travel
| | When a program is starting a number of DLL's are loaded into the memory space of it's process. Windows is searching the DLL's that are required by the process by looking into the system folders in a specific order. Hijacking the search order can be used in red teaming scenarios to identify privilege escalation and...
| | wsummerhill.github.io
1.6 parsecs away

Travel
| | Malware Development Introduction (aka Malware Dev 101), Part 1
| | thewover.github.io
3.1 parsecs away

Travel
| | TLDR: Presenting DInvoke, a new API in SharpSploit that acts as a dynamic replacement for PInvoke. Using it, we show how to dynamically invoke unmanaged code from memory or disk while avoiding API Hooking and suspicious imports.
| | benhoyt.com
26.5 parsecs away

Travel
| Mugo is a single-pass compiler for a tiny subset of the Go programming language -- just enough to compile itself.