Skip to content

Commit

Permalink
update quickstart note
Browse files Browse the repository at this point in the history
  • Loading branch information
M09Ic committed Aug 6, 2024
1 parent b1aa68f commit 28aacea
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"time"
)

var ver = "v1.0.0"
var ver = "v1.0.1"
var DefaultConfig = "config.yaml"

func init() {
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 28aacea

Please sign in to comment.