Skip to content

Commit

Permalink
feat: v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nohehf committed Apr 28, 2023
1 parent 4c74b9e commit 4522f38
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ Blazing fast graphql fingerprinting toolbox.
__ _ ___ ___| |_ ___ _ __ _ _ ___
/ _` |/ _ \ / __| __/ _ \| '_ \| | | / __|
| (_| | (_) | (__| || (_) | |_) | |_| \__ \
\__, |\___/ \___|\__\___/| .__/ \__,_|___/ v0.0.8
\__, |\___/ \___|\__\___/| .__/ \__,_|___/ v0.0.9
|___/ |_|
INFO[0000] Starting 100 workers
INFO[0000] Found: {"domain":"gontoz.escape.tech","type":"OPEN_GRAPHQL","url":"https://gontoz.escape.tech", "source": "escape.tech"}
INFO[0002] Done. Found 1 graphql endpoint
[INF] Enumerating subdomains for 'rickandmortyapi.com'
[INF] Found 5 subdomains for 'rickandmortyapi.com' in 1 second 936 milliseconds
INFO[0002] Found: {"domain":"rickandmortyapi.com","introspection":true,"source":"rickandmortyapi.com","type":"OPEN_GRAPHQL","url":"https://rickandmortyapi.com/graphql"}
INFO[0003] Done fingerprinting rickandmortyapi.com
INFO[0003] Done. Found 1 graphql endpoint
`````

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

## Aditionnal options

```BASH
```TEXT
Usage: goctopus [options] [addresses]
[addresses]: A list of addresses to fingerprint, comma separated.
Addresses can be in the form of http://example.com/graphql or example.com.
If an input file is specified, this argument is ignored.
Addresses can be in the form of http://example.com/graphql or example.com. If an input file is specified, this argument is ignored.
[options]:
-f string
Input file
Expand All @@ -147,7 +148,7 @@ If an input file is specified, this argument is ignored.
Request timeout (seconds) (default 30)
-v Verbose
-w int
Max workers (default 100)
Max workers (default 40)
-webhook string
Webhook URL
```
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.8"
VERSION = "v0.0.9"
)

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

0 comments on commit 4522f38

Please sign in to comment.