Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month ago
JSON representation
Burp Suite extension to help make Graphql request more readable
- Host: GitHub
- URL: https://github.com/zidekmat/graphql_beautifier
- Owner: zidekmat
- Created: 2017-12-07T00:18:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-07T00:21:10.000Z (about 7 years ago)
- Last Synced: 2024-08-01T10:16:57.159Z (4 months ago)
- Topics: burp, burp-extensions, burpsuite, graphql
- Language: Ruby
- Homepage:
- Size: 97.7 KB
- Stars: 30
- Watchers: 2
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-bugbounty-tools - graphql_beautifier - Burp Suite extension to help make Graphql request more readable (Exploitation / GraphQL Injection)
- awesome-burp-extensions - GraphQL Beautifier - Burp Suite extension to help make Graphql request more readable. (Beautifiers and Decoders)
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