-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
⚠️ SECURITY WARNING - MALWARE DETECTED
🚨 DO NOT INSTALL OR RUN THIS PROJECT
This repository contains malware disguised as a PancakeSwap trading bot. The project appears legitimate with a beautiful React frontend, but the backend contains obfuscated malicious code.
🔍 What we discovered:
Malicious Backend Scripts:
predictapipro/wapi.pyandpredictapipro/mapi.pycontain obfuscated Python code- When deobfuscated, these scripts attempt to:
- Download additional files from
apikey.website - Store files in
~/.tmpcode/directory - Execute downloaded
bot.pyscripts without verification - Potentially install additional malware
- Download additional files from
Deobfuscated Code Analysis:
# The script tries to:
1. Connect to apikey.website/getfiles.php
2. Download files based on Python version
3. Save files to ~/.tmpcode/
4. Execute downloaded bot.py without security checks🎭 How it works:
- Legitimate-looking frontend: Beautiful React/TypeScript interface
- Malicious backend:
main.pylaunches obfuscated malware - Social engineering: Appears to be a legitimate trading bot
- Payload delivery: Downloads and executes additional malware
🛡️ Security Impact:
- Remote code execution: Downloads and runs arbitrary code
- Data theft potential: Can access system files and credentials
- Backdoor installation: May install persistent malware
- Network compromise: Can establish unauthorized connections
✅ What we did:
- Analyzed the obfuscated code
- Created cleanup scripts
- Verified no actual trading functionality exists
- Confirmed this is purely malicious software
🔒 Recommendations:
- DO NOT clone or run this repository
- If already installed, run antivirus scan immediately
- Check for
~/.tmpcode/directory and remove if found - Monitor network connections to
apikey.website - Change passwords if system was compromised
📊 Analysis Tools Used:
- Python deobfuscation techniques
- Network traffic analysis
- File system monitoring
- Process analysis
Status: CONFIRMED MALWARE
Risk Level: CRITICAL
Recommendation: AVOID COMPLETELY
This analysis was performed on September 9, 2025
Metadata
Metadata
Assignees
Labels
No labels