Skip to content

Commit

Permalink
Merge pull request hacklcx#127 from hacklcx/v0.6.5
Browse files Browse the repository at this point in the history
update v0.6.5
  • Loading branch information
DearEmma authored Dec 22, 2020
2 parents 8292770 + b41aed7 commit eaea6af
Show file tree
Hide file tree
Showing 37 changed files with 3,125 additions and 1,627 deletions.
289 changes: 149 additions & 140 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -1,140 +1,149 @@
<p align="center">
<a href="https://hfish.io/" target="_blank">
<img width="200" src="images/logo.png">
</a>
</p>



<h1 align="center">HFish </h1>
<p align="center">一个最便捷的蜜罐平台</p>


<p align="center">
<a href="https://hfish.io/docs/#/" target="_bank">文档</a>
<span>|</span>
<a href="https://github.com/hacklcx/HFish" target="_bank">Github</a>
<span>|</span>
<a href="https://gitee.com/lauix/HFish" target="_bank">码云</a>
<span>|</span>
<a href="https://github.com/hacklcx/HFish/releases" target="_bank">下载</a>
<span>|</span>
<a href="README.md" target="_bank">English</a>
</p>



## 介绍


> 本项目使用 **GPL** 协议,未经授权,禁止使用商业用途。
>
> *本 Team 研发此平台,仅为企业安全测试使用,禁止其他人员使用非法用途!一切行为与本 Team 无关。*
**HFish** 是一款基于 Golang 开发的跨平台蜜罐平台,为了企业安全做出了精心的打造


- **多功能**: 不仅仅支持 `HTTP(S)` 蜜罐,还支持 `SSH``SFTP``Redis``Mysql``FTP``Telnet``暗网`
- **扩展性**: 提供 `API` 接口,使用者可以随意扩展蜜罐模块 ( `WEB``PC``APP` )
- **便捷性**: 使用 **Golang** 开发,使用者可以在 `Win` + `Mac` + `Linux` 上快速部署一套蜜罐平台

## 支持蜜罐

- **`SSH`** 蜜罐
- **`Redis`** 蜜罐
- **`Mysql`** 蜜罐
- **`MemCache`** 蜜罐
- **`Telnet`** 蜜罐
- **`FTP`** 蜜罐
- **`WEB`** 蜜罐
- **`暗网`** 蜜罐
- **`HTTP`** 蜜罐
- **`TFTP`** 蜜罐
- **`VNC`** 蜜罐
- **`ES`** 蜜罐
- **`自定义`** 蜜罐

## 快速部署


- 下载当前系统二进制压缩包
- **`cd`** 到程序根目录,修改 **`config.ini`** 配置文件
- 执行 **`./HFish run`** 启动服务
- 浏览器输入 **http://localhost:9001** 打开


## 部分界面展示


### 命令行帮助


![](./images/help.png)


### 启动服务


![](./images/run.png)


### 登录页


![](./images/login.png)


### 仪表盘


![](./images/dashboard.png)


### 态势感知


![](./images/data.png)


### 上钩页


![](./images/fish.png)


### 分布式集群


![](./images/colony.png)


### 邮件群发


![](./images/mail.png)


### 设置页


![](./images/setting.png)


## 关于


> 目前只有我一个人


**专注安全行业,一心打造好产品**



## 反馈群


加微信拉人,请备注 **`蜜罐`**


![](./images/wx.jpg)
<p align="center">
<a href="https://hfish.io/" target="_blank">
<img width="200" src="images/logo.png">
</a>
</p>



<h1 align="center">HFish </h1>
<p align="center">一个最便捷的蜜罐平台</p>


<p align="center">
<a href="https://hfish.io/docs/#/" target="_bank">文档</a>
<span>|</span>
<a href="https://github.com/hacklcx/HFish" target="_bank">Github</a>
<span>|</span>
<a href="https://gitee.com/lauix/HFish" target="_bank">码云</a>
<span>|</span>
<a href="https://github.com/hacklcx/HFish/releases" target="_bank">下载</a>
<span>|</span>
<a href="README.md" target="_bank">English</a>
</p>



## 介绍


> 本项目使用 **GPL** 协议,未经授权,禁止使用商业用途。
>
> *本 Team 研发此平台,仅为企业安全测试使用,禁止其他人员使用非法用途!一切行为与本 Team 无关。*
**HFish** 是一款基于 Golang 开发的跨平台蜜罐平台,为了企业安全做出了精心的打造


- **多功能**: 不仅仅支持 `HTTP(S)` 蜜罐,还支持 `SSH``SFTP``Redis``Mysql``FTP``Telnet``暗网`
- **扩展性**: 提供 `API` 接口,使用者可以随意扩展蜜罐模块 ( `WEB``PC``APP` )
- **便捷性**: 使用 **Golang** 开发,使用者可以在 `Win` + `Mac` + `Linux` 上快速部署一套蜜罐平台

## 支持蜜罐

- **`SSH`** 蜜罐
- **`Redis`** 蜜罐
- **`Mysql`** 蜜罐
- **`MemCache`** 蜜罐
- **`Telnet`** 蜜罐
- **`FTP`** 蜜罐
- **`WEB`** 蜜罐
- **`暗网`** 蜜罐
- **`HTTP`** 蜜罐
- **`TFTP`** 蜜罐
- **`VNC`** 蜜罐
- **`ES`** 蜜罐
- **`自定义`** 蜜罐

## 快速部署


- 下载当前系统二进制压缩包
- **`cd`** 到程序根目录,修改 **`config.ini`** 配置文件
- 执行 **`./HFish run`** 启动服务
- 浏览器输入 **http://localhost:9001** 打开


## 部分界面展示


### 命令行帮助


![](./images/help.png)


### 启动服务


![](./images/run.png)


### 登录页


![](./images/login.png)


### 仪表盘


![](./images/dashboard.png)


### 态势感知


![](./images/data.png)


### 上钩页


![](./images/fish.png)


### 分布式集群


![](./images/colony.png)


### 邮件群发


![](./images/mail.png)


### 设置页


![](./images/setting.png)


## 关于


> 目前只有我一个人

**Team:** HackLC


**官网:** https://hack.lc


**专注安全行业,一心打造好产品**


## 联系我

**E-mail:** **`lauixData#gmail.com`**


## 反馈群


加微信拉人,请备注 **`蜜罐`**


![](./images/wx.jpg)
8 changes: 7 additions & 1 deletion admin/data.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h3>HFish 全球态势感知</h3>
</header>
<a href="/dashboard"><span class="glyphicon glyphicon-home homex" aria-hidden="true"></span></a>
<div class="timex">
<span>当前时间: </span><span id="timex">2020-04-28 21:31:01</span>
<span>当前时间: </span><span id="timex"></span>
</div>
<div class="wrapper">
<div class="container-fluid">
Expand Down Expand Up @@ -164,6 +164,12 @@ <h3>HFish 全球态势感知</h3>
<script type="text/javascript" src="/static/js/xss.min.js"></script>
<script type="text/javascript">
var attckCity = $("#dataAttack").val();
let timeout = setInterval(() => {
$('#timex').val(new Date());
}, 1000);
window.onbeforeunload(function() {
clearInterval(timeout);
})
</script>
<script type="text/javascript" src="/static/data/js/data.js"></script>
</body>
Expand Down
Loading

0 comments on commit eaea6af

Please sign in to comment.