nikitastupin / clairvoyance

Obtain GraphQL API schema even if the introspection is disabled
Apache License 2.0
968 stars 87 forks source link

Fix issue 11 - Add wordlist validation + dedupe #37

Closed jmiroosh closed 1 year ago

jmiroosh commented 2 years ago

Hi, The tools is very good, thanks!

I was getting some strange errors with bad wordlist entries, so I have added whitelist validation, for issue #11

Also added a test in system.py, but unsure how to verify that it passes. (!!)

Thanks

null-hyp0thesis commented 2 years ago

Actually, we could probably do with removing %/- and unicode chars from the wordlist too.

nikitastupin commented 1 year ago

was refactored in #66 thanks for you contribution again!