Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save msoe/935975a94e49d63b7223dc5259850012 to your computer and use it in GitHub Desktop.
Save msoe/935975a94e49d63b7223dc5259850012 to your computer and use it in GitHub Desktop.
Packet Capturing with tcpdump on Palo Alto Networks Firewalls

> tcpdump filter "host 10.0.120.1 and not port 22"

> view-pcap mgmt-pcap mgmt.pcap

> scp export mgmt-pcap from mgmt.pcap to user@scpserver:/tmp

> tcpdump snaplen 0

@KsGr3g0ry
Copy link

Great information and exactly what I was looking for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment