|
You are here |
jbrandhorst.com | ||
| | | | |
ekhabarov.com
|
|
| | | | | Building simplest gRPC service. | |
| | | | |
bartlomiejmika.com
|
|
| | | | | How do you write a Golang server using gRPC from scratch? Heres how to do it. | |
| | | | |
www.dillonfrankesecurity.com
|
|
| | | | | Background Protocol Buffers (Protobufs) are a language agnostic data serialization format that allow data to be safely and efficiently trasmitted or stored. Protobuf usage has exploded within the past several years. When testing web applications, mobile applications, and embedded devices alike, it's increasingly likely you'll encounter Protobuf data within requests like this: A normal binary Protobuf request You might have logically tried to fuzz these inputs as you would any other parameter, only to realize that things weren't as simple as they appeared: | |
| | | | |
wsummerhill.github.io
|
|
| | | I'm going to cover an example of how to perform a DLL sideload from start to finish using a C++ payload and a legitimate DLL commonly found on disk. The specific technique covered is known as "DLL proxying" where we use the legitimate DLL along with a malicious DLL which exports all the functions that the legit DLL to execute properly. | ||