Emeryth / openwrt-zsun

OpenWrt 15.05 port for the ZSUN WiFi SD Card Reader
GNU General Public License v2.0
97 stars 28 forks source link

ZSUN hardware compatibility with Wifi Pineapple Nano firmware #7

Open LucaBongiorni opened 8 years ago

LucaBongiorni commented 8 years ago

Hello Andrzej, guys, The initial idea was to port hostapd-mana to openwrt and susbtitute the original hostapd within the ZSUN in order to use it also for pentesting 802.1x networks during engagements at work... sadly I got stopped due to diffing/merging issues while porting hostapd-mana to its OpenWRT version.

However, googling aroung I have figured out that one guy managed to modify the Wifi Pineapple Nano (same Atheros SoC of our ZSUN) to push it in another AP:

http://sapinski.com/2016/02/13/wifi-pineapple-firmware-for-gl-inet-gl-ar150/ https://github.com/kow/glinetpineapple

And this guy did the same: https://github.com/smrx86/STPF2

I was wondering if you could give a look at the procedure to patch the Pineapple Nano original fw.

I was following the guide in the URL above... build firmware-mod-kit from https://code.google.com/archive/p/firmware-mod-kit/wikis/Documentation.wiki extract wifipineapple firmware (https://www.wifipineapple.com/nano) with firmware-mod-kit clone https://github.com/domino-team/openwrt-cc cp firmware-mod-kit/fmk/rootfs/* openwrt-cc/files/* and finally, build openwrt-cc. But instead of using openwrt-cc repo... I have tried with yours https://github.com/Emeryth/openwrt-zsun but without much success.