|
Anyway you can see in the web page source
what arguments are to be passed on by the post method. There is no need
debugging it. In the logging screen you can see
<input class=login name=login>
<input class=login type=password
name=password>
<input type=submit name=action
value="Login">
<input type=hidden name=path
value=bin/mozilla>
so you can call it from the command line this
way:
login.pl
"login=demo&password=demo&action=Login&path=bin/mozilla"
Joe
|
- Re: [SL] capturing cgi requests Kabai J
- Re: [SL] capturing cgi requests Chris Beggy
- Re: [SL] capturing cgi requests Noel Henson
- Re: [SL] capturing cgi requests John Summerfield
- Re: [SL] capturing cgi requests Noel Henson
- Re: [SL] capturing cgi requests Chris Beggy
- Re: [SL] capturing cgi requests Noel Henson
- Re: [SL] capturing cgi requests Kabai J
- Re: [SL] capturing cgi requests Noel Henson

