Linux webm047.cluster003.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Apache
: 10.3.20.39 | : 216.73.216.55
Cant Read [ /etc/named.conf ]
5.4.45
asmplong
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
asmplong /
www /
ancien-site-2019 /
poc /
modules /
[ HOME SHELL ]
Name
Size
Permission
Action
mod_archive
[ DIR ]
drwxr-xr-x
mod_banners
[ DIR ]
drwxr-xr-x
mod_breadcrumbs
[ DIR ]
drwxr-xr-x
mod_custom
[ DIR ]
drwxr-xr-x
mod_feed
[ DIR ]
drwxr-xr-x
mod_footer
[ DIR ]
drwxr-xr-x
mod_latestnews
[ DIR ]
drwxr-xr-x
mod_login
[ DIR ]
drwxr-xr-x
mod_mainmenu
[ DIR ]
drwxr-xr-x
mod_mostread
[ DIR ]
drwxr-xr-x
mod_newsflash
[ DIR ]
drwxr-xr-x
mod_poll
[ DIR ]
drwxr-xr-x
mod_random_image
[ DIR ]
drwxr-xr-x
mod_related_items
[ DIR ]
drwxr-xr-x
mod_search
[ DIR ]
drwxr-xr-x
mod_sections
[ DIR ]
drwxr-xr-x
mod_stats
[ DIR ]
drwxr-xr-x
mod_syndicate
[ DIR ]
drwxr-xr-x
mod_whosonline
[ DIR ]
drwxr-xr-x
mod_wrapper
[ DIR ]
drwxr-xr-x
18texte.htm
9
B
-rw-r--r--
329menu.php
25
B
-rw-r--r--
336texte.htm
1.36
KB
-rw-r--r--
369texte.htm
1.47
KB
-rw-r--r--
415texte.htm
7.22
KB
-rw-r--r--
CREDITS-20250608204406.php
14.04
KB
-rw-r--r--
CREDITS.php
14.04
KB
-rw-r--r--
LICENSES.php
27.33
KB
-rw-r--r--
accueil.php
150
B
-rw-r--r--
actu-20250608204718.php
1.14
KB
-rw-r--r--
actu.php
5.83
KB
-rw----r--
application.php
8.39
KB
-rw-r--r--
asm.js
1.09
KB
-rw-r--r--
client.php
5.17
KB
-rw-r--r--
configuration.php-202506082035...
1.53
KB
-rw-r--r--
configuration.php.local
1.53
KB
-rw-r--r--
expo.php
4.4
KB
-rw-r--r--
index.html
44
B
-rw-r--r--
menu-20250608204307.php
4.54
KB
-rw-r--r--
menu.php
4.54
KB
-rw-r--r--
presentation.php
7.35
KB
-rw----r--
test.php
336
B
-rw-r--r--
titre.php
3.06
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : titre.php
<HTML> <HEAD> <script language="javascript"> <!-- function actualite_over() { document.images["actualite"].src='site/images/actualiteb.jpg' } function actualite_out() { document.images["actualite"].src='site/images/actualitea.jpg' } function presentation_over() { document.images["presentation"].src='site/images/presentationb.jpg' } function presentation_out() { document.images["presentation"].src='site/images/presentationa.jpg' } function contact_over() { document.images["contact"].src='site/images/contactb.jpg' } function contact_out() { document.images["contact"].src='site/images/contacta.jpg' } --> </script> </HEAD> <BODY> <TABLE border=0 width=100%> <TR> <TD width=5% align="center" valign='top'> </TD> <TD align="left"> <img name="titre" src="site/images/titre.jpg" border=0 width=650> </TD> <TD width=20% align="center" valign='top'> </TD> <TD width=10% align=center> <img src="site/images/logoFFESSM.jpg" border=0 width=100> <img src="site/images/logoMAIRIE.jpg" border=0 width=100> <img src="site/images/logoCG.gif" border=0 width=50> <img src="site/images/logoCR.gif" border=0 width=40> <img src="site/images/logoMinistere.gif" border=0> </TD> <TD width=5% align="center" valign='top'> </TD> </TR> </TABLE> <TABLE border=0 width=100%> <TR> <TD width=30% align="center" valign='top'> </TD> <?php if(!empty($_GET['t'])) { $titre = $_GET['t']; } else { $titre='g'; } if ($titre != 'g') { echo " <TD width=25% align=\"center\" valign=\"top\">"; if ($titre == 'p') { echo " <A href=\"index.php?t=p\" class=\"lien3\">"; echo " <img name=\"presentation\" src=\"site/images/presentationb.jpg\" border=0 width=200></A>"; } else { echo " <A href=\"index.php?t=p&m=p&c=p\" class=\"lien3\" onmouseover=\"presentation_over()\" onmouseout=\"presentation_out()\">"; echo " <img name=\"presentation\" src=\"site/images/presentationa.jpg\" border=0 width=200></A>"; } echo " </A>"; echo " </TD>"; echo " <TD width=30% align=\"center\" valign=\"top\">"; if ($titre == 'a') { echo " <A href=\"index.php?t=a\" class=\"lien3\">"; echo " <img name=\"actualite\" src=\"site/images/actualiteb.jpg\" border=0 width=200></A>"; } else { echo " <A href=\"index.php?t=a\" class=\"lien3\" onmouseover=\"actualite_over()\" onmouseout=\"actualite_out()\">"; echo " <img name=\"actualite\" src=\"site/images/actualitea.jpg\" border=0 width=200></A>"; } echo " </A>"; echo " </TD>"; echo " <TD width=25% align=\"center\" valign=\"bottom\">"; if ($titre == 'c') { echo " <A href=\"index.php?t=c\" class=\"lien3\">"; echo " <img name=\"contact\" src=\"site/images/contactb.jpg\" border=0 width=200></A>"; } else { echo " <A href=\"index.php?t=c&m=c&c=c\" class=\"lien3\" onmouseover=\"contact_over()\" onmouseout =\"contact_out()\">"; echo "<img name=\"contact\" src=\"site/images/contacta.jpg\" border=0 width=200></A>"; } echo " </A>"; echo " </TD>"; } ?> <TD width=10% align="center" valign="top"> </TD> </TR> </TABLE> </BODY>
Close