Interface ScreenshotReq

ScreenshotReq - Request the implant take a screenshot

interface ScreenshotReq {
    Request?: commonpb.Request;
}

Properties

Properties

Request?: commonpb.Request