name: vip-bypass description: VIP/payment/subscription bypass workflow. Trigger: vip bypass, bypass vip, bypass payment, premium bypass, 绕过VIP, 绕过付费, 绕过会员, 会员破解, subscription bypass.
VIP / Payment Bypass Workflow
Auto-chain without confirmation:
Step 1: Analyze target → identify payment/VIP check mechanism.
Types: server-side verification, local flag, timer, ad-wall, feature gate.
Step 2: Local check → skills/crack-keygen/scripts/patch_binary.py
Find: isVip(), isPremium(), isPro(), checkSubscription(), trialDays().
Patch: return true, extend timer, disable check.
Step 3: Database/SQLite → skills/crack-keygen/scripts/license_bypass.py
Find: user_level, vip_expire, premium_until, is_trial.
Patch: set vip=1, expire=9999-12-31, trial=0.
Step 4: Android/iOS → skills/crack-keygen/scripts/license_bypass.py
SharedPreferences, plist, Keychain — patch license flags.
Step 5: Server-side → proxy/mock the verification response.
Hook HTTPS → return {"vip": true, "expire": "2099-12-31"}.
Step 6: Verify → launch app, confirm VIP features unlocked.
Step 7: Output → patch file + DB changes to disk.
Output:
[OK]
Target: $APP | VIP check: $TYPE | Method: $METHOD
Patch: $OFFSET → $BEFORE → $AFTER
Status: VIP UNLOCKED
Files: $PATHS
Security Audit Scanner
Security
Analyzes code to detect OWASP Top 10 vulnerabilities.
OWASP Security Checklist
Security
Generates application security checklists based on the OWASP Top 10.
Threat Model Generator
Security
Generates threat model documents with STRIDE analysis.