RickrollAP
RickRollAP creates a bait "Free Wi-Fi" access point that rickrolls users with its captive portal.
Install / Use
/learn @gombossb/RickrollAPREADME
RickRollAP
RickRollAP creates a bait "Free Wi-Fi" access point that rickrolls users with its captive portal.
Requirements
- A machine with some kind of Linux installed (Raspberry Pi recommended)
- A Wi-Fi adapter with monitor mode capability and proper drivers installed
- hostapd, dnsmasq, nginx
Installation
- Clone this repository and cd into it
git clone https://github.com/gombossb/rickrollAP.git
cd rickrollAP
- Install required tools
# on Debian-based systems
sudo apt update
sudo apt install hostapd dnsmasq nginx
- Copy captive portal to /var/www, captive portal configuration to nginx sites, symlink it to get enabled and remove default site configuration
sudo cp -r rickportal/ /var/www/
sudo cp nginx-site /etc/nginx/sites-available/rickrollap
sudo ln -s /etc/nginx/sites-available/rickrollap /etc/nginx/sites-enabled/
sudo rm /etc/nginx/sites-enabled/default
- Use this sed code to change your Wi-Fi interface if it's not wlan1
sed -i -- 's/wlan1/wlan123/g' $(find . -maxdepth 1 -type f)
Usage
Put your wifi interface into monitor mode
sudo airmon-ng start wlan1
Launch script
sudo bash start.sh
Stop the script
sudo bash stop.sh
PS
Kudos to hash3liZer for his article on shellvoide.com(Wayback Machine), it's helped me a lot with this project.
Related Skills
node-connect
349.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
