From 3729131510b8125679b38157bb7283462fc1b2b8 Mon Sep 17 00:00:00 2001 From: pt Date: Tue, 7 Jan 2020 23:59:13 -0500 Subject: [PATCH] networking --- ubuntu/networking.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ubuntu/networking.md diff --git a/ubuntu/networking.md b/ubuntu/networking.md new file mode 100644 index 0000000..79bbdc8 --- /dev/null +++ b/ubuntu/networking.md @@ -0,0 +1,7 @@ +scanning services that are running: + +sudo nmap -T Aggressive -A -v 127.0.0.1 -p 1-10000 + +sudo netstat --tcp --udp --listening --program + +sudo lsof +M -i4 -i6 \ No newline at end of file