Oliwer
Oliwer
CC#
Created by Oliwer on 9/21/2024 in #help
HTTPS payload decryption using root authorized private key
How could one decrypt HTTPS payload using a root authorized private-key in a .NET application?
30 replies
CC#
Created by Oliwer on 9/21/2024 in #help
Reading HTTP requests on machine level
Is it possible to read all incoming and outgoing HTTP (including secure) requests on the local machine?
8 replies
CC#
Created by Oliwer on 9/20/2024 in #help
Using sharppcap to read packets
I'm trying to read TCP packets using sharppcap in my .NET application but I can't seem to figure out how to check if it's a TCP packet or not, and read the data if so. Researching this, I could only ever find posts surpassing 7 years of activity and it has obviously been updated quite the bit since then. Does anyone have an idea on how to go about this?
12 replies
CC#
Created by Oliwer on 9/27/2022 in #help
Docker.DotNet - trouble connecting to the host from INSIDE of a pre-deployed container.
As the title of this post leads, I am having trouble connecting to the Docker host from a client - Docker.DotNet (https://github.com/dotnet/Docker.DotNet) - from inside of an already deployed container (the application itself). The readme mentions or to connect to your local Docker for Windows daemon by not supplying any pipe URI at all, but this was to no success. Is this a possibility or am I wasting time? Thanks in advance.
1 replies