This website requires JavaScript.
Explore
Help
Sign In
PenTest
/
sqlmap
Watch
1
Star
0
Fork
0
You've already forked sqlmap
mirror of
https://github.com/sqlmapproject/sqlmap.git
synced
2025-12-09 06:01:29 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
c4c40308c6954d7a84f40d57b311f862aae0d6ac
sqlmap
/
plugins
/
generic
History
Miroslav Stampar
6fa2fd139c
implemented support for __pivotDumpTable on MSSQL as normal tables tend to not play well with normal TOP 1 ..NOT IN..ORDER BY mechanism if the argument for ORDER BY is not the unique one (returns only number of rows equal to the number of distinct values for that field)
2011-04-08 15:17:57 +00:00
..
__init__.py
sorry, cosmetics
2010-10-14 23:18:29 +00:00
connector.py
removed all trailing spaces from blank lines
2010-11-03 10:08:27 +00:00
enumeration.py
implemented support for __pivotDumpTable on MSSQL as normal tables tend to not play well with normal TOP 1 ..NOT IN..ORDER BY mechanism if the argument for ORDER BY is not the unique one (returns only number of rows equal to the number of distinct values for that field)
2011-04-08 15:17:57 +00:00
filesystem.py
Removed senseless debug messsage
2011-02-08 17:09:35 +00:00
fingerprint.py
refactoring (class names should always be Capital cased)
2011-01-28 16:36:09 +00:00
misc.py
Major bug fix to properly prepare UNION technique statement for --os-pwn and --is-dba
2011-02-21 16:00:56 +00:00
syntax.py
sorry, cosmetics
2010-10-14 23:18:29 +00:00
takeover.py
Proper error message
2011-03-04 11:59:09 +00:00