WiFi Pineapple Firmware According to the product Mark 4 and Mark 5
Most of the porting tutorials are based on Mark 4, because the UHTTPD Web server program, which uses the same openwrt as Mark 4, is simple to migrate.
This tutorial is a firmware extraction tutorial that can be ported later on-demand.
First download the firmware on the official website:
Https://wifipineapple.com/?downloads
Here we download 1.4.1
By analyzing and comparing the download firmware with Binwalk
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/45/94/wKioL1Poz27i90VEAAYjZEtNKAM384.jpg "title=" 2014-07-13 20_27_59 screen. png "alt=" wkiol1poz27i90veaayjzetnkam384.jpg "/>
We can see that the biggest difference with Mark 4 is the way the packets are sealed.
By dividing the firmware by DD, we can get the SQUASHFS firmware package
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M01/45/94/wKiom1PozrHSzDE8AARu6jeLTKg457.jpg "title=" 2014-07-13 20_30_54 screen. png "alt=" wkiom1pozrhszde8aaru6jeltkg457.jpg "/>
The firmware extraction operation is then completed via the UNSQUASHFS command
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/45/95/wKioL1Po0CCgo-V5AALJd8SLOu8415.jpg "title=" Qq20140811220930.png "alt=" Wkiol1po0ccgo-v5aaljd8slou8415.jpg "/>
This is the completion of the firmware extraction work
This article is from the "m4tr1x" blog, make sure to keep this source http://matr1x.blog.51cto.com/6698309/1538736