minor adjustments

Bernardo Damele 2012-07-15 21:54:19 +01:00
parent 36345c673e
commit 52c2dfb8cc
2 changed files with 7 additions and 5 deletions

@ -27,7 +27,9 @@
| `thirdparty/termcolor/` | http://pypi.python.org/pypi/termcolor | MIT | Used to colourize output | - | | `thirdparty/termcolor/` | http://pypi.python.org/pypi/termcolor | MIT | Used to colourize output | - |
| `thirdparty/xdot/` | http://code.google.com/p/jrfonseca/wiki/XDot | LGPL | Used for internal debug purposes | `--profile` | | `thirdparty/xdot/` | http://code.google.com/p/jrfonseca/wiki/XDot | LGPL | Used for internal debug purposes | `--profile` |
<h2 id="extra">Libraries and tools in `extra/` directory not entirely written by sqlmap developers</h2> <h2 id="extra">Libraries and tools in `extra/` directory</h2>
These listed are libraries and tools not entirely developed by sqlmap developers only.
| Library / tool | Homepage | License | Notes | Switch | | Library / tool | Homepage | License | Notes | Switch |
| ------------ | ----------- | ----------- | ----------- | ----------- | | ------------ | ----------- | ----------- | ----------- | ----------- |
@ -48,4 +50,4 @@
| python-pyodbc | http://pyodbc.googlecode.com/ | MIT | Connector for Microsoft Access | `-d` | | python-pyodbc | http://pyodbc.googlecode.com/ | MIT | Connector for Microsoft Access | `-d` |
| python-pymssql | http://pymssql.sourceforge.net/ | LGPL | Connector for MS SQL Server | `-d` | | python-pymssql | http://pymssql.sourceforge.net/ | LGPL | Connector for MS SQL Server | `-d` |
| python pymysql | http://code.google.com/p/pymysql/ | MIT | Connector for MySQL | `-d` | | python pymysql | http://code.google.com/p/pymysql/ | MIT | Connector for MySQL | `-d` |
| python-pysqlite2 | http://pysqlite.googlecode.com/ | MIT | Connector for SQLite 2 | `-d` | | python-pysqlite2 | http://pysqlite.googlecode.com/ | MIT | Connector for SQLite 2 | `-d` |

@ -1,5 +1,5 @@
#### Contents ### Contents
*** ----
* [Libraries in `thirdparty/` directory](#thirdparty) * [Libraries in `thirdparty/` directory](#thirdparty)
* [Libraries and tools in `extra/` directory not entirely written by sqlmap developers](#extra) * [Libraries and tools in `extra/` directory](#extra)
* [Dependencies not bundled](#notbundled) * [Dependencies not bundled](#notbundled)