Kali Raspberry Pi/Tcpdump: Difference between revisions
From charlesreid1
No edit summary |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
This page covers the use of [[Tcpdump]] on the [[Kali Raspberry Pi]]. | This page covers the use of [[Tcpdump]] on the [[Kali Raspberry Pi]]. | ||
=The Process= | |||
The Raspberry Pi will capture wireless traffic using tcpdump. The traffic will be captured in pcap (packet capture) files. New pcap files will be created at periodic intervals. These pcap files can then be offloaded to a command and control server via a scripted scp command. | |||
Step 1 of this process: use tcpdump to create pcap files at periodic intervals. | |||
Latest revision as of 07:49, 23 January 2016
This page covers the use of Tcpdump on the Kali Raspberry Pi.
The Process
The Raspberry Pi will capture wireless traffic using tcpdump. The traffic will be captured in pcap (packet capture) files. New pcap files will be created at periodic intervals. These pcap files can then be offloaded to a command and control server via a scripted scp command.
Step 1 of this process: use tcpdump to create pcap files at periodic intervals.