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-28 10:29:04 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
1416cd0d8667cbe28450e8a00841093c343442e2
sqlmap
/
lib
/
request
History
Bernardo Damele
1416cd0d86
Major enhancement to directly connect to the dbms without passing via a sql injection: adapted code accordingly - see
#158
. This feature relies on python third-party libraries to be able to connect to the database. For the moment it has been implemented for MySQL (with python-mysqldb module) and PostgreSQL (with python-psycopg2 module).
...
Minor layout adjustments.
2010-03-26 23:23:25 +00:00
..
__init__.py
Updated copyright
2010-03-03 15:26:27 +00:00
basic.py
Updated copyright
2010-03-03 15:26:27 +00:00
certhandler.py
Fixes
#59
- proper customizable redirect (302 and 301)
2010-03-15 14:24:43 +00:00
comparison.py
fixed threading bug (difflib :)
2010-03-10 14:14:27 +00:00
connect.py
Major enhancement to directly connect to the dbms without passing via a sql injection: adapted code accordingly - see
#158
. This feature relies on python third-party libraries to be able to connect to the database. For the moment it has been implemented for MySQL (with python-mysqldb module) and PostgreSQL (with python-psycopg2 module).
2010-03-26 23:23:25 +00:00
inject.py
Major enhancement to directly connect to the dbms without passing via a sql injection: adapted code accordingly - see
#158
. This feature relies on python third-party libraries to be able to connect to the database. For the moment it has been implemented for MySQL (with python-mysqldb module) and PostgreSQL (with python-psycopg2 module).
2010-03-26 23:23:25 +00:00
proxy.py
Updated copyright
2010-03-03 15:26:27 +00:00
redirecthandler.py
Fixes
#178
and
#179
- proper handling of custom redirects
2010-03-16 14:30:57 +00:00