Jump to content

[BETA Release] Firmware 3.0


Sebkinne

Recommended Posts

On 3/25/2018 at 5:46 AM, ScarletRunner said:

What about login problems?

If you forget your login credentials you can't reset because the DIP switches doesn't work on fm 3.0.

That means you can't use the pineapple anymore.

Question: Is there a solution to reset Firmware 3.0 without knowing the logindata?

Try the link below there might be info to help you

https://wifipineapple.github.io/wifipineapple-wiki//legacy/#!serial_uart.md

Link to comment
Share on other sites

  • 8 months later...
  • 4 months later...
  • 1 month later...

For those interested...

This OpenWRT firmware works great on the Mark V:

http://downloads.openwrt.org/releases/17.01.5/targets/ar71xx/generic/lede-17.01.5-ar71xx-generic-tl-mr3040-v2-squashfs-factory.bin

Information on the TP-Link device it is designed for.

https://openwrt.org/toh/tp-link/tl-mr3040

I have OpenVPN working on it now. Both radios are recognized.

Enjoy.

Link to comment
Share on other sites

On 6/4/2019 at 7:56 PM, Allegria said:

For those interested...

This OpenWRT firmware works great on the Mark V:

http://downloads.openwrt.org/releases/17.01.5/targets/ar71xx/generic/lede-17.01.5-ar71xx-generic-tl-mr3040-v2-squashfs-factory.bin

Information on the TP-Link device it is designed for.

https://openwrt.org/toh/tp-link/tl-mr3040

I have OpenVPN working on it now. Both radios are recognized.

Enjoy.

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?

Link to comment
Share on other sites

  • 2 weeks later...
On 6/12/2019 at 4:51 PM, WatskeBart said:

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?

I should have noted that the only reason I did this was create a wifi repeater with VPN on alternate firmware.
After that was successful I started testing to find out what more can be done.
lazy - I did not build from source. I used the vanilla mr3040v2 .bin /lazy
I put the .bin file in /tmp
In the console

mtd -r write /tmp/firmware_image.bin firmware

I think that failed with error. Googlefoo pointed me to

mtd write /tmp/firmware-image.bin linux

And then it went...

Known issues so far:

- need to set the SD to automount
- need to have the AWUS036NEH recognized

Working on

- Keeping the VPN package installed and having enough room for Wifite2 and supporting packages. Initiating the install script fills up storage to around 92%.
- OR not install Wifite2 to internal and move it to mounted storage.

Link to comment
Share on other sites

I found my notes from the installation of that firmware file.

I tried this first

sysupgrade -n /tmp/lede-17.01.5-ar71xx-generic-tl-mr3040-v2-squashfs-factory.bin

It threw an error. So,

mtd -r write /tmp/lede-17.01.5-ar71xx-generic-tl-mr3040-v2-squashfs-factory.bin linux 

This worked for me. My previous post left out the "-r" after mtd.

If anyone else tries the image, then let us know what you did with your reclaimed Mark V.

  • Like 1
Link to comment
Share on other sites

6 hours ago, Allegria said:

I found my notes from the installation of that firmware file.

I tried this first


sysupgrade -n /tmp/lede-17.01.5-ar71xx-generic-tl-mr3040-v2-squashfs-factory.bin

It threw an error. So,


mtd -r write /tmp/lede-17.01.5-ar71xx-generic-tl-mr3040-v2-squashfs-factory.bin linux 

This worked for me. My previous post left out the "-r" after mtd.

If anyone else tries the image, then let us know what you did with your reclaimed Mark V.

I'll check this out later. Thanks for the info 👍

Link to comment
Share on other sites

  • 1 month later...

This is what worked for me thanks to post from Alegria:

wget http://downloads.openwrt.org/releases/17.01.5/targets/ar71xx/generic/lede-17.01.5-ar71xx-generic-tl-mr30
40-v2-squashfs-factory.bin -O /tmp/lede.bin

Got an error:

mtd -r write /tmp/lede.bin linux
Could not open mtd device: linux
Can't open device for writing!

Then this worked like a charm:

mtd -r write /tmp/lede.bin firmware
Unlocking firmware ...

Writing from /tmp/lede.bin to firmware ...     
Rebooting ...

 

Now I am really thinking how to utilise my reclaimed Mark V.

Link to comment
Share on other sites

On 7/30/2016 at 7:59 PM, Sebkinne said:

Hey everyone,

It's that time of year again and as you might imagine were very excited for DEF CON. We've been busy working on new features for Buffalo Bulldozer and amidst development we've generated a mostly feature complete (sans DIP switches) and stable port of the 6th generation WiFi Pineapple firmware for the Mark V. Flashing to and from this beta release will require a manual sysupgrade from the console (see commands below). Thank you all for your patience and continued support of the project - we're excited as always to see ever more creativity among the community.

We hope you enjoy this release!
-The WiFi Pineapple Team

Download: https://www.wifipineapple.com/downloads/mk5/3.0.0
SHA256: 45bd51c665e0587ee137fa3ea87c03493b170f9668079ed0cecd4558c266a5ca

Flashing:

  1. Download the upgrade-3.0.0.bin file linked above
  2. Verify the sha256 checksum
  3. SCP the downloaded .bin file to your pineapple's /tmp/ directory.
  4. SSH in to the WiFi Pineapple and execute the following command:
    sysupgrade -n /tmp/upgrade-3.0.0.bin
  5. Wait for the system to reboot and browse to http://172.16.42.1:1471

Awesome as always.......first for advice, assistance and support.........Keep up the good work guys and hope to see you at a DefCon one day......😎

Link to comment
Share on other sites

  • 3 months later...
  • 1 month later...
On 7/30/2016 at 7:59 PM, Sebkinne said:

Hey everyone,

It's that time of year again and as you might imagine were very excited for DEF CON. We've been busy working on new features for Buffalo Bulldozer and amidst development we've generated a mostly feature complete (sans DIP switches) and stable port of the 6th generation WiFi Pineapple firmware for the Mark V. Flashing to and from this beta release will require a manual sysupgrade from the console (see commands below). Thank you all for your patience and continued support of the project - we're excited as always to see ever more creativity among the community.

We hope you enjoy this release!
-The WiFi Pineapple Team

Download: https://www.wifipineapple.com/downloads/mk5/3.0.0
SHA256: 45bd51c665e0587ee137fa3ea87c03493b170f9668079ed0cecd4558c266a5ca

Flashing:

  1. Download the upgrade-3.0.0.bin file linked above
  2. Verify the sha256 checksum
  3. SCP the downloaded .bin file to your pineapple's /tmp/ directory.
  4. SSH in to the WiFi Pineapple and execute the following command:
    sysupgrade -n /tmp/upgrade-3.0.0.bin
  5. Wait for the system to reboot and browse to http://172.16.42.1:1471

Thank you my friend for the information. Much appreciated and keeps us all posted. 

Hope you have a great Christmas and superb 2020! 🎄🇺🇸

Link to comment
Share on other sites

  • 9 months later...
On 12/4/2018 at 4:57 PM, aibos said:

This v3 Beta version works good out of the box.

However, the three system modules stop working when updated to their last version from the modules manager.

PineAP 1.9 - Recon 1.3 and Logging 1.1

Any idea what to do to fix that?

 

I ran firstboot via ssh to reset it which uninstalled the faulty pineap update. im running without it ok now

Link to comment
Share on other sites

  • 3 weeks later...
9 hours ago, Jamayadje said:

Hi All,

 

When I update PineAP to version 1.9 I cannot enable PineAP Daemon anymore, or should I do something else then install this update?

It's two generations old. So probably no.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...