@@ -30,11 +30,13 @@ Blazing fast graphql fingerprinting toolbox.
30
30
__ _ ___ ___| |_ ___ _ __ _ _ ___
31
31
/ _` |/ _ \ / __| __/ _ \| '_ \| | | / __|
32
32
| (_| | (_) | (__| || (_) | |_) | |_| \__ \
33
- \__, |\___/ \___|\__\___/| .__/ \__,_|___/ v0.0.8
33
+ \__, |\___/ \___|\__\___/| .__/ \__,_|___/ v0.0.9
34
34
|___/ |_|
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
38
40
`````
39
41
40
42
## Usage
@@ -125,11 +127,10 @@ The `type` field can be one of the following:
125
127
126
128
## Aditionnal options
127
129
128
- ``` BASH
130
+ ``` TEXT
129
131
Usage: goctopus [options] [addresses]
130
132
[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.
133
134
[options]:
134
135
-f string
135
136
Input file
@@ -147,7 +148,7 @@ If an input file is specified, this argument is ignored.
147
148
Request timeout (seconds) (default 30)
148
149
-v Verbose
149
150
-w int
150
- Max workers (default 100 )
151
+ Max workers (default 40 )
151
152
-webhook string
152
153
Webhook URL
153
154
```
0 commit comments