Skip to content
View planetminguez's full-sized avatar

Block or report planetminguez

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. AESPayload AESPayload Public

    AES payload injector

    C 3 7

  2. binary_exploit binary_exploit Public

    binary play

    Python 1

  3. absinthe-1 absinthe-1 Public

    Forked from OpenJailbreak/absinthe-1

    iOS5.0/5.0.1 Jailbreak ;-)

    C++

  4. absinthe-2.0 absinthe-2.0 Public

    Forked from OpenJailbreak/absinthe-2.0

    5.1 Jailbreak ;)

    C

  5. evasi0n6 evasi0n6 Public

    Forked from OpenJailbreak/evasi0n6

    Evasi0n6 Jailbreak by Evad3rs for iOS 6.0-6.1.2

    C

  6. imessage_decrypt.py imessage_decrypt.py
    1
    from Crypto.Cipher import AES
    2
    from StringIO import StringIO
    3
    from bplist import BPlistReader #https://github.com/farcaller/bplist-python
    4
    import M2Crypto
    5
    import gzip