File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Blazing fast graphql fingerprinting toolbox.
30
30
__ _ ___ ___| |_ ___ _ __ _ _ ___
31
31
/ _` |/ _ \ / __| __/ _ \| '_ \| | | / __|
32
32
| (_| | (_) | (__| || (_) | |_) | |_| \__ \
33
- \__, |\___/ \___|\__\___/| .__/ \__,_|___/ v0.0.11
33
+ \__, |\___/ \___|\__\___/| .__/ \__,_|___/ v0.0.12
34
34
|___/ |_|
35
35
[INF] Enumerating subdomains for 'rickandmortyapi.com'
36
36
[INF] Found 5 subdomains for 'rickandmortyapi.com' in 1 second 936 milliseconds
@@ -179,6 +179,6 @@ docker run --rm -it escapetech/goctopus:A.B.C [args]
179
179
- [x] Better logs.
180
180
- [x] Direct cli input.
181
181
- [ ] Improve performance further.
182
- - [ ] Resume from output file.
183
- - [ ] Custom ascii art.
182
+ - [ ] Resume from output file. (maybe)
183
+ - [ ] Custom ascii art. (maybe)
184
184
- [x] Docker
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
)
11
11
12
12
const (
13
- VERSION = "v0.0.11 "
13
+ VERSION = "v0.0.12 "
14
14
)
15
15
16
16
func MinInt (a , b int ) int {
You can’t perform that action at this time.
0 commit comments