Skip to content
View pbarry25's full-sized avatar
👋
👋

Highlights

  • Pro

Block or report pbarry25

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. tsw tsw Public

    Python 1

  2. Simple shell script for "playback" o... Simple shell script for "playback" of a base64-encoded file as keystrokes, see https://possiblyunuselessstuff.blogspot.com/.
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    SCAN_CMD='/home/pi/hardpass-passwordmanager-mirror-of-git.gir.st-master/send_hid/scan /dev/hidg0 1 0'
    4
    
                  
    5
    echo "cat << EOF > /tmp/payload.base64" | sudo ${SCAN_CMD}
  3. Simple python script for looking for... Simple python script for looking for a button press and then initiating "playback" of a base64-encoded file as keystrokes, see https://possiblyunuselessstuff.blogspot.com/.
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    from gpiozero import Button
    4
    from time import sleep
    5
    import subprocess
  4. metasploit-propaganda metasploit-propaganda Public

    Forked from hdm/metasploit-propaganda

    Archive of Metasploit Project graphics

  5. programs-make-waves programs-make-waves Public

    Shell 1