begin perldoc for http-auth
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
617104b53b
commit
dc148be9f3
1 changed files with 18 additions and 0 deletions
18
http-auth.pl
18
http-auth.pl
|
@ -208,3 +208,21 @@ parent();
|
||||||
|
|
||||||
#print "This is libwww-perl-$LWP::VERSION\n";
|
#print "This is libwww-perl-$LWP::VERSION\n";
|
||||||
#print $response->content;
|
#print $response->content;
|
||||||
|
|
||||||
|
=head1 NAME
|
||||||
|
|
||||||
|
http-auth -- test http-auth (401) security with a wordlist
|
||||||
|
|
||||||
|
=head1 SYNOPSIS
|
||||||
|
|
||||||
|
http-auth <url> <realm> <username> <wordlist>
|
||||||
|
|
||||||
|
=head1 DESCRIPTION
|
||||||
|
|
||||||
|
=head1 AUTHOR
|
||||||
|
|
||||||
|
Nico Schottelius <nico-http-auth *at* schottelius.org>
|
||||||
|
|
||||||
|
=head1 SEE ALSO
|
||||||
|
|
||||||
|
curl(1), wget(1)
|
||||||
|
|
Loading…
Reference in a new issue