Live data from Hacker News

Spin the IKAT Christmas Pyramid with Your Clicks – TU Chemnitz Celebrates

tu-chemnitz.de

1–10 of 14 posts

Re: Spin the IKAT Christmas Pyramid with Your Clicks – TU Chemnitz Celebrates

#2
I wonder what the rotational speed limit (if any is) really hoping to see some mayhem but there don't seem to be enough clicks at the moment.

there's an interesting function `executePHP` tied to the onclick of the button:

let go = () => { executePHP(); console.log("doing it"); setTimeout(go(), 1000)}

Re: Spin the IKAT Christmas Pyramid with Your Clicks – TU Chemnitz Celebrates

#4

I wonder what the rotational speed limit (if any is) really hoping to see some mayhem but there don't seem to be enough clicks at the moment. there's an interesting function `executePHP` tied to the onclick of the button: let go = () => { executePHP(); console.log("doing it"); setTimeout(go(), 1000)}

They seem to do some rate limiting, if you are sending requests too quickly, the request to write_db2.php usually returning nothing starts returning Christmas greetings.

Re: Spin the IKAT Christmas Pyramid with Your Clicks – TU Chemnitz Celebrates

#7

I wonder what the rotational speed limit (if any is) really hoping to see some mayhem but there don't seem to be enough clicks at the moment. there's an interesting function `executePHP` tied to the onclick of the button: let go = () => { executePHP(); console.log("doing it"); setTimeout(go(), 1000)}

  while true;
    do curl 'https://www.tu-chemnitz.de/mb/mp/weihnachten2023/write_db2.php' \
      -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:120.0) \Gecko/20100101 Firefox/120.0' \
      -H 'Accept: */*' \
      -H 'Accept-Language: en-US,en;q=0.5' \
      -H 'Accept-Encoding: gzip, deflate, br' \
      -H 'Referer: https://www.tu-chemnitz.de/mb/mp/weihnachten2023/' \
      -H 'DNT: 1' \
      -H 'Connection: keep-alive' \
      -H 'Sec-Fetch-Dest: empty' \
      -H 'Sec-Fetch-Mode: cors' \
      -H 'Sec-Fetch-Site: same-origin';
  done

Re: Spin the IKAT Christmas Pyramid with Your Clicks – TU Chemnitz Celebrates

#9
post #7

I wonder what the rotational speed limit (if any is) really hoping to see some mayhem but there don't seem to be enough clicks at the moment. there's an interesting function `executePHP` tied to the onclick of the button: let go = () => { executePHP(); console.log("doing it"); setTimeout(go(), 1000)}

while true; do curl 'https://www.tu-chemnitz.de/mb/mp/weihnachten2023/write_db2.php' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:120.0) \Gecko/20100101 Firefox/120.0' \ -H 'Accept: */*' \ -H 'Accept-Language: en-US,en;q=0.5' \ -H 'Accept-Encoding: gzip, deflate, br' \ -H 'Referer: https://www.tu-chemnitz.de/mb/mp/weihnachten2023/' \ -H 'DNT: 1' \ -H 'Connection: keep-alive' \ -H 'Sec-Fetch-Dest: empty' \ -H 'S…

Don't be on the naughty list, add a `sleep 2`
Post reply on HN