Skip to main content

Recently Updated Pages

.NET Version

Windows Specific .NET PowerShell Reflection

If you are trying to detonate in an environment using PowerShell <5 (Most companies are only goin...

Updated 1 month ago by lepus

ATP records, studies, etc.

References APTs/Strategies

VX Underground vx-underground.org

Updated 6 months ago by lepus

Articles

AD KRB

Protected Users Group  This is for when you are RESTRICTED or otherwise unable to do things due ...

Updated 7 months ago by lepus

Relay Diagram

AD RELAY

Thanks Relay | The Hacker Recipes

Updated 7 months ago by lepus

Articles

AD RELAY

TrustedSec | I’m bringing relaying back: A comprehensive guide on… Relay | The Hacker Recipes

Updated 7 months ago by lepus

Mounting images as devices using loopback devices.

FileSystem Loopback, Mounting, Devices

Mounting with a Loopback Loop Device in Linux - DZone Copy the Image that you want to mount usi...

Updated 7 months ago by lepus

LINKING ON BUILD (MUST USE C-STD-LIB)

Libraries Raylib

You must link to RAYLIB and to GDI32 https://github.com/raysan5/raylib/discussions/2492 -lrayli...

Updated 8 months ago by lepus

Documentation

Libraries Open Quantum Safe

https://openquantumsafe.org/liboqs/api/   Building was super easy with cross-compilation. http...

Updated 8 months ago by lepus

Cross Compiling OPENSSL from WSL/Linux to Windows

Libraries

Flags for the different binaries need to be overwritten when generating the Makefile with Configu...

Updated 8 months ago by lepus

CrossCompiling from Linux

Libraries Raylib

May need to override AR and CC. sudo make PLATFORM=PLATFORM_DESKTOP PLATFORM_OS=WINDOWS

Updated 8 months ago by lepus

Definitions when working with Windows.h

Libraries Raylib

// GODTIER COMMENT DUE TO SDHARED NAMES // https://github.com/raysan5/raylib/issues/1217 #if ...

Updated 8 months ago by lepus

Strings

Documentation API

This page contains documentation about string types, including the hashing functions native to bl...

Updated 8 months ago by lepus

Buffers

Documentation API

This page contains the primitives and their associated functions for buffer primitives within bli...

Updated 8 months ago by lepus

Windows Functionality

Documentation API

This page details some windows functionality for Blib processes. #include <blibwin.h> ## Genera...

Updated 8 months ago by lepus

Dictionaries

Documentation API

This page contains a definition for the MeasuredDictionary functionality within blib. This entity...

Updated 8 months ago by lepus

Win32 SChannel TLS message send (gross)

WinAPI Networking

This works but it's super gross. For TLS you have to Init like 3 times to finish the exchange an...

Updated 8 months ago by lepus

Win32 SChannel TLS

WinAPI Networking

MVP here is Copilot. There's actually no solid guides on this at all. There's a gist but it misse...

Updated 8 months ago by lepus

Generating a Self-Signed Certificate RSA

Certificate Authorities

openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout mycert.key -out mycert.pem  

Updated 8 months ago by lepus

Win32 Minimum Client Socket Transaction

WinAPI Networking

This is the minimal WinAPI using winsock2.h References:  https://learn.microsoft.com/en-us/wi...

Updated 8 months ago by lepus

Generating Archives

C Archives and Linking Archives

The archive tool ar can be used to pack object files or shared object files into a singular archi...

Updated 8 months ago by lepus