April 2017
Intermediate to advanced
350 pages
8h 35m
English
The following command configures the options for capturing packets on a network. This command can be used to gather information on potential targets and capture sensitive data:
sniff(filter="icmp and host 66.35.250.151", count=2)<Sniffed: UDP:0 TCP:0 ICMP:2 Other:0> >>> a=_ >>> a.nsummary() >>> sniff(iface="eth1", prn=lambda x: x.show())
Read now
Unlock full access