Skip to content

Commit 4173317

Browse files
carlospolopgitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent 9856d79 commit 4173317

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pentesting/pentesting-web/graphql.md

+4
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ The last code line is a graphql query that will dump all the meta-information fr
5858

5959
If introspection is enabled you can use [**GraphQL Voyager**](https://github.com/APIs-guru/graphql-voyager) to view in a GUI all the options.
6060

61+
#### No Introspection
62+
63+
More and more **graphql endpoints are disabling introspection**. However, the errors that graphql throws when an unexpected request is received are enough for tools like [**clairvoyance**](https://github.com/nikitastupin/clairvoyance) to recreate most part of the schema.
64+
6165
### Quering
6266

6367
Now that we know which kind of information is saved inside the database, let's try to **extract some values**.

0 commit comments

Comments
 (0)