Replies: 3 comments 2 replies
-
|
go get -u github.com/getkin/[email protected] |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
I couldn't repro the issue, make sure you have all the dependencies installed: $ go run .
[INF] Using Interactsh Server: oast.site
[0:00:05] | Templates: 232 | Hosts: 1 | RPS: 11 | Matched: 0 | Errors: 0 | Requests: 62/334 (18%)
[0:00:10] | Templates: 232 | Hosts: 1 | RPS: 12 | Matched: 0 | Errors: 0 | Requests: 130/334 (38%)
[CVE-2016-1555] http://honey.scanme.sh/boardDataWW.php
[CVE-2018-16167] http://honey.scanme.sh/upload
[CVE-2017-9506] http://honey.scanme.sh/plugins/servlet/oauth/users/icon-uri?consumerUri=http://cugfqi2hc8a7tip93urgkkff3yd6khzg4.oast.site
[CVE-2019-3929] http://honey.scanme.sh/cgi-bin/file_transfer.cgi
[CVE-2019-8451] http://honey.scanme.sh/plugins/servlet/gadgets/makeRequest
[0:00:15] | Templates: 232 | Hosts: 1 | RPS: 13 | Matched: 5 | Errors: 3 | Requests: 207/334 (61%)
... |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This discussion closed automatically due to inactivity. Feel free to reopen or start new if still relevant. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I use the official demo:
panic:
github.com/projectdiscovery/interactsh/pkg/server/acme
/Users/hu3sky/go/pkg/mod/github.com/projectdiscovery/[email protected]/pkg/server/acme/acme_certbot.go:39:3: unknown field DNSProvider in struct literal of type certmagic.DNS01Solver
/Users/hu3sky/go/pkg/mod/github.com/projectdiscovery/[email protected]/pkg/server/acme/acme_certbot.go:40:3: unknown field Resolvers in struct literal of type certmagic.DNS01Solver
github.com/projectdiscovery/nuclei/v3/pkg/input/formats/openapi
/Users/hu3sky/go/pkg/mod/github.com/projectdiscovery/nuclei/[email protected]/pkg/input/formats/openapi/examples.go:178:22: invalid operation: schema.Type == "boolean" (mismatched types *openapi3.Types and untyped string)
/Users/hu3sky/go/pkg/mod/github.com/projectdiscovery/nuclei/[email protected]/pkg/input/formats/openapi/examples.go:180:22: invalid operation: schema.Type == "number" (mismatched types *openapi3.Types and untyped string)
/Users/hu3sky/go/pkg/mod/github.com/projectdiscovery/nuclei/[email protected]/pkg/input/formats/openapi/examples.go:180:47: invalid operation: schema.Type == "integer" (mismatched types *openapi3.Types and untyped string)
/Users/hu3sky/go/pkg/mod/github.com/projectdiscovery/nuclei/[email protected]/pkg/input/formats/openapi/examples.go:211:21: invalid operation: schema.Type == "integer" (mismatched types *openapi3.Types and untyped string)
/Users/hu3sky/go/pkg/mod/github.com/projectdiscovery/nuclei/[email protected]/pkg/input/formats/openapi/examples.go:215:22: invalid operation: schema.Type == "string" (mismatched types *openapi3.Types and untyped string)
/Users/hu3sky/go/pkg/mod/github.com/projectdiscovery/nuclei/[email protected]/pkg/input/formats/openapi/examples.go:229:22: invalid operation: schema.Type == "array" (mismatched types *openapi3.Types and untyped string)
/Users/hu3sky/go/pkg/mod/github.com/projectdiscovery/nuclei/[email protected]/pkg/input/formats/openapi/examples.go:245:22: invalid operation: schema.Type == "object" (mismatched types *openapi3.Types and untyped string)
FAIL catScanWeb/cmd/mainapp [build failed]
how to fix it
Beta Was this translation helpful? Give feedback.
All reactions