ALAaron Leibertinaaronleibert.com·Dec 11, 2022 · 4 min readDockerizing a Simple API: Part 1This blog post assumes a basic knowledge of Docker and Docker commands. It is intended to simply demonstrate the amazing world of Docker and how with only minimal coding and a few clicks we can spin up very powerful applications on the fly! We are st...00
ALAaron Leibertinaaronleibert.com·Nov 7, 2022 · 6 min readMQTT ExplainedWhat is MQTT? MQTT (Message Queue Telemetry Support) is a lightweight protocol used for transferring data. It is primarily used by IoT devices because it is low power and uses very little data. MQTT doesn't use direct addressing rather it using a sub...00
ALAaron Leibertinaaronleibert.com·Nov 7, 2022 · 4 min readPentesting GraphQLGraphQL is an API to interact with other APIs. Instead of one request triggering multiple requests to different REST API’s, for example a database, a file server etc. GraphQL allows you to make one request to the GraphQL DPI which then interacts with...00
ALAaron Leibertinaaronleibert.com·Sep 1, 2022 · 3 min readPSRansom: PowerShell Based RansomwareRecently, I was looking to conduct a simulated ransomware demonstration and I wanted something short, functional and easy to use. I read about new strains of ransomware written in Golang and Rust that were designed to be harder to detect and protect ...00