Turul - Project Introduction
ML TRAININGATLAN DIGITAL
  • Welcome to Turul
    • Overview
    • How to access Turul
  • User Interface
  • Data Management
    • Tasks
    • Credentials
  • Listener and Infrastructure Management
    • HTTPS Listener Management
    • Listener Setup
    • Redirector
  • Turul Implants
    • Implant Management
    • Turul's Implant Generation
      • Implant Setup
  • Post Exploitation
    • Beacon Management
    • Beacon
    • The Post Exploitation Module
    • Upload and Download
    • File Browser
    • Other Commands
  • Malleable Command and Control
    • Overview
    • Malleable Profiles
      • Profile Language
      • Data Transform Language
      • Options
      • Profile walkthrough
  • HTTP transaction of a Beacon
Powered by GitBook
On this page
  1. Post Exploitation

Upload and Download

Last updated 11 months ago

The files you wish to upload to the victim's computer must first be uploaded to Turul's server! Afterwards, you can use their name when specifying which file to upload to the victim's computer. To accomplish this, navigate to Files and proceed to upload your file.

You have multiple options available for uploading files to the victim's computer and downloading files from it. You can click on the Download or Upload button

or use the following commands in the terminal

download -d PATH_TO_FILE upload -n

upload -n FILE_NAME -d PATH_TO_UPLOAD

or (if you have elaveted priviliges on the victim's machine) you can go to File Browser, right-click on the file you wish to download and selecting the Download to Turul option

or right-click on a folder you wish to upload and selecting the Upload option.

To access the downloaded files, navigate to the Downloads tab.

Files page
Downloading a file from the victim's computer using the Download button
Uploading a file to the victim's computer using the Upload button
Downloading a file from the victim's computer using the terminal
Uploadinga file to the victim's computer using the terminal
Downloading a file from the victim's computer using the File Browser
Uploading a file to the victim's computer using the FIle Browser
Downloads tab