RC Plane Transmitter Receiver Arduino Part 2 of 2

In the previous part I explained all the components used in RC Plane Transmitter Receiver Arduino and some basic configurations and testing of the components. In this post, I will show you how I assembled all the components mentioned above and explain the working of RC Plane Transmitter, Receiver and their circuits. I highly recommend…

| |

KISMET – KRACK Test in Kali Linux

Kali Linux is one of the best Linux Distribution for security researchers and hobbyists. It packs all the necessary tools advanced network, software and hardware level security testing. In my previous post, I explained about the Test for KRACK attack on Access Points that support FT by Security researcher Vanhoefm. According to a blog post…

|

KRACK Kali Vulnerability Test – Test Your WiFi Router for KRACK (FT)

Test Your Access Point For KRACK (FT Handshakes) using Kali Linux Security researcher Vanhoefm, who discovered the severe flaw in WPA implementation dubbed – the KRACK ( Key Reinstallation Attack ) has now released a script that can check your router for KRACK using Kali Linux. The script is now available in ‘vanhoefm’ repository. All you…

|

NodeMCU UDP Listener – Mobile Phone Sensor Data

As I mentioned in the previous posts, Node MCU is a tiny little board is based on the ESP8266 WiFi module which is specifically designed for working with or without microcontrollers which are specifically designed for IOT projects. Today I will how you how you can live stream and process Android Mobile Phone’s Sensor Data…