ヤミRoot VoidGate
User / IP
:
216.73.216.49
Host / Server
:
146.88.233.70 / www.dev.loger.cm
System
:
Linux hybrid1120.fr.ns.planethoster.net 3.10.0-957.21.2.el7.x86_64 #1 SMP Wed Jun 5 14:26:44 UTC 2019 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
opt
/
cpanel
/
perl5
/
514
/
site_lib
/
Devel
/
Viewing: MyTrace.pm
package MyTrace; use strict; use warnings; use Carp; #use v5.10; # perl -d:MyTrace program.pl my %seen; $|=1; BEGIN { my $trace_file = $ENV{TRACE_FILE} || "STDERR"; print STDERR "Saving trace to $trace_file\n"; my $fh = do { if ( $trace_file eq '-' ) { \*STDOUT } elsif ( $trace_file eq 'STDERR' ) { \*STDERR } else { open my $fh, '>>', $trace_file; $fh; } }; sub DB::DB { my( $package, $file, $line ) = caller; # only display debut for current script calls unless ($ENV{FULLTRACE}) { return unless $file eq $0; } return if $file =~ qr{/warnings\.pm}; return if $file =~ qr{/Carp\.pm}; return if $file =~ qr{/warnings/}; return if $file =~ qr{/overload.pm}; return if $file =~ /Test\/Builder\.pm$/; return if $file =~ /Test\/More\.pm$/; return if $file =~ /Cpanel\/Logger\.pm$/; if ( $ENV{CPANELTRACE} ) { # only want Cpanel modules warn $file unless $seen{$file}++; #return unless $file =~ /Cpanel/ or $file eq $0; # do not want this noise #return if $file =~ /Cpanel\/Class/; } my $code; { no strict 'refs'; $code = \@{"::_<$file"}; } print $fh "[@{[time]}] $file $line $code->[$line]"; } }; 1;
Coded With 💗 by
0x6ick