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-07 13:11:29 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
012fc21b498122e2e2a414cbb61513c61cea1cc2
sqlmap
/
plugins
/
generic
History
Bernardo Damele
012fc21b49
Improvements to column(s) search: now it's possible to search column(s) in provided table(s) across all databases, search column(s) across all tables in provided database(s) or let sqlmap alone identify the databases' tables - this is now implemented for error-based, union query and direct connection. Work is still required for boolean-based and time-based.
...
Adapted the queries.xml file accordingly
2012-03-09 17:47:50 +00:00
..
__init__.py
updating copyright date
2012-01-11 14:59:46 +00:00
connector.py
minor fix
2012-01-20 00:11:19 +00:00
enumeration.py
Improvements to column(s) search: now it's possible to search column(s) in provided table(s) across all databases, search column(s) across all tables in provided database(s) or let sqlmap alone identify the databases' tables - this is now implemented for error-based, union query and direct connection. Work is still required for boolean-based and time-based.
2012-03-09 17:47:50 +00:00
filesystem.py
code refactoring regarding charsetType inside inference/bisection
2012-02-29 14:36:23 +00:00
fingerprint.py
removing of unused imports together with some general code refactoring
2012-02-22 10:40:11 +00:00
misc.py
doing a dummy test for --os-shell in case of xp_cmdshell
2012-03-09 14:21:41 +00:00
syntax.py
updating copyright date
2012-01-11 14:59:46 +00:00
takeover.py
removing of unused imports together with some general code refactoring
2012-02-22 10:40:11 +00:00