Skip to content

Commit

Permalink
🐎 ci(tool.default): update scan.port.AScanPort
Browse files Browse the repository at this point in the history
  • Loading branch information
WAY29 committed May 15, 2022
1 parent 6da4f5c commit a637b97
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion internal/tools/tools.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@ tools:
type: string
descriptions: target(s) to scan, e.g. f5.ink|-114.67.111.74|114.67.111.74/28|114.67.111.74-80|114.67.111.74-114.67.111.80|114.67.111.*
cmd_arg: -h {{}}
-
name: file
type: file
descriptions: targets to scan
cmd_arg: -hf {{}}
-
name: timeout
type: number
Expand All @@ -118,7 +123,7 @@ tools:
descriptions: number of threads to use (default 10000)
cmd_arg: -t {{}}
args_expression: host
command: AScanPort {{timeout}} {{thread}} {{host}}
command: AScanPort -s -check 2 {{timeout}} {{thread}} {{host}}
scan.url.gobuster:
descriptions: Brute-force URIs(directories and files)
download_url: https://github.com/OJ/gobuster/releases
Expand Down

0 comments on commit a637b97

Please sign in to comment.