{ "version": "9.5.0 (Ultimate Final)", "last_updated": "2026-01-13", "theme": "Hacker", "themes": { "Hacker": { "name": "💀 Hacker", "mode": "dark", "bg": "#000000", "fg": "#00ff00", "sidebar": "#0a0a0a", "topbar": "#001a00", "card": "#001a00", "card_hover": "#002600", "text": "#00ff00", "accent": "#00ff00", "run_btn": "#004d00", "link_btn": "#003366", "font_main": "Consolas", "font_cat": "Consolas", "font_item": "Consolas", "icon_size": 32 }, "Cyberpunk": { "name": "🤖 Cyberpunk", "mode": "dark", "bg": "#0b0c15", "fg": "#ffee00", "sidebar": "#151520", "topbar": "#0b0c15", "card": "#1e1e2e", "card_hover": "#2a2a3a", "text": "#00e5ff", "accent": "#ffee00", "run_btn": "#ff0055", "link_btn": "#00e5ff", "font_main": "Arial", "font_cat": "Impact", "font_item": "Arial", "icon_size": 32 }, "Dracula": { "name": "🧛 Dracula", "mode": "dark", "bg": "#282a36", "fg": "#f8f8f2", "sidebar": "#21222c", "topbar": "#191a21", "card": "#44475a", "card_hover": "#6272a4", "text": "#f8f8f2", "accent": "#ff79c6", "run_btn": "#50fa7b", "link_btn": "#8be9fd", "font_main": "Segoe UI", "font_cat": "Segoe UI", "font_item": "Segoe UI", "icon_size": 32 }, "Ocean": { "name": "🌊 Okyanus", "mode": "dark", "bg": "#0f172a", "fg": "#e2e8f0", "sidebar": "#1e293b", "topbar": "#0f172a", "card": "#334155", "card_hover": "#475569", "text": "#93c5fd", "accent": "#38bdf8", "run_btn": "#0ea5e9", "link_btn": "#3b82f6", "font_main": "Verdana", "font_cat": "Verdana", "font_item": "Verdana", "icon_size": 32 }, "Sunset": { "name": "🌅 Gün Batımı", "mode": "dark", "bg": "#2a1b1b", "fg": "#ffccbc", "sidebar": "#3e2723", "topbar": "#2a1b1b", "card": "#4e342e", "card_hover": "#5d4037", "text": "#ffab91", "accent": "#ff7043", "run_btn": "#ff5722", "link_btn": "#f4511e", "font_main": "Tahoma", "font_cat": "Tahoma", "font_item": "Tahoma", "icon_size": 32 }, "Forest": { "name": "🌲 Orman", "mode": "dark", "bg": "#1b2e1b", "fg": "#c8e6c9", "sidebar": "#2e4a2e", "topbar": "#1b2e1b", "card": "#385c38", "card_hover": "#426e42", "text": "#a5d6a7", "accent": "#66bb6a", "run_btn": "#2e7d32", "link_btn": "#1b5e20", "font_main": "Georgia", "font_cat": "Georgia", "font_item": "Georgia", "icon_size": 32 }, "Royal": { "name": "👑 Kraliyet", "mode": "dark", "bg": "#1a1a2e", "fg": "#eaeaea", "sidebar": "#16213e", "topbar": "#0f3460", "card": "#16213e", "card_hover": "#1a2744", "text": "#ffd700", "accent": "#ffd700", "run_btn": "#e94560", "link_btn": "#533483", "font_main": "Times New Roman", "font_cat": "Times New Roman", "font_item": "Times New Roman", "icon_size": 32 }, "Cherry": { "name": "🍒 Kiraz", "mode": "dark", "bg": "#2b0a12", "fg": "#f8bbd0", "sidebar": "#4a121f", "topbar": "#2b0a12", "card": "#68182b", "card_hover": "#861e36", "text": "#f48fb1", "accent": "#ec407a", "run_btn": "#d81b60", "link_btn": "#ad1457", "font_main": "Comic Sans MS", "font_cat": "Comic Sans MS", "font_item": "Comic Sans MS", "icon_size": 32 }, "Light": { "name": "☀️ Aydınlık", "mode": "light", "bg": "#ffffff", "fg": "#333333", "sidebar": "#f0f0f0", "topbar": "#e0e0e0", "card": "#f9f9f9", "card_hover": "#eeeeee", "text": "#333333", "accent": "#007bff", "run_btn": "#28a745", "link_btn": "#007bff", "font_main": "Arial", "font_cat": "Arial", "font_item": "Arial", "icon_size": 32 }, "Dark": { "name": "🌙 Karanlık", "mode": "dark", "bg": "#121212", "fg": "#ffffff", "sidebar": "#1e1e1e", "topbar": "#121212", "card": "#2d2d2d", "card_hover": "#3a3a3a", "text": "#e0e0e0", "accent": "#bb86fc", "run_btn": "#03dac6", "link_btn": "#3700b3", "font_main": "Arial", "font_cat": "Arial", "font_item": "Arial", "icon_size": 32 } }, "tabs": [ { "name": "Araç Kutusu", "icon": "🧰", "categories": [ { "name": "📡 Ağ & WiFi", "items": [ { "name": "WiFi Şifrelerini Çek", "type": "script", "value": "@echo off\nsetlocal enabledelayedexpansion\ntitle PixTool Pro 2026 - WiFi Security Tool\ncolor 0b\ncls\n\n:: --- HEADER ---\necho.\necho ==============================================================================\necho PIXTOOL PRO 2026 - WIFI SIFRE KURTARMA ARACI\necho Gelistirici: Omer Cataloglu\necho iletisim : https://omercataloglu.com\necho ==============================================================================\necho.\necho [INFO] Sistem Ag Adaptorleri Taraniyor...\ntimeout /t 2 >nul\necho [INFO] Kayitli Profiller Analiz Ediliyor...\necho.\n\n:: --- GECICI DOSYA OLUSTURMA ---\nset \"tempFile=%temp%\\wifi_profiles_list.txt\"\nif exist \"%tempFile%\" del \"%tempFile%\"\n\n:: --- PROFILLERI BUL ---\nnetsh wlan show profiles | findstr /c:\"All User Profile\" /c:\"Tüm Kullanıcı Profili\" > \"%tempFile%\"\n\n:: --- KONTROL: PROFIL VAR MI? ---\nfor %%A in (\"%tempFile%\") do if %%~zA==0 (\n color 0c\n echo.\n echo [BASARISIZ] Kayitli herhangi bir WiFi profili bulunamadi!\n echo [SEBEP] WiFi kapali olabilir veya hicbir aga baglanilmamis.\n echo.\n pause\n del \"%tempFile%\"\n exit\n)\n\necho ------------------------------------------------------------------------------\necho WIFI ADI (SSID) | SIFRE (PASSWORD)\necho ------------------------------------------------------------------------------\n\n:: --- DONGU VE SIFRE CEKME ---\nfor /f \"tokens=2 delims=:\" %%a in (%tempFile%) do (\n set \"ssid=%%a\"\n set \"ssid=!ssid:~1!\"\n \n :: Şifreyi çek ve filtrele (TR ve EN uyumlu)\n set \"pass=SIFRE YOK (Acik Ag/Enterprise)\"\n \n for /f \"tokens=2 delims=:\" %%k in ('netsh wlan show profile name^=\"!ssid!\" key^=clear ^| findstr /c:\"Key Content\" /c:\"Anahtar İçeriği\"') do (\n set \"pass=%%k\"\n set \"pass=!pass:~1!\"\n )\n \n :: Ekrana Bas (Hizalama yapmaya calisiyoruz)\n set \"displaySSID=!ssid! \"\n set \"displaySSID=!displaySSID:~0,35!\"\n \n echo !displaySSID! ^| !pass!\n)\n\n:: --- BITIS ---\ndel \"%tempFile%\"\necho ------------------------------------------------------------------------------\necho.\necho [BASARILI] Tum islemler tamamlandi Patron!\necho [INFO] Pencereyi kapatmak icin bir tusa basiniz...\necho.\npause >nul", "icon": "🔑" }, { "name": "Tüm WiFi Profilleri", "type": "script", "value": "netsh wlan show profiles", "icon": "📋" }, { "name": "Detaylı Ağ Analizi", "type": "script", "value": "ipconfig /all && curl ifconfig.me", "icon": "🌐" }, { "name": "DNS Önbelleği Temizle", "type": "script", "value": "ipconfig /flushdns", "icon": "🧹" }, { "name": "Ağ Ayarları Sıfırla", "type": "script", "value": "netsh winsock reset && netsh int ip reset", "icon": "🔄" }, { "name": "Ping At", "type": "script", "value": "ping google.com -t", "icon": "🏓" } ] }, { "name": "🔒 Güvenlik", "items": [ { "name": "Güvenlik Duvarı", "type": "script", "value": "wf.msc", "icon": "🧱" }, { "name": "Windows Güvenliği", "type": "script", "value": "start windowsdefender:", "icon": "🛡️" } ] }, { "name": "📋 Raporlar", "items": [ { "name": "Sistem Raporu", "type": "script", "value": "systeminfo", "icon": "📑" }, { "name": "Batarya Raporu", "type": "script", "value": "powercfg /batteryreport && start battery-report.html", "icon": "🔋" } ] }, { "name": "🧹 Temizlik & Bakım", "items": [ { "name": "Disk Temizleme", "type": "script", "value": "cleanmgr", "icon": "🧼" } ] }, { "name": "⚡ Performans", "items": [ { "name": "Görev Yöneticisi", "type": "script", "value": "taskmgr", "icon": "📊" }, { "name": "Kaynak İzleyici", "type": "script", "value": "resmon", "icon": "📈" } ] }, { "name": "🔧 Sistem Araçları", "items": [ { "name": "Kayıt Defteri", "type": "script", "value": "regedit", "icon": "📝" }, { "name": "Denetim Masası", "type": "script", "value": "control", "icon": "🎛️" } ] } ] }, { "name": "Format Sonrası", "icon": "💿", "categories": [ { "name": "🔌 Sürücüler", "items": [ { "name": "Nvidia Drivers", "type": "link", "value": "https://www.nvidia.com/Download/index.aspx", "icon": "🟢" }, { "name": "AMD Drivers", "type": "link", "value": "https://www.amd.com/en/support", "icon": "🔴" }, { "name": "Intel Drivers", "type": "link", "value": "https://www.intel.com/content/www/us/en/download-center/home.html", "icon": "🔵" } ] }, { "name": "📦 Temel Kurulumlar", "items": [ { "name": "Ninite (Toplu Kurulum)", "type": "link", "value": "https://ninite.com/", "icon": "📦" }, { "name": "Chris Titus WinUtil", "type": "script", "value": "powershell -Command \"irm christitus.com/win | iex\"", "icon": "🛠️" } ] } ] }, { "name": "Yazılımlar", "icon": "💾", "categories": [ { "name": "🛡️ Antivirüs", "items": [ { "name": "Kaspersky Free", "type": "link", "value": "https://www.kaspersky.com.tr/downloads/free-antivirus", "icon": "🦠" }, { "name": "Malwarebytes", "type": "link", "value": "https://www.malwarebytes.com/mwb-download", "icon": "🦠" } ] } ] }, { "name": "Faydalı Linkler", "icon": "🔗", "categories": [ { "name": "omercataloglu.com", "items": [ { "name": "Kişisel Website", "type": "link", "value": "https://omercataloglu.com", "icon": "🌍" }, { "name": "Yunohost Panel", "type": "link", "value": "https://omercataloglu.com/yunohost/sso/", "icon": "☁️" }, { "name": "Otomasyon (n8n)", "type": "link", "value": "https://otomasyon.omercataloglu.com/", "icon": "⚙️" }, { "name": "Db (phpmyadmin)", "type": "link", "value": "https://db.omercataloglu.com/phpmyadmin", "icon": "🗄️" }, { "name": "Sosyal Medya (pixelfed)", "type": "link", "value": "https://sosyal.omercataloglu.com/i/web", "icon": "📸" }, { "name": "Mail (Roundcube)", "type": "link", "value": "https://mail.omercataloglu.com/webmail", "icon": "📧" }, { "name": "it tools", "type": "link", "value": "https://it-tools.tech/", "icon": "🛠️" } ] } ] } ] }