nscurl

Created by Leo Pitt (@_D00mfist)

Description

macOS version of curl that is used to download files to a target without applying the quarantine extended attribute

CreatedTacticsTags
2023-05-22Defense Evasion Command and Control

Paths

  • /usr/bin/nscurl

Use Cases

Download file

Download file and ignore cert checking

nscurl -k https://google.com -o /private/tmp/google

Download file

Download file to the Downloads directory using -dl

nscurl https://google.com -dl

Download file

Download file to a designated directory using -dir

nscurl https://google.com -dir /private/tmp/google

Detections

  • No detections at time of publishing

Resources