From e7383f81e887a81ef97a6fa9d4a3afc3280f647e Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 10 Sep 2020 16:49:54 +0200 Subject: [PATCH] Updated Third party libraries (markdown) --- libs/Third-party-libraries.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libs/Third-party-libraries.md b/libs/Third-party-libraries.md index dc385cb..a75e39c 100644 --- a/libs/Third-party-libraries.md +++ b/libs/Third-party-libraries.md @@ -23,10 +23,11 @@ | [thirdparty/odict/](http://www.voidspace.org.uk/python/odict.html) | BSD | Used internally | - | | [thirdparty/pagerank/](http://code.google.com/p/corey-projects/) | MIT | Used to display page rank for Google dork results | -g | | [thirdparty/prettyprint/](http://code.google.com/p/python-httpclient-gui/) | MIT | Used to generate XML output | --xml, to be replaced by --report (#14) | -| [thirdparty/pydes/](http://twhiteman.netfirms.com/des.html) | Free, public domain | Used to crack the Oracle old password format | --passwords | -| [thirdparty/six/](https://github.com/benjaminp/six) | MIT | Used as Python 2 and 3 compatibility library | - | +| [thirdparty/pydes/](http://twhiteman.netfirms.com/des.html) | Public domain | Used for cracking the Oracle old password format | --passwords | +| [thirdparty/six/](https://github.com/benjaminp/six) | MIT | Used as Python 2/3 compatibility library | - | | [thirdparty/socks/](http://socksipy.sourceforge.net/) | BSD | Used to tunnel your requests over Tor SOCKS proxy | --tor-type and --proxy | | [thirdparty/termcolor/](http://pypi.python.org/pypi/termcolor) | MIT | Used to colourize output | - | +| [thirdparty/wininetpton/](https://github.com/hickeroar/win_inet_pton) | Public domain | Used for patching `inet_pton` on Windows OS | - | | [thirdparty/xdot/](http://code.google.com/p/jrfonseca/wiki/XDot) | LGPL | Used for internal debug purposes | --profile |

Libraries and tools in extra/ directory