Skip to content
View Unknown6656's full-sized avatar
☣️
cat /dev/urandom > /dev/brain
☣️
cat /dev/urandom > /dev/brain

Organizations

@DuraPhilms @Unknown6656-Megacorp
Block or Report

Block or report Unknown6656

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
Unknown6656/README.md

Pinned

  1. AutoIt-Interpreter AutoIt-Interpreter Public

    A C# AutoIt interpreter designed to be platform-independent

    AutoIt 35 10

  2. MCPU-Spigot MCPU-Spigot Public

    A MCPU-plugin for spigot servers

    F# 2

  3. WPFPixelShaderLibrary WPFPixelShaderLibrary Public

    A Pixel Shader Library for WPF UI Controls written in HLSL

    C# 36 2

  4. MSOffice2016Unlocker MSOffice2016Unlocker Public

    A Microsoft Office 2016 KMS unlocker

    C# 14 6

  5. Generates a BSoD on Win32- and a ker... Generates a BSoD on Win32- and a kernel-panic on UNIX-Systems
    1
    using using System.Runtime.InteropServices;
    2
    
                  
    3
    
                  
    4
    public static unsafe class HardError
    5
    {
  6. become-root-ubuntu20.sh become-root-ubuntu20.sh
    1
    #!/bin/sh
    2
    # https://securitylab.github.com/research/Ubuntu-gdm3-accountsservice-LPE
    3
    cd ~
    4
    PAM=~/.pam_environment
    5
    if [ -f "$PAM" ]; then