Skip to content
View c4mx's full-sized avatar

Block or report c4mx

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. docker-android-audit docker-android-audit Public

    Shell

  2. exploits exploits Public

    Forked from cfreal/exploits

    Some of my exploits.

    PHP

  3. HackBar HackBar Public

    Forked from Hack-Free/HackBar

    Firefox and Google Chrome Extension of HackBar without license

    JavaScript

  4. Calculate PMK, PTK, MIC and MIC veri... Calculate PMK, PTK, MIC and MIC verification in WPA2-PSK authentication
    1
    #!/usr/bin/env python
    2
    # __author__ = 'c4mx'
    3
    from pbkdf2 import PBKDF2
    4
    from binascii import a2b_hex
    5
    import hmac, hashlib, binascii
  5. SQL blind injection SQL blind injection
    1
    #!/usr/bin/env python3
    2
    # author: c4mx
    3
    
                  
    4
    import requests
    5
    import sys
  6. Linux-kernel-code-injection_CVE-2014-3153 Linux-kernel-code-injection_CVE-2014-3153 Public

    Study on Linux kernel code injection via CVE-2014-3153 (Towelroot)

    C