一个NodeJS编写的web蜜罐
153 |https://github.com/schmalle/Nodepot
介绍:
155 |一个致敬Glastopf的NodeJS学习作品,适用于运行在一些小型机上。
156 | 157 | 158 | 159 | 160 |├── CNAME ├── gallery ├── shoes.jpg ├── markdown.jpg ├── music1.jpg ├── music2.jpg ├── niagara.jpg ├── guitarist.jpg ├── salt-lake.jpg ├── smartphone.jpg ├── little-girl.jpg └── code-highlight.png ├── css ├── images │ ├── logo.jpg │ ├── favicon.ico │ ├── rocket.png │ └── favicon1.ico ├── fonts │ ├── FontAwesome.otf │ ├── athemes-glyphs.woff │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.ttf │ └── fontawesome-webfont.woff ├── glyphs.css └── comment.css ├── fancybox ├── blank.gif ├── fancybox_loading.gif ├── fancybox_overlay.png ├── fancybox_sprite.png ├── fancybox_loading@2x.gif ├── fancybox_sprite@2x.png ├── helpers │ ├── fancybox_buttons.png │ ├── jquery.fancybox-thumbs.css │ ├── jquery.fancybox-buttons.css │ ├── jquery.fancybox-buttons.js │ ├── jquery.fancybox-thumbs.js │ └── jquery.fancybox-media.js └── jquery.fancybox.css ├── preview ├── Hiero_home.png ├── code-theme.jpg ├── logo-preview.jpg ├── browser-support.png ├── mobile-preview.png └── code-default-preview.png ├── README.html ├── js ├── totop.js ├── main.js ├── script.js └── insight.js ├── 404.html ├── projects ├── 2015-08-24-honeypot-nodepot.html ├── 2016-10-10-honeypot-glastopf.html ├── 2015-12-17-honeypot-shockpot.html ├── 2014-08-25-honeypot-espot.html ├── 2012-10-15-honeypot-mysqlpot.html ├── 2013-05-12-honeypot-servletpot.html ├── 2017-05-23-honeypot-bukkitpot.html ├── 2017-05-08-honeypot-laravelapppot.html ├── 2016-04-26-honeypot-eohoneypotbunble.html ├── 2017-05-18-honeypot-mhn.html ├── 2015-06-10-honeypot-delilah.html └── 2015-07-06-honeypot-elastichoney.html └── researchers └── 2017-06-26-researcher-BeaConLab.html /CNAME: -------------------------------------------------------------------------------- 1 | ipot.sec-wiki.com -------------------------------------------------------------------------------- /gallery/shoes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/ipot/HEAD/gallery/shoes.jpg -------------------------------------------------------------------------------- /css/images/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/ipot/HEAD/css/images/logo.jpg -------------------------------------------------------------------------------- /fancybox/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/ipot/HEAD/fancybox/blank.gif -------------------------------------------------------------------------------- /gallery/markdown.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/ipot/HEAD/gallery/markdown.jpg -------------------------------------------------------------------------------- /gallery/music1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/ipot/HEAD/gallery/music1.jpg -------------------------------------------------------------------------------- /gallery/music2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/ipot/HEAD/gallery/music2.jpg -------------------------------------------------------------------------------- /gallery/niagara.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/ipot/HEAD/gallery/niagara.jpg -------------------------------------------------------------------------------- /css/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/ipot/HEAD/css/images/favicon.ico -------------------------------------------------------------------------------- /css/images/rocket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/ipot/HEAD/css/images/rocket.png -------------------------------------------------------------------------------- /gallery/guitarist.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/ipot/HEAD/gallery/guitarist.jpg -------------------------------------------------------------------------------- /gallery/salt-lake.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/ipot/HEAD/gallery/salt-lake.jpg -------------------------------------------------------------------------------- /gallery/smartphone.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/ipot/HEAD/gallery/smartphone.jpg -------------------------------------------------------------------------------- /preview/Hiero_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/ipot/HEAD/preview/Hiero_home.png -------------------------------------------------------------------------------- /preview/code-theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/ipot/HEAD/preview/code-theme.jpg -------------------------------------------------------------------------------- /css/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/ipot/HEAD/css/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /css/images/favicon1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/ipot/HEAD/css/images/favicon1.ico -------------------------------------------------------------------------------- /gallery/little-girl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/ipot/HEAD/gallery/little-girl.jpg -------------------------------------------------------------------------------- /preview/logo-preview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/ipot/HEAD/preview/logo-preview.jpg -------------------------------------------------------------------------------- /gallery/code-highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/ipot/HEAD/gallery/code-highlight.png -------------------------------------------------------------------------------- /preview/browser-support.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/ipot/HEAD/preview/browser-support.png -------------------------------------------------------------------------------- /preview/mobile-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/ipot/HEAD/preview/mobile-preview.png -------------------------------------------------------------------------------- /css/fonts/athemes-glyphs.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/ipot/HEAD/css/fonts/athemes-glyphs.woff -------------------------------------------------------------------------------- /fancybox/fancybox_loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/ipot/HEAD/fancybox/fancybox_loading.gif -------------------------------------------------------------------------------- /fancybox/fancybox_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/ipot/HEAD/fancybox/fancybox_overlay.png -------------------------------------------------------------------------------- /fancybox/fancybox_sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/ipot/HEAD/fancybox/fancybox_sprite.png -------------------------------------------------------------------------------- /fancybox/fancybox_loading@2x.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/ipot/HEAD/fancybox/fancybox_loading@2x.gif -------------------------------------------------------------------------------- /fancybox/fancybox_sprite@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/ipot/HEAD/fancybox/fancybox_sprite@2x.png -------------------------------------------------------------------------------- /preview/code-default-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/ipot/HEAD/preview/code-default-preview.png -------------------------------------------------------------------------------- /css/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/ipot/HEAD/css/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /css/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/ipot/HEAD/css/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /css/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/ipot/HEAD/css/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /fancybox/helpers/fancybox_buttons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/ipot/HEAD/fancybox/helpers/fancybox_buttons.png -------------------------------------------------------------------------------- /README.html: -------------------------------------------------------------------------------- 1 |
Honeypot Research Blog With SecWiki
2 | -------------------------------------------------------------------------------- /js/totop.js: -------------------------------------------------------------------------------- 1 | $(window).scroll(function() { 2 | $(window).scrollTop() > $(window).height()*0.5 ? $("#rocket").addClass("show") : $("#rocket").removeClass("show"); 3 | }); 4 | 5 | $("#rocket").click(function() { 6 | $("#rocket").addClass("launch"); 7 | $("html, body").animate({ 8 | scrollTop: 0 9 | }, 1000, function() { 10 | $("#rocket").removeClass("show launch"); 11 | }); 12 | return false; 13 | }); 14 | 15 | $("#homelogo").click(function() { 16 | $("html, body").animate({ 17 | scrollTop: $(window).height() 18 | }, 1000, null); 19 | return false; 20 | }); -------------------------------------------------------------------------------- /fancybox/helpers/jquery.fancybox-thumbs.css: -------------------------------------------------------------------------------- 1 | #fancybox-thumbs { 2 | position: fixed; 3 | left: 0; 4 | width: 100%; 5 | overflow: hidden; 6 | z-index: 8050; 7 | } 8 | 9 | #fancybox-thumbs.bottom { 10 | bottom: 2px; 11 | } 12 | 13 | #fancybox-thumbs.top { 14 | top: 2px; 15 | } 16 | 17 | #fancybox-thumbs ul { 18 | position: relative; 19 | list-style: none; 20 | margin: 0; 21 | padding: 0; 22 | } 23 | 24 | #fancybox-thumbs ul li { 25 | float: left; 26 | padding: 1px; 27 | opacity: 0.5; 28 | } 29 | 30 | #fancybox-thumbs ul li.active { 31 | opacity: 0.75; 32 | padding: 0; 33 | border: 1px solid #fff; 34 | } 35 | 36 | #fancybox-thumbs ul li:hover { 37 | opacity: 1; 38 | } 39 | 40 | #fancybox-thumbs ul li a { 41 | display: block; 42 | position: relative; 43 | overflow: hidden; 44 | border: 1px solid #222; 45 | background: #111; 46 | outline: none; 47 | } 48 | 49 | #fancybox-thumbs ul li img { 50 | display: block; 51 | position: relative; 52 | border: 0; 53 | padding: 0; 54 | max-width: none; 55 | } -------------------------------------------------------------------------------- /404.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |
35 |
36 |
39 |
40 | 暂时未能找到您查找的页面
41 | 可能输入的网址错误或此页面不存在
42 | 秒后自动跳转到主页
43 |
').addClass('ins-search-preview').text(preview) : null)
23 | .attr('data-url', url);
24 | }
25 |
26 | function sectionFactory (type, array) {
27 | var sectionTitle;
28 | var $searchItems;
29 | if (array.length === 0) return null;
30 | sectionTitle = CONFIG.TRANSLATION[type];
31 | switch (type) {
32 | case 'POSTS':
33 | case 'PAGES':
34 | $searchItems = array.map(function (item) {
35 | // Use config.root instead of permalink to fix url issue
36 | return searchItem('file', item.title, null, item.text.slice(0, 150), CONFIG.ROOT_URL + item.path);
37 | });
38 | break;
39 | case 'CATEGORIES':
40 | case 'TAGS':
41 | $searchItems = array.map(function (item) {
42 | return searchItem(type === 'CATEGORIES' ? 'folder' : 'tag', item.name, item.slug, null, item.permalink);
43 | });
44 | break;
45 | default:
46 | return null;
47 | }
48 | return section(sectionTitle).append($searchItems);
49 | }
50 |
51 | function extractToSet (json, key) {
52 | var values = {};
53 | var entries = json.pages.concat(json.posts);
54 | entries.forEach(function (entry) {
55 | if (entry[key]) {
56 | entry[key].forEach(function (value) {
57 | values[value.name] = value;
58 | });
59 | }
60 | });
61 | var result = [];
62 | for (var key in values) {
63 | result.push(values[key]);
64 | }
65 | return result;
66 | }
67 |
68 | function parseKeywords (keywords) {
69 | return keywords.split(' ').filter(function (keyword) {
70 | return !!keyword;
71 | }).map(function (keyword) {
72 | return keyword.toUpperCase();
73 | });
74 | }
75 |
76 | /**
77 | * Judge if a given post/page/category/tag contains all of the keywords.
78 | * @param Object obj Object to be weighted
79 | * @param Array 一个NodeJS编写的web蜜罐 https://github.com/schmalle/Nodepot 介绍: 一个致敬Glastopf的NodeJS学习作品,适用于运行在一些小型机上。 地址: http://plcscan.org/blog/about/labs/ 简介: “灯塔实验室”致力于工业控制系统(ICS)相关的安全研究与实践,提升行业用户对安全的意识。 一个通用的web应用蜜罐 https://github.com/mushorg/glastopf 介绍: Glastopf是一个用Python语言写成的web应用框架,它主要用来对抗Google-dork攻击,通过返回含有多个关键字的页面,Glastopf还能够有效的欺骗扫描器。 一个检测破壳漏洞的web蜜罐 https://github.com/threatstream/shockpot 介绍: shockpot是一个web应用蜜罐,用来发现远程破壳漏洞攻击。 一个专门捕捉CVE-2014-3120漏洞利用的elasticsearch蜜罐 https://github.com/mycert/ESPot 介绍: Espot使用NodeJS语言,专门用来捕捉对CVE-2014-3120漏洞的攻击向量。 一个还在早期开发状态的Mysql蜜罐 https://github.com/schmalle/MysqlPot 介绍: 一款Mysql蜜罐,处于也有可能永远都处于开发状态。 一个灵感来源于Glastopf的web应用蜜罐 https://github.com/schmalle/Servletpot 介绍: Servletpot蜜罐使用JAVA语言编写,主要用来模拟Servelet容器的相关的web应用。 知名游戏MineCraft插件bukkit的蜜罐 https://github.com/Argomirr/Honeypot 使用laravel的垃圾邮件阻止蜜罐 https://github.com/msurguy/Honeypot 介绍: 一款对抗垃圾邮件的蜜罐,通过创建隐藏的元素来检测垃圾邮件机器人。 Symfony框架的蜜罐 https://github.com/eymengunay/EoHoneypotBundle 介绍: 通过隐藏元素来识别机器人和人类的symfony蜜罐。 现代蜜网项目是Anomali公司的一款集管理界面、蜜罐部署于一体的蜜罐项目,支持多种检测规则,支持多种蜜罐节点,支持可视化界面管理,支持多用户 https://github.com/threatstream/mhn 介绍: MHN包含以下几部分: 蜜罐节点:支持包括Dionaea、Kippo、Snort、Conpot等多个开源蜜罐 管理服务器:使用Flask框架,通过API交互完成部署脚本下载,蜜罐信息接收、入侵规则更新、可视化展示等功能 一个识别攻击命令、侦查行为以及下载命令的elasticsearch蜜罐 https://github.com/Novetta/delilah 介绍: 安全公司Novetta的elasticsearch蜜罐,由elastichoney启发而来,它会执行攻击者的下载指令以获取攻击样本并会发送攻击向量到指定的邮箱。整个程序自带web管理端,使用Python语言编写。 一款模拟elasticsearch的蜜罐 https://github.com/jordan-wright/elastichoney 介绍: Elastichoney是一个模拟Elasticsearch web界面的蜜罐。它可以捕捉通过web界面提交的payload,主要目的是捕捉相关的远程代码执行漏洞。
77 |
78 |
79 |
83 |
84 |
85 |
80 |
81 |
82 |
132 | Nodepot
133 |
134 |
135 |
136 |
77 |
78 |
79 |
83 |
84 |
85 |
80 |
81 |
82 |
132 | 灯塔实验室
133 |
134 |
135 |
136 |
77 |
78 |
79 |
83 |
84 |
85 |
80 |
81 |
82 |
132 | Glastopf
133 |
134 |
135 |
136 |
77 |
78 |
79 |
83 |
84 |
85 |
80 |
81 |
82 |
132 | Shockpot
133 |
134 |
135 |
136 |
77 |
78 |
79 |
83 |
84 |
85 |
80 |
81 |
82 |
132 | Espot
133 |
134 |
135 |
136 |
77 |
78 |
79 |
83 |
84 |
85 |
80 |
81 |
82 |
132 | Mysqlpot
133 |
134 |
135 |
136 |
77 |
78 |
79 |
83 |
84 |
85 |
80 |
81 |
82 |
132 | Servletpot
133 |
134 |
135 |
136 |
77 |
78 |
79 |
83 |
84 |
85 |
80 |
81 |
82 |
132 | Bukkitpot
133 |
134 |
135 |
136 |
Bukkit是MineCraft的多人游戏服务器插件,这个蜜罐模拟了该插件,使用JAVA语言编写。
77 |
78 |
79 |
83 |
84 |
85 |
80 |
81 |
82 |
132 | Laravel App honeypot
133 |
134 |
135 |
136 |
77 |
78 |
79 |
83 |
84 |
85 |
80 |
81 |
82 |
132 | EoHoneypotBunble
133 |
134 |
135 |
136 |
77 |
78 |
79 |
83 |
84 |
85 |
80 |
81 |
82 |
132 | Mhn
133 |
134 |
135 |
136 |
158 |
161 |
162 |
163 |
164 |
165 |
77 |
78 |
79 |
83 |
84 |
85 |
80 |
81 |
82 |
132 | Delilah
133 |
134 |
135 |
136 |
77 |
78 |
79 |
83 |
84 |
85 |
80 |
81 |
82 |
132 | Elastichoney
133 |
134 |
135 |
136 |