-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathinfosj.html
More file actions
44 lines (44 loc) · 4.57 KB
/
infosj.html
File metadata and controls
44 lines (44 loc) · 4.57 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Markmap</title>
<style>
* {
margin: 0;
padding: 0;
}
#mindmap {
display: block;
width: 100vw;
height: 100vh;
}
</style>
<link rel="stylesheet" href="https://unpkg.com/markmap-toolbar@0.17.0/dist/style.css">
</head>
<body>
<svg id="mindmap"></svg>
<script src="https://unpkg.com/d3@7.8.5/dist/d3.min.js"></script><script src="https://unpkg.com/markmap-view@0.17.0/dist/browser/index.js"></script><script src="https://unpkg.com/markmap-toolbar@0.17.0/dist/index.js"></script><script>(r => {
setTimeout(r);
})(() => {
const {
markmap,
mm
} = window;
const {
el
} = markmap.Toolbar.create(mm);
el.setAttribute('style', 'position:absolute;bottom:20px;right:20px');
document.body.append(el);
})</script><script>((getMarkmap, getOptions, root2, jsonOptions) => {
const markmap = getMarkmap();
window.mm = markmap.Markmap.create(
"svg#mindmap",
(getOptions || markmap.deriveOptions)(jsonOptions),
root2
);
})(() => window.markmap,null,{"content":"信息收集","children":[{"content":"组织架构","children":[{"content":"分支机构、对外投资 - <a href=\"https://aiqicha.baidu.com/\">爱企查</a>","children":[],"payload":{"lines":"2,3"}},{"content":"根域名信息","children":[{"content":"<a href=\"https://www.861.cn/Domain/whois.aspx\">Whois查询</a>","children":[],"payload":{"lines":"4,5"}},{"content":"<a href=\"https://beian.miit.gov.cn/#/Integrated/recordQuery\">ICP备案查询</a>","children":[],"payload":{"lines":"5,6"}}],"payload":{"lines":"3,6"}},{"content":"移动端安全(微信小程序、APP)","children":[],"payload":{"lines":"6,7"}},{"content":"供应链-软件开发商(获取源码)","children":[],"payload":{"lines":"7,9"}}],"payload":{"lines":"1,2"}},{"content":"子域名资产收集","children":[{"content":"子域名枚举 - <a href=\"https://ti.defender.microsoft.com/search/data/subdomains?query=wgpsec.org\">Defender</a>","children":[],"payload":{"lines":"10,11"}},{"content":"CDN绕过","children":[{"content":"识别CDN - <a href=\"https://www.itdog.cn/ping/\">多地ping</a>","children":[],"payload":{"lines":"12,13"}},{"content":"FOFA(cert=\"根域名\"、title=\"xx\"、icon_hash=\"xx\")","children":[],"payload":{"lines":"13,14"}},{"content":"让服务器主动请求 (邮件原文、SSRF)","children":[],"payload":{"lines":"14,16"}}],"payload":{"lines":"11,16"}}],"payload":{"lines":"9,10"}},{"content":"IP资产梳理","children":[{"content":"C段IP资产扫描,拓展攻击面","children":[],"payload":{"lines":"17,18"}},{"content":"端口扫描用于发现目标开放的服务","children":[],"payload":{"lines":"18,19"}},{"content":"Web应用指纹(目标使用的开发框架和中间件)","children":[],"payload":{"lines":"19,20"}},{"content":"目录扫描(用于发现备份文件、源码泄露、网站后台)","children":[],"payload":{"lines":"20,21"}},{"content":"未授权接口","children":[{"content":"FindSomething工具","children":[],"payload":{"lines":"22,23"}},{"content":"URLFinder工具","children":[],"payload":{"lines":"23,24"}}],"payload":{"lines":"21,24"}}],"payload":{"lines":"16,17"}},{"content":"敏感信息","children":[{"content":"文档信息","children":[{"content":"<a href=\"https://www.lingfengyun.com/\">凌风云</a>","children":[],"payload":{"lines":"26,27"}},{"content":"<a href=\"https://www.yuque.com/search?tab=public&q=boe\">语雀</a>","children":[],"payload":{"lines":"27,28"}}],"payload":{"lines":"25,28"}},{"content":"系统源码","children":[{"content":"<a href=\"https://github.com/\">Github</a> \"xxx.com\" in:file,path","children":[],"payload":{"lines":"29,30"}},{"content":"<a href=\"https://search.gitee.com/?type=code&q=passwd\">Gitee</a>","children":[],"payload":{"lines":"30,31"}}],"payload":{"lines":"28,31"}},{"content":"Google hacker","children":[{"content":"intitle:网站标题","children":[],"payload":{"lines":"32,33"}},{"content":"allintitle:标题1 标题2","children":[],"payload":{"lines":"33,34"}},{"content":"intext:网页内容","children":[],"payload":{"lines":"34,35"}},{"content":"奥林匹克 site:.gov(在顶级域名搜索某内容)","children":[],"payload":{"lines":"35,36"}},{"content":"加双引号精准搜索","children":[],"payload":{"lines":"36,37"}}],"payload":{"lines":"31,37"}}],"payload":{"lines":"24,25"}}],"payload":{"lines":"0,1"}},{})</script>
</body>
</html>