Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.1.1 & Your IP : 3.22.208.99
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
git /
contrib /
credential /
libsecret /
Delete
Unzip
Name
Size
Permission
Date
Action
Makefile
477
B
-rw-r--r--
2021-11-24 19:29
git-credential-libsecret.c
8.7
KB
-rw-r--r--
2021-11-24 19:29
Save
Rename
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)