
MerijnNL
New User
Apr 14, 2013, 3:51 AM
Post #4 of 5
(934 views)
|
Hi g4143, thank you for your reply that's a very big file, it's full of subroutines ( sub ..... ) with commands e.g.
sub access_control { local ($err_text) = @_; if($remote_user eq "root" || $access{'root'}){ $access_ok = "1"; } elsif($err_text) { error($err_text); } else { $access_ok = ""; } return $access_ok; } i think he uses check-lib.pl to link to this scrypt, strange thing is the encrypted msg after &ReadParse(); but how to decode ?
|