56k: typo and clarification
This commit is contained in:
parent
be61daef93
commit
38742c03df
|
@ -60,9 +60,10 @@ to disconnect it.
|
||||||
|
|
||||||
The "ping of death" refers to injecting a modem command into a packet sent to a remote server in
|
The "ping of death" refers to injecting a modem command into a packet sent to a remote server in
|
||||||
order to cause the server's modem to interpret a hang up command contained in the packet. This can
|
order to cause the server's modem to interpret a hang up command contained in the packet. This can
|
||||||
be achieved by pinging with the data `+++ATH0`, but we need to escape it with hex to avoid having
|
be achieved by pinging with the data `+++ATH0`, because as the server replies to the ping with the
|
||||||
our local modem hang up instead. Once in the session, we dial the number in the text file to get an
|
same data, its local modem will interpret the command inside the ping. But we need to escape it with
|
||||||
initial shell session
|
hex to avoid having our local modem hang up instead. Once in the session, we dial the number in the
|
||||||
|
text file to get an initial shell session
|
||||||
|
|
||||||
```
|
```
|
||||||
ATDT2755550143
|
ATDT2755550143
|
||||||
|
@ -73,7 +74,7 @@ Next, issue a ping of death to the provided server IP
|
||||||
ping -v 0x2b2b2b415448290d 93.184.216.34
|
ping -v 0x2b2b2b415448290d 93.184.216.34
|
||||||
```
|
```
|
||||||
|
|
||||||
Now the ground station should be disconnect so it is available for us to dial.
|
Now the ground station should be disconnected so it is available for us to dial.
|
||||||
|
|
||||||
```
|
```
|
||||||
+++ATH0
|
+++ATH0
|
||||||
|
|
Loading…
Reference in New Issue