Skip to content

Commit

Permalink
feat: v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nohehf committed Apr 26, 2023
1 parent 96d6f37 commit 8e43279
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Blazing fast graphql fingerprinting toolbox.
__ _ ___ ___| |_ ___ _ __ _ _ ___
/ _` |/ _ \ / __| __/ _ \| '_ \| | | / __|
| (_| | (_) | (__| || (_) | |_) | |_| \__ \
\__, |\___/ \___|\__\___/| .__/ \__,_|___/ v0.0.7
\__, |\___/ \___|\__\___/| .__/ \__,_|___/ v0.0.8
|___/ |_|
INFO[0000] Starting 100 workers
INFO[0000] Found: {"domain":"gontoz.escape.tech","type":"OPEN_GRAPHQL","url":"https://gontoz.escape.tech", "source": "escape.tech"}
Expand Down Expand Up @@ -171,10 +171,11 @@ docker run --rm -it escapetech/goctopus:A.B.C [args]

- [x] Better wordlist for field suggestion fingerprinting, to improve the detection performance and detection rate.
- [ ] Engine fingerprinting.
- [ ] Script analysis.
- [x] Refactor to make goctopus usable as a go package.
- [ ] Document goctopus as a go package.
- [ ] Better flags.
- [ ] Better logs.
- [x] Better logs.
- [x] Direct cli input.
- [ ] Improve performance further.
- [ ] Resume from output file.
Expand Down
2 changes: 1 addition & 1 deletion internal/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

const (
VERSION = "v0.0.7"
VERSION = "v0.0.8"
)

func MinInt(a, b int) int {
Expand Down

0 comments on commit 8e43279

Please sign in to comment.