Anonymous
10/09/02(Thu)11:42
No. 9687
[
Reply]
Halp /pr/.
I'm not a good programmer, but am forced to pull out some code, as the dorm network just got updated. Good bye fixed IPs, welcome DHCP that must DHC every 4 hours. This kills my SSH, and and any streaming that happens to be under way at the moment. It's generally a big pain in the ass.
Now, I've noticed, if I am like a haw waiting the time out and relogin precisely when it happens, I can keep my downloads.
So, I figure I use some crude shell script to fire wget, using its capability to --post-data, repeating madly around the time the connection is supposed to time out.
This is the part that should refresh my interwebs.
wget --no-check-certificate --post-data auth_user^=tek000^&auth_pass^=FUCKOY^&rediurl^=http%3A%2F%2Fgoogle%2Ecom
https://auth.kotinet.fi:8001
It doesn't work.
My current lead is, that
https://auth.kotinet.fi:8001 should be replaced with something like
https://auth.kotinet.fi:8001/auth.php -url to the script to which the html form is submitted. In the source code of the login page, there is no url to any script, just action="", so it must be defaulted at the httpd.conf or what ever ISS calls its equivalent.
How could I obtain the name of the default script? google doesn't find anything (as its not mentioned in the login page source, it isn't visited by the google crawler either).
So, my last straw: is there any widely used names for the cgi-program?
Message too long. Click
here to view the full text.