Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KsGr3g0ry/7863625da06aca0dd82ce0c82efd847c to your computer and use it in GitHub Desktop.
Save KsGr3g0ry/7863625da06aca0dd82ce0c82efd847c 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

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