| { |
| "window_size": { |
| "width": 800, |
| "height": 600 |
| }, |
| "theme": "default", |
| "session_timeout": 300, |
| "api_keys": { |
| "shodan": "ACTUAL_SHODAN_API_KEY", |
| "nmap": "ACTUAL_NMAP_API_KEY" |
| }, |
| "chatbox": { |
| "enabled": true, |
| "scan_targets": true, |
| "modify_exploits": true, |
| "deploy_exploits": true, |
| "post_exploitation_modules": true |
| }, |
| "dark_mode": false, |
| "default_language": "en", |
| "logging_level": "INFO", |
| "log_directory": "logs", |
| "automatic_updates": true, |
| "adware_manager": { |
| "enabled": true, |
| "default_payload": "payload1", |
| "default_deployment_method": "method1" |
| }, |
| "ai_integration": { |
| "enabled": true, |
| "model_endpoint": "http://localhost:5001/generate" |
| }, |
| "deployment_manager": { |
| "enabled": true, |
| "default_method": "SSH" |
| }, |
| "incident_response": { |
| "enabled": true, |
| "default_action": "alert" |
| }, |
| "gui_components": { |
| "settings_panel": { |
| "enabled": true, |
| "configurable_settings": [ |
| "window_size", |
| "theme", |
| "session_timeout", |
| "api_keys", |
| "chatbox", |
| "dark_mode", |
| "default_language", |
| "logging_level", |
| "log_directory", |
| "automatic_updates", |
| "adware_manager", |
| "ai_integration", |
| "deployment_manager", |
| "incident_response" |
| ] |
| } |
| }, |
| "selected_theme": "default", |
| "user_preferences": { |
| "theme": "default", |
| "custom_themes": { |
| "dark": { |
| "background": "#2e2e2e", |
| "foreground": "#ffffff", |
| "activeBackground": "#3e3e3e", |
| "activeForeground": "#ffffff" |
| }, |
| "light": { |
| "background": "#ffffff", |
| "foreground": "#000000", |
| "activeBackground": "#e0e0e0", |
| "activeForeground": "#000000" |
| } |
| } |
| } |
| } |
|
|