Hi there, today i will post a simple tutorial on how to simply walk into your friends PC...
Just using the net bios you will see the beatifull of cmd.exe. Just follow this tutorial carefully. First of all, you need to make sure that the PC you are using was installed with the net bios.
Q : My PC does not have the net bios.
For those who does not have the net bios, you can install it easily. First step to install it, go to the show all connections. In this window, you will see all the network connections. Right click on the local area network and choose the properties. The properties should look like this:
net view \\10.5.26.252
Shared resources at \\xxx.xxx.xxx.xxx Share name Type Used as Comment ----------------------------------- SharedDocs Disk The command completed successfully.
That's the result you should get (it wil be different on a non-WinXP box ).
Code:
Just using the net bios you will see the beatifull of cmd.exe. Just follow this tutorial carefully. First of all, you need to make sure that the PC you are using was installed with the net bios.
Q : My PC does not have the net bios.
For those who does not have the net bios, you can install it easily. First step to install it, go to the show all connections. In this window, you will see all the network connections. Right click on the local area network and choose the properties. The properties should look like this:
then click the install button and you will see the dialog box "Select Network Component Type". Now select the protocol and then click add button, select the net bios and click ok. Thats all, your PC now is compatible with the net bios command.
Now we can continue with the net bios command. Open up your command promt. start>run and write the cmd.exe. Your command prompt will appear like this:
What you need now is the IP Address of your friend's PC. You can get the ip address with various way it depend on your creativity. You can get it from the IP scanner, Blue port scanner or any other ip scanner. Or you can simply send the trojan to your friend's PC and get the ip address, but this way i will not teach you the detail. It become more easier when we know the ip address.
We get the ip address and now we can start it. Once you open the cmd.exe and write this command:
nbtstat -A .....example: nbtstat -A 10.5.26.252
If you're going to use hostnames use -athen press the enter. The result should appear like this:
Take note that <20> from the list show that the PC is sharing something and you can get into the PC through it. If there is no <20> in the list, it showed that the PC that you want to connect is not sharing anything.
Now we need to know their harddrive names etc, and we need to see if it's xp and if they have SharedDocs. To do this we use net view \\ipaddress
code:net view \\10.5.26.252
Shared resources at \\xxx.xxx.xxx.xxx Share name Type Used as Comment ----------------------------------- SharedDocs Disk The command completed successfully.
That's the result you should get (it wil be different on a non-WinXP box ).
This is the interesting part, we want to use and browse the person's harddrive just like it was locally. Now we will use the net use, the code:
net use g: \\10.5.26.252\SharedDocs The command completed successfully.
Now their harddrive is "mirrored" to the drive letter we specifided (so make sure its not a drive that exists on your computer). Now just browse it as you would a local drive:net use g: \\10.5.26.252\SharedDocs The command completed successfully.
Code:
c:\>cd g: g:\>
In windows XP (not sure about other windows) you can open up "my computer": the drive you just added will be there for you to browse in all the GUI goodness.
When you're done, make sure you remove the shared drive from your machine:
Code:
c:\>net use /delete g:
g: was deleted successfully.
Some systems may be locked with passwords (win2k, WinNT):
If you know the password, you would use this command:
Code:
net use password \\ip\sharename
That's all guys, gud luck and see you on the next tutorial.
In windows XP (not sure about other windows) you can open up "my computer": the drive you just added will be there for you to browse in all the GUI goodness.
When you're done, make sure you remove the shared drive from your machine:
Code:
c:\>net use /delete g:
g: was deleted successfully.
Some systems may be locked with passwords (win2k, WinNT):
If you know the password, you would use this command:
Code:
net use password \\ip\sharename
That's all guys, gud luck and see you on the next tutorial.
6 comments:
actually, i have aspire 3620. the problem of my laptop is,it is been infected by viruses and had been intruded by irresponsible person. here,hope that you will show me the simplest way to format the laptop. your cooperation will be appreciated!!thank you.-from beskal
i will post the tutorial how to format your PC on yourself...=)
to sir asri...i dah delete email..so, camna nak transfer blog i ke account email baru without hilang my post?
pliz, help me
apsal cam xaktif je blog ni??
di manakah admin nye nyuruk??
hoho
nice tutorial:)
Post a Comment