You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lucas Fernandez edited this page Nov 3, 2019
·
1 revision
This category includes all the modules related to packet capture and reading.. To load a module from this category load capture/module.
Required
Total modules
--
3
The modules are listed below with their description and options to configure.
bluetooth-scapy
This module creates a task in background who takes care of capturing Bluetooth Packets with Scapy. When the user finishes the task he saves the packages in a .pcap file.
Option
Required
Description
file
True
File to dump the data
iface
True
Bluetooth interface (Example: set 0 to hci0)
bluetooth-tcpdump
This module runs in background and launch tcpdump to capture Bluetooth Packets. When you finish the taks the module save the content in a .pcap.
Option
Required
Description
file
True
File to dump the data
iface
True
Bluetooth interface (Example: bluetooth0)
read-pcap
This module allows read captured packets from a .pacp file.
Option
Required
Description
file
True
File to read the data
pkts
True
Limit total packets to show in terminal (0 no limit)