404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.227.114.67: ~ $
#!/usr/bin/env 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";

Filemanager

Name Type Size Permission Actions
compat_pl File 367 B 0755
example_pl File 891 B 0755