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 | : 172.71.203.60
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 /
crm.oxopackaging.com /
[ HOME SHELL ]
Name
Size
Permission
Action
.git
[ DIR ]
drwxr-xr-x
app
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
bootstrap
[ DIR ]
drwxr-xr-x
config
[ DIR ]
drwxr-xr-x
database
[ DIR ]
drwxr-xr-x
databases
[ DIR ]
drwxr-xr-x
db
[ DIR ]
drwxr-xr-x
docker
[ DIR ]
drwxr-xr-x
public
[ DIR ]
drwxr-xr-x
resources
[ DIR ]
drwxr-xr-x
routes
[ DIR ]
drwxr-xr-x
storage
[ DIR ]
drwxr-xr-x
stubs
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
.editorconfig
258
B
-rw-r--r--
.env
1009
B
-rw-r--r--
.gitattributes
111
B
-rw-r--r--
.gitignore
259
B
-rw-r--r--
.htaccess
1.86
KB
-rw-r--r--
.rnd
1
KB
-rw-r--r--
.styleci.yml
181
B
-rw-r--r--
IlluminateFoundationComposerSc...
0
B
-rw-r--r--
N.webp
5.33
KB
-rw-r--r--
README.md
3.76
KB
-rw-r--r--
artisan
1.65
KB
-rw-r--r--
composer.json
2.78
KB
-rw-r--r--
composer.lock
412.63
KB
-rw-r--r--
firebase-messaging-sw.js
1.4
KB
-rw-r--r--
package.json
1.24
KB
-rw-r--r--
passport keys.txt
181
B
-rw-r--r--
phpunit.xml
1.17
KB
-rw-r--r--
sail
10.45
KB
-rw-r--r--
server.php
563
B
-rw-r--r--
sw.js
1010
B
-rw-r--r--
webpack.mix.js
556
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .htaccess
<IfModule mod_rewrite.c> <IfModule mod_negotiation.c> Options -MultiViews </IfModule> php_value memory_limit 1024M RewriteEngine On RewriteCond %{REQUEST_FILENAME} -d [OR] RewriteCond %{REQUEST_FILENAME} -f RewriteRule ^ ^$1 [N] RewriteCond %{HTTP:Authorization} ^(.*) RewriteRule .* - [e=HTTP_AUTHORIZATION:%1] RewriteCond %{REQUEST_URI} (\.\w+$) [NC] RewriteRule ^(.*)$ public/$1 RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ server.php </IfModule> <IfModule mod_mime.c> # DEFAULTS DefaultLanguage en AddLanguage en-US .html .css .js AddCharset utf-8 .html .css .js .xml .json .rss .atom # JAVASCRIPT AddType application/javascript js jsonp AddType application/json json # FONTS AddType font/opentype otf AddType application/font-woff woff AddType application/x-font-woff woff AddType application/vnd.ms-fontobject eot AddType application/x-font-ttf ttc ttf AddType image/svg+xml svg svgz AddEncoding gzip svgz # AUDIO AddType audio/mp4 m4a f4a f4b AddType audio/ogg oga ogg # VIDEO AddType video/mp4 mp4 m4v f4v f4p AddType video/ogg ogv AddType video/webm webm AddType video/x-flv flv # OTHERS AddType application/octet-stream safariextz AddType application/x-chrome-extension crx AddType application/x-opera-extension oex AddType application/x-shockwave-flash swf AddType application/x-web-app-manifest+json webapp AddType application/x-xpinstall xpi AddType application/xml atom rdf rss xml AddType application/vnd.openxmlformats .docx .pptx .xlsx .xltx . xltm .dotx .potx .ppsx AddType text/cache-manifest appcache manifest AddType text/vtt vtt AddType text/x-component htc AddType text/html .html AddType text/x-vcard vcf AddType image/webp webp AddType image/x-icon ico </IfModule>
Close