mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-12-03 23:13:53 +03:00
minor adjustments
parent
36345c673e
commit
52c2dfb8cc
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user