From 28aacea18c4777ee2617182ec35b9bb243378476 Mon Sep 17 00:00:00 2001 From: M09Ic Date: Tue, 6 Aug 2024 16:31:22 +0800 Subject: [PATCH] update quickstart note --- cmd/cmd.go | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/cmd/cmd.go b/cmd/cmd.go index 94f25e0..7d44fd2 100644 --- a/cmd/cmd.go +++ b/cmd/cmd.go @@ -15,7 +15,7 @@ import ( "time" ) -var ver = "v1.0.0" +var ver = "v1.0.1" var DefaultConfig = "config.yaml" func init() { @@ -44,13 +44,19 @@ func Spray() { WIKI: https://chainreactors.github.io/wiki/spray QUICKSTART: - simple example: + basic: + spray -u http://example.com + + basic cidr and port: + spray -i example -p top2,top3 + + simple brute: spray -u http://example.com -d wordlist1.txt -d wordlist2.txt - mask-base wordlist: + mask-base brute with wordlist: spray -u http://example.com -w "/aaa/bbb{?l#4}/ccc" - rule-base wordlist: + rule-base brute with wordlist: spray -u http://example.com -r rule.txt -d 1.txt list input spray: