File sharing between networks and devices have had many advantages, for example him for sharing the printer so that all computers connected to the network will be able to use it together.
when viewed from the side of safety, of course, this was an easy target for hackers. to overcome that we do not have to worry or be afraid of hackers due to the users of Microsoft Windows Operating System we can use the COMAND Line net. is a utility power network is very usefull.
Consider the following example, the following command in the Command Prompt enter.
” net view “
it then results will more or less like this:
server name server
————————————————– ———
\ \ Client-01
\ \ Client-02
\ \ Client-03
The Command Completed Successfully.
The list shows that the computer is connected in the same network, making it easy for you to find anyone who is active at this time. further you can see what the share by a specific computer. type the command:
“Net View \ \ client-01″
it will get results like this:
Shared resources at \ \ client-01
share name type used comment
———————————————-
Data Disk
Printer Print
The command completed succesfully.
Similar information can be found through the GUI when you access the Network Neighborhood or My Network Places. but so much you can do with the command “net”. his example to map the drive (with the net use command), see Sesion active (with the net command Sesion), see or sync the date and hour (with a net time), full parameter net you can see the type net help.
an exploit simple on show in the following ways:
net use \ \ 192.168.0.10 \ IPC $ “” / user: “”
\ \ 192.168.0.10 is the computer’s IP goals / targets, the command above creates what is called the Null Conection who use IPC (Inter-Proces Communication) is used as data sharing between applications and
computer. Command to connect to IPC $ destination computer with the user and password blank. If successful, the result would be like this:
Local Name
Remote name \ \ 192.168.0.10 \ IPC
Resource Type IPC
Status ok
# Open 0
# Conection 1
The command completed succesfully.
Tobe Continue…
Related posts:
Comments