Skip to content

Commit 93ea3e7

Browse files
authored
typo
1 parent 2438cf9 commit 93ea3e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2019-09-21-dragonctf/rms/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The important function to look at is `fetch`:
7171
7272
The flow for each thread is as follows:
7373
74-
1. Use `gethostbyname2` on given domain asking for IPv6 address. If we got response and it is in fact IPv6 then check if it's not localhost and fail if it is. The pointer from
74+
1. Use `gethostbyname2` on given domain asking for IPv6 address. If we got response and it is in fact IPv6 then check if it's not localhost and fail if it is.
7575
2. Use `gethostbyname2` on given domain asking for IPv4 address. If we got response and it is in fact IPv4 then check if it's not localhost and fail if it is.
7676
3. If address check for IPv6 succeeded then make request to returned address.
7777
4. If the request to IPv6 failed then check the result from IPv4 address check.

0 commit comments

Comments
 (0)