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 | : 18.221.102.0
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 /
ossn /
[ 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
.htaccess
1.81
KB
-rw-r--r--
.user.ini
330
B
-rw-r--r--
_index.php
59
B
-rw-r--r--
changelog.txt
4.47
KB
-rw-r--r--
clone.php
4.51
KB
-rw-r--r--
data.zip
22
B
-rw-r--r--
edit.php
4.94
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
fileindex.php
346
B
-rw-r--r--
import.php
3.04
KB
-rw-r--r--
info.xml
3.33
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
12.24
KB
-rw-r--r--
install.xml
1.33
KB
-rw-r--r--
md5
7.65
KB
-rw-r--r--
notes.txt
578
B
-rw-r--r--
ossn.zip
2.63
MB
-rw-r--r--
soft.htaccess
127
B
-rw-r--r--
upgrade.php
4.85
KB
-rw-r--r--
upgrade.xml
382
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .htaccess
# v6.5.0.0 # Open Source Social Network # # @package .htaccess.ossn # @author OSSN Core Team <info@opensource-socialnetwork.org> # @copyright (c) Engr. Syed Arsalan Hussain Shah (OpenTeknik LLC) # @license OPEN SOURCE SOCIAL NETWORK LICENSE https://opensource-socialnetwork.org/licence # @link https://www.opensource-socialnetwork.org Options -Indexes Options +SymlinksIfOwnerMatch DirectoryIndex index.php <Files "error_log"> order allow,deny deny from all </Files> <Files ".user.ini"> order allow,deny deny from all </Files> <FilesMatch "(nginx|htaccess).dist"> order allow,deny deny from all </FilesMatch> #Disallow CLI and CRON script from browser RedirectMatch 404 ^/system/handlers/cli$ RedirectMatch 404 ^/system/handlers/cron$ <IfModule mod_mime.c> AddType image/vnd.microsoft.icon .ico </IfModule> <IfModule mod_expires.c> ExpiresActive On ExpiresDefault "access plus 1 year" </IfModule> <FilesMatch "\.(jpg|jpeg|gif|png|mp3|flv|mov|avi|3pg|html|htm|swf|js|css|ico)$"> FileETag MTime Size </FilesMatch> <IfModule mod_rewrite.c> #SetEnv HTTP_MOD_REWRITE 1 RewriteEngine on RewriteRule ^rewrite.php$ installation/tests/apache_rewrite.php [L] RewriteRule ^action\/([A-Za-z0-9\_\-\/]+)$ system/handlers/actions.php?action=$1&%{QUERY_STRING} [L] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([A-Za-z0-9\_\-]+)$ index.php?h=$1 [QSA,L] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([A-Za-z0-9\_\-]+)\/(.*)$ index.php?h=$1&p=$2 [QSA,L] </IfModule> #https://github.com/nextcloud/server/issues/26569 <IfModule mod_php.c> php_value memory_limit 512M php_value register_globals 0 php_value post_max_size 105M php_value upload_max_filesize 100M php_value default_charset "UTF-8" php_flag session.cookie_httponly on </IfModule>
Close