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. Malleable Command and Control
  2. Malleable Profiles

Options

Option
Example
Action

jitter

set jitter 0.3;

Default jitter 0-99%.

sleeptime

set sleeptime 10000;

Default sleeptime in milliseconds.

uri

set uri /example/uri

URI of the transaction.

useragent

set useragent USER_AGENT

Default User-Agent.

verb

set verb GET

HTTP Verb for the transaction.

header

header "header_name"

Store data inside a specified header.

parameter

header "param_name"

Store data in the query string.

print

print

Send data as body.

uri-append

uri-append

Append data to the URI.

Last updated 1 year ago