remove essentially duplicated test

This commit is contained in:
Carrie Roberts
2020-07-03 09:53:36 -06:00
committed by GitHub
parent 5f4b9dba55
commit 3fb8f3acfa
-21
View File
@@ -75,24 +75,3 @@ atomic_tests:
c:\windump.exe
name: command_prompt
elevation_required: true
- name: Packet Capture PowerShell
auto_generated_guid: 2bf62970-013a-4c74-b0a8-64030874e89a
description: |
Perform a packet capture using PowerShell with windump or tshark. This will require a host that has Wireshark/Tshark
installed, along with WinPCAP. Windump will require the windump executable.
Upon successful execution, tshark will spawn from powershell and capture 5 packets on interface Ethernet0.
supported_platforms:
- windows
input_arguments:
interface:
description: Specify interface to perform PCAP on.
type: String
default: Ethernet0
executor:
command: |
& "c:\Program Files\Wireshark\tshark.exe" -i #{interface} -c 5
& c:\windump.exe
name: powershell
elevation_required: true