Files
AccountForger-neuerUpload/config/method_rotation_config.json
Claude Project Manager 04585e95b6 Initial commit
2025-08-01 23:50:28 +02:00

296 Zeilen
9.2 KiB
JSON

{
"platforms": {
"instagram": {
"methods": {
"stealth_basic": {
"priority": 8,
"max_daily_attempts": 20,
"cooldown_period": 300,
"risk_level": "LOW",
"configuration": {
"enhanced_stealth": false,
"user_agent_rotation": false,
"fingerprint_complexity": "basic",
"canvas_noise": false,
"webrtc_protection": "basic"
},
"tags": ["basic", "fast", "low_detection"],
"success_threshold": 0.7
},
"stealth_enhanced": {
"priority": 7,
"max_daily_attempts": 15,
"cooldown_period": 400,
"risk_level": "MEDIUM",
"configuration": {
"enhanced_stealth": true,
"user_agent_rotation": true,
"fingerprint_complexity": "enhanced",
"canvas_noise": true,
"webrtc_protection": "enhanced",
"viewport_randomization": true,
"screen_resolution_spoof": true
},
"tags": ["enhanced", "reliable", "medium_stealth"],
"success_threshold": 0.6
},
"stealth_maximum": {
"priority": 6,
"max_daily_attempts": 10,
"cooldown_period": 600,
"risk_level": "HIGH",
"configuration": {
"enhanced_stealth": true,
"user_agent_rotation": true,
"fingerprint_complexity": "maximum",
"canvas_noise": true,
"webrtc_protection": "maximum",
"viewport_randomization": true,
"navigator_spoof": true,
"timing_randomization": true,
"memory_spoof": true,
"hardware_spoof": true
},
"tags": ["maximum", "complex", "high_stealth"],
"success_threshold": 0.5
}
},
"rotation_policy": {
"max_failures_before_rotation": 1,
"rotation_cooldown": 30,
"prefer_high_success_rate": true,
"avoid_recently_failed": true,
"smart_fallback": true,
"emergency_mode_trigger_failures": 8,
"instant_rotation_errors": ["browser_level_error", "css", "javascript", "parsing"]
},
"emergency_methods": ["email"],
"daily_reset_hour": 0
},
"tiktok": {
"methods": {
"email": {
"priority": 8,
"max_daily_attempts": 25,
"cooldown_period": 240,
"risk_level": "LOW",
"configuration": {
"email_domain": "z5m7q9dk3ah2v1plx6ju.com",
"require_phone_verification": false,
"auto_verify_email": true,
"email_verification_timeout": 180
},
"tags": ["primary", "reliable", "tiktok"],
"success_threshold": 0.8
},
"phone": {
"priority": 7,
"max_daily_attempts": 15,
"cooldown_period": 480,
"risk_level": "MEDIUM",
"configuration": {
"require_email_backup": false,
"phone_verification_timeout": 180,
"country_codes": ["+1", "+44"],
"fast_verification": true
},
"tags": ["secondary", "fast", "mobile"],
"success_threshold": 0.6
}
},
"rotation_policy": {
"max_failures_before_rotation": 2,
"rotation_cooldown": 45,
"prefer_high_success_rate": true,
"avoid_recently_failed": true,
"smart_fallback": true,
"emergency_mode_trigger_failures": 15
},
"emergency_methods": ["email"],
"daily_reset_hour": 0
},
"x": {
"methods": {
"email": {
"priority": 8,
"max_daily_attempts": 15,
"cooldown_period": 360,
"risk_level": "LOW",
"configuration": {
"email_domain": "z5m7q9dk3ah2v1plx6ju.com",
"require_phone_verification": true,
"auto_verify_email": true,
"email_verification_timeout": 300
},
"tags": ["primary", "stable", "twitter"],
"success_threshold": 0.6
},
"phone": {
"priority": 6,
"max_daily_attempts": 8,
"cooldown_period": 720,
"risk_level": "MEDIUM",
"configuration": {
"require_email_backup": true,
"phone_verification_timeout": 300,
"country_codes": ["+1", "+44", "+49"],
"strict_verification": true
},
"tags": ["secondary", "verification", "strict"],
"success_threshold": 0.4
}
},
"rotation_policy": {
"max_failures_before_rotation": 1,
"rotation_cooldown": 90,
"prefer_high_success_rate": true,
"avoid_recently_failed": true,
"smart_fallback": true,
"emergency_mode_trigger_failures": 8
},
"emergency_methods": ["email"],
"daily_reset_hour": 0
},
"gmail": {
"methods": {
"standard_registration": {
"priority": 9,
"max_daily_attempts": 30,
"cooldown_period": 180,
"risk_level": "LOW",
"configuration": {
"recovery_email": false,
"recovery_phone": false,
"skip_phone_verification": true,
"use_simple_captcha": true
},
"tags": ["primary", "google", "standard"],
"success_threshold": 0.9
},
"recovery_registration": {
"priority": 7,
"max_daily_attempts": 10,
"cooldown_period": 600,
"risk_level": "MEDIUM",
"configuration": {
"recovery_email": true,
"recovery_phone": false,
"backup_recovery_method": true,
"enhanced_security": true
},
"tags": ["secondary", "secure", "recovery"],
"success_threshold": 0.7
}
},
"rotation_policy": {
"max_failures_before_rotation": 3,
"rotation_cooldown": 30,
"prefer_high_success_rate": true,
"avoid_recently_failed": false,
"smart_fallback": true,
"emergency_mode_trigger_failures": 20
},
"emergency_methods": ["standard_registration"],
"daily_reset_hour": 0
}
},
"global_settings": {
"rotation_strategies": {
"adaptive": {
"description": "Learn from success patterns and adapt method selection",
"weight_success_rate": 0.4,
"weight_priority": 0.3,
"weight_recent_performance": 0.3
},
"sequential": {
"description": "Try methods in order of priority",
"strict_order": true,
"skip_on_cooldown": true
},
"random": {
"description": "Random method selection from available options",
"weighted_by_priority": true,
"exclude_high_risk": false
},
"smart": {
"description": "AI-driven method selection with machine learning",
"use_ml_predictions": true,
"consider_time_patterns": true,
"adapt_to_platform_changes": true
}
},
"performance_tracking": {
"success_rate_window_hours": 24,
"min_attempts_for_reliability": 5,
"performance_decay_days": 7,
"auto_adjust_priorities": true
},
"emergency_mode": {
"auto_enable_threshold": 0.2,
"auto_disable_threshold": 0.6,
"max_duration_hours": 24,
"notification_enabled": true
},
"analytics": {
"track_execution_time": true,
"track_error_patterns": true,
"generate_daily_reports": true,
"retention_days": 90
},
"fallback_behavior": {
"on_rotation_failure": "use_original_method",
"on_all_methods_exhausted": "enable_emergency_mode",
"max_rotation_attempts_per_session": 3,
"fallback_to_legacy_on_error": true
}
},
"method_definitions": {
"stealth_basic": {
"description": "Basic stealth mode with minimal anti-detection",
"required_services": [],
"typical_success_rate": 0.7,
"average_completion_time": 120
},
"stealth_enhanced": {
"description": "Enhanced stealth with fingerprint obfuscation",
"required_services": ["fingerprint_service"],
"typical_success_rate": 0.6,
"average_completion_time": 150
},
"stealth_maximum": {
"description": "Maximum stealth with full anti-detection suite",
"required_services": ["fingerprint_service"],
"typical_success_rate": 0.5,
"average_completion_time": 180
},
"standard_registration": {
"description": "Standard Google account registration",
"required_services": [],
"typical_success_rate": 0.9,
"average_completion_time": 150
},
"recovery_registration": {
"description": "Google account registration with recovery options",
"required_services": ["recovery_service"],
"typical_success_rate": 0.7,
"average_completion_time": 200
}
},
"risk_levels": {
"LOW": {
"description": "Stable methods with high success rates",
"max_concurrent_attempts": 10,
"recommended_cooldown": 300
},
"MEDIUM": {
"description": "Moderately reliable methods",
"max_concurrent_attempts": 5,
"recommended_cooldown": 600
},
"HIGH": {
"description": "Experimental or unreliable methods",
"max_concurrent_attempts": 2,
"recommended_cooldown": 1800
}
}
}