forked from r00tSe7en/GoogleHackingTool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (38 loc) · 2.67 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>在线Google Hacking小工具</title>
<link rel="shortcut icon" href="favicon.ico" />
<script type="text/javascript" src="comonjs/jquery-1.11.2.min.js"></script>
<script type="text/javascript" src="comonjs/modernizr-2.6.2.min.js"></script>
<script type="text/javascript" src="js/starbg.js"></script>
<script type="text/javascript" src="js/googlehack.js"></script>
<link type="text/css" rel="stylesheet" href="css/styles.css" />
</head>
<body>
<canvas id="fullstarbg">您的浏览器不支持canvas标签</canvas>
<div class="content">
<center><img src="google.png" alt="google"></center>
<div class="input_wrap_box box_S">
<input id="sercHead" name="sercHead" type="text" class="box_S" value="" placeholder="example.com" onclick="">
</div>
</div>
<div class="options">
<ul>
<li><a href="#" onclick="do_google_search(1)" style="font-family:verdana;font-size:20px;color:#4285f4;text-decoration:none">目录遍历漏洞</a></li>
<li><a href="#" onclick="do_google_search(2)" style="font-family:verdana;font-size:20px;color:#4285f4;text-decoration:none">配置文件泄露</a></li>
<li><a href="#" onclick="do_google_search(3)" style="font-family:verdana;font-size:20px;color:#4285f4;text-decoration:none">数据库文件泄露</a></li>
<li><a href="#" onclick="do_google_search(4)" style="font-family:verdana;font-size:20px;color:#4285f4;text-decoration:none">日志文件泄露</a></li>
<li><a href="#" onclick="do_google_search(5)" style="font-family:verdana;font-size:20px;color:#4285f4;text-decoration:none">备份和历史文件</a></li>
<li><a href="#" onclick="do_google_search(6)" style="font-family:verdana;font-size:20px;color:#4285f4;text-decoration:none">登录页面</a></li>
<li><a href="#" onclick="do_google_search(7)" style="font-family:verdana;font-size:20px;color:#4285f4;text-decoration:none">SQL错误</a></li>
<li><a href="#" onclick="do_google_search(8)" style="font-family:verdana;font-size:20px;color:#4285f4;text-decoration:none">公开文件信息</a></li>
<li><a href="#" onclick="do_google_search(9)" style="font-family:verdana;font-size:20px;color:#4285f4;text-decoration:none">phpinfo()></a></li>
</ul>
</div>
<div class="footer">
<center> Copyright © 2019 CODING BY <a href="https://www.se7ensec.cn" style="font-family:verdana;color:#4285f4;text-decoration:none"> SE7EN </a> GIT HUB: <a href="https://github.com/r00tSe7en/GoogleHackingTool" style="font-family:verdana;color:#4285f4;text-decoration:none"> 在线google Hacking小工具 </a></center>
</div>
</body>
</html>