-
-
Notifications
You must be signed in to change notification settings - Fork 27
(Rdx) Server
𝘿𝙚𝙘𝙞𝙢𝙖𝙩𝙞𝙤𝙣 edited this page Feb 25, 2025
·
1 revision
SmartImage can host a listen server using the server
command.
- Body: Image URI
- Form:
multipart/form-data
binary image
(PowerShell)
$x = iwr 'http://localhost:25565/search' -Form @{file=get-item "<file>"} `
if ($$) { `
$y = $x.Content | ConvertFrom-Json `
Start-Process $y.Best.Url `
} `
$y