Skip to content

Commit

Permalink
feat(qscan.go): add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
qi4L committed Sep 11, 2024
1 parent 58e7e31 commit 80227c8
Show file tree
Hide file tree
Showing 7 changed files with 87 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
2 changes: 1 addition & 1 deletion .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

79 changes: 79 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Qscan

go 1.22
go 1.19

require (
github.com/atotto/clipboard v0.1.4
Expand Down
7 changes: 5 additions & 2 deletions qscan.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ import (
)

// logo信息
const logo = ``
const logo = `
┏┓┏┏┏┓┏┓
┗┫┛┗┗┻┛┗
┗ `

// 帮助信息
const help = `
Expand Down Expand Up @@ -83,7 +86,7 @@ fofa options:
--fofa-fix-keyword 修饰keyword,该参数中的{}最终会替换成-f参数的值
`

const usage = "usage: kscan [-h,--help,--fofa-syntax] (-t,--target,-f,--fofa,--spy]) [options] [hydra options] [fofa options]\n\n"
const usage = "usage: qscan [-h,--help,--fofa-syntax] (-t,--target,-f,--fofa,--spy]) [options] [hydra options] [fofa options]\n\n"

const syntax = `title="beijing" 从标题中搜索"北京" -
header="elastic" 从http头中搜索"elastic" -
Expand Down

0 comments on commit 80227c8

Please sign in to comment.