🛡 [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. |
||
|---|---|---|
| AutoLOG Keylogger.zip | ||
| becmailer.zip | ||
| bfreak.zip | ||
| Bossam Mod Menu PC.gsc | ||
| BossamV6.gsc | ||
| botfaqtor.zip | ||
| clipper_source | ||
| Crypto Clipper.zip | ||
| dropper.js | ||
| Editify.zip | ||
| emailvalid.py | ||
| F_rev.py | ||
| IP Ranger.py | ||
| leafmailer2.8.php | ||
| LEGION SMTP.zip | ||
| LetterSafe V5.2.html | ||
| LuFix Mailer 1.0 by Scarletta.zip | ||
| Multi Wallet Clipper.zip | ||
| OtpBot.zip | ||
| README.md | ||
| RedBinder.zip | ||
| RLStealer.zip | ||
| Sharp Stealer.zip | ||
| Silent Telegram Screenshot Sender.zip | ||
| smtp.py | ||
| SPOOFING OTP-BOT+SETUP TUT.rar | ||
| VictorV2.zip | ||
Project Source Codes 📁🔬
Welcome to the project source codes! This repository houses a collection of source code files that are meant to be shared with everyone. Whether you're a developer, a student, or simply curious about coding, you've come to the right place.
Contents 📚
Description 📝
⚠️ Disclaimer: This repository contains previously malicious code that has been reversed and neutralized.
It is provided strictly for educational, analytical, and research purposes.
The source code files in this repository cover a wide range of topics and programming languages. You'll find code examples, algorithms, and implementations that can serve as a valuable resource for learning and exploration. Feel free to browse through the files and delve into the exciting world of programming.
Please note the following facts about this repository:
- The repository will contain source codes only. 📄
- The source codes provided here may have been malicious in the past, but they have been reversed and are no longer harmful.
- I (bl4d3rvnner7) have personally reversed the codes.
- I am not responsible for any misuse of the source codes. Please use them responsibly.
- You are allowed to fork the repository and report any errors or issues by creating a new issue.
Getting Started 🚀
To get started with the project source codes, simply clone or download the repository to your local machine. Make sure you have the necessary software and development environment set up for the specific programming language you wish to explore.
Usage 💡
The source code files are organized into folders based on their respective programming languages or topics. Navigate through the folders to find the specific code files you're interested in. Each file contains comments and instructions to guide you through its purpose and usage.
Feel free to experiment, modify, and build upon the existing code. Learning by doing is a great way to enhance your programming skills and creativity.
Contributing 🤝
Contributions to this repository are more than welcome! If you have your own code snippets, algorithms, or improvements to the existing code, feel free to submit a pull request. Together, we can create a rich and diverse collection of source code for the benefit of everyone.
Happy researching!