You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: 2019-09-21-dragonctf/rms/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ The important function to look at is `fetch`:
71
71
72
72
The flow for each thread is as follows:
73
73
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.
75
75
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.
76
76
3. If address check for IPv6 succeeded then make request to returned address.
77
77
4. If the request to IPv6 failed then check the result from IPv4 address check.
0 commit comments