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

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Unknown6656/README.md

Pinned Loading

  1. AutoIt-InterpreterAutoIt-InterpreterPublic

    A C# AutoIt interpreter designed to be platform-independent

    AutoIt 36 9

  2. MCPU-SpigotMCPU-SpigotPublic

    A MCPU-plugin for spigot servers

    F# 2

  3. WPFPixelShaderLibraryWPFPixelShaderLibraryPublic

    A Pixel Shader Library for WPF UI Controls written in HLSL

    C# 41 4

  4. MSOffice2016UnlockerMSOffice2016UnlockerPublic

    A Microsoft Office 2016 KMS unlocker

    C# 19 8

  5. Generates a BSoD on Win32- and a ker...Generates a BSoD on Win32- and a kernel-panic on UNIX-Systems
    1
    usingusingSystem.Runtime.InteropServices;
    2
    3
    4
    publicstaticunsafeclassHardError
    5
    {
  6. become-root-ubuntu20.shbecome-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