sqlmap/plugins/dbms/mysql
Bernardo Damele c8f943f5e4 Now, if the back-end dbms type has been identified by the detection engine, skips the fingerprint phase.
Major code refactoring and commenting to detection engine.
Ask user whether or not to proceed to test remaining parameters after an injection point has been identified.
Restore beep at SQL injection find.
Avoid reuse of same variable in DBMS handler code.
Minor adjustment of payloads XML file.
2010-11-30 22:40:25 +00:00
..
__init__.py sorry, cosmetics 2010-10-14 23:18:29 +00:00
connector.py Set proper verbose level for dbms direct error messages 2010-11-07 22:14:06 +00:00
enumeration.py further refactoring (all enumerations are now put into enums.py) 2010-11-08 09:20:02 +00:00
filesystem.py Rewrite from scratch the detection engine. Now it performs checks defined in payload.xml. User can specify its own. 2010-11-28 18:10:54 +00:00
fingerprint.py Now, if the back-end dbms type has been identified by the detection engine, skips the fingerprint phase. 2010-11-30 22:40:25 +00:00
syntax.py sorry, cosmetics 2010-10-14 23:18:29 +00:00
takeover.py Proper english (--postfix is now --suffix) and --string/--regexp does not necessarily need to match into the original response body, it might well be in the injected True condition only! 2010-11-17 22:00:09 +00:00