Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.119
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
iNetty /
public /
Delete
Unzip
Name
Size
Permission
Date
Action
css
[ DIR ]
drwxrwxrwx
2022-04-21 13:43
js
[ DIR ]
drwxrwxrwx
2022-04-21 13:43
material
[ DIR ]
drwxrwxrwx
2022-04-21 13:43
.DS_Store
6
KB
-rwxrwxrwx
2022-04-21 13:43
.htaccess
510
B
-rwxrwxrwx
2023-01-18 07:38
favicon.ico
0
B
-rwxrwxrwx
2022-04-21 13:43
helloWorld.docx
7.21
KB
-rwxrwxrwx
2022-04-21 13:43
index.php
29.68
KB
-rwxrwxrwx
2023-01-18 07:38
mix-manifest.json
71
B
-rwxrwxrwx
2022-04-21 13:43
robots.txt
24
B
-rwxrwxrwx
2022-04-21 13:43
web.config
1.17
KB
-rwxrwxrwx
2022-04-21 13:43
Save
Rename
<!-- 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>