clairvoyance
clairvoyance copied to clipboard
add: add proxies option to pass traffic through burp suite
Hi, hope you are well :)
Thanks a lot for the tool, it contributes a modification to watch traffic using BurpSuite.
The example command is as follows:
python3 -m clairvoyance -vv -o output -w google-10000-english.txt -p http://127.0.0.1:8080 -k https://site/graphql
For me it's ok, thank you for the reply :)
Yes, I will make the changes :)
Hello @nikitastupin , I accepted your modifications, thanks for the suggestions in the code!
Sup folks Some updates here?
Hey @zeroc00I,
I believe you can use the HTTP_PROXY
& HTTPS_PROXY
environment variables to proxy clairvoyance https://requests.readthedocs.io/en/latest/user/advanced/#proxies
Hey @arthur4ires @zeroc00I at Escape, we are working to secure the graphql api. We forked this repo a week ago and I implemented this feature there.
https://github.com/Escape-Technologies/ClairvoyanceNext
Hi there, thanks a lot for the update :)