Awesome
GraphQL Beautifier (Burp Suite extension)
Works like JSONBeautifier but for GraphQL and makes requests more readable. Uses graphql-ruby library.
Converts this:
<img src="https://raw.githubusercontent.com/zidekmat/graphql_beautifier/master/imgs/img_before.png" alt="" data-canonical-src="" width="600" height="400" />into this:
<img src="https://raw.githubusercontent.com/zidekmat/graphql_beautifier/master/imgs/img_after.png" alt="" data-canonical-src="" width="600" height="400" />Installation
- Setup JRuby environment inside Burp, I got it working with JRuby complete .jar file from here
- Navigate to your installation folder and run:
git clone --recursive https://github.com/zidekmat/graphql_beautifier
cd graphql_beautifier && sed -i "s#BLAH_BLAH_BLAH#$(pwd)/graphql-ruby/lib#" graphql_beautifier.rb
- Load
graphql_beautifier.rb
as extension inside Burp