Skip to content

Instantly share code, notes, and snippets.

@1a57danc3
Last active March 25, 2019 07:56
Show Gist options
  • Save 1a57danc3/614bd5a525ab9f1f037c9ae71f77586a to your computer and use it in GitHub Desktop.
Save 1a57danc3/614bd5a525ab9f1f037c9ae71f77586a to your computer and use it in GitHub Desktop.
tcping in py3
#tcping Installation
pip3 install tcping
#tcping Server IP
tcping z.cn -c 1 -p 80 --report >> tcpingLog.txt
tcping g.cn -c 1 -p 80 --report >> tcpingLog.txt
cat tcpingLog.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment