|
|
|
|
|
by maverwa
314 days ago
|
|
my first guess would be: server honors X-Forwarded-For where it should not? Edit: looks like thats it: https://github.com/jart/cosmopolitan/blob/master/net/turfwar... So basically someone is running a script iterates over the whole ipv4 range and calls the claim endpoint with each single adress in the X-Forwared-For http header once. |
|
(I came here because I was curious how jart got 127 and 10, but after seeing the source is their's that's less of wonder..)