__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#!/usr/bin/perl
# short script to check compatability with previous Authen::SASL library
use lib 'lib';
use Authen::SASL;
my $sasl = Authen::SASL->new('CRAM-MD5', password => 'fred');
$sasl->user('gbarr');
$initial = $sasl->initial;
$mech = $sasl->name;
print "$mech;", unpack("H*",$initial),";\n";
print unpack "H*", $sasl->challenge('xyz');
print "\n";
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| compat_pl | File | 363 B | 0755 |
|
| example_pl | File | 887 B | 0755 |
|