Shepard : In Progress Persistent Download/Upload/Execution Tool Using Windows BITS

From kalilinuxtutorials.com

Shepard : In Progress Persistent Download/Upload/Execution Tool Using Windows BITS

Shepard is an IN PROGRESS persistence tool using Windows Background Intelligent Transfer Service (BITS).

  • Functionality: File Download, File Exfiltration, File Download + Persistent Execution
  • Usage: run shepard.exe as Administrator with the following command line arguments
  • -d remoteLocation, writePath: regular file download to a local path of your choice
  • -e remoteLocation, localPath: regular file upload from a local path of your choice (only sends to IIS server, this is a limitation with BITS)
  • -dr remoteLocation, writePath, [optionalFileArgs]: file download to a path of your choice, and will attempt to maintain persistence. The downloaded file will attempt to run with optionalFileArgs and BITS will check back every 30 seconds to make sure the file is still running on the compromised system.

Read more…