Ok, I'm trying to do a port scan on a Windows XP box(SP2). After I start Nmap, and type 192.168.1.X, it says ports are filtered. I went into my Linksys router, and unchecked the following(Firewall Settings).
Block anonymous Internet Requests,
Filter Multicast
and Filter Internet Nat Redirection.
I do a port scan again, all the ports are still filtered, and there isn't a firewall on my XP box. It says this on all the computers on my home network.
Any suggestions?
* Oh, and the reason why I want to see some open ports is because I'm trying to learn how to use Metasploit.
A+
Network +
Security +
Linux +
Work in progress: Saving for OSCP
Currently reading:Hacking-The Art Of Exploitation.
A third party security audit is the IT equivalent of a colonoscopy. It's long, intrusive, very uncomfortable, and when it's done, you'll have seen things you really didn't want to see, and you'll never forget that you've had one.
A third party security audit is the IT equivalent of a colonoscopy. It's long, intrusive, very uncomfortable, and when it's done, you'll have seen things you really didn't want to see, and you'll never forget that you've had one.
A third party security audit is the IT equivalent of a colonoscopy. It's long, intrusive, very uncomfortable, and when it's done, you'll have seen things you really didn't want to see, and you'll never forget that you've had one.
Since your on a 100mb connection and only scanning one machine, I'd do:
Try opening a port prior to your scan. Enable FTP within Windows. Connect to it to validate its working and then run your scan. Then, you can enable IIS, etc if you want open results. Just make sure you filter these ports from the internet.Code:nmap -p- 192.168.1.X
William
disable the Windows XP Firewall & You have done or disable any software firewall working in your system.most of the time I found this problem because of XP SP 2 firewall.
I have these ports opened. I did Fastrack, and was able to get a shell back. But when I try to use Metasploit it doesn't work
Port 100,135,139, 445, 2869.
Any suggestions for using metasploit.
Secure it,
You are right about the Windows Firewall.
A+
Network +
Security +
Linux +
Work in progress: Saving for OSCP
Currently reading:Hacking-The Art Of Exploitation.