Skip to content
View delvison's full-sized avatar
Block or Report

Block or report delvison

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

  1. Netblock Netblock Public

    python script that has the ability to jam a single or multiple targets' wifi access.

    Python 3

  2. Network-Monitor Network-Monitor Public

    Python script and Nodejs web application that use ARP to detect and display what devices are connected to the network

    Python 17 8

  3. How to decrypt Tapsigner backup How to decrypt Tapsigner backup
    1
    [Tapsigner](https://store.coinkite.com/store/tapsigner) is an inexpensive Bitcoin signing device that holds your private keys on an NFC card. As of writing this, [nunchuck](https://nunchuk.io/) is the only mobile wallet to support it.
    2
    
                  
    3
    Backups of the private key are done so in a AES-128-CTR encryption using a key printed on the back of the card.
    4
    
                  
    5
    To decrypt this key and obtain its xprv value with openssl in cli run the following:
  4. coinbase-auto-withdraw coinbase-auto-withdraw Public

    autowithdraw BTC from coinbase

    Python

  5. Muilti-Client-Chatroom Muilti-Client-Chatroom Public

    Simple chatroom application written in python.

    Python 7 5

  6. qr_encrypt.sh qr_encrypt.sh
    1
    #!/bin/bash
    2
    
                  
    3
    # create an encrypted QR code
    4
    
                  
    5
    echo -n "$@" | base64 | gpg -c --armor -o - | qrencode -o encrypted_qr.png