diff --git a/atomics/Indexes/index.yaml b/atomics/Indexes/index.yaml index 8b16bea6..ceb05207 100644 --- a/atomics/Indexes/index.yaml +++ b/atomics/Indexes/index.yaml @@ -71446,7 +71446,7 @@ exfiltration: input_file: description: Test file to upload type: Path - default: PathToAtomicsFolder/T1048.002/files/artifact + default: PathToAtomicsFolder/T1048.002/src/artifact curl_path: description: path to curl.exe type: Path @@ -71482,7 +71482,7 @@ exfiltration: input_file: description: Test file to upload type: Path - default: PathToAtomicsFolder/T1048.002/files/artifact + default: PathToAtomicsFolder/T1048.002/src/artifact executor: name: bash elevation_required: false diff --git a/atomics/T1048.002/T1048.002.md b/atomics/T1048.002/T1048.002.md index 62a7762d..d6467f8a 100644 --- a/atomics/T1048.002/T1048.002.md +++ b/atomics/T1048.002/T1048.002.md @@ -30,7 +30,7 @@ Exfiltrate data HTTPS using curl to file share site file.io #### Inputs: | Name | Description | Type | Default Value | |------|-------------|------|---------------| -| input_file | Test file to upload | Path | PathToAtomicsFolder/T1048.002/files/artifact| +| input_file | Test file to upload | Path | PathToAtomicsFolder/T1048.002/src/artifact| | curl_path | path to curl.exe | Path | C:\Windows\System32\Curl.exe| @@ -80,7 +80,7 @@ Exfiltrate data HTTPS using curl to file share site file.io #### Inputs: | Name | Description | Type | Default Value | |------|-------------|------|---------------| -| input_file | Test file to upload | Path | PathToAtomicsFolder/T1048.002/files/artifact| +| input_file | Test file to upload | Path | PathToAtomicsFolder/T1048.002/src/artifact| #### Attack Commands: Run with `bash`!