grs Posted September 13, 2007 Share Posted September 13, 2007 I've just installed namp on Windows XP, what command do I type to get a list of machine attached to the network? Quote Link to comment Share on other sites More sharing options...
Xidus Posted September 13, 2007 Share Posted September 13, 2007 nmap -sP 192.168.0.* (or what ever your watchamaccallit may be) Quote Link to comment Share on other sites More sharing options...
grs Posted September 13, 2007 Author Share Posted September 13, 2007 nmap -sP 192.168.0.* (or what ever your watchamaccallit may be) And the watchamaccallit is what exactly? The IP for the router, the network server, the internet server, my computer or another computer on the network? Quote Link to comment Share on other sites More sharing options...
konphuzi0n Posted September 13, 2007 Share Posted September 13, 2007 If im correct shouldn't it just be netstat? that usually tells you what other computers are running on the network netstat or something simular Explain? Quote Link to comment Share on other sites More sharing options...
remkow Posted September 13, 2007 Share Posted September 13, 2007 And the watchamaccallit is what exactly? The IP for the router, the network server, the internet server, my computer or another computer on the network? watchamacallit is the network range, in most cases this is 192.168.0.* (meaning all LAN ip addresses begin with 192.168.0) If im correct shouldn't it just be netstat? that usually tells you what other computers are running on the network netstat or something simular net view usually does the trick Quote Link to comment Share on other sites More sharing options...
SomeoneE1se Posted September 13, 2007 Share Posted September 13, 2007 If im correct shouldn't it just be netstat? that usually tells you what other computers are running on the network netstat or something simular Explain? as far as I know netstat is for local ports not computers I've just installed namp on Windows XP, what command do I type to get a list of machine attached to the network?run ipconfig then use the IP of the defaul gateway except instead of 192.168.???.1 use 192.168.???.1-254 so if the default gateway is 192.168.0.1 run nmap -sP -T5 192.168.0.1-254 the -T5 means faster and -T0 means slower if you want to play around some more run nmap that will display a help list also do a search on "Internet Protocol" Quote Link to comment Share on other sites More sharing options...
konphuzi0n Posted September 13, 2007 Share Posted September 13, 2007 Hm well ive just opened CP and netview isnt even a option on my Vista laptop :shock: I might be wrong,but could you run Cain and abel and scan your mac address? That usually gets the PC's Runnning on the IP Im not entirely sure what you even what to do. Quote Link to comment Share on other sites More sharing options...
remkow Posted September 13, 2007 Share Posted September 13, 2007 still, you should be able to do it with nmap now i guess.. Quote Link to comment Share on other sites More sharing options...
grs Posted September 13, 2007 Author Share Posted September 13, 2007 Thanks for that. I'll play around with the different options tomorrow and see what happens. One other thing, I'm using Nmap through cmd but I read there is a graphic interface for Windows XP too, where can I get this from? Quote Link to comment Share on other sites More sharing options...
konphuzi0n Posted September 13, 2007 Share Posted September 13, 2007 im not entirely sure for the GUI http://en.wikipedia.org/wiki/Nmap this might help you though Quote Link to comment Share on other sites More sharing options...
SomeoneE1se Posted September 14, 2007 Share Posted September 14, 2007 using a GUI with nmap is a waste of everything the cmd output is better then a GUI anyday of the week(feel free to prove me wrong and code up a great GUI that takes less time then the CLI) Quote Link to comment Share on other sites More sharing options...
grs Posted September 14, 2007 Author Share Posted September 14, 2007 So I tried the following and it works:- nmap -sP -T5 192.168.1.1-254 I have two network connections on my laptop, wireless and wired, both connected. When I did the scan I noticed that I got the IP address for every device but for MAC address it gave me all but my wired connection, which is what the scan went through. Is that to do with nmap not been able to scan itself or do they just figure I type in the ipconfig command to that info? To get a detailed, like what OS each device is running etc, do I do the following:- nmap -sL -T5 192.168.1.1-254 Is that correct? Quote Link to comment Share on other sites More sharing options...
SomeoneE1se Posted September 14, 2007 Share Posted September 14, 2007 nmap -sO -A -T5 192.168.1.??? Quote Link to comment Share on other sites More sharing options...
grs Posted September 18, 2007 Author Share Posted September 18, 2007 My network at home has 2 laptops 1 NAS server all plugged into 1 Linksys router and 1 Navini Networks Broadband box which is pugged into the "Internet" side of the router. When I try nmap -sP -T5 192.168.1.1-254 I get back results for everything except the Navini box why is this, how do I get to see this? I have just realised that that my broadband is not connected through the Navini box, does this mean the Linksys router won't get an IP till the Navini box connects to my provider? Quote Link to comment Share on other sites More sharing options...
SomeoneE1se Posted September 19, 2007 Share Posted September 19, 2007 My network at home has 2 laptops 1 NAS server all plugged into 1 Linksys router and 1 Navini Networks Broadband box which is pugged into the "Internet" side of the router. When I try nmap -sP -T5 192.168.1.1-254 I get back results for everything except the Navini box why is this, how do I get to see this? I have just realised that that my broadband is not connected through the Navini box, does this mean the Linksys router won't get an IP till the Navini box connects to my provider? depends on the modem settings you might be another 196.168.0.0 (192.168.100.1 in my case) address as it waits for a connection. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.