StealerGo

(★ 21)

Remote Access Trojan (RAT) to collect information, cause chaos and corruption using telegram.

File Explorer

  • .gitattributes
  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

username

View Details ▼

Manage users.
Accessed in configuration mode.

username {{admin}} privilege 15 secret {{password}}

Set up an admin account:

🔍

freeze

View Details ▼

Generate images of code and terminal output.
Supported formats are PNG, SVG, and WebP.
See also: `silicon`.

freeze {{path/to/file}}

Generate an image of code based on a file:

freeze {{path/to/file}} {{[-o|--output]}} {{path/to/output_image.png}}

Specify the output path:

freeze {{[-x|--execute]}} {{command}}

Generate an image of terminal output:

🔍

yes

View Details ▼

Output something repeatedly.
This command is commonly used to answer yes to every prompt by install commands (such as `apt-get`).

yes

Repeatedly output `y`:

yes {{value}}

Repeatedly output a specified value:

yes | sudo apt-get install {{program}}

Accept everything prompted by the `apt-get` command:

🔍

shutdown

View Details ▼

Shutdown and reboot the system.
See also: `poweroff`.

shutdown -h now

Power off ([h]alt) immediately:

shutdown -h now

Power off (halt) immediately:

shutdown /s

Shutdown the current machine:

// repository documentation