Skip to content
View matts0613's full-sized avatar
💭
Cowrie
💭
Cowrie
  • USA
  • 07:59 (UTC -12:00)

Block or report matts0613

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. ipgeo.py ipgeo.py
    1
    #quick little IP geolocation script I threw together. Gives your public IP, region of world/country, country, city, and org.
    2
    #usage is just 'python ipgeo.py' and you are all set, assuming you have the imported modules.
    3
    
                  
    4
    import re
    5
    import json
  2. exifInfo.py exifInfo.py
    1
    #requirement - pip3 install pillow
    2
    #Usage: python3 exif.py
    3
    #simple script that prints exif information for a user
    4
    #prompted image name in the same directory as this script
    5
     
  3. systemInfo.py systemInfo.py Public

    Python

  4. bingAutosearch bingAutosearch Public

    automates searching bing for Microsoft/Bing Rewards from chrome's devtools

    JavaScript 2

  5. mybashrc mybashrc Public

    Shell

  6. keyloggerToFile.user.js keyloggerToFile.user.js
    1
    // ==UserScript==
    2
    
                  
    3
    // BEWARE - this actually saves your keypresses on a webpage to a file like a legitimate keylogger - nothing is hidden or obfuscated, but I wanted to see if it was possible using the boundaries of userscripts and the developer console. 
    4
    
                  
    5