diff --git a/libs/Third-party-libraries.md b/libs/Third-party-libraries.md index 570c9d0..fb9ce55 100644 --- a/libs/Third-party-libraries.md +++ b/libs/Third-party-libraries.md @@ -10,7 +10,7 @@ | ------------ | ----------- | ----------- | ----------- | | [thirdparty/ansistrm/](http://plumberjack.blogspot.co.uk/2010/12/colorizing-logging-output-in-terminals.html) | BSD | Used to colourize logging messages | - | | [thirdparty/beautifulsoup/](http://www.crummy.com/software/BeautifulSoup/) | BSD | Used to crawl the target site | --crawl | -| [thirdparty/chardet/](http://chardet.feedparser.org/) | LGPL | Used to heuristically detect the HTTP response body charset | - | +| [thirdparty/chardet/](http://pypi.python.org/pypi/chardet) | LGPL | Used to heuristically detect the HTTP response body charset | - | | [thirdparty/clientform/](http://wwwsearch.sourceforge.net/old/ClientForm/) | BSD | Used to parse HTML forms | --forms | | [thirdparty/colorama/](http://pypi.python.org/pypi/colorama) | BSD | Used to make output colouring cross-platform | - | | [thirdparty/fcrypt/](http://carey.geek.nz/code/python-fcrypt/) | BSD | Used to crack a generic password hash | --passwords | @@ -49,4 +49,4 @@ These listed are libraries and tools not entirely developed by sqlmap developers | [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 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 | \ No newline at end of file