Main Content

Station to perform WiFi network audits, using Raspberry Pi Zero W and Raspberry Pi 3, with connection from the BT or mobile data cell phone.

Story
A station to perform WiFi network audits, using Raspberry Pi Zero W and Raspberry Pi 3, with connection from the BT or mobile data cell phone.

Always use technology for improve the world, if you are a black hat or gray hat hacker please abstain at this point ……… or at least leave your likes to make me feel less guilty XP.

Introduction:
In today’s world, computer security is one of the main concerns of people and companies, but we are certainly exposed to attacks by black hat hackers, who only seek to do evil and use their skills to do wrong to companies, people or even you.

So it occurred to me that it would be incredible to be able to perform security tests of wireless networks through a simple system such as a Raspberry Pi, however one of the great disadvantages of these is the need to use display systems such as HDMI screens and keyboards to insert the commands.

In this case the project explains how to make a system based on a Raspberry Pi Zero W with a Bluetooth Serial or WiFi SSH to a smartphone, so that it is possible to write the commands on the console using the smartphone.

BT Module:
The first thing to do would be the module for Bluetooth communication with the Raspberry Pi, for this we must first configure the name and baud rate of the Bluetooth module to 115200 baud, since the Raspberry uses this transmission speed.”

Link to article