Raspberry Pi Zero Hidden Hacking Device
by cyrixninja in Circuits > Raspberry Pi
11669 Views, 15 Favorites, 0 Comments
Raspberry Pi Zero Hidden Hacking Device
Raspberry Pi Zero Hidden Hacking Device is a portable hacking device that can be used for pentesting in public areas where you just can't take out your laptop as some people around you can suspect you doing something weird.You can connect to this device with your phone and keep it hidden in your pocket.This will enable you to continue your pentesting wherever you go.
Materials Needed
1.Raspberry Pi Zero W
2.Powerbank
3.Micro-USB Cable
4.A Small Container
Install the Raspbian Buster Lite
1.Download the Raspbian Buster Lite from given link-
https://www.raspberrypi.org/downloads/raspbian/
2.Format the SD-Card
3.Write the Raspbian Image to SD-Card
Connecting the Raspberry Pi to Wifi-Headless
1.Download the config files from the link given below
Link-https://github.com/Cyrixninja/Raspberry-pi-Headless
2.Edit it using notepad++ or vscode and add your wifi password and name
3.Power on the raspberry pi using Micro-USB cable
4. Raspberry pi will get connected to wifi
Connect to Raspberry Pi Using SSH
On windows-open cmd and type ssh pi@your_pi_ip_address
On Android Download SSH Client and connect to raspberry pi
Install Git in Raspberry Pi
1.To install git type-sudo apt-get install git
Install the Dependencies and Run the Hacking Tool Framework
Download the install script- git clone https://github.com/Cyrixninja/Installer-script.git
To install dependencies type- bash install.sh
To run the hacking framework type-sudo fsociety
Hiding the Hacking Device
1.Cut a tiny hole in container so we can insert Micro-USB Cable through it
2.Insert the raspberry pi in it
3.close the container
Installed Tools
1.Nmap
2.SQLmap
3.Nikto
4.Aircrack-ng
For installing more tools go on this -https://github.com/rajkumardusad/Tool-X