Skip to content

Commit

Permalink
增加文档
Browse files Browse the repository at this point in the history
  • Loading branch information
Becivells committed Sep 9, 2021
1 parent 93fbcd7 commit cc192e9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# goblin 钓鱼演练工具
![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)
Expand Down Expand Up @@ -279,7 +281,7 @@ Rule:

### Mac 程序替换

mac 下载地址实在 js 里面这里可以直接替换到也可以通过跳转替换
mac 下载地址是在 js 里面这里可以直接替换,也可以通过跳转替换

修改路径跳转到 goblin 地址

Expand Down
11 changes: 6 additions & 5 deletions internal/options/banner.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ var (

// showBanner is used to show the banner to the user
func showBanner() {
fmt.Printf("%s\n", fmt.Sprintf(banner, Version, Release))
fmt.Printf("\t version: %s\n\n", Version)

fmt.Printf("Use with caution. You are responsible for your actions\n")
fmt.Printf("Developers assume no liability and are not responsible for any misuse or damage.\n")
fmt.Printf("%s", fmt.Sprintf(banner, Version, Release))
//fmt.Printf("\t version: %s\n\n", Version)
fmt.Printf("\tFrom: %s\n\n", "https://github.com/xiecat/goblin")
fmt.Println("Please use this tool within the scope of the license.")
fmt.Println("goblin is not responsible for any risks arising from the use of the tool.")
fmt.Println("Use agrees to this statement\n ")
}

0 comments on commit cc192e9

Please sign in to comment.