Skip to content
New issue

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

XSS is not available in python package #141

Open
0xh0b0 opened this issue Jun 20, 2018 · 0 comments
Open

XSS is not available in python package #141

0xh0b0 opened this issue Jun 20, 2018 · 0 comments

Comments

@0xh0b0
Copy link

0xh0b0 commented Jun 20, 2018

Python wrapper (compiled for linux and python 2.7) does not expose xss method

>>> 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']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant