Skip to content
View mjmckinnon's full-sized avatar

Block or report mjmckinnon

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. Recovery of a full RSA PrivateKey fr... Recovery of a full RSA PrivateKey from only the CRT exponent1 (dP) and exponent2 (dQ)
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    # Written by: Michael McKinnon @bigmac
    4
    # Get in contact with me if you found this useful
    5
    
                  
  2. btcthumper btcthumper Public

    A deterministic address generator for security research purposes.

    Rust 2

  3. docker-dogecoind docker-dogecoind Public

    Such containers. Much Doge.

    Dockerfile 1

  4. Single script to restore Amiibo back... Single script to restore Amiibo backups (540 byte .bin files) using a Proxmark3 (iceman build)
    1
    local cmds = require('commands')
    2
    local getopt = require('getopt')
    3
    local lib14a = require('read14a')
    4
    local utils =  require('utils')
    5
    local ansicolors = require('ansicolors')
  5. aws-webredirect aws-webredirect Public

    A very easy to setup AWS Lambda powered HTTPS 301 Redirection engine

    HCL

  6. docker-bitcoincore docker-bitcoincore Public

    Bitcoin core container built from source

    Dockerfile