Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 3.144.87.18
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
dh-exec /
[ HOME SHELL ]
Name
Size
Permission
Action
dh-exec-filter-arch
1.68
KB
-rwxr-xr-x
dh-exec-filter-build-profiles
1.1
KB
-rwxr-xr-x
dh-exec-filter-comments
138
B
-rwxr-xr-x
dh-exec-illiterate-tangle
1.14
KB
-rwxr-xr-x
dh-exec-install-rename
2.04
KB
-rwxr-xr-x
dh-exec-strip-output
138
B
-rwxr-xr-x
dh-exec-subst-env
235
B
-rwxr-xr-x
dh-exec-subst-multiarch
444
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : dh-exec-illiterate-tangle
#! /usr/bin/perl -w use strict; # The first line is the she-bang, always ignore it. <>; my @files; my $last_file; while (<>) { next unless /[\`']/; # Find `...' constructs. The first is always the source, the # second is the destination. while (/\`([^']+)'/) { if ($last_file) { push (@files, {src => $last_file, dst => $1}); $last_file = undef; } else { $last_file = $1; } s/\`([^']+)'//; } # Once done, find the '...' constructs, which is always a # directory, no second stuff. while (/'([^' ]+)'/) { push (@files, {src => $1, solo => 1}); s/'([^' ]+)'//; } }; # Great, we got the stuff extracted, now turn it into something # illiterate. foreach (@files) { if (defined ($_->{solo})) { print $_->{src} . "\n"; } elsif ($_->{dst} =~ /\/$/) { print $_->{src} . " " . $_->{dst} . "\n"; } else { print $_->{src} . " => " . $_->{dst} . "\n"; } }
Close