Linux premium155.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
: 162.0.235.200 | : 3.137.181.69
Cant Read [ /etc/named.conf ]
7.4.33
varifktc
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 /
softaculous /
snipeit /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
php53
[ DIR ]
drwxr-xr-x
php56
[ DIR ]
drwxr-xr-x
php71
[ DIR ]
drwxr-xr-x
php81
[ DIR ]
drwxr-xr-x
php82
[ DIR ]
drwxr-xr-x
.env
5.46
KB
-rw-r--r--
.htaccess
536
B
-rw-r--r--
clone.php
9.95
KB
-rw-r--r--
edit.php
4.64
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
extend.php
10.02
KB
-rw-r--r--
fileindex.php
805
B
-rw-r--r--
import.php
3.1
KB
-rw-r--r--
info.xml
4.63
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
4.74
KB
-rw-r--r--
install.xml
4.04
KB
-rw-r--r--
md5
1.49
KB
-rw-r--r--
notes.txt
1.04
KB
-rw-r--r--
snipeit.sql
79.3
KB
-rw-r--r--
snipeit.zip
55.95
MB
-rw-r--r--
update_pass.php
554
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : notes.txt
1. Install Composer and create zip for package use "php composer.phar install --no-dev" command to install. 2. Copy .env.example to .env and fill the database details DB_HOST, DB_DATABASE, DB_USERNAME, DB_PASSWORD, DB_PREFIX and APP_URL 3. Run php artisan key:generate to generate APP_KEY in .env file. 4. Run "php artisan migrate" from command line before creating tables step in manual installation.(confirmed with vendor) 5. Add the following line to the .htaccess file in the root folder : <IfModule mod_alias.c> RedirectMatch 301 ^[[relativeurl]]/$ [[softurl]]/public </IfModule> 6. PHP REQUIREMENT LINK: https://snipe-it.readme.io/docs/requirements 7. We have not added upgrade yet because script provides upgrade/migrate through composer only. https://snipe-it.readme.io/docs/upgrading check everytime and add if possible 8. delete inserts of oauth_clients and oauth_personal_access_clients tables. It creates after login. (check in every version) 9. Keep the LIVEWIRE_URL_PREFIX=[[relativeurl]]/public parameter as it is required to load the livewire js files.
Close