mirror of
https://github.com/chainreactors/spray.git
synced 2025-06-22 02:40:41 +00:00
update quickstart note
This commit is contained in:
parent
b1aa68f20c
commit
28aacea18c
14
cmd/cmd.go
14
cmd/cmd.go
@ -15,7 +15,7 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
var ver = "v1.0.0"
|
var ver = "v1.0.1"
|
||||||
var DefaultConfig = "config.yaml"
|
var DefaultConfig = "config.yaml"
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
@ -44,13 +44,19 @@ func Spray() {
|
|||||||
WIKI: https://chainreactors.github.io/wiki/spray
|
WIKI: https://chainreactors.github.io/wiki/spray
|
||||||
|
|
||||||
QUICKSTART:
|
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
|
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"
|
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
|
spray -u http://example.com -r rule.txt -d 1.txt
|
||||||
|
|
||||||
list input spray:
|
list input spray:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user