sync: auto-sync from HOWARD-HOME at 2026-07-04 23:29:28
Author: Howard Enos Machine: HOWARD-HOME Timestamp: 2026-07-04 23:29:28
This commit is contained in:
1
.gps-imc-listener3.json
Normal file
1
.gps-imc-listener3.json
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{"command_type": "powershell", "command": "New-NetFirewallRule -DisplayName GPSDIAG-TMP -Direction Inbound -Protocol TCP -LocalPort 8765 -Action Allow | Out-Null\n$l = New-Object System.Net.HttpListener\n$l.Prefixes.Add('http://+:8765/')\n$l.Start()\n$sw = [Diagnostics.Stopwatch]::StartNew()\n$got = @()\nwhile ($sw.Elapsed.TotalSeconds -lt 400 -and $got.Count -lt 10) {\n $ar = $l.BeginGetContext($null, $null)\n if ($ar.AsyncWaitHandle.WaitOne(5000)) {\n $ctx = $l.EndGetContext($ar)\n $got += ('[' + [int]$sw.Elapsed.TotalSeconds + 's] ' + $ctx.Request.Url.Query)\n $b = [Text.Encoding]::UTF8.GetBytes('ok')\n $ctx.Response.OutputStream.Write($b, 0, $b.Length)\n $ctx.Response.Close()\n }\n}\n$l.Stop()\nRemove-NetFirewallRule -DisplayName GPSDIAG-TMP | Out-Null\nif ($got.Count -eq 0) { Write-Output 'NO-CONTACT' } else { $got | ForEach-Object { [uri]::UnescapeDataString($_) } }", "timeout_seconds": 450}
|
||||||
1
.rmm_token
Normal file
1
.rmm_token
Normal file
@@ -0,0 +1 @@
|
|||||||
|
eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI0ZDc1NGYzNi0wNzYzLTRmMzUtOWFhMi0wYjk4YmJjZGIzMDkiLCJyb2xlIjoiYWRtaW4iLCJvcmdzIjpbXSwidHYiOjAsImV4cCI6MTc4MzMxOTMyMSwiaWF0IjoxNzgzMjMyOTIxfQ.XwIBBj4-C1eg4a8Wr_a5g_b1HfSBJz_b2L8wt8gvbCE
|
||||||
Reference in New Issue
Block a user