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