pysqli icon indicating copy to clipboard operation
pysqli copied to clipboard

Python SQL injection framework

Results 3 pysqli issues
Sort by recently updated
recently updated
newest added

There are small typos in: - README.md - pysqli/core/context.py Fixes: - Should read `encoding` rather than `encvoding`. - Should read `derived` rather than `derivated`. - Should read `characters` rather than...

Inband SQL injection is quite tricky to exploit with the actual version of PySQLi. It would be nice to have an helper making easy to find the number of fields...

enhancement

PySQLi's actual asynchronous requests manager (located in async.py) is based on a set of threads and is quite old. Maybe use twisted or something more efficient than multithreading.

enhancement