Skip to content

la1n23/hellsehen

 
 

Repository files navigation

Hellsehen

Clairvoyance fork with better UX.

Original README

Dev env setup

pyenv install 3.12.3
pyenv local 3.12.3
poetry env use $(pyenv which python)
poetry lock
potry install

Test

poetry run pytest

Run

pyenv local 3.12.3
poetry env use $(pyenv which python)
poetry run python -m clairvoyance https://example.com/graphql -o schema.new.gql -w target.wl -wv -c 10 -i schema.gql -v -H ./headers.txt

What's new

  • --headers argument now accepts file
  • exit on 403 error
  • strict python version

About

Obtain GraphQL API schema even if the introspection is disabled

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 97.4%
  • JavaScript 1.3%
  • Dockerfile 1.2%
  • Shell 0.1%