Skip to content

Burp Suite extension to help make Graphql request more readable

Notifications You must be signed in to change notification settings

zidekmat/graphql_beautifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Beautifier (Burp Suite extension)

Works like JSONBeautifier but for GraphQL and makes requests more readable. Uses graphql-ruby library.

Converts this:

into this:

Installation

  1. Setup JRuby environment inside Burp, I got it working with JRuby complete .jar file from here
  2. 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
  1. Load graphql_beautifier.rb as extension inside Burp

About

Burp Suite extension to help make Graphql request more readable

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages