orf / xcat

XPath injection tool
https://xcat.readthedocs.org/
MIT License
363 stars 73 forks source link

Negation of true string #41

Open zinja-coder opened 1 year ago

zinja-coder commented 1 year ago

How I negate '--true-string'?

I tried '!--true-string=string', '--true-string!=string', '--true-string=!string', '--true-string=string!'.

nothing is working. Please help.

orf commented 1 year ago

--true-string="!string" should do it.