pysqli
pysqli copied to clipboard
Python SQL injection framework
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...
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.