Linux 65-254-81-51.cprapid.com 4.18.0-553.125.1.el8_10.x86_64 #1 SMP Wed May 20 11:06:10 EDT 2026 x86_64
Apache
: 65.254.81.51 | : 216.73.216.212
22 Domain
8.1.34
denebfe1
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
/
home /
denebfe1 /
public_html /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxr-xr-x
app
[ DIR ]
drwxr-xr-x
bootstrap
[ DIR ]
drwxr-xr-x
brand
[ DIR ]
drwxr-xr-x
category
[ DIR ]
drwxr-xr-x
cloud
[ DIR ]
drwxr-x---
config
[ DIR ]
drwxr-xr-x
database
[ DIR ]
drwxr-xr-x
fdsafdsa
[ DIR ]
drwxr-xr-x
konaklama
[ DIR ]
drwxr-xr-x
product
[ DIR ]
drwxr-xr-x
public
[ DIR ]
drwxrwxrwx
resources
[ DIR ]
drwxr-xr-x
routes
[ DIR ]
drwxr-xr-x
sqlupdates
[ DIR ]
drwxr-xr-x
storage
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
var
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
.editorconfig
228
B
-rw-rw-rw-
.env
2.62
KB
-rw-r--r--
.env.example
694
B
-rw-rw-rw-
.ftpquota
16
B
-rw-------
.gitattributes
116
B
-rw-rw-rw-
.gitignore
453
B
-rw-rw-rw-
.htaccess
803
B
-rw-rw-rw-
FlutterEcommerceAPI.postman_co...
69.37
KB
-rw-rw-rw-
LICENSE.md
23
B
-rw-rw-rw-
README.md
95
B
-rw-rw-rw-
Read me before update.txt
323
B
-rw-rw-rw-
_ide_helper.php
869.85
KB
-rw-rw-rw-
artisan
1.7
KB
-rw-rw-rw-
composer.json
3.29
KB
-rw-rw-rw-
composer.lock
473.01
KB
-rw-rw-rw-
denebpollux.com 19-5-26.zip
280
MB
-rw-r--r--
google614929c18af59d7e.html
53
B
-rw-r--r--
google69fc48571855bcdb.html
53
B
-rw-r--r--
googleb1c9ffe1c44f9d39.html
53
B
-rw-r--r--
googledbddb8d6cd1493ee.html
53
B
-rw-r--r--
googlee4e39e4bb6aac455.html
53
B
-rw-r--r--
index.php
1.87
KB
-rw-r--r--
package.json
1.02
KB
-rw-rw-rw-
phpunit.xml
1.14
KB
-rw-rw-rw-
privacy-policy
531.85
KB
-rw-r--r--
server.php
584
B
-rw-rw-rw-
shop.sql
7.49
MB
-rw-rw-rw-
sitemap.xml
0
B
-rw-rw-rw-
terms
538.45
KB
-rw-r--r--
web.config
1.19
KB
-rw-rw-rw-
webpack.mix.js
552
B
-rw-rw-rw-
yarn.lock
208.22
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : web.config
<!-- Rewrites requires Microsoft URL Rewrite Module for IIS Download: https://www.microsoft.com/en-us/download/details.aspx?id=47337 Debug Help: https://docs.microsoft.com/en-us/iis/extensions/url-rewrite-module/using-failed-request-tracing-to-trace-rewrite-rules --> <configuration> <system.webServer> <rewrite> <rules> <rule name="Imported Rule 1" stopProcessing="true"> <match url="^(.*)/$" ignoreCase="false" /> <conditions> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" /> </conditions> <action type="Redirect" redirectType="Permanent" url="/{R:1}" /> </rule> <rule name="Imported Rule 2" stopProcessing="true"> <match url="^" ignoreCase="false" /> <conditions> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" /> </conditions> <action type="Rewrite" url="index.php" /> </rule> </rules> </rewrite> </system.webServer> </configuration>
Close