From 3e33cb857ae3d1ec48bb60371d071fe9e2c2b319 Mon Sep 17 00:00:00 2001 From: Brian Denlinger Date: Mon, 8 Feb 2021 09:49:41 -0600 Subject: [PATCH] Update README.md Fix mDNS port number from 5553 to 5353 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea85da9..6e0848e 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Additionally, all captured hashed are logged into an SQLite database which you c ## Considerations ## -- This tool listens on several ports: UDP 137, UDP 138, UDP 53, UDP/TCP 389,TCP 1433, UDP 1434, TCP 80, TCP 139, TCP 445, TCP 21, TCP 3141,TCP 25, TCP 110, TCP 587, TCP 3128 and Multicast UDP 5553. +- This tool listens on several ports: UDP 137, UDP 138, UDP 53, UDP/TCP 389,TCP 1433, UDP 1434, TCP 80, TCP 139, TCP 445, TCP 21, TCP 3141,TCP 25, TCP 110, TCP 587, TCP 3128 and Multicast UDP 5353. - If you run Samba on your system, stop smbd and nmbd and all other services listening on these ports.