-
Content Count
239 -
Joined
-
Last visited
-
Days Won
4
-
!!WARNING!! Unofficial Openwrt NANO upgrade
WatskeBart replied to Mr.miYagi's topic in WiFi Pineapple Mark V
Cool findings @wobblybobz Would be awesome to blow some new life in the MK5. This device was abandoned too soon IMHO. -
Prueba el traductor de google https://translate.google.com/translate?hl=es&sl=en&tl=es&u=https%3A%2F%2Fdocs.hak5.org%2Fhc%2Fen-us%2Fcategories%2F360000982534-Bash-Bunny
-
Pineapple Tetra forum is here, this is the Pineapple IV forum.
-
When targeting Windows Defender, it is better to add a exclusion than to disable it. With Powershell (run as administrator) you can add a exclusion like this: Add-MpPreference -ExclusionPath "C:\" This will add the whole C-drive as a exclusion. Disabling Windows Defender will give you a notification in the notification area (yellow exclamation tray icon). While a exclusion will not.
-
For the forum crawlers: All firmwares for the MKV are here: https://www.wifipineapple.com/downloads#mk5 Special factory image is here: https://www.wifipineapple.com/mk5/factory.bin
-
Have you tried the regular firmware recovery?
- 10 replies
-
- unbrick
- unbricking
-
(and 1 more)
Tagged with:
-
Glad to be of assistance
-
Q CTRL-ALT DEL Notice the space between ALT and DEL
-
How clear does it need to be? Source: https://wiki.bashbunny.com/#!downloads.md
-
Set a payload with ATTACKMODE RNDIS_ETHERNET or ECM_ETHERNET Then you will see usb0
-
When the green light goes out, you need to safely remove and replug the bashbunny
-
usb0 becomes available when using the ATTACKMODE RNDIS_ETHERNET or ECM_ETHERNET Not by default in Arming-mode (switch 3) [ 7.757706] usb0: MAC AA:AA:AA:AA:AA:AA [ 7.757729] usb0: HOST MAC AA:AA:AA:AA:AA:AA [ 7.757834] gadget_is_softwinner_otg is not -int [ 7.757846] gadget_is_softwinner_otg is not -int [ 7.757881] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008 [ 7.757913] g_ether gadget: g_ether ready [ 7.990441] ADDRCONF(NETDEV_UP): usb0: link is not ready [ 8.013252] WRN:L1075(drivers/usb/sunxi_usb/udc/sunxi_udc.c):ERR: dev->driver->set
-
Here are the MK5 GPIO's LED or DIP GPIO MK5_DIP_01 1 MK5_DIP_02 13 MK5_DIP_03 15 MK5_DIP_04 16 MK5_DIP_05 11 MK5_SD_01 23 MK5_GPIO_LED_01 27 MK5_GPIO_LED_02 14 MK5_GPIO_LED_03 17 MK5_GPIO_LED_POWER 0
-
I'll check this out later. Thanks for the info 👍
-
How did you flash the OpenWRT firmware? Because sysupgrade will throw a error when you try flashing anything other than a "official" firmware. Did you modify the MR3040 firmware or did you build from source?