From 83c9972df3a19c1c601fa4196a23676d197e4445 Mon Sep 17 00:00:00 2001 From: Maxwell McGuire <42100212+WiseGuru@users.noreply.github.com> Date: Tue, 19 Mar 2024 12:22:27 -0700 Subject: [PATCH] Update Nmap.md Add instructions in the beginning to disable Windows Firewall for proper testing and demonstration. --- IntroClassFiles/Tools/IntroClass/Nmap/Nmap.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/IntroClassFiles/Tools/IntroClass/Nmap/Nmap.md b/IntroClassFiles/Tools/IntroClass/Nmap/Nmap.md index 00972987..6dad2e5e 100755 --- a/IntroClassFiles/Tools/IntroClass/Nmap/Nmap.md +++ b/IntroClassFiles/Tools/IntroClass/Nmap/Nmap.md @@ -15,9 +15,12 @@ Now, let's open a command Prompt: ![](attachments/Clipboard_2020-06-16-09-53-18.png) -From the command prompt we need to get the IP address of your Windows system: +Before we get started, let's disable the Windows firewall from the command prompt. + +C:\Users\adhd>`netsh advfirewall set allprofiles state off` +From the command prompt again, we need to get the IP address of your Windows system: C:\Users\adhd>`ipconfig`