Skip to content

A small playground to experiment GraphQL pentesting

Notifications You must be signed in to change notification settings

NAs3c/graphql-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphql-playground

A small playground to experiment GraphQL pentesting

install

apt install nodejs npm
git clone https://github.com/NAs3c/graphql-playground.git && cd graphql-playground
npm install . --legacy-peer-deps # TODO : fix dependency fail

Replace your external IP in www/index.html (const db_url)

launch

node server.js &
cd www && python3 -m http.server 8000

App is available at <external_ip>:8000

About

A small playground to experiment GraphQL pentesting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published