You could try, but it would kind of depend on how they handle the form.

By looking at the source you can see that the login info is called 'username' and 'password' and is submitted by form to http://mail.bigmailbox.com/users/37com/enter.cgi

You could try dummying up a URL based on this that might look like:

http://mail.bigmailbox.com/users/37c...URPASSWORDHERE

...and see if it works.

Paul

PS - I don't think it'll work because their form METHOD="POST" - which means that stuff from the form is passed, not stuff tacked on to the end of the URL.


[Edited by PWNettle on 11-21-2000 at 06:03 PM]