github.com / amnottdevv
amnottdevv/ atdork
Python·264 files·commit 1f7af8c·scanned 10d ago·cached ✓
47/100
SUSPICIOUS
Obfuscation or dynamic code paths detected. Intent unclear — review before running anything.
verdict accurate?
20% file coverage
Research / educational context
threat-state: suspiciouslive
FINDINGS ░▒▓
warningPython subprocess / os.system usageos.system() or subprocess with shell=True / suspicious commands can execute arbitrary shell commands. Plain pip/package installs are usually benign.core/post_processor.py
# Jalankan dengan strict safety settings
process = subprocess.run(
cmd,
shell=True, # nosec+4warningSuspicious Windows batch commandBatch file contains commands commonly used to download and execute remote payloads (powershell, certutil, bitsadmin, curl to pipe, etc.).setup.bat
# AtDork v1.3.2 - Setup Script (PowerShell) $ErrorActionPreference = "Stop"+5
warningHigh-entropy string literalsFound 18 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.atdork.py+3
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.core/case/ip_guard.py+3
warningHigh-entropy string literalsFound 4 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.core/database.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.core/database.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.tests/test_database.py+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.
53 files scanned @ 1f7af8c | 8/27/2026 | heuristic scan — always review manually
risk by category
code execution11
network & exfiltration0
file system access0
obfuscation15
supply chain4
owasp / injection0
telemetry
files 53/264rules hit 10engine v5commit 1f7af8c
github
amnottdevv/atdork
tools auto dorking with multi enggine search
38
7
92d
264 files
53 scanned(20%)
1f7af8c
architecture░▒▓
entry (0) flagged (9) pkg (62)
106 nodes · 208 edgesscroll to zoom · click node to jump to finding