Modlishka icon indicating copy to clipboard operation
Modlishka copied to clipboard

How do I compile into the MIPS instruction set for WiFi Pineapple

Open tanc7 opened this issue 4 years ago • 0 comments

Describe the bug Running env GOOS=linux GOARCH=mips go build -ldflags "-s -w" -o dist/proxy main.go returns a bunch of build errors.

Expected behavior I want to run Modlishka on a WiFi Pineapple.

The specs for the Pineapple is located here https://wiki.wifipineapple.com/#!hardware.md

However the most important part is the CPU specs, which is a 400 MHz MIPS Atheros AR9331 SoC

tanc7 avatar Aug 05 '21 01:08 tanc7