403Webshell
Server IP : 216.92.14.13  /  Your IP : 216.73.216.171
Web Server : Apache
System : Linux vps4089.pairvps.com 5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 x86_64
User : rmlac2fmr ( 1040637)
PHP Version : 8.2.32
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/local/bin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/local/bin/otview
#!/usr/local/bin/perl

# Copyright (C) 2002 David Muir Sharnoff
# This may be copied, modified, used, and redistributed under the
# same terms as Perl itself.

use Object::Transaction;
use File::Slurp;
use Storable;
use Data::Dumper;

*read_file = \&Object::Transaction::_read_file;
*lock = \&Object::Transaction::_lock;
*unlock = \&Object::Transaction::_unlock;
*magic_cookie = \$Object::Transaction::magic_cookie;

my $pager = $ENV{PAGER} || 'more';

for my $file (@ARGV) {
	lock($file);
	die "will not overwrite $file.dumped" 
		if -e "$file.dumped";
}

my @ff;
for my $file (@ARGV) {
	my $frozen = read_file($file);
	my $ff = $file;
	$ff =~ s/'/'\\''/g;
	if (substr($frozen, 0, length($magic_cookie)) eq $magic_cookie) {
		substr($frozen, 0, length($magic_cookie)) = '';
		my $obj = Storable::thaw($frozen);
		my $human = Dumper($obj);
		die "will not overwrite $file.dumped" 
			if -e $file.dumped;
		write_file("$file.dumped", $human);
		push(@ff, "'$ff.dumped'");
	} else {
		print STDERR "Warning: $file isn't an Object::Transaction object\n";
		push(@ff, "'$ff'");
	}
}

system("$pager @ff");

for my $file (@ARGV) {
	unlink("$file.dumped");
}


Youez - 2016 - github.com/yon3zu
LinuXploit