nscurl
macOS version of curl that is used to download files to a target without applying the quarantine extended attribute
Author: Leo Pitt (@_D00mfist) Created: 2023-05-22
Paths
/usr/bin/nscurl Example 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