From 206d260cda8c3f55fdc3e52c00382bfd3801ba8e Mon Sep 17 00:00:00 2001 From: SkyperTHC <5938498+SkyperTHC@users.noreply.github.com> Date: Wed, 8 Jun 2022 22:39:30 +0100 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31f35d3..f6ab940 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,8 @@ Got tricks? Join us on Telegram: [https://t.me/thcorg](https://t.me/thcorg) 1. [with SSH-IT](#sshit-anchor) 1. [Miscellaneous](#misc-anchor) 1. [How to survive high latency connections](#hlc-anchor) - 1. [Cool Linux commands](#cool-anchor) + 1. [Cool Linux commands](#cool-anchor) + 1. [Useful commands](#useful-anchor) @@ -799,5 +800,13 @@ rlwrap ssh user@host 1. https://jvns.ca/blog/2022/04/12/a-list-of-new-ish--command-line-tools/ 1. https://github.com/ibraheemdev/modern-unix + +**10.iii. Useful commands** + +Use ```lsof -Pni``` or ```netstat -antpu``` to list all Internet connections. + +Use ```netstat -rn``` or ```ip route show``` to show default Internet route. + + --- Shoutz: ADM, Oscar2020