Skip to content

Releases: ToddMaxey/Network_Capture

Code correction

Choose a tag to compare

@ToddMaxey ToddMaxey released this 08 Aug 18:32
V1.41_final

Update NetCap1.41.ps1

Minor Update

Choose a tag to compare

@ToddMaxey ToddMaxey released this 07 Aug 21:46

Added connection to login.microsoftonline.com as a test and marker at the start and end of the network trace

Function update v1.4

Choose a tag to compare

@ToddMaxey ToddMaxey released this 11 Jul 19:22

Added auto elevation to script

Function position update 1.31

Choose a tag to compare

@ToddMaxey ToddMaxey released this 05 Jun 22:29
8e48daa

Fixed the file names from the etl and the netstat txt to have the same name so they are easily associated.

Added version

Function position update 1.1

Choose a tag to compare

@ToddMaxey ToddMaxey released this 16 May 15:10
8e48daa

Added code to remove any lingering Net capture sessions before created a new one.

Initial release version 1.0

Choose a tag to compare

@ToddMaxey ToddMaxey released this 05 Jun 22:35
8e48daa

Initial release version

Function position update 1.3

Choose a tag to compare

@ToddMaxey ToddMaxey released this 04 Jun 23:29
79a17da

Moved Start-NetEventSession -Name NetCap42 to after the user hits ENTER to start the trace. Previously the trace was starting before we flushed the caches

Adding new line to flush ALL Kerberos tickets on the machine - Get-WmiObject Win32_LogonSession | Where-Object {$.AuthenticationPackage -ne 'NTLM'} | ForEach-Object {klist.exe purge -li ([Convert]::ToString($.LogonId, 16))} - Muath Deeb

Moving the resolver cache and Kerberos flush to just after starting the network trace so we can pick up this traffic

Added a Netstat -anob output file to corrlate the PID in the trace note to an executable