Skip to content

Release 20230927

Compare
Choose a tag to compare
@Shubhamvis98 Shubhamvis98 released this 27 Sep 08:02
· 82 commits to master since this release
e6848e6

Default User/Pass: kali/8888

Changelog

  • Preinstalled NetHunter App
  • Aircrack-ng, mdk4 and macchanger added for NetHunter
  • Added blockmap files to make installation faster

Installation:

From PinePhone/Pro:

unxz ${IMAGE_FILE}.xz && bmaptool copy ${IMAGE_FILE} /dev/mmcblkX
or
unxz -c ${IMAGE_FILE}.xz | dd of=/dev/mmcblkX bs=1M oflag=sync status=progress
X: Storage Device

From PC [Use Tow-Boot's Mass Storage]:

While booting press Vol-up to boot into Mass Storage, led color will be blue

unxz ${IMAGE_FILE}.xz && bmaptool copy ${IMAGE_FILE} /dev/sdX
or
unxz -c ${IMAGE_FILE}.xz | dd of=/dev/sdX bs=1M oflag=sync status=progress
X: Storage Device

Please install Tow-Boot if boot fails

Create an issue if you see any bug in the release

GitHub release (by tag)