Tag: Cybersecurity
-
Frieren: Open Source WiFi Pineapple Alternative
If you clicked on this article you’ve probably heard of the WiFi Pineapple before. For those who don’t know the WiFi Pineapple is a router-like wireless audit and pentesting platform (you can read more about it on the Hak5 Website). But the Pineapple isn’t our main focus today, it’s Frieren. ⚠️Warning⚠️: xchwarze, Frieren’s creator, has…
-
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…
-
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…