Skip to content

Commit 342667e

Browse files
committed
docs: updated readme
1 parent aa61226 commit 342667e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,25 +107,25 @@ This is useful to bruteforce fields and/or types when introspection is disabled,
107107

108108
### Output
109109

110-
The `-o` is used to specify the output file path. It defaults to `output.jsonl`.
110+
The `-o` is used to specify the output file path. It defaults to `output.jsonl`.
111111
The output file is in json-lines format.
112112
Each line corresponds to one found graphql endpoint and will contain at least the following fields:
113113

114114
```JSON
115115
{
116116
"domain": "subdomain.example.com",
117-
"type": "OPEN_GRAPHQL",
117+
"authenticated": false,
118118
"url": "https://subdomain.example.com/graphql",
119119
"source": "example.com"
120120
}
121121
```
122122

123-
The `type` field can be one of the following:
123+
The `authenticated` field can be one of the following:
124124

125-
- `OPEN_GRAPHQL`: The endpoint is a graphql endpoint.
126-
- `AUTHENTIFIED_GRAPHQL`: The endpoint is a graphql endpoint and requires authentication.
125+
- `true`: The endpoint is a graphql endpoint.
126+
- `false`: The endpoint is a graphql endpoint and requires authentication.
127127

128-
## Aditionnal options
128+
## Additional options
129129

130130
```TEXT
131131
Usage: goctopus [options] [addresses]

0 commit comments

Comments
 (0)