From 2340af5cccbe50cef751d92bd3068f883bda992a Mon Sep 17 00:00:00 2001 From: chandangupta1997 <78696179+chandangupta1997@users.noreply.github.com> Date: Mon, 11 Mar 2024 03:53:29 +0530 Subject: [PATCH 1/2] Update T1040.yaml Link was broken (#2721) Link is broken Might be a typo :-https://1.eu.dl.wireshark.org/win64/Wireshark-win64-latest.exe Correct Link :-https://1.eu.dl.wireshark.org/win64/Wireshark-latest-x64.exe --- atomics/T1040/T1040.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atomics/T1040/T1040.yaml b/atomics/T1040/T1040.yaml index c359be16..113adab7 100644 --- a/atomics/T1040/T1040.yaml +++ b/atomics/T1040/T1040.yaml @@ -99,7 +99,7 @@ atomic_tests: wireshark_url: description: wireshark installer download URL type: url - default: https://1.eu.dl.wireshark.org/win64/Wireshark-win64-latest.exe + default: https://1.eu.dl.wireshark.org/win64/Wireshark-latest-x64.exe tshark_path: description: path to tshark.exe type: path From a492a7390c5de68f4063ae550906a1eef5cce8f7 Mon Sep 17 00:00:00 2001 From: Atomic Red Team doc generator Date: Sun, 10 Mar 2024 22:24:16 +0000 Subject: [PATCH 2/2] Generated docs from job=generate-docs branch=master [ci skip] --- atomics/Indexes/index.yaml | 4 ++-- atomics/Indexes/windows-index.yaml | 4 ++-- atomics/T1040/T1040.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/atomics/Indexes/index.yaml b/atomics/Indexes/index.yaml index 68591cf7..be32050e 100644 --- a/atomics/Indexes/index.yaml +++ b/atomics/Indexes/index.yaml @@ -84442,7 +84442,7 @@ credential-access: wireshark_url: description: wireshark installer download URL type: url - default: https://1.eu.dl.wireshark.org/win64/Wireshark-win64-latest.exe + default: https://1.eu.dl.wireshark.org/win64/Wireshark-latest-x64.exe tshark_path: description: path to tshark.exe type: path @@ -94955,7 +94955,7 @@ discovery: wireshark_url: description: wireshark installer download URL type: url - default: https://1.eu.dl.wireshark.org/win64/Wireshark-win64-latest.exe + default: https://1.eu.dl.wireshark.org/win64/Wireshark-latest-x64.exe tshark_path: description: path to tshark.exe type: path diff --git a/atomics/Indexes/windows-index.yaml b/atomics/Indexes/windows-index.yaml index 5be90067..ebe03643 100644 --- a/atomics/Indexes/windows-index.yaml +++ b/atomics/Indexes/windows-index.yaml @@ -69223,7 +69223,7 @@ credential-access: wireshark_url: description: wireshark installer download URL type: url - default: https://1.eu.dl.wireshark.org/win64/Wireshark-win64-latest.exe + default: https://1.eu.dl.wireshark.org/win64/Wireshark-latest-x64.exe tshark_path: description: path to tshark.exe type: path @@ -77900,7 +77900,7 @@ discovery: wireshark_url: description: wireshark installer download URL type: url - default: https://1.eu.dl.wireshark.org/win64/Wireshark-win64-latest.exe + default: https://1.eu.dl.wireshark.org/win64/Wireshark-latest-x64.exe tshark_path: description: path to tshark.exe type: path diff --git a/atomics/T1040/T1040.md b/atomics/T1040/T1040.md index 6def4c9f..16899c57 100644 --- a/atomics/T1040/T1040.md +++ b/atomics/T1040/T1040.md @@ -210,7 +210,7 @@ Upon successful execution, tshark will execute and capture 5 packets on interfac | Name | Description | Type | Default Value | |------|-------------|------|---------------| | interface | Specify interface to perform PCAP on. | string | Ethernet| -| wireshark_url | wireshark installer download URL | url | https://1.eu.dl.wireshark.org/win64/Wireshark-win64-latest.exe| +| wireshark_url | wireshark installer download URL | url | https://1.eu.dl.wireshark.org/win64/Wireshark-latest-x64.exe| | tshark_path | path to tshark.exe | path | c:\program files\wireshark\tshark.exe| | npcap_url | npcap installed download URL | url | https://nmap.org/npcap/dist/npcap-1.31.exe| | npcap_path | path to npcap.sys | path | C:\Program Files\Npcap\npcap.sys|