> ## Documentation Index
> Fetch the complete documentation index at: https://docs.specterops.io/llms.txt
> Use this file to discover all available pages before exploring further.

# pty

## Summary

Start an interactive PTY session with the specified program.

* Needs Admin: False
* Version: 1
* Author: @its\_a\_feature\_

### Arguments

#### Program Path

* Description: Path to the program to launch with an interactive PTY session
* Required value: True
* Default value: /bin/bash

## Usage

```
pty -program_path /bin/bash
```

## MITRE ATT\&CK Mapping

* T1057

## Detailed Summary

Starts an interactive PTY session with the specified program executed. This will also open up a port on the Mythic server where you can also interact with the session.
