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-06 12:41:30 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
fb9d7cdfaa06a49ae9a911b79587ee026dc79792
sqlmap
/
lib
/
controller
History
Miroslav Stampar
fb9d7cdfaa
refactoring, code clearing and removal of obsolete switch --longest-common
2011-01-14 14:37:03 +00:00
..
__init__.py
sorry, cosmetics
2010-10-14 23:18:29 +00:00
action.py
Added generic and mysql UNION tests from 1 to 25 columns.
2011-01-11 22:56:21 +00:00
checks.py
refactoring, code clearing and removal of obsolete switch --longest-common
2011-01-14 14:37:03 +00:00
controller.py
First big commit to move UNION query tests to detection phase - there are some improvements and tuning to do yet though.
2011-01-11 22:18:47 +00:00
handler.py
Minor code refactoring and adjustments - kb.dbms is needed in fingerprint.py, not getIdentifiedDBMS because when checkDbms() method is called, it's within the fingerprint phase and at that stage, getIdentifiedDBMS() would always return kb.misc.fpDbms.
2011-01-14 12:47:07 +00:00