Execute From URL

[ POST ] https://api.malcore.io/api/execfromurl

Execute a file from a given URL


Path Params

  • url string

Headers

  • apiKey string

  • X-No-Poll string


Request

curl -X POST https://api.malcore.io/api/execfromurl \
	-H "apiKey: myapikey" \
	-H "X-No-Poll: true" \
    -F "url=https://myurl.com/my/download/path.exe" \

Response

🟢 200

{
  "status": "running",
  "uuid": "myuuid"
}

🔴 400

{}

Last updated