Skip to content

Quick and dirty hourly TCPDUMP with BASH and daily rollups.

Notifications You must be signed in to change notification settings

1on1security/packetCapture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a very crude bash script to capture packets.

It utilizes tcpdump to capture full snaplen for a given interface.

capturePackets.bash is intended to be run hourly via cron, while packagePackets.bash is run daily to generate a tarball for download and analysis.

You'll want to edit packagePackets.bash and properly define the path to the capturePackets.bash script.
Ex: capturePacketsPath=/root/rootScripts/

About

Quick and dirty hourly TCPDUMP with BASH and daily rollups.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages