How To Run CyphyOS on M1 Chip MacBook with QEMU

CyphyOS is Debian 10 x86_64 Based Distro Flavor, specifically for Cyber Physical System penetration testing. Powered with XFCE4. Out-Of-The-Box Dedicated to All Hardware Hackers. Especially for those who are still using the common pentesting tools and in need of hardware, Embedded System, IoT and SCADA tools as well. Also SDR tools are in place and configurations are made for HackRF, RTL-SDR and BladeRF.

Features

  • Cyber Physical Systems Penetration Testing
  • Out-Of-The-Box Solution for xOT Hacking
  • Suitable For Daily and Professional Use
  • No 3rd Party Repository Used
  • Synth Style Impressive UI
  • Lightweight and Agile
  • Multi-User Priviledge
  • ICS Oriented Distro

Step 1: Download OVA: https://sourceforge.net/projects/cyphy/

Step 2: Convert OVA Image to QCOW2

> tar -xvf CyphyOS-v1a7-111121-0330-Release.ova.xz
> qemu-img convert CyphyOS-disk001.vmdk cyphyOS.qcow2 -O qcow2
> file cyphyOS.qcow2

It’s ready!

let’s start

> qemu-system-x86_64 -hda cyphyOS.qcow2 -boot d -m 2G -usb -machine q35 -cpu max -smp cores=8,threads=1,sockets=1 &

Leave a Reply

Your email address will not be published. Required fields are marked *