CMS:快速搭建网站的内容管理系统
Web应用框架:快速二次开发的Web应用框架,例如网站,小程序
唯一性
终身不变性
方便性
WhatWeb https://whatweb.net/ http://whatweb.bugscaner.com/look
插件Wappalyzer: https://www.wappalyzer.com
脚本:
CMSeek:
kali下安装:
git clone https://github.com/Tuhinshubhra/CMSeeK
cd CMSeeK
pip/pip3 install -r requirements.txt
python3 cmseek.py -u 目标 //使用
python3 cmseek.py –update //检查更新
Webfinger: https://github.com/se55i0n/Webfinger
专针对Web应用攻击的防护产品
https://github.com/0xInfection/Awesome-WAF
https://github.com/EnableSecurity/wafw00f
kali下安装wafw00f
git clone https://github.com/EnableSecurity/wafw00f
cd wafw00f
python setup.py install
CDN: 内容分发网络
基本思路是 尽可能避开互联网上有可能影响数据传输速度和稳定性的瓶颈和环节,使内容传输的更快,更稳定
改善网络加载时间,减少服务器负载,降低成本,提高网络安全行
kali下安装xcdn
git clone https://github.com/3xp10it/xcdn
超级ping:http://ping.chinaz.com/
历史解析:
内部邮箱源:对方发送邮件,查看邮件来源IP
二级域名:寻找子域名,找到未绑定CDN站点。
手机App:使用Brup抓取收集App数据包
微信公众号:使用Brup抓取微信公众号数据包
国外ping:
网络空间搜索引擎:fofa:https://fofa.so
都是通过寻找对方未绑定CDN站点进行突破,从而找到真实站点。
中文CVE http://cve.scap.org.cn
exp库 http://www.expku.com
洞悉漏洞 https://seebug.org
原文:https://www.cnblogs.com/j-chao/p/12896128.html