Linux cyberpanel 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
LiteSpeed
: 160.191.175.3 | : 216.73.216.114
Cant Read [ /etc/named.conf ]
8.2.29
aodai6801
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 /
share /
doc /
git /
contrib /
credential /
netrc /
[ HOME SHELL ]
Name
Size
Permission
Action
Makefile
694
B
-rw-r--r--
git-credential-netrc.perl
10.61
KB
-rw-r--r--
t-git-credential-netrc.sh
665
B
-rw-r--r--
test.command-option-gpg
75
B
-rw-r--r--
test.git-config-gpg
71
B
-rw-r--r--
test.netrc
337
B
-rw-r--r--
test.pl
4.12
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile
# The default target of this Makefile is... all:: SCRIPT_PERL = git-credential-netrc.perl GIT_ROOT_DIR = ../../.. HERE = contrib/credential/netrc SCRIPT_PERL_FULL = $(patsubst %,$(HERE)/%,$(SCRIPT_PERL)) all:: build build: $(MAKE) -C $(GIT_ROOT_DIR) SCRIPT_PERL="$(SCRIPT_PERL_FULL)" \ build-perl-script install: build $(MAKE) -C $(GIT_ROOT_DIR) SCRIPT_PERL="$(SCRIPT_PERL_FULL)" \ install-perl-script clean: $(MAKE) -C $(GIT_ROOT_DIR) SCRIPT_PERL="$(SCRIPT_PERL_FULL)" \ clean-perl-script test: build ./t-git-credential-netrc.sh testverbose: build ./t-git-credential-netrc.sh -d -v .PHONY: all build install clean test testverbose
Close