Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
html_form.pl - Authenticate a web page by filling in a form using browser emulation allowing javascript and cookies to be processed. This script fills in the username and password boxes within a form and then searches the output for an expected string. This script relies on WWW::HtmlUnit being installed http://search.cpan.org/~awwaiid/WWW-HtmlUnit-0.15/lib/WWW/HtmlUnit.pm
Current Version
0.3
Last Release Date
2011-11-21
Owner
Tim
License
GPL
Compatible With
This script requires that you know a bit about html and the way it works I have tried to document this as best I can as it is not a simple script.
SYNOPSIS html_form.pl -w <sec> -c <sec> -u <url> -f <form> -e <expect> (-p) (-d)
Options:
--help or -h This brief help message --man or -m Full documentation --warning or -w <sec> Time before a warning in seconds --critical or -c <sec> Time before going critical in seconds --url or -u <url> The url of server (https://someserver.com) --form or -f <FormString> The form string Formname&UserBoxName=username&PassBoxName=password&SubmitButtonName --expect or -e <string> String to find in returned page --page or -p Show returned page --debug or -d <file> File to redirect STDERR output to
You must be logged in to submit a review.
To:
From: