Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
paroquia-rm.20220315 /
Delete
Unzip
Name
Size
Permission
Date
Action
administrator
[ DIR ]
drwxr-xr-x
2026-09-24 08:50
assets
[ DIR ]
drwxr-xr-x
2026-08-22 00:06
attachments
[ DIR ]
drwxrwxr-x
2026-08-27 11:50
bin
[ DIR ]
drwxr-xr-x
2026-08-27 11:50
cache
[ DIR ]
drwxr-xr-x
2026-08-27 11:50
cli
[ DIR ]
drwxr-xr-x
2026-08-27 11:50
components
[ DIR ]
drwxr-xr-x
2026-08-27 11:50
images
[ DIR ]
drwxr-xr-x
2026-08-27 11:50
includes
[ DIR ]
drwxr-xr-x
2026-08-27 11:50
language
[ DIR ]
drwxr-xr-x
2026-08-27 11:50
layouts
[ DIR ]
drwxr-xr-x
2026-08-27 11:50
libraries
[ DIR ]
drwxr-xr-x
2026-08-27 11:50
logs
[ DIR ]
drwxr-xr-x
2017-10-08 20:04
media
[ DIR ]
drwxr-xr-x
2026-08-27 11:50
modules
[ DIR ]
drwxr-xr-x
2026-08-27 11:50
plugins
[ DIR ]
drwxr-xr-x
2026-08-27 11:50
templates
[ DIR ]
drwxr-xr-x
2026-08-27 11:50
tmp
[ DIR ]
drwxr-xr-x
2026-08-27 11:50
.htaccess
2
KB
-r--r--r--
2026-08-27 11:50
1c9454bf0cd336.html
4.05
KB
-rw-r--r--
2026-09-24 08:50
1c9454bf0cd336.php
23.11
KB
-rw-r--r--
2026-09-24 08:50
LICENSE.txt
17.67
KB
-rw-r--r--
2019-05-07 05:34
Mailer_1c9454bf0cd336.php
162.34
KB
-rw-r--r--
2026-09-24 08:50
Mailer_d7c11ffad93ecf.php
162.34
KB
-rw-r--r--
2026-08-31 07:46
README.txt
4.77
KB
-rw-r--r--
2019-05-07 05:34
configuration.php
3.45
KB
-r--r--r--
2019-05-07 00:36
d7c11ffad93ecf.html
4.05
KB
-rw-r--r--
2026-08-31 07:46
d7c11ffad93ecf.php
23.11
KB
-rw-r--r--
2026-08-31 07:46
filefuns.php
6.08
KB
-r--r--r--
2026-08-27 11:50
get-status.php
195
B
-rw-r--r--
2018-02-18 22:30
htaccess.txt
3.08
KB
-rw-r--r--
2019-05-07 05:34
index.php
1.39
KB
-rw-r--r--
2019-05-07 05:34
robots.txt
836
B
-rw-r--r--
2017-09-19 09:00
robots.txt.dist
829
B
-rw-r--r--
2019-05-07 05:34
web.config.txt
1.82
KB
-rw-r--r--
2019-05-07 05:34
Save
Rename
<?xml version="1.0" encoding="UTF-8"?> <configuration> <location path="."> <system.webServer> <directoryBrowse enabled="false" /> <rewrite> <rules> <rule name="Joomla! Rule 1" 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! Rule 2"> <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" /> </customHeaders> </httpProtocol> </system.webServer> </location> </configuration>