Skip to main content

About the iPad.


Enough said.

Namaste,
Zibri.

Comments

  1. So true. The other thing I wanted was a Verizon iPhone.

    I wish you would re-develop the program to change the IMEI number. I'd like to change it to my BB phone so I can stay with the EDGE service, rather than go to a crappy 3G that I will rarely use.

    If I can't find something, I'll end up cancelling my data plan.

    http://forums.macrumors.com/showthread.php?t=856790

    http://www.genmay.com/showthread.php?t=825770

    I understand your concern for those who would use the ability to change the IMEI number for ill, but it really hurts us honest (poor grad student) folks.

    ReplyDelete
  2. The program was only for iphones, I can do the same thing on sierrawireless cards as well. But it's not a universal program, I have to code a different one for every phone or 3g card.

    ReplyDelete
  3. Hey Zibri,

    Can u give me little information what u r doing lately? Some nice projects?

    J. (from Holland)

    Zibri FTW!!

    ReplyDelete
  4. Well at the moment I just finished reversing all SierraWireless 3g cards & modules security.
    I'm now able to unlock and fully reprogram, ANY card/module, change the imei, add features (like gps and voice) etc etc..
    :)

    ReplyDelete
  5. Nice!

    and... last question..

    ever thought about a blackberry hack?

    Keep it up.

    Grtz

    ReplyDelete
  6. How about an exploit for the 3.1.3 firmware? PLEASE... ;)

    ReplyDelete

Post a Comment

Popular posts from this blog

TP-LINK Configuration file encrypt and decrypt.

Here we go! TP-Link is another company that thinks that security by obscurity could ever work. If you "backup" the configuration from most TP-Link routers, you will get a .BIN file which is "encrypted". Use this utility below, to decrypt it (so you can edit it) and encrypt it again. Have fun. Drop files here or

Powerline Ethernet fun and secrets.

Many 200 Mb/s powerline adapters nowadays are based on the INTELLON 6300 chipset. Despite what can be thought looking at them, they are all using the same hardware and firmwares. I heard many people with Netgear XAV101 or Linksys PLK 200 or PLE 200 having problems after firmware updates and many other people with other brands having much more problems because of lack of support or configuration/upgrade utilities. So let me explain a few things I learnt studying them. Many of 200 Mb/s powerline ethernet adapters follow the "HomePlug AV" standard. (85 Mb adapters use HomePlug 1.0 standard which is completely different). This standard uses ethernet broadcast packets using the HomePlug AV protocol. The interesting thing is that their firmware is made of two different parts: a .PIB file (Parameter Information Block) and a .NVM file (the code itself). In the P.I.B. there are many interesting things: The branding (mac address, device name, etc) and the tone map. I test

Your own CORS ANYWHERE proxy on CLOUDFLARE

Hello again! Many of you probably hate as I do CORS because it hinders the very nature of internet, which is SHARING. There are some services to circumvent this commercial  restriction, one of these is the famous "cors anywhere". So yesterday I decided to make my own and allow you to make your own in only 2 minutes. To do so you just need a cloudflare account (can be set up in 1 minute). The you can upload my worker on it and have your personal very fast cors proxy! So, enough talk, just head to:  https://github.com/Zibri/cloudflare-cors-anywhere The is also a demo online at: https://test.cors.workers.dev Enjoy! Zibri