Kro’s Nest

Home of m5kro

Latest Posts

  • Using Burp Suite to Analyze POST Data

    Using Burp Suite to Analyze POST Data

    Burp Suite is a set of advanced tools used to analyze websites. From scanners to fuzzers Burp has it all. In this article, we’ll review the proxy section of the suite. Let’s start by creating a new temporary project. And use the defaults. Click on Proxy on the top left. Open the browser. And enable…

  • FauxPilot vs Other Self Hosted AI Coding Assistants

    FauxPilot vs Other Self Hosted AI Coding Assistants

    A few months back I reviewed FauxPilot, a self hosted AI coding assistant that ran on docker. Overall it was an okay experience but it’s been some time and the AI llm scene has changed drastically. What’s Changed One of the biggest changes to llm’s is better quantizing methods. Quantizing allows models to be shrunk down…

  • Web Encryption Using Javascript

    Web Encryption Using Javascript

    I was analyzing a login page one day, and an odd idea came to me. What if we encrypt the data being sent on a website using Javascript? Admittedly, this idea seems pretty useless seeing that HTTPS does the same thing but better, but what about websites that use self-signed certificates or don’t use HTTPS…