diff --git a/pentesting/pentesting-network/README.md b/pentesting/pentesting-network/README.md index 887915e99..b5cf71504 100644 --- a/pentesting/pentesting-network/README.md +++ b/pentesting/pentesting-network/README.md @@ -115,9 +115,9 @@ But, as you are in the **same network** as the other hosts, you can do **more th * Pinging the **network broadcast address** you could even find hosts inside **other subnets**: `ping -b 255.255.255.255` * Use the `-PEPM` flag of `nmap`to perform host discovery sending **ICMPv4 echo**, **timestamp**, and **subnet mask requests:** `nmap -PEPM -sP –vvv -n 10.12.5.0/24` -### **Wake On Land** +### **Wake On Lan** -Wake On Lad is used to **turn on** computers through a **network message**. The magic packet used to turn on the computer is only a packet where a **MAC Dst** is provided and then it is **repeated 16 times** inside the same paket. +Wake On Lan is used to **turn on** computers through a **network message**. The magic packet used to turn on the computer is only a packet where a **MAC Dst** is provided and then it is **repeated 16 times** inside the same paket. Then this kind of packets are usually sent in an **ethernet 0x0842** or in a **UDP packet to port 9**. If **no \[MAC\]** is provided, the packet is sent to **broadcast ethernet** \(and the broadcast MAC will be the one being repeated\).