Linux polon 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64
Apache/2.4.59 (Debian)
: 10.2.73.233 | : 3.142.198.250
Cant Read [ /etc/named.conf ]
5.6.40-64+0~20230107.71+debian10~1.gbp673146
www-data
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
/
etc /
dkms /
template-dkms-mkdeb /
[ HOME SHELL ]
Name
Size
Permission
Action
debian
[ DIR ]
drwxr-xr-x
Makefile
699
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile
#/usr/bin/make SRC = $(DESTDIR)/usr/src SHARE = $(DESTDIR)/usr/share/$(NAME)-dkms all: clean: install: #source tree ifeq ("$(wildcard $(NAME)-$(VERSION))", "$(NAME)-$(VERSION)") install -d "$(SRC)" cp -a $(NAME)-$(VERSION) $(SRC) chmod 644 -R "$(SRC)/$(NAME)-$(VERSION)" endif #tarball, possibly with binaries ifeq ("$(wildcard $(NAME)-$(VERSION).dkms.tar.gz)", "$(NAME)-$(VERSION).dkms.tar.gz") install -d "$(SHARE)" install -m 644 $(NAME)-$(VERSION).dkms.tar.gz "$(SHARE)" endif #postinst, only if we are supporting legacy mode ifeq ("$(wildcard common.postinst)", "common.postinst") install -d "$(SHARE)" install -m 755 $(PREFIX)/usr/lib/dkms/common.postinst $(SHARE)/postinst endif
Close