We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python wrapper (compiled for linux and python 2.7) does not expose xss method
xss
>>> import libinjection >>> libinjection.xss Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: 'module' object has no attribute 'xss' >>> dir(libinjection) ['FLAG_NONE', 'FLAG_QUOTE_DOUBLE', 'FLAG_QUOTE_NONE', 'FLAG_QUOTE_SINGLE', 'FLAG_SQL_ANSI', 'FLAG_SQL_MYSQL', 'LOOKUP_FINGERPRINT', 'LOOKUP_OPERATOR', 'LOOKUP_TYPE', 'LOOKUP_WORD', 'SWIG_PyInstanceMethod_New', '__builtins__', '__doc__', '__file__', '__name__', '__package__', '__path__', 'is_sqli', 'libinjection', 'sqli', 'sqli_blacklist', 'sqli_callback', 'sqli_check_fingerprint', 'sqli_fingerprint', 'sqli_fold', 'sqli_get_token', 'sqli_init', 'sqli_lookup_word', 'sqli_not_whitelist', 'sqli_reset', 'sqli_state', 'sqli_token', 'sqli_tokenize', 'version']
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Python wrapper (compiled for linux and python 2.7) does not expose
xss
methodThe text was updated successfully, but these errors were encountered: