> ## 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.

# ls

> Use Golang native commands to list a directory's contents

## Summary

Use Golang native commands to list a directory's contents

* Needs Admin: False
* Version: 1
* Author: @Ne0nd0g

### Arguments

#### path

* Description: The directory path to list the contents of
* Required Value: True
* Default Value: `.`

## Usage

```
ls <directory path>
```

## MITRE ATT\&CK Mapping

[T1083](https://attack.mitre.org/techniques/T1083/) File and Directory Discovery

## Detailed Summary

None
