Saturday 13 December 2014

Cross Compiling Tools For Routers

I have been searching for a solution to the Torrent problem I have. I sometimes need to download few hundreds gigabytes of torrents, meaning I need a stationary PC at home to download. My PC makes a lot of noise and probably taking a lot of electricity. The RPi I own is used for experiments, and also it fried during my last experiment (RF Switches). The only running system I have is the router I got from my ISP, Bezeq.



Wednesday 15 October 2014

Hacking RF Switches

Its all started when my friend asked me what can I do to override this RF switches by brute-forcing the RF channel that this switches work on. Those RF switches are used to open parking spots all around so his goal was to park everywhere.

I decided to take a look and gather some parts to start investigate.


Saturday 30 August 2014

Emulating USB Devices In Python With No Additional Hardware!

In my previous post I showed how I can emulate USB devices in python:
http://breaking-the-system.blogspot.co.il/2014/08/no-need-for-ccdebugger-you-got.html

This method wasn't generic and was written specifically to the CC Debugger usb device.
I wanted to write something that can easily emulate any usb devices in python.

Friday 15 August 2014

iOS MyWi Reversing And Anti-Debugging

MyWi is a Cydia app to share your iPhone internet connection.
Started using this great app and found this screen:


:(
So I thought yeah... few minutes with MobileSubstrate and this message is gone, and its true the message was gone but it doesn't help me. The app is ONLY UI to some other process called MyWiCore which contains all the logic.

8 Ball Pool Cheats With iPhone iOS and Google Android

I started playing this game with my friends which is massive hit ever since the days of the Nokias.


What really annoys me in this game is the short guidelines. The guideline is pure UI trick so hacking them shouldn't be big problem.

No Need For CC Debugger... You Got The Raspberry Pi!

Its all started when I decided that I want to study ZigBee in order to assemble a smart home system for my home. At the time I decided that the best cheap and good choice for studying ZigBee is the TI CC2530 chip. I Bought two modules from Ebay at 10$ a piece.



I didn't buy a programmer\debugger like CC Debugger basically because I am cheap... I thought I will use the Raspberry Pi as a programmer with this simple Github project and the debugger feature in unnecessary, I HAVE NEVER BEEN SO WRONG.