1

I hava captured some packets for pptp client, but how to get the virtual ip of pptp client? thanks

larry
  • 4,037
  • 9
  • 36
  • 42

1 Answers1

1

ngrep -d eth1 '.*' ! port 22

Eth1 is just example port 22 is some

You can use ngrep

ntrance
  • 382
  • 2
  • 2