Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zidekmat/graphql_beautifier

Burp Suite extension to help make Graphql request more readable
https://github.com/zidekmat/graphql_beautifier

burp burp-extensions burpsuite graphql

Last synced: about 2 months ago
JSON representation

Burp Suite extension to help make Graphql request more readable

Awesome Lists containing this project

README

        

# GraphQL Beautifier (Burp Suite extension)
Works like [JSONBeautifier](https://github.com/NetSPI/JSONBeautifier) but for GraphQL and makes requests more
readable. Uses [graphql-ruby](https://github.com/rmosolgo/graphql-ruby) library.

Converts this:

into this:

# Installation
1. [Setup JRuby environment inside Burp](https://portswigger.net/burp/help/extender#options_rubyenv), I got it working with JRuby complete .jar file from [here](http://jruby.org/download)
2. Navigate to your installation folder and run:
```bash
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
```
3. Load `graphql_beautifier.rb` as extension inside Burp