Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
ruby-erubis /
examples /
basic /
[ HOME SHELL ]
Name
Size
Permission
Action
Makefile
1.49
KB
-rw-r--r--
example.ec
810
B
-rw-r--r--
example.ecpp
510
B
-rw-r--r--
example.ejava
1.01
KB
-rw-r--r--
example.ejs
340
B
-rw-r--r--
example.eperl
324
B
-rw-r--r--
example.ephp
344
B
-rw-r--r--
example.eruby
311
B
-rw-r--r--
example.escheme
405
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile
all = example.rb example.php example.c example.cpp example.java example.scm example.pl example.js all: $(all) example.rb: example.eruby erubis -l ruby example.eruby > example.rb example.php: example.ephp erubis -l php example.ephp > example.php example.c: example.ec erubis -bl c example.ec > example.c example.cpp: example.ecpp erubis -bl cpp example.ecpp > example.cpp example.java: example.ejava erubis -bl java example.ejava > example.java example.scm: example.escheme erubis -l scheme --func=display example.escheme > example.scm # erubis -l scheme example.escheme > example.scm example.pl: example.eperl erubis -l perl example.eperl > example.pl example.js: example.ejs erubis -l javascript example.ejs > example.js ###---------- src = example.eruby example.ephp example.ec example.ecpp example.ejava example.escheme example.eperl example.ejs Makefile clean: rm -f `ruby -e 'puts(Dir.glob("*.*") - %w[$(src)])'` # rm -f $(all) compile: example.bin example.class example.bin: example.c cc -o example.bin example.c g++ -o example.bin2 example.cpp example.class: example.java jikes example.java output: $(all) example.bin example.class erubis example.eruby > example.ruby.out php example.php > example.php.out ./example.bin '<aaa>' 'b&b' '"ccc"' > example.c.out ./example.bin2 '<aaa>' 'b&b' '"ccc"' > example.cpp.out java example > example.javexample.bin gosh example.scm > example.scm.out # guile example.scm > example.scm.out perl example.pl > example.pl.out
Close