« Atelier SysRes SE5 2023/2024 E16 » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
|||
Ligne 1 : | Ligne 1 : | ||
==Création des VM== | |||
<code> | |||
xen-create-image --hostname=exegol --dir=/usr/local/xen --dhcp --bridge=SE5 --password=glopglop --dist=chimaera --size=10GB --memory=1GB | |||
</code> | |||
<code> | |||
xen create -c /etc/xen/exegol.cfg | |||
</code> | |||
→ même commandes pour créer cruella | |||
<code> | |||
# This file describes the network interfaces available on your system | |||
# and how to activate them. For more information, see interfaces(5). | |||
# The loopback network interface | |||
auto lo | |||
iface lo inet loopback | |||
# The primary network interface | |||
auto eth0 | |||
iface eth0 inet dhcp | |||
# post-up ethtool -K eth0 tx off | |||
#Interface dans le commutateur virtuel cruella | |||
auto eth1 | |||
iface eth1 inet static | |||
address 192.168.19.2/24 | |||
gateway 192.168.19.1 | |||
# | |||
# The commented out line above will disable TCP checksumming which | |||
# might resolve problems for some users. It is disabled by default | |||
# | |||
</code> | |||
== Effraction Wifi == | == Effraction Wifi == | ||
Version du 16 janvier 2024 à 16:26
Création des VM
xen-create-image --hostname=exegol --dir=/usr/local/xen --dhcp --bridge=SE5 --password=glopglop --dist=chimaera --size=10GB --memory=1GB
xen create -c /etc/xen/exegol.cfg
→ même commandes pour créer cruella
- This file describes the network interfaces available on your system
- and how to activate them. For more information, see interfaces(5).
- The loopback network interface
auto lo
iface lo inet loopback
- The primary network interface
auto eth0
iface eth0 inet dhcp
- post-up ethtool -K eth0 tx off
- Interface dans le commutateur virtuel cruella
auto eth1
iface eth1 inet static
address 192.168.19.2/24
gateway 192.168.19.1
- The commented out line above will disable TCP checksumming which
- might resolve problems for some users. It is disabled by default
Effraction Wifi
Avancée
Cassage de clef WEP d'un point d'accès WiFi
Wifi : cracotte10
Machine : zabeth02
Interface réseau : wlan1mon
Clé WEP : 55:55:55:55:5A:BC:11:CB:A4:44:44:44:44
Cassage de mot de passe WPA-PSK par force brute
Wifi : cracotte10
Machine : zabeth02
Interface réseau : wlan1mon
Partie en cours..... :)