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 22:21:30 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
b31b861d7be05313b3349fee5f5fd83171e9263a
sqlmap
/
plugins
/
generic
History
Bernardo Damele
b31b861d7b
Major rewrote of --columns: now it accepts -D only (enumerate all tables' columns of a specific database), -D and -T (enumerate all columns of a specific database's table), -T (enumerate all columns of a current database's table), etc.
2011-04-30 22:10:27 +00:00
..
__init__.py
update of copyright string (until year)
2011-04-15 12:33:18 +00:00
connector.py
Minor code restyling
2011-04-30 13:20:05 +00:00
enumeration.py
Major rewrote of --columns: now it accepts -D only (enumerate all tables' columns of a specific database), -D and -T (enumerate all columns of a specific database's table), -T (enumerate all columns of a current database's table), etc.
2011-04-30 22:10:27 +00:00
filesystem.py
More Backend class method usage refactoring
2011-04-30 15:24:15 +00:00
fingerprint.py
Minor code restyling
2011-04-30 13:20:05 +00:00
misc.py
More code refactoring of Backend class methods used
2011-04-30 14:54:29 +00:00
syntax.py
Minor code restyling
2011-04-30 13:20:05 +00:00
takeover.py
More code refactoring of Backend class methods used
2011-04-30 14:54:29 +00:00