Skip to content
View mcorybillington's full-sized avatar

Block or report mcorybillington

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. rapid7/metasploit-framework rapid7/metasploit-framework Public

    Metasploit Framework

    Ruby 34.1k 14k

  2. sshspray sshspray Public

    A multithreaded, queued SSH key and/or password spraying tool.

    Python 17 5

  3. SuiteCRM-RCE SuiteCRM-RCE Public

    Writeup on CVE-2020-28328: SuiteCRM Log File Remote Code Execution plus some bonus Cross-Site Scripting

    2 1

  4. Fast threaded python script Fast threaded python script
    1
    from threading import Thread
    2
    from requests.exceptions import ConnectionError, ReadTimeout
    3
    from requests import head
    4
    from queue import Queue
    5
    from sys import argv, exit
  5. Quick script to automate CVE-2020-16... Quick script to automate CVE-2020-16125 Gnome gdm3 privilege escalation. Credit for discovery to Kevin Backhouse and GitHub Security Lab. Original writeup: https://securitylab.github.com/research/Ubuntu-gdm3-accountsservice-LPE
    1
    #!/bin/bash
    2
    
                  
    3
    # Credit to Kevin Backhouse and GitHub Security Lab, I just scripted this...
    4
    # Original writeup: https://securitylab.github.com/research/Ubuntu-gdm3-accountsservice-LPE
    5
    # CVE-2020-16125
  6. SharpFind SharpFind Public

    .NET utility to mimic some of the functionality of the unix command find, such as finding writable and/or recently modified files.

    C# 7 2