📄 index.php
字号:
<html>
<head>
<title>buqb0x</title>
<meta name="description" content="milw0rm exploits and 0day exploits database">
<meta name="keywords" content="exploits code, exploit code, exploits, 0-day, 0day, 0days, exploit, zero day, poc, exploit, local exploits, remote exploits, root exploits, windows, linux, new exploits, latest exploits, shellcode, Zero-day, zeroday, security articles, ezines, zines, security papers">
<link type="text/css" rel="stylesheet" href="../../b0x.css">
<link rel="alternate" type="text/xml" title="milw0rm - RSS Feed" href="http://milw0rm.com/rss.php">
<link rel="Shortcut Icon" href="http://milw0rm.com/favicon.ico" type="image/x-icon"></head>
<body dir="ltr" alink="#00ff00" background="../dot.gif" bgcolor="#000000" link="#00c000" text="#008000" vlink="#00c000">
<center>
<table border="0">
<tbody><tr>
<td nowrap="nowrap">
<b>[ <a href="../index.php" target="_self">home</a> ]</b>
<b>[ <a href="../../../webapps.php" target="_self">webapps</a> ]</b>
<b>[ <a href="../../../locals.php" target="_self">locals</a> ]</b>
<b>[ <a href="../../../dokumanlar.php" target="_self">documents</a> ]</b>
<b>[ <a href="../../../shellcodes.php" target="_self">shellcode</a> ]</b>
<b>[ <a href="../../../haberler.php" target="_self">haberler</a> ]</b>
<b>[ <a href="../../../links.php" target="_self">linkler</a> ]</b>
<b>[ <a href="../../../videos.php" target="blank">video</a> ]</b>
<b>[ <a href="../../../arama" target="_self">arama</a> ]</b>
<b>[ <a href="../../../forum" target="_self">forum</a> ]</b>
</td>
</tr>
</tbody></table>
<?php
include "../ozellikler.php";
echo '<table width="668" border="0" cellpadding="3" cellspacing="3" class="main">
<tr><td><img src="../banner.jpg"></td>
</tr><tr><td><table width="666" align="center" border="0"><tbody>
<tr class="style13">
<td class="style13">-::DATE</td>
<td class="style13">-::DESCRIPTION</td>
<td class="style13">-::HIT</td>
<td class="style13"></td>
<td class="style13"></td>
<td class="style13"></td>
<td class="style13"></td>
<td class="style13">-::AUTHOR</td>
</tr> </tr></td> </td> <br>
<center> <b>[ <a href="#" target="_self">locals</a> ]</b> </center> ';
$result = mysql_query('SELECT `id`, `sayfa_adi`, `baslik`, `sayac`, `tarih` FROM `locals` ORDER BY `id` DESC LIMIT 999999999');
while ( $row = mysql_fetch_assoc($result) )
echo ' <tr class="submit">
<td class="style14" nowrap="nowrap" width="62"> ' . $row['tarih'] . ' </td>
<td width="375">
<a href="../../../exploit.php?id='. $row['id'] . ' " target="_blank"> ' . $row['baslik'] . '.</a></td>
<td nowrap="nowrap" width=40 align="left">' . $row['sayac'] . '</td>
<td width="9">R</td>
<td width="9">[<a href="sil.php?id= '. $row['id'] . ' ">x</a>]</td>
<td width="9">D</td>
<td width="9">[<a href="sil.php?id= '. $row['id'] . ' ">e</a>]</td>
<td nowrap="nowrap" width=135 align="left">' . $row['sayfa_adi'] . '</td>
' ;
echo ' </tr>
</tbody>
</table>
<br>
</td>
</tr>
</table>
<br>
<br>
</center>
</body>
</html> ';
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -