Skip to content

Commit 4522f38

Browse files
committed
feat: v0.0.9
1 parent 4c74b9e commit 4522f38

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@ Blazing fast graphql fingerprinting toolbox.
3030
__ _ ___ ___| |_ ___ _ __ _ _ ___
3131
/ _` |/ _ \ / __| __/ _ \| '_ \| | | / __|
3232
| (_| | (_) | (__| || (_) | |_) | |_| \__ \
33-
\__, |\___/ \___|\__\___/| .__/ \__,_|___/ v0.0.8
33+
\__, |\___/ \___|\__\___/| .__/ \__,_|___/ v0.0.9
3434
|___/ |_|
35-
INFO[0000] Starting 100 workers
36-
INFO[0000] Found: {"domain":"gontoz.escape.tech","type":"OPEN_GRAPHQL","url":"https://gontoz.escape.tech", "source": "escape.tech"}
37-
INFO[0002] Done. Found 1 graphql endpoint
35+
[INF] Enumerating subdomains for 'rickandmortyapi.com'
36+
[INF] Found 5 subdomains for 'rickandmortyapi.com' in 1 second 936 milliseconds
37+
INFO[0002] Found: {"domain":"rickandmortyapi.com","introspection":true,"source":"rickandmortyapi.com","type":"OPEN_GRAPHQL","url":"https://rickandmortyapi.com/graphql"}
38+
INFO[0003] Done fingerprinting rickandmortyapi.com
39+
INFO[0003] Done. Found 1 graphql endpoint
3840
`````
3941

4042
## Usage
@@ -125,11 +127,10 @@ The `type` field can be one of the following:
125127

126128
## Aditionnal options
127129

128-
```BASH
130+
```TEXT
129131
Usage: goctopus [options] [addresses]
130132
[addresses]: A list of addresses to fingerprint, comma separated.
131-
Addresses can be in the form of http://example.com/graphql or example.com.
132-
If an input file is specified, this argument is ignored.
133+
Addresses can be in the form of http://example.com/graphql or example.com. If an input file is specified, this argument is ignored.
133134
[options]:
134135
-f string
135136
Input file
@@ -147,7 +148,7 @@ If an input file is specified, this argument is ignored.
147148
Request timeout (seconds) (default 30)
148149
-v Verbose
149150
-w int
150-
Max workers (default 100)
151+
Max workers (default 40)
151152
-webhook string
152153
Webhook URL
153154
```

internal/utils/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
const (
13-
VERSION = "v0.0.8"
13+
VERSION = "v0.0.9"
1414
)
1515

1616
func MinInt(a, b int) int {

0 commit comments

Comments
 (0)