Skip to content

Instantly share code, notes, and snippets.

@joe-speedboat
Created January 7, 2018 18:12
Show Gist options
  • Save joe-speedboat/6f9017269486a069d7fdc1f58d720243 to your computer and use it in GitHub Desktop.
Save joe-speedboat/6f9017269486a069d7fdc1f58d720243 to your computer and use it in GitHub Desktop.
find traffic for given port with only lsof installed
while true
do
lsof -i -P -n ':389 '
sleep 1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment