TP sysres IMA2a5 2019/2020 G5 : Différence entre versions
(Page créée avec « Salut à tous les amis, on se retrouve pour un nouveau tuto. ») |
|||
Ligne 1 : | Ligne 1 : | ||
Salut à tous les amis, on se retrouve pour un nouveau tuto. | Salut à tous les amis, on se retrouve pour un nouveau tuto. | ||
+ | |||
+ | |||
+ | Décodage clef WEP | ||
+ | |||
+ | On utilise le logiciel aircrack-ng | ||
+ | |||
+ | Premièrement, il faut activer la carte réseau afin de capter les trames venant des 8 raspberry pi avec clef Wi-Pi. | ||
+ | |||
+ | Configuration de la carte réseau | ||
+ | |||
+ | auto eth0 | ||
+ | iface eth0 inet static | ||
+ | address 172.26.145.202 | ||
+ | netmask 255.255.255.0 | ||
+ | gateway 172.26.145.254 | ||
+ | |||
+ | ifdown eth0 | ||
+ | ifup eth0 | ||
+ | |||
+ | Instalation du proxy | ||
+ | export http_proxy=http://proxy.polytech-lille.fr:3128 | ||
+ | |||
+ | Configuration du commutateur catalyst 4600 | ||
+ | |||
+ | une fois connecté avec minicom, le commutateur est en état "rommon" on fait donc "boot" pour le redemmarer. | ||
+ | |||
+ | |||
+ | Configurationde la vm sur cordouan | ||
+ | brctl show pour retrouver le nom du bridge | ||
+ | |||
+ | Fichier de configuratiion : ima2a5-nofun.cfg | ||
+ | |||
+ | on ouvre avec: root@cordouan:~# nano /etc/xen/ima2a5-nofun.cfg | ||
+ | |||
+ | xen permet de creer la machine virtuelle | ||
+ | |||
+ | |||
+ | 25000 50%# | ||
+ | # Configuration file for the Xen instance ima2a5-nofun, created | ||
+ | # by xen-tools 4.7 on Fri Nov 8 08:52:31 2019. | ||
+ | # | ||
+ | |||
+ | # | ||
+ | # Kernel + memory size | ||
+ | # | ||
+ | kernel = '/boot/vmlinuz-4.9.0-6-amd64' | ||
+ | extra = 'elevator=noop' | ||
+ | ramdisk = '/boot/initrd.img-4.9.0-6-amd64' | ||
+ | |||
+ | vcpus = '1' | ||
+ | memory = '256' | ||
+ | |||
+ | |||
+ | # | ||
+ | # Disk device(s). | ||
+ | # | ||
+ | root = '/dev/xvda2 ro' | ||
+ | disk = [ | ||
+ | 'file:/usr/local/xen/domains/ima2a5-nofun/disk.img,xvda2,w', | ||
+ | 'file:/usr/local/xen/domains/ima2a5-nofun/swap.img,xvda1,w', | ||
+ | ] | ||
+ | |||
+ | |||
+ | # | ||
+ | # Physical volumes | ||
+ | # | ||
+ | |||
+ | |||
+ | # | ||
+ | # Hostname | ||
+ | # | ||
+ | name = 'ima2a5-nofun' | ||
+ | |||
+ | # | ||
+ | # Networking | ||
+ | # | ||
+ | dhcp = 'dhcp' | ||
+ | vif = [ 'mac=00:16:3E:C2:61:EB,bridge=IMA2a5' ] #On ajoute le nom du bridge | ||
+ | |||
+ | # | ||
+ | # Behaviour | ||
+ | # | ||
+ | on_poweroff = 'destroy' | ||
+ | on_reboot = 'restart' | ||
+ | on_crash = 'restart' | ||
+ | |||
+ | 50000 90% de chance de trouver la clef |
Version du 8 novembre 2019 à 11:41
Salut à tous les amis, on se retrouve pour un nouveau tuto.
Décodage clef WEP
On utilise le logiciel aircrack-ng
Premièrement, il faut activer la carte réseau afin de capter les trames venant des 8 raspberry pi avec clef Wi-Pi.
Configuration de la carte réseau
auto eth0 iface eth0 inet static
address 172.26.145.202 netmask 255.255.255.0 gateway 172.26.145.254
ifdown eth0 ifup eth0
Instalation du proxy export http_proxy=http://proxy.polytech-lille.fr:3128
Configuration du commutateur catalyst 4600
une fois connecté avec minicom, le commutateur est en état "rommon" on fait donc "boot" pour le redemmarer.
Configurationde la vm sur cordouan
brctl show pour retrouver le nom du bridge
Fichier de configuratiion : ima2a5-nofun.cfg
on ouvre avec: root@cordouan:~# nano /etc/xen/ima2a5-nofun.cfg
xen permet de creer la machine virtuelle
25000 50%#
- Configuration file for the Xen instance ima2a5-nofun, created
- by xen-tools 4.7 on Fri Nov 8 08:52:31 2019.
- Kernel + memory size
kernel = '/boot/vmlinuz-4.9.0-6-amd64' extra = 'elevator=noop' ramdisk = '/boot/initrd.img-4.9.0-6-amd64'
vcpus = '1' memory = '256'
- Disk device(s).
root = '/dev/xvda2 ro' disk = [
'file:/usr/local/xen/domains/ima2a5-nofun/disk.img,xvda2,w', 'file:/usr/local/xen/domains/ima2a5-nofun/swap.img,xvda1,w', ]
- Physical volumes
- Hostname
name = 'ima2a5-nofun'
- Networking
dhcp = 'dhcp' vif = [ 'mac=00:16:3E:C2:61:EB,bridge=IMA2a5' ] #On ajoute le nom du bridge
- Behaviour
on_poweroff = 'destroy' on_reboot = 'restart' on_crash = 'restart'
50000 90% de chance de trouver la clef