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-27 09:59:07 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
47720a43dd3b0e1ac0a02aab26e66b96dc47e023
sqlmap
/
lib
History
Miroslav Stampar
47720a43dd
minor fix (while we've calculated conf.matchRation for stable pages, we've put a constant value (0.900) for dynamic ones - so putting (ratio - conf.matchRatio) > DIFF_TOLERANCE for dynamic pages too would just effectively increase it's value to 0.900 + DIFF_TOLERANCE (in our case to 0.950) which is too narrow space for True result)
2010-11-09 23:21:21 +00:00
..
contrib
removed all trailing spaces from blank lines
2010-11-03 10:08:27 +00:00
controller
minor update
2010-11-09 22:44:23 +00:00
core
another name change
2010-11-09 22:49:31 +00:00
parse
update regarding brute force retrieval of table names and table column names
2010-11-09 16:15:55 +00:00
request
minor fix (while we've calculated conf.matchRation for stable pages, we've put a constant value (0.900) for dynamic ones - so putting (ratio - conf.matchRatio) > DIFF_TOLERANCE for dynamic pages too would just effectively increase it's value to 0.900 + DIFF_TOLERANCE (in our case to 0.950) which is too narrow space for True result)
2010-11-09 23:21:21 +00:00
takeover
further refactoring (all enumerations are now put into enums.py)
2010-11-08 09:20:02 +00:00
techniques
update regarding brute forcing
2010-11-09 16:53:33 +00:00
utils
further refactoring (all enumerations are now put into enums.py)
2010-11-08 09:20:02 +00:00
__init__.py
sorry, cosmetics
2010-10-14 23:18:29 +00:00