SUBSIM Radio Room Forums

SUBSIM Radio Room Forums (https://www.subsim.com/radioroom/index.php)
-   General Topics (https://www.subsim.com/radioroom/forumdisplay.php?f=175)
-   -   searching through network using command prompt (https://www.subsim.com/radioroom/showthread.php?t=108268)

XabbaRus 03-22-07 07:24 AM

searching through network using command prompt
 
Guys

Out of curiosity from the DOS Command Prompt in Windows XP I want to go round my network.

Now I can get to c: and j: which is the drive on the network where My network info is kept.

I want to get to the folder that contains all the drawings and stuff as I want to check something out using command prompt rather than windows. Can anyone help me out.

tycho102 03-22-07 12:58 PM

On windows, I don't know how you'd do it. Perhaps with the ping command? ARP would be better since you'd find everything.

Code:

nmap -PR -n 192.168.1.0/24
would do it with nmap, substituting your own network address block. This is probably the best but I don't know what the tool is for windows -- nmap is certainly available, "raw sockets" might not be (I'm pretty sure they aren't with SP2 and above).

Code:

ping -b 192.168.1.255
using broadcast pings.

SUBMAN1 03-22-07 01:08 PM

Is it already mapped?


All times are GMT -5. The time now is 07:25 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 1995- 2025 Subsim®
"Subsim" is a registered trademark, all rights reserved.