Skip to main content

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.

Summary

Prints the current working directory for the agent
  • Needs Admin: False
  • Version: 1
  • Author: @its_a_feature_

Arguments

Usage

pwd

MITRE ATT&CK Mapping

  • T1083

Detailed Summary

Uses ObjectiveC to print the current working directory:
let fileManager = $.NSFileManager.defaultManager;
let cwd = fileManager.currentDirectoryPath;