GitHub

Pinned Loading

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

    Python 20 6

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

    2 1

  3. 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
  4. 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
  5. .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

Read the original on github.com ↗