https://github.com/lupin3000/raspberry-pi-tutorials
Some tutorials for Raspberry PI
https://github.com/lupin3000/raspberry-pi-tutorials
access-point aircrack-ng beef bluetooth captive-portal dns-analysis dns-spoofing http-analysis https-analysis metasploit-framework raspberry-pi tutorials ubertooth usb-hid wifi-analyzer
Last synced: 8 months ago
JSON representation
Some tutorials for Raspberry PI
- Host: GitHub
- URL: https://github.com/lupin3000/raspberry-pi-tutorials
- Owner: Lupin3000
- Created: 2021-04-01T08:03:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-25T06:40:50.000Z (over 4 years ago)
- Last Synced: 2025-03-28T05:23:31.383Z (9 months ago)
- Topics: access-point, aircrack-ng, beef, bluetooth, captive-portal, dns-analysis, dns-spoofing, http-analysis, https-analysis, metasploit-framework, raspberry-pi, tutorials, ubertooth, usb-hid, wifi-analyzer
- Language: Python
- Homepage: https://softwaretester.info
- Size: 1.67 MB
- Stars: 15
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Raspberry PI Tutorials

## Table of Contents
### :question: Why this repository?
This documentation is for all peoples which do use a Raspberry PI (_and want to learn something_), using the Internet (_to get more sensible_) or are simply interested into topic of Cyber Security. Of course, you could buy something like a [WiFi Pineapple](https://www.hak5.org) or start directly with other Linux Distributions (_like Kali Linux, Parrot OS, etc._), but I personally do believe you learn much more if you do all by your self. In addition, the costs and the time required are very low - but the knowledge is very valuable.
**:point_right: Very Important :point_left:**
The author of this repository (_information, scripts, code_) take no responsibility for your use or misuse! Respect the law in your country/location/area! The information included at this repository is for educational purposes only!
### **:wrench: Preparation**
- [Setup Raspberry PI](./Setup)
- [Prepare Raspberry PI](./Preparation)
- [Pimoroni Button SHIM](./PimoroniButtonShim)
- [Adafruit OLED Bonnet](./AdafruitOLEDBonnet)
### **:satellite: Wi-Fi**
- [Wi-Fi Analysis](./WIFIAnalysis)
- [Wi-Fi Jamming](./WIFIJamming)
- [Simple Access Point](./AccessPoint)
- [Simple Captive Portal](./CaptivePortal)
- [STA Enumeration](./STAEnumeration)
- [DNS Analysis](./DNSAnalysis)
- [HTTP Analysis](./HTTPAnalysis)
- [HTTPS Analysis](./HTTPSAnalysis)
- [DNS Redirection](./DNSRedirection)
- [Metasploit](./Metasploit)
- [BeEF](./BeEF)
### **:pager: Bluetooth**
- [Bluetooth Basics & Analysis](./Bluetooth)
- [Bluetooth Speaker with Raspberry PI](./BluetoothSpeaker)
- [Ubertooth One Basics](./Ubertooth)
### **:zero: Fun with Zero W/WH**
- [USB HID via Wi-Fi](./Zero_WIFI_HID)
- [FM Transmitter](./FMTransmitter)
- [Wi-Fi Monitor Mode](./WIFIMonitor)
### **:gift: Some goodies**
- [macOS VNC](./Goodies/macOS_VNC)
- [macOS SD Card backup](./Goodies/macOS_Backup)
- [Bash Monitor Mode](./Goodies/BashMonitorMode)
- [Python Station scan](./Goodies/PythonStationScan)
- [Python Access Point scan](./Goodies/PythonAccessPointScan)
- [SearchSploit](./Goodies/SearchSploit)