Skip to content

Releases: harsha-0110/PPPwn-Luckfox

PPPwn-Luckfox v1.1.5

09 Sep 17:28
Compare
Choose a tag to compare

Changelog:

  • Added GoldHen detect feature similar to one found on stooged/PI-Pwn.
  • Added option to turn on/off PPPoE Connection check added by @rdmrocha. It will be turned on by default if GoldHen detect is used.
  • Added GoldHen stage2.bin for fw 10.50, 10.70 & 10.71. Thanks to @SiSTR0.

Notes:

  • v1.1.5 requires updated Buildroot images attached in this release to be flashed in the Luckfox device.

PPPwn-Luckfox v1.1.4

06 Sep 07:04
308e8c0
Compare
Choose a tag to compare

Merged #11 thanks to @rdmrocha

Changelog:

  • Separated config and bin directories
  • Migrate run script to service so it doesn't lock other inits while it runs
  • Minimized number of install script variables
  • Moved config to 'ini' style. Shell handles these way easier than json and on the PHP side, only small changes where needed. Install script will handle migration if needed.
  • Uninstall script to revert the changes and bring the board back to stock.
  • Separated web_monitor script so we can easily control it via main service
  • Cleaner process control (kill and spawn)
  • Mo more script-embedded configs. Defaults are always present
  • All necessary binaries and stage directories are symlinked
  • Added connection to PPPoE server before running exploit for higher chance of success
  • Added Buildroot Installation MacOS Guide (NAND only).

Notes:

  • According to @rdmrocha using SPRAY_NUM=4608 and CORRUPT_NUM=20 with nn9dev PPPwn, injects payload in first try itself, it worked for me during testing, but crashes during rest mode and shutdown. It may vary console to console.
  • The nn9dev PPPwn configs are set to default values, using the config page @rdmrocha fix mentioned above can be applied.

PPPwn-Luckfox v1.1.3

01 Sep 14:27
4c48eec
Compare
Choose a tag to compare

Changelog:

  • Added PPPwn executable from nn9dev/PPPwn_cpp. It has additional agruments that can be tweaked in the config page. For more info checkout README.md provided in nn9dev repo.
  • Added Fan Threshold payloads to 11.00 host and All FW host, compiled from EchoStretch/ps4-fan-threshold repo.
  • Optimized web hosts code.

PPPwn-Luckfox v1.1.2

23 Aug 09:14
098600a
Compare
Choose a tag to compare

Changelog:

  • Added option to switch between old IPv6 and new IPv6 fix as requested in #6.
  • Stop nginx and php-fpm during PPPwn execution to improve stability.
  • Updated install.sh to append new values to config.json automatically without overwritting old config values.

PPPwn-Luckfox v1.1.1

20 Aug 09:13
Compare
Choose a tag to compare

Changelog:

  • Improved PPPwn stability and reduced PPPoE server startup time by resetting eth0.
  • Add payloads under All FW Payloads that work on all fw from Scene-Collective built by @EchoStretch.
  • Added eth0 off button in PPPwn-Luckfox Dashboard to turn off eth0 interface. Will be useful for internal mod to turn-off Luckfox's ethernet port and connect to internet via external ethernet cable.

PPPwn-Luckfox v1.1

12 Aug 08:33
506e7b1
Compare
Choose a tag to compare

Change Log:

  • Added support for Buildroot(NAND and SD).
  • Compressed payloads for lesser storage usage.
  • bug fixes.

This Release includes Custom images for:

  • Luckfox Pico Plus (Buildroot SD).
  • Luckfox Pico Plus (Buildroot NAND).
  • Luckfox Pico Pro/Max (Buildroot NAND).
  • Luckfox Pico Pro/Max (Buildroot SD).

PPPwn-Luckfox v1.0

01 Aug 12:40
Compare
Choose a tag to compare

Initilal Release of PPPwn-Luckfox v1.0

  • Hosts a web interface for configuring PPPwn, running pppwn and hosting payloads.
  • Starts a PPPoE server to assign IP addresses to PS4.
  • Supports PS4 firmware versions 9.00, 9.03, 9.04, 9.50, 9.51, 9.60, 10.00, 10.01, 10.50, 10.70, 10.71 & 11.00.
  • Supports both HEN and GoldHEN, can be configured via config page.
  • Supports auto run on boot can be turned on/off via config page (Note: It's off by default).
  • This release contains Ubuntu images for Luckfox Pico plus/pro/max with modified kernel that's required for PPPwn-Luckfox