forked from V7hinc/wooyun_final
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.php
80 lines (72 loc) · 3.71 KB
/
contact.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="x-ua-compatible" content="ie=7"/>
<title> 用户登录 | 乌云网 | WooYun.org </title>
<meta name="author" content="80sec"/>
<meta name="copyright" content="http://www.wooyun.org/"/>
<meta name="keywords" content="乌云官方漏洞,路人甲,未授权访问/权限绕过,wooyun,应用安全,web安全,系统安全,网络安全,漏洞公布,漏洞报告,安全资讯。"/>
<meta name="description" content="|WooYun是一个位于厂商和安全研究者之间的漏洞报告平台,注重尊重,进步,与意义"/>
<link rel="icon" href="/favicon.ico" sizes="32x32"/>
<link href="css/style_1.css" rel="stylesheet" type="text/css"/>
<link href="css/index.css" rel="stylesheet" type="text/css"/>
<script src="js/jquery-1.4.2.min_1.js" type="text/javascript"></script>
<script type="text/javascript" src="js/jquery_1.7.2_jquery.min.js"></script>
</head>
<body id="bugDetail">
<style>#myBugListTab{position:relative;display:inline;border:none}#myBugList{position:absolute;display:none;margin-left:309px;* margin-left:-60px; * margin-top:18px ; border:#c0c0c0 1px solid; padding:2px 7px; background:#FFF }#myBugList li{text-align:left}</style>
<div class="banner">
<div class="logo">
<h1>WooYun.org</h1>
<div class="weibo"><iframe width="136" height="24" frameborder="0" allowtransparency="true" marginwidth="0" marginheight="0" scrolling="no" border="0" src="http://widget.weibo.com/relationship/followbutton.php?language=zh_cn&width=136&height=24&uid=1981622273&style=2&btn=red&dpc=1"></iframe>
</div>
</div>
<div class="login">
<a href="user.php">登录</a> | <a class="reg" href="reg.php">注册</a>
</div>
</div>
<div class="nav" id="nav_sc">
<ul>
<li><a href="index.php">首页</a></li>
<li><a href="corps.php">厂商列表</a></li>
<li><a href="whitehats.php">白帽子</a></li>
<li><a>乌云榜</a></li>
<li><a>团队</a></li>
<li><a href="bugs.php">漏洞列表</a></li>
<li class="new"><a>提交漏洞</a></li>
<li><a href="../index.php" target="_blank" style="color:rgb(246,172,110);font-size:14px;font-weight:blod">社区</a></li>
<li><a>公告</a></li>
</ul>
<form action="searchbug.php" method="get" id="searchbox">
<input type="text" name="q" id="search_input" />
<input type="submit" value="搜索" id="search_button" />
</form>
</div>
<div class="bread" style="padding-top: 4px;">
<div style="float:left">当前位置:<a href="user.php">WooYun</a> >> <a>联系我们</a></div>
</div>
<div class="content">
<div style="padding:0 0 0 75px;">
<input type="hidden" id="token" style="display:none" value="" />
<h3 style="font-size:18px;font:font:Microsoft YaHei,Helvetica,Arial,Sans-Serif;padding:0 0 5px 0">联系我们</h3>
<div style="width:98%;text-align:left;font-size:15px;padding:5px 0 5px 10px;"><p style="line-height:35px;background-color:#BEBEBE;"> QQ群:470311432 </p>
</div>
</div>
<!--content-end-->
</div>
<div id="footer">
<span class="copyright fleft">
Copyright © 2010 - 2016 <a href="#">wooyun.org</a>, All Rights Reserved
<a href="http://www.miibeian.gov.cn/">京ICP备15041338号-1</a>
</span>
<span class="other fright">
<a>行业观点</a>
· <a>法律顾问</a>
· <a href="contact.php">联系我们</a>
· <a href="help.php">帮助</a>
· <a href="about.php">关于</a>
</span>
</div>
</body>
</html>