DANGER
malware detected
github.com / whipowill
whipowill/ d2-qolbot
JavaScript·234 files·commit d1679ef·scanned 46s ago·cached ✓
70/100
DANGEROUS
Sensitive capability combinations reachable from entry points. Do not run without review.
This repository contains patterns associated with malware. Do NOT run this code.
verdict accurate?
Obfuscated code detected
threat-state: dangerouslive
FINDINGS ░▒▓
criticaleval() usage detectedeval() executes arbitrary code and is commonly used in malware to run obfuscated payloads fetched from remote servers.src/d2bs/kolbot/libs/json2.js
j = eval('(' + text + ')');
// In the optional fourth stage, we recursively walk the new structure, passing+8criticalKnown malicious / C2 domainKnown domains used by Lazarus Group and other malware for hosting payloads or exfiltrating data.src/d2bs/kolbot/libs/config/_DefaultConfig.js+5
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.src/d2bs/kolbot/libs/bots/CrushTele.js+4
infoMinified code in source directoryMinified/obfuscated code in source directories (not dist/) makes code review impossible.src/d2bs/kolbot/libs/bots/CrushTele.js+3
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.src/d2bs/kolbot/libs/bots/Duriel.js+4
infoMinified code in source directoryMinified/obfuscated code in source directories (not dist/) makes code review impossible.src/d2bs/kolbot/libs/bots/Duriel.js+3
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.src/d2bs/kolbot/libs/bots/Travincal.js+4
infoMinified code in source directoryMinified/obfuscated code in source directories (not dist/) makes code review impossible.src/d2bs/kolbot/libs/bots/Travincal.js+3
criticalString-array obfuscation detectedCode resolves its string literals through a rotating string-array decoder — many `name(0xNNN)` index calls that reconstruct hidden strings at runtime. This is the structural signature of javascript-obfuscator regardless of the variable-naming scheme, so it fires even when mangled identifiers (e.g. `j5`, `jM`) are used to evade _0x-based detection. Commonly used to hide malware from code review.src/d2bs/kolbot/libs/common/Town.js
if (!npc || npc.area !== me.area || (!getUIFlag(0x08) && !npc.openMenu())) {
return false;
}+18warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/d2bs/kolbot/libs/json2.js+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/d2bs/kolbot/libs/modules/sdk.js+3
Scores are heuristics. A “safe” verdict means no known-malicious patterns were found — clever malware can look boring. Wrong verdict? Flag it above; confirmed false positives become regression tests.
143 files scanned @ d1679ef | 9/25/2026 | heuristic scan — always review manually
risk by category
code execution10
network & exfiltration5
file system access0
obfuscation15
supply chain4
owasp / injection0
telemetry
files 143/234rules hit 14engine v6commit d1679ef
github
whipowill/d2-qolbot
A botting application for Diablo II version 1.13d w/ PlugY support.
8
1
2184d
234 files
143 scanned(61%)
d1679ef
architecture░▒▓
entry (0) flagged (7) pkg (0)
143 nodes · 0 edgesscroll to zoom · click node to jump to finding