Skip to content

Release 20221004

Compare
Choose a tag to compare
@Shubhamvis98 Shubhamvis98 released this 04 Oct 06:34
b08a7d0

Default User/Pass: kali/8888

Changelog

  • Phosh UI Improvements
  • Packet Injection Working [use iwconfig instead of airmon-ng]
  • Compatible with Tow-Boot
  • eg25-manager is available in Kali repository.

I forget to enable eg25-manager service (-;

sudo systemctl enable eg25-manager

Get USB Arsenal for your PinePhone's Kali Linux

Installation:

From PinePhone:

unxz -c $IMAGE_FILE | dd of=/dev/mmcblkX bs=1M oflag=sync status=progress
growpart /dev/mmcblkX Y
e2fsck -y -f /dev/mmcblkXpY
resize2fs /dev/mmcblkXpY
X: Storage Device
Y: Partition Number

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

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

unxz -c $IMAGE_FILE | dd of=/dev/sdX bs=1M oflag=sync status=progress
growpart /dev/sdX Y
e2fsck -y -f /dev/sdXY
resize2fs /dev/sdXY
X: Storage Device
Y: Partition Number

#If booting fails, please install Tow-Boot first