Skip to content

Commit

Permalink
Merge branch 'master' of github.com:xiecat/goblin
Browse files Browse the repository at this point in the history
  • Loading branch information
Becivells committed Sep 28, 2021
2 parents 9bdbfe5 + 235fcef commit a8bfd68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/becivells/goblin)
Goblin 是一款适用于红蓝对抗的钓鱼演练工具。通过反向代理,可以在不影响用户操作的情况下无感知的获取用户的信息,或者诱导用户操作。也可以通过使用代理方式达到隐藏服务端的目的。内置插件,通过简单的配置,快速调整网页内容以达到更好的演练效果

[:ledger:English README](https://github.com/xiecat/goblin/blob/master/README_EN.md) | [:pushpin:下载地址](https://github.com/xiecat/goblin/releases) | [:book:使用文档](https://goblin.xiecat.fun/)
[:ledger: English README](https://github.com/xiecat/goblin/blob/master/README_EN.md) | [:pushpin: 下载地址](https://github.com/xiecat/goblin/releases) | [:book: 使用文档](https://goblin.xiecat.fun/)

## :collision: 特点:

Expand Down Expand Up @@ -160,9 +160,7 @@ js 注入有两种方式一种是跟着页面走(Replace 需要自己追加` \<s

## :bar_chart: Todo

3. websocket 支持
4. 插件系统增强(内置变量)更多匹配规则
3. 前端记录输入框输入
1. 前端记录输入框输入


## :pray: 致谢
Expand Down
5 changes: 2 additions & 3 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![GitHub branch checks state](https://img.shields.io/github/checks-status/xiecat/goblin/master) [![Latest release](https://img.shields.io/github/v/release/xiecat/goblin)](https://github.com/becivells/iconhash/releases/latest) ![GitHub Release Date](https://img.shields.io/github/release-date/xiecat/goblin) ![GitHub All Releases](https://img.shields.io/github/downloads/xiecat/goblin/total) [![GitHub issues](https://img.shields.io/github/issues/xiecat/goblin)](https://github.com/xiecat/goblin/issues) [![Docker Pulls](https://img.shields.io/docker/pulls/becivells/goblin)](https://hub.docker.com/r/becivells/goblin) ![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/becivells/goblin)
Goblin is a phishing rehearsal tool for red-blue confrontation. By using a reverse proxy, it is possible to obtain information about a user without affecting the user's operation perceptibly, or to induce the user's operation. The purpose of hiding the server side can also be achieved by using a proxy. Built-in plug-in, through a simple configuration, quickly adjust the content of the web page to achieve a better exercise effect.

[:ledger:中文 README](https://github.com/xiecat/goblin/blob/master/README.md) | [:pushpin:Releases Download](https://github.com/xiecat/goblin/releases) | [:book:Documents](https://goblin.xiecat.fun/)
[:ledger: 中文 README](https://github.com/xiecat/goblin/blob/master/README.md) | [:pushpin: Releases Download](https://github.com/xiecat/goblin/releases) | [:book: Documents](https://goblin.xiecat.fun/)

## :collision: ​Features

Expand Down Expand Up @@ -155,8 +155,7 @@ For more cases, please enter the Discord group for discussion, or submit an [iss

## :bar_chart: Todo

- Support websocket.
- Plugin system enhancement (built-in variables), more matching rules.

- Front-end record input box input.

## :pray: Acknowledgements
Expand Down

0 comments on commit a8bfd68

Please sign in to comment.