(no title)
caterama | 2 years ago
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
ale42|2 years ago
I guess many people are trying to automatize... here the last outputs:
panki27|2 years ago