|
|
|
|
|
by ganlaw
1589 days ago
|
|
Very interesting read. As a purely front end engineer, I am always fascinated by other peoples ability to reverse engineer everyday systems that I use and complain about. If I wanted to learn more about reverse engineering, do you have any recommended readings or talks? |
|
Next time you find a website with a GraphQL API, try running the introspection query[1]. If that doesn't work, try fuzzing[2]. I've found multi-billion dollar companies who've
* Left open their GraphQL playground completely
* Enable introspection
Once you start you can dig into the API, and figure if you found anything interesting
[1] https://blog.yeswehack.com/yeswerhackers/how-exploit-graphql...
[2] https://github.com/nikitastupin/clairvoyance