From 8c6b76104411587cc00d5ecc32961925e89c78e2 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 11 Oct 2017 14:50:46 +0200 Subject: [PATCH] Replacing doc/COPYING to LICENSE --- README.md | 2 +- doc/translations/README-bg-BG.md | 2 +- doc/translations/README-es-MX.md | 2 +- doc/translations/README-fr-FR.md | 2 +- doc/translations/README-gr-GR.md | 2 +- doc/translations/README-hr-HR.md | 2 +- doc/translations/README-id-ID.md | 2 +- doc/translations/README-it-IT.md | 2 +- doc/translations/README-ja-JP.md | 2 +- doc/translations/README-pl-PL.md | 2 +- doc/translations/README-pt-BR.md | 2 +- doc/translations/README-tr-TR.md | 2 +- doc/translations/README-zh-CN.md | 2 +- extra/__init__.py | 2 +- extra/beep/__init__.py | 2 +- extra/beep/beep.py | 2 +- extra/cloak/__init__.py | 2 +- extra/cloak/cloak.py | 2 +- extra/dbgtool/__init__.py | 2 +- extra/dbgtool/dbgtool.py | 2 +- extra/mssqlsig/update.py | 2 +- extra/safe2bin/__init__.py | 2 +- extra/safe2bin/safe2bin.py | 2 +- extra/shutils/blanks.sh | 2 +- extra/shutils/duplicates.py | 2 +- extra/shutils/pep8.sh | 2 +- extra/shutils/pydiatra.sh | 2 +- extra/shutils/pyflakes.sh | 2 +- extra/shutils/pypi.sh | 6 +++--- extra/shutils/regressiontest.py | 2 +- extra/sqlharvest/__init__.py | 2 +- extra/sqlharvest/sqlharvest.py | 2 +- lib/__init__.py | 2 +- lib/controller/__init__.py | 2 +- lib/controller/action.py | 2 +- lib/controller/checks.py | 2 +- lib/controller/controller.py | 2 +- lib/controller/handler.py | 2 +- lib/core/__init__.py | 2 +- lib/core/agent.py | 2 +- lib/core/bigarray.py | 2 +- lib/core/common.py | 2 +- lib/core/convert.py | 2 +- lib/core/data.py | 2 +- lib/core/datatype.py | 2 +- lib/core/decorators.py | 2 +- lib/core/defaults.py | 2 +- lib/core/dicts.py | 2 +- lib/core/dump.py | 2 +- lib/core/enums.py | 2 +- lib/core/exception.py | 2 +- lib/core/log.py | 2 +- lib/core/option.py | 2 +- lib/core/optiondict.py | 2 +- lib/core/profiling.py | 2 +- lib/core/readlineng.py | 2 +- lib/core/replication.py | 2 +- lib/core/revision.py | 2 +- lib/core/session.py | 2 +- lib/core/settings.py | 2 +- lib/core/shell.py | 2 +- lib/core/subprocessng.py | 2 +- lib/core/target.py | 2 +- lib/core/testing.py | 2 +- lib/core/threads.py | 2 +- lib/core/unescaper.py | 2 +- lib/core/update.py | 2 +- lib/core/wordlist.py | 2 +- lib/parse/__init__.py | 2 +- lib/parse/banner.py | 2 +- lib/parse/cmdline.py | 2 +- lib/parse/configfile.py | 2 +- lib/parse/handler.py | 2 +- lib/parse/headers.py | 2 +- lib/parse/html.py | 2 +- lib/parse/payloads.py | 2 +- lib/parse/sitemap.py | 2 +- lib/request/__init__.py | 2 +- lib/request/basic.py | 2 +- lib/request/basicauthhandler.py | 2 +- lib/request/comparison.py | 2 +- lib/request/connect.py | 2 +- lib/request/direct.py | 2 +- lib/request/dns.py | 2 +- lib/request/httpshandler.py | 2 +- lib/request/inject.py | 2 +- lib/request/methodrequest.py | 2 +- lib/request/pkihandler.py | 2 +- lib/request/rangehandler.py | 2 +- lib/request/redirecthandler.py | 2 +- lib/request/templates.py | 2 +- lib/takeover/__init__.py | 2 +- lib/takeover/abstraction.py | 2 +- lib/takeover/icmpsh.py | 2 +- lib/takeover/metasploit.py | 2 +- lib/takeover/registry.py | 2 +- lib/takeover/udf.py | 2 +- lib/takeover/web.py | 2 +- lib/takeover/xp_cmdshell.py | 2 +- lib/techniques/__init__.py | 2 +- lib/techniques/blind/__init__.py | 2 +- lib/techniques/blind/inference.py | 2 +- lib/techniques/dns/__init__.py | 2 +- lib/techniques/dns/test.py | 2 +- lib/techniques/dns/use.py | 2 +- lib/techniques/error/__init__.py | 2 +- lib/techniques/error/use.py | 2 +- lib/techniques/union/__init__.py | 2 +- lib/techniques/union/test.py | 2 +- lib/techniques/union/use.py | 2 +- lib/utils/__init__.py | 2 +- lib/utils/api.py | 2 +- lib/utils/brute.py | 2 +- lib/utils/crawler.py | 2 +- lib/utils/deps.py | 2 +- lib/utils/getch.py | 2 +- lib/utils/har.py | 2 +- lib/utils/hash.py | 2 +- lib/utils/hashdb.py | 2 +- lib/utils/htmlentities.py | 2 +- lib/utils/pivotdumptable.py | 2 +- lib/utils/progress.py | 2 +- lib/utils/purge.py | 2 +- lib/utils/search.py | 2 +- lib/utils/sqlalchemy.py | 2 +- lib/utils/timeout.py | 2 +- lib/utils/versioncheck.py | 2 +- lib/utils/xrange.py | 2 +- plugins/__init__.py | 2 +- plugins/dbms/__init__.py | 2 +- plugins/dbms/access/__init__.py | 2 +- plugins/dbms/access/connector.py | 2 +- plugins/dbms/access/enumeration.py | 2 +- plugins/dbms/access/filesystem.py | 2 +- plugins/dbms/access/fingerprint.py | 2 +- plugins/dbms/access/syntax.py | 2 +- plugins/dbms/access/takeover.py | 2 +- plugins/dbms/db2/__init__.py | 2 +- plugins/dbms/db2/connector.py | 2 +- plugins/dbms/db2/enumeration.py | 2 +- plugins/dbms/db2/filesystem.py | 2 +- plugins/dbms/db2/fingerprint.py | 2 +- plugins/dbms/db2/syntax.py | 2 +- plugins/dbms/db2/takeover.py | 2 +- plugins/dbms/firebird/__init__.py | 2 +- plugins/dbms/firebird/connector.py | 2 +- plugins/dbms/firebird/enumeration.py | 2 +- plugins/dbms/firebird/filesystem.py | 2 +- plugins/dbms/firebird/fingerprint.py | 2 +- plugins/dbms/firebird/syntax.py | 2 +- plugins/dbms/firebird/takeover.py | 2 +- plugins/dbms/hsqldb/__init__.py | 2 +- plugins/dbms/hsqldb/connector.py | 2 +- plugins/dbms/hsqldb/enumeration.py | 2 +- plugins/dbms/hsqldb/filesystem.py | 2 +- plugins/dbms/hsqldb/fingerprint.py | 2 +- plugins/dbms/hsqldb/syntax.py | 2 +- plugins/dbms/hsqldb/takeover.py | 2 +- plugins/dbms/informix/__init__.py | 2 +- plugins/dbms/informix/connector.py | 2 +- plugins/dbms/informix/enumeration.py | 2 +- plugins/dbms/informix/filesystem.py | 2 +- plugins/dbms/informix/fingerprint.py | 2 +- plugins/dbms/informix/syntax.py | 2 +- plugins/dbms/informix/takeover.py | 2 +- plugins/dbms/maxdb/__init__.py | 2 +- plugins/dbms/maxdb/connector.py | 2 +- plugins/dbms/maxdb/enumeration.py | 2 +- plugins/dbms/maxdb/filesystem.py | 2 +- plugins/dbms/maxdb/fingerprint.py | 2 +- plugins/dbms/maxdb/syntax.py | 2 +- plugins/dbms/maxdb/takeover.py | 2 +- plugins/dbms/mssqlserver/__init__.py | 2 +- plugins/dbms/mssqlserver/connector.py | 2 +- plugins/dbms/mssqlserver/enumeration.py | 2 +- plugins/dbms/mssqlserver/filesystem.py | 2 +- plugins/dbms/mssqlserver/fingerprint.py | 2 +- plugins/dbms/mssqlserver/syntax.py | 2 +- plugins/dbms/mssqlserver/takeover.py | 2 +- plugins/dbms/mysql/__init__.py | 2 +- plugins/dbms/mysql/connector.py | 2 +- plugins/dbms/mysql/enumeration.py | 2 +- plugins/dbms/mysql/filesystem.py | 2 +- plugins/dbms/mysql/fingerprint.py | 2 +- plugins/dbms/mysql/syntax.py | 2 +- plugins/dbms/mysql/takeover.py | 2 +- plugins/dbms/oracle/__init__.py | 2 +- plugins/dbms/oracle/connector.py | 2 +- plugins/dbms/oracle/enumeration.py | 2 +- plugins/dbms/oracle/filesystem.py | 2 +- plugins/dbms/oracle/fingerprint.py | 2 +- plugins/dbms/oracle/syntax.py | 2 +- plugins/dbms/oracle/takeover.py | 2 +- plugins/dbms/postgresql/__init__.py | 2 +- plugins/dbms/postgresql/connector.py | 2 +- plugins/dbms/postgresql/enumeration.py | 2 +- plugins/dbms/postgresql/filesystem.py | 2 +- plugins/dbms/postgresql/fingerprint.py | 2 +- plugins/dbms/postgresql/syntax.py | 2 +- plugins/dbms/postgresql/takeover.py | 2 +- plugins/dbms/sqlite/__init__.py | 2 +- plugins/dbms/sqlite/connector.py | 2 +- plugins/dbms/sqlite/enumeration.py | 2 +- plugins/dbms/sqlite/filesystem.py | 2 +- plugins/dbms/sqlite/fingerprint.py | 2 +- plugins/dbms/sqlite/syntax.py | 2 +- plugins/dbms/sqlite/takeover.py | 2 +- plugins/dbms/sybase/__init__.py | 2 +- plugins/dbms/sybase/connector.py | 2 +- plugins/dbms/sybase/enumeration.py | 2 +- plugins/dbms/sybase/filesystem.py | 2 +- plugins/dbms/sybase/fingerprint.py | 2 +- plugins/dbms/sybase/syntax.py | 2 +- plugins/dbms/sybase/takeover.py | 2 +- plugins/generic/__init__.py | 2 +- plugins/generic/connector.py | 2 +- plugins/generic/custom.py | 2 +- plugins/generic/databases.py | 2 +- plugins/generic/entries.py | 2 +- plugins/generic/enumeration.py | 2 +- plugins/generic/filesystem.py | 2 +- plugins/generic/fingerprint.py | 2 +- plugins/generic/misc.py | 2 +- plugins/generic/search.py | 2 +- plugins/generic/syntax.py | 2 +- plugins/generic/takeover.py | 2 +- plugins/generic/users.py | 2 +- sqlmap.py | 2 +- sqlmapapi.py | 2 +- tamper/__init__.py | 2 +- tamper/apostrophemask.py | 2 +- tamper/apostrophenullencode.py | 2 +- tamper/appendnullbyte.py | 2 +- tamper/base64encode.py | 2 +- tamper/between.py | 2 +- tamper/bluecoat.py | 2 +- tamper/chardoubleencode.py | 2 +- tamper/charencode.py | 2 +- tamper/charunicodeencode.py | 2 +- tamper/charunicodeescape.py | 2 +- tamper/commalesslimit.py | 2 +- tamper/commalessmid.py | 2 +- tamper/commentbeforeparentheses.py | 2 +- tamper/concat2concatws.py | 2 +- tamper/equaltolike.py | 2 +- tamper/escapequotes.py | 2 +- tamper/greatest.py | 2 +- tamper/halfversionedmorekeywords.py | 2 +- tamper/htmlencode.py | 2 +- tamper/ifnull2ifisnull.py | 2 +- tamper/informationschemacomment.py | 2 +- tamper/least.py | 2 +- tamper/lowercase.py | 2 +- tamper/modsecurityversioned.py | 2 +- tamper/modsecurityzeroversioned.py | 2 +- tamper/multiplespaces.py | 2 +- tamper/nonrecursivereplacement.py | 2 +- tamper/overlongutf8.py | 2 +- tamper/percentage.py | 2 +- tamper/plus2concat.py | 2 +- tamper/plus2fnconcat.py | 2 +- tamper/randomcase.py | 2 +- tamper/randomcomments.py | 2 +- tamper/securesphere.py | 2 +- tamper/sp_password.py | 2 +- tamper/space2comment.py | 2 +- tamper/space2dash.py | 2 +- tamper/space2hash.py | 2 +- tamper/space2morecomment.py | 2 +- tamper/space2morehash.py | 2 +- tamper/space2mssqlblank.py | 2 +- tamper/space2mssqlhash.py | 2 +- tamper/space2mysqlblank.py | 2 +- tamper/space2mysqldash.py | 2 +- tamper/space2plus.py | 2 +- tamper/space2randomblank.py | 2 +- tamper/symboliclogical.py | 2 +- tamper/unionalltounion.py | 2 +- tamper/unmagicquotes.py | 2 +- tamper/uppercase.py | 2 +- tamper/varnish.py | 2 +- tamper/versionedkeywords.py | 2 +- tamper/versionedmorekeywords.py | 2 +- tamper/xforwardedfor.py | 2 +- txt/common-columns.txt | 2 +- txt/common-outputs.txt | 2 +- txt/common-tables.txt | 2 +- txt/keywords.txt | 2 +- txt/user-agents.txt | 2 +- waf/360.py | 2 +- waf/__init__.py | 2 +- waf/airlock.py | 2 +- waf/anquanbao.py | 2 +- waf/armor.py | 2 +- waf/aws.py | 2 +- waf/baidu.py | 2 +- waf/barracuda.py | 2 +- waf/bigip.py | 2 +- waf/binarysec.py | 2 +- waf/blockdos.py | 2 +- waf/ciscoacexml.py | 2 +- waf/cloudflare.py | 2 +- waf/cloudfront.py | 2 +- waf/comodo.py | 2 +- waf/datapower.py | 2 +- waf/denyall.py | 2 +- waf/dotdefender.py | 2 +- waf/edgecast.py | 2 +- waf/expressionengine.py | 2 +- waf/fortiweb.py | 2 +- waf/generic.py | 2 +- waf/hyperguard.py | 2 +- waf/incapsula.py | 2 +- waf/isaserver.py | 2 +- waf/jiasule.py | 2 +- waf/knownsec.py | 2 +- waf/kona.py | 2 +- waf/modsecurity.py | 2 +- waf/naxsi.py | 2 +- waf/netcontinuum.py | 2 +- waf/netscaler.py | 2 +- waf/newdefend.py | 2 +- waf/nsfocus.py | 2 +- waf/paloalto.py | 2 +- waf/profense.py | 2 +- waf/proventia.py | 2 +- waf/radware.py | 2 +- waf/requestvalidationmode.py | 2 +- waf/safe3.py | 2 +- waf/safedog.py | 2 +- waf/secureiis.py | 2 +- waf/senginx.py | 2 +- waf/sitelock.py | 2 +- waf/sonicwall.py | 2 +- waf/sophos.py | 2 +- waf/stingray.py | 2 +- waf/sucuri.py | 2 +- waf/tencent.py | 2 +- waf/teros.py | 2 +- waf/trafficshield.py | 2 +- waf/urlscan.py | 2 +- waf/uspses.py | 2 +- waf/varnish.py | 2 +- waf/wallarm.py | 2 +- waf/webappsecure.py | 2 +- waf/webknight.py | 2 +- waf/yundun.py | 2 +- waf/yunsuo.py | 2 +- 348 files changed, 350 insertions(+), 350 deletions(-) diff --git a/README.md b/README.md index ae8dbd1a3..b125d1561 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # sqlmap -[![Build Status](https://api.travis-ci.org/sqlmapproject/sqlmap.svg?branch=master)](https://api.travis-ci.org/sqlmapproject/sqlmap) [![Python 2.6|2.7](https://img.shields.io/badge/python-2.6|2.7-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/doc/COPYING) [![Twitter](https://img.shields.io/badge/twitter-@sqlmap-blue.svg)](https://twitter.com/sqlmap) +[![Build Status](https://api.travis-ci.org/sqlmapproject/sqlmap.svg?branch=master)](https://api.travis-ci.org/sqlmapproject/sqlmap) [![Python 2.6|2.7](https://img.shields.io/badge/python-2.6|2.7-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/LICENSE) [![Twitter](https://img.shields.io/badge/twitter-@sqlmap-blue.svg)](https://twitter.com/sqlmap) sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a powerful detection engine, many niche features for the ultimate penetration tester and a broad range of switches lasting from database fingerprinting, over data fetching from the database, to accessing the underlying file system and executing commands on the operating system via out-of-band connections. diff --git a/doc/translations/README-bg-BG.md b/doc/translations/README-bg-BG.md index 80daf852b..79c24538a 100644 --- a/doc/translations/README-bg-BG.md +++ b/doc/translations/README-bg-BG.md @@ -1,6 +1,6 @@ # sqlmap -[![Build Status](https://api.travis-ci.org/sqlmapproject/sqlmap.svg?branch=master)](https://api.travis-ci.org/sqlmapproject/sqlmap) [![Python 2.6|2.7](https://img.shields.io/badge/python-2.6|2.7-yellow.svg)](https://www.python.org/) [![Лиценз](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/doc/COPYING) [![Twitter](https://img.shields.io/badge/twitter-@sqlmap-blue.svg)](https://twitter.com/sqlmap) +[![Build Status](https://api.travis-ci.org/sqlmapproject/sqlmap.svg?branch=master)](https://api.travis-ci.org/sqlmapproject/sqlmap) [![Python 2.6|2.7](https://img.shields.io/badge/python-2.6|2.7-yellow.svg)](https://www.python.org/) [![Лиценз](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/LICENSE) [![Twitter](https://img.shields.io/badge/twitter-@sqlmap-blue.svg)](https://twitter.com/sqlmap) sqlmap e инструмент за тестване и проникване, с отворен код, който автоматизира процеса на откриване и използване на недостатъците на SQL база данните чрез SQL инжекция, която ги взима от сървъра. Снабден е с мощен детектор, множество специални функции за най-добрия тестер и широк спектър от функции, които могат да се използват за множество цели - извличане на данни от базата данни, достъп до основната файлова система и изпълняване на команди на операционната система. diff --git a/doc/translations/README-es-MX.md b/doc/translations/README-es-MX.md index d81139c84..c874d2149 100644 --- a/doc/translations/README-es-MX.md +++ b/doc/translations/README-es-MX.md @@ -1,6 +1,6 @@ # sqlmap -[![Build Status](https://api.travis-ci.org/sqlmapproject/sqlmap.svg?branch=master)](https://api.travis-ci.org/sqlmapproject/sqlmap) [![Python 2.6|2.7](https://img.shields.io/badge/python-2.6|2.7-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/doc/COPYING) [![Twitter](https://img.shields.io/badge/twitter-@sqlmap-blue.svg)](https://twitter.com/sqlmap) +[![Build Status](https://api.travis-ci.org/sqlmapproject/sqlmap.svg?branch=master)](https://api.travis-ci.org/sqlmapproject/sqlmap) [![Python 2.6|2.7](https://img.shields.io/badge/python-2.6|2.7-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/LICENSE) [![Twitter](https://img.shields.io/badge/twitter-@sqlmap-blue.svg)](https://twitter.com/sqlmap) sqlmap es una herramienta para pruebas de penetración "penetration testing" de software libre que automatiza el proceso de detección y explotación de fallos mediante inyección de SQL además de tomar el control de servidores de bases de datos. Contiene un poderoso motor de detección, así como muchas de las funcionalidades escenciales para el "pentester" y una amplia gama de opciones desde la recopilación de información para identificar el objetivo conocido como "fingerprinting" mediante la extracción de información de la base de datos, hasta el acceso al sistema de archivos subyacente para ejecutar comandos en el sistema operativo a través de conexiones alternativas conocidas como "Out-of-band". diff --git a/doc/translations/README-fr-FR.md b/doc/translations/README-fr-FR.md index e1cbec97d..8396e36b4 100644 --- a/doc/translations/README-fr-FR.md +++ b/doc/translations/README-fr-FR.md @@ -1,6 +1,6 @@ # sqlmap -[![Build Status](https://api.travis-ci.org/sqlmapproject/sqlmap.svg?branch=master)](https://api.travis-ci.org/sqlmapproject/sqlmap) [![Python 2.6|2.7](https://img.shields.io/badge/python-2.6|2.7-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/doc/COPYING) [![Twitter](https://img.shields.io/badge/twitter-@sqlmap-blue.svg)](https://twitter.com/sqlmap) +[![Build Status](https://api.travis-ci.org/sqlmapproject/sqlmap.svg?branch=master)](https://api.travis-ci.org/sqlmapproject/sqlmap) [![Python 2.6|2.7](https://img.shields.io/badge/python-2.6|2.7-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/LICENSE) [![Twitter](https://img.shields.io/badge/twitter-@sqlmap-blue.svg)](https://twitter.com/sqlmap) **sqlmap** est un outil Open Source de test d'intrusion. Cet outil permet d'automatiser le processus de détection et d'exploitation des failles d'injection SQL afin de prendre le contrôle des serveurs de base de données. __sqlmap__ dispose d'un puissant moteur de détection utilisant les techniques les plus récentes et les plus dévastatrices de tests d'intrusion comme L'Injection SQL, qui permet d'accéder à la base de données, au système de fichiers sous-jacent et permet aussi l'exécution des commandes sur le système d'exploitation. diff --git a/doc/translations/README-gr-GR.md b/doc/translations/README-gr-GR.md index 33beca420..4deee2805 100644 --- a/doc/translations/README-gr-GR.md +++ b/doc/translations/README-gr-GR.md @@ -1,6 +1,6 @@ # sqlmap -[![Build Status](https://api.travis-ci.org/sqlmapproject/sqlmap.svg?branch=master)](https://api.travis-ci.org/sqlmapproject/sqlmap) [![Python 2.6|2.7](https://img.shields.io/badge/python-2.6|2.7-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/doc/COPYING) [![Twitter](https://img.shields.io/badge/twitter-@sqlmap-blue.svg)](https://twitter.com/sqlmap) +[![Build Status](https://api.travis-ci.org/sqlmapproject/sqlmap.svg?branch=master)](https://api.travis-ci.org/sqlmapproject/sqlmap) [![Python 2.6|2.7](https://img.shields.io/badge/python-2.6|2.7-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/LICENSE) [![Twitter](https://img.shields.io/badge/twitter-@sqlmap-blue.svg)](https://twitter.com/sqlmap) Το sqlmap είναι πρόγραμμα ανοιχτού κώδικα, που αυτοματοποιεί την εύρεση και εκμετάλλευση ευπαθειών τύπου SQL Injection σε βάσεις δεδομένων. Έρχεται με μια δυνατή μηχανή αναγνώρισης ευπαθειών, πολλά εξειδικευμένα χαρακτηριστικά για τον απόλυτο penetration tester όπως και με ένα μεγάλο εύρος επιλογών αρχίζοντας από την αναγνώριση της βάσης δεδομένων, κατέβασμα δεδομένων της βάσης, μέχρι και πρόσβαση στο βαθύτερο σύστημα αρχείων και εκτέλεση εντολών στο απευθείας στο λειτουργικό μέσω εκτός ζώνης συνδέσεων. diff --git a/doc/translations/README-hr-HR.md b/doc/translations/README-hr-HR.md index 85fe1193c..7b84a99bc 100644 --- a/doc/translations/README-hr-HR.md +++ b/doc/translations/README-hr-HR.md @@ -1,6 +1,6 @@ # sqlmap -[![Build Status](https://api.travis-ci.org/sqlmapproject/sqlmap.svg?branch=master)](https://api.travis-ci.org/sqlmapproject/sqlmap) [![Python 2.6|2.7](https://img.shields.io/badge/python-2.6|2.7-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/doc/COPYING) [![Twitter](https://img.shields.io/badge/twitter-@sqlmap-blue.svg)](https://twitter.com/sqlmap) +[![Build Status](https://api.travis-ci.org/sqlmapproject/sqlmap.svg?branch=master)](https://api.travis-ci.org/sqlmapproject/sqlmap) [![Python 2.6|2.7](https://img.shields.io/badge/python-2.6|2.7-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/LICENSE) [![Twitter](https://img.shields.io/badge/twitter-@sqlmap-blue.svg)](https://twitter.com/sqlmap) sqlmap je alat namijenjen za penetracijsko testiranje koji automatizira proces detekcije i eksploatacije sigurnosnih propusta SQL injekcije te preuzimanje poslužitelja baze podataka. Dolazi s moćnim mehanizmom za detekciju, mnoštvom korisnih opcija za napredno penetracijsko testiranje te široki spektar opcija od onih za prepoznavanja baze podataka, preko dohvaćanja podataka iz baze, do pristupa zahvaćenom datotečnom sustavu i izvršavanja komandi na operacijskom sustavu korištenjem tzv. "out-of-band" veza. diff --git a/doc/translations/README-id-ID.md b/doc/translations/README-id-ID.md index 4f8ec4284..6cf44cf04 100644 --- a/doc/translations/README-id-ID.md +++ b/doc/translations/README-id-ID.md @@ -1,6 +1,6 @@ # sqlmap -[![Build Status](https://api.travis-ci.org/sqlmapproject/sqlmap.svg?branch=master)](https://api.travis-ci.org/sqlmapproject/sqlmap) [![Python 2.6|2.7](https://img.shields.io/badge/python-2.6|2.7-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/doc/COPYING) [![Twitter](https://img.shields.io/badge/twitter-@sqlmap-blue.svg)](https://twitter.com/sqlmap) +[![Build Status](https://api.travis-ci.org/sqlmapproject/sqlmap.svg?branch=master)](https://api.travis-ci.org/sqlmapproject/sqlmap) [![Python 2.6|2.7](https://img.shields.io/badge/python-2.6|2.7-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/LICENSE) [![Twitter](https://img.shields.io/badge/twitter-@sqlmap-blue.svg)](https://twitter.com/sqlmap) sqlmap merupakan alat _(tool)_ bantu _open source_ dalam melakukan tes penetrasi yang mengotomasi proses deteksi dan eksploitasi kelemahan _SQL injection_ dan pengambil-alihan server basisdata. sqlmap dilengkapi dengan pendeteksi canggih, fitur-fitur hanal bagi _penetration tester_, beragam cara untuk mendeteksi basisdata, hingga mengakses _file system_ dan mengeksekusi perintah dalam sistem operasi melalui koneksi _out-of-band_. diff --git a/doc/translations/README-it-IT.md b/doc/translations/README-it-IT.md index c9be5355c..eddaa95ac 100644 --- a/doc/translations/README-it-IT.md +++ b/doc/translations/README-it-IT.md @@ -1,6 +1,6 @@ # sqlmap -[![Build Status](https://api.travis-ci.org/sqlmapproject/sqlmap.svg?branch=master)](https://api.travis-ci.org/sqlmapproject/sqlmap) [![Python 2.6|2.7](https://img.shields.io/badge/python-2.6|2.7-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/doc/COPYING) [![Twitter](https://img.shields.io/badge/twitter-@sqlmap-blue.svg)](https://twitter.com/sqlmap) +[![Build Status](https://api.travis-ci.org/sqlmapproject/sqlmap.svg?branch=master)](https://api.travis-ci.org/sqlmapproject/sqlmap) [![Python 2.6|2.7](https://img.shields.io/badge/python-2.6|2.7-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/LICENSE) [![Twitter](https://img.shields.io/badge/twitter-@sqlmap-blue.svg)](https://twitter.com/sqlmap) sqlmap è uno strumento open source per il penetration testing. Il suo scopo è quello di rendere automatico il processo di scoperta ed exploit di vulnerabilità di tipo SQL injection al fine di compromettere database online. Dispone di un potente motore per la ricerca di vulnerabilità, molti strumenti di nicchia anche per il più esperto penetration tester ed un'ampia gamma di controlli che vanno dal fingerprinting di database allo scaricamento di dati, fino all'accesso al file system sottostante e l'esecuzione di comandi nel sistema operativo attraverso connessioni out-of-band. diff --git a/doc/translations/README-ja-JP.md b/doc/translations/README-ja-JP.md index 8982d303d..711e919f7 100644 --- a/doc/translations/README-ja-JP.md +++ b/doc/translations/README-ja-JP.md @@ -1,6 +1,6 @@ # sqlmap -[![Build Status](https://api.travis-ci.org/sqlmapproject/sqlmap.svg?branch=master)](https://api.travis-ci.org/sqlmapproject/sqlmap) [![Python 2.6|2.7](https://img.shields.io/badge/python-2.6|2.7-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/doc/COPYING) [![Twitter](https://img.shields.io/badge/twitter-@sqlmap-blue.svg)](https://twitter.com/sqlmap) +[![Build Status](https://api.travis-ci.org/sqlmapproject/sqlmap.svg?branch=master)](https://api.travis-ci.org/sqlmapproject/sqlmap) [![Python 2.6|2.7](https://img.shields.io/badge/python-2.6|2.7-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/LICENSE) [![Twitter](https://img.shields.io/badge/twitter-@sqlmap-blue.svg)](https://twitter.com/sqlmap) sqlmapはオープンソースのペネトレーションテスティングツールです。SQLインジェクションの脆弱性の検出、活用、そしてデータベースサーバ奪取のプロセスを自動化します。 強力な検出エンジン、ペネトレーションテスターのための多くのニッチ機能、持続的なデータベースのフィンガープリンティングから、データベースのデータ取得やアウトオブバンド接続を介したオペレーティング・システム上でのコマンド実行、ファイルシステムへのアクセスなどの広範囲に及ぶスイッチを提供します。 diff --git a/doc/translations/README-pl-PL.md b/doc/translations/README-pl-PL.md index 8490586a9..bcc348589 100644 --- a/doc/translations/README-pl-PL.md +++ b/doc/translations/README-pl-PL.md @@ -1,6 +1,6 @@ # sqlmap -[![Build Status](https://api.travis-ci.org/sqlmapproject/sqlmap.svg?branch=master)](https://api.travis-ci.org/sqlmapproject/sqlmap) [![Python 2.6|2.7](https://img.shields.io/badge/python-2.6|2.7-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/doc/COPYING) [![Twitter](https://img.shields.io/badge/twitter-@sqlmap-blue.svg)](https://twitter.com/sqlmap) +[![Build Status](https://api.travis-ci.org/sqlmapproject/sqlmap.svg?branch=master)](https://api.travis-ci.org/sqlmapproject/sqlmap) [![Python 2.6|2.7](https://img.shields.io/badge/python-2.6|2.7-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/LICENSE) [![Twitter](https://img.shields.io/badge/twitter-@sqlmap-blue.svg)](https://twitter.com/sqlmap) sqlmap to open sourceowe narzędzie do testów penetracyjnych, które automatyzuje procesy detekcji, przejmowania i testowania odporności serwerów SQL na podatność na iniekcję niechcianego kodu. Zawiera potężny mechanizm detekcji, wiele niszowych funkcji dla zaawansowanych testów penetracyjnych oraz szeroki wachlarz opcji począwszy od identyfikacji bazy danych, poprzez wydobywanie z nich danych, a nawet pozwalającuch na dostęp do systemu plików o uruchamianie poleceń w systemie operacyjnym serwera poprzez niestandardowe połączenia. diff --git a/doc/translations/README-pt-BR.md b/doc/translations/README-pt-BR.md index ce5e42621..ea42053a3 100644 --- a/doc/translations/README-pt-BR.md +++ b/doc/translations/README-pt-BR.md @@ -1,6 +1,6 @@ # sqlmap -[![Build Status](https://api.travis-ci.org/sqlmapproject/sqlmap.svg?branch=master)](https://api.travis-ci.org/sqlmapproject/sqlmap) [![Python 2.6|2.7](https://img.shields.io/badge/python-2.6|2.7-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/doc/COPYING) [![Twitter](https://img.shields.io/badge/twitter-@sqlmap-blue.svg)](https://twitter.com/sqlmap) +[![Build Status](https://api.travis-ci.org/sqlmapproject/sqlmap.svg?branch=master)](https://api.travis-ci.org/sqlmapproject/sqlmap) [![Python 2.6|2.7](https://img.shields.io/badge/python-2.6|2.7-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/LICENSE) [![Twitter](https://img.shields.io/badge/twitter-@sqlmap-blue.svg)](https://twitter.com/sqlmap) sqlmap é uma ferramenta de teste de penetração de código aberto que automatiza o processo de detecção e exploração de falhas de injeção SQL. Com essa ferramenta é possível assumir total controle de servidores de banco de dados em páginas web vulneráveis, inclusive de base de dados fora do sistema invadido. Ele possui um motor de detecção poderoso, empregando as últimas e mais devastadoras técnicas de teste de penetração por SQL Injection, que permite acessar a base de dados, o sistema de arquivos subjacente e executar comandos no sistema operacional. diff --git a/doc/translations/README-tr-TR.md b/doc/translations/README-tr-TR.md index f44bd97fb..d1f6238c0 100644 --- a/doc/translations/README-tr-TR.md +++ b/doc/translations/README-tr-TR.md @@ -1,6 +1,6 @@ # sqlmap -[![Build Status](https://api.travis-ci.org/sqlmapproject/sqlmap.svg?branch=master)](https://api.travis-ci.org/sqlmapproject/sqlmap) [![Python 2.6|2.7](https://img.shields.io/badge/python-2.6|2.7-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/doc/COPYING) [![Twitter](https://img.shields.io/badge/twitter-@sqlmap-blue.svg)](https://twitter.com/sqlmap) +[![Build Status](https://api.travis-ci.org/sqlmapproject/sqlmap.svg?branch=master)](https://api.travis-ci.org/sqlmapproject/sqlmap) [![Python 2.6|2.7](https://img.shields.io/badge/python-2.6|2.7-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/LICENSE) [![Twitter](https://img.shields.io/badge/twitter-@sqlmap-blue.svg)](https://twitter.com/sqlmap) sqlmap sql injection açıklarını otomatik olarak tespit ve istismar etmeye yarayan açık kaynak bir penetrasyon aracıdır. sqlmap gelişmiş tespit özelliğinin yanı sıra penetrasyon testleri sırasında gerekli olabilecek bir çok aracı, -uzak veritabınınından, veri indirmek, dosya sistemine erişmek, dosya çalıştırmak gibi - işlevleri de barındırmaktadır. diff --git a/doc/translations/README-zh-CN.md b/doc/translations/README-zh-CN.md index b94454da2..5eee31186 100644 --- a/doc/translations/README-zh-CN.md +++ b/doc/translations/README-zh-CN.md @@ -1,6 +1,6 @@ # sqlmap -[![Build Status](https://api.travis-ci.org/sqlmapproject/sqlmap.svg?branch=master)](https://api.travis-ci.org/sqlmapproject/sqlmap) [![Python 2.6|2.7](https://img.shields.io/badge/python-2.6|2.7-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/doc/COPYING) [![Twitter](https://img.shields.io/badge/twitter-@sqlmap-blue.svg)](https://twitter.com/sqlmap) +[![Build Status](https://api.travis-ci.org/sqlmapproject/sqlmap.svg?branch=master)](https://api.travis-ci.org/sqlmapproject/sqlmap) [![Python 2.6|2.7](https://img.shields.io/badge/python-2.6|2.7-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/LICENSE) [![Twitter](https://img.shields.io/badge/twitter-@sqlmap-blue.svg)](https://twitter.com/sqlmap) sqlmap 是一个开源的渗透测试工具,可以用来自动化的检测,利用SQL注入漏洞,获取数据库服务器的权限。它具有功能强大的检测引擎,针对各种不同类型数据库的渗透测试的功能选项,包括获取数据库中存储的数据,访问操作系统文件甚至可以通过外带数据连接的方式执行操作系统命令。 diff --git a/extra/__init__.py b/extra/__init__.py index 942d54d8f..27975d982 100644 --- a/extra/__init__.py +++ b/extra/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ pass diff --git a/extra/beep/__init__.py b/extra/beep/__init__.py index 942d54d8f..27975d982 100644 --- a/extra/beep/__init__.py +++ b/extra/beep/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ pass diff --git a/extra/beep/beep.py b/extra/beep/beep.py index 2f1d10c80..ea3deb57e 100644 --- a/extra/beep/beep.py +++ b/extra/beep/beep.py @@ -4,7 +4,7 @@ beep.py - Make a beep sound Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os diff --git a/extra/cloak/__init__.py b/extra/cloak/__init__.py index 942d54d8f..27975d982 100644 --- a/extra/cloak/__init__.py +++ b/extra/cloak/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ pass diff --git a/extra/cloak/cloak.py b/extra/cloak/cloak.py index b93583711..bf1e780bb 100644 --- a/extra/cloak/cloak.py +++ b/extra/cloak/cloak.py @@ -4,7 +4,7 @@ cloak.py - Simple file encryption/compression utility Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os diff --git a/extra/dbgtool/__init__.py b/extra/dbgtool/__init__.py index 942d54d8f..27975d982 100644 --- a/extra/dbgtool/__init__.py +++ b/extra/dbgtool/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ pass diff --git a/extra/dbgtool/dbgtool.py b/extra/dbgtool/dbgtool.py index fe5c1cd23..9cdeec8a8 100644 --- a/extra/dbgtool/dbgtool.py +++ b/extra/dbgtool/dbgtool.py @@ -4,7 +4,7 @@ dbgtool.py - Portable executable to ASCII debug script converter Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os diff --git a/extra/mssqlsig/update.py b/extra/mssqlsig/update.py index 368558bf4..24e434787 100644 --- a/extra/mssqlsig/update.py +++ b/extra/mssqlsig/update.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import codecs diff --git a/extra/safe2bin/__init__.py b/extra/safe2bin/__init__.py index 942d54d8f..27975d982 100644 --- a/extra/safe2bin/__init__.py +++ b/extra/safe2bin/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ pass diff --git a/extra/safe2bin/safe2bin.py b/extra/safe2bin/safe2bin.py index fe16fbce9..c98ffb3ee 100644 --- a/extra/safe2bin/safe2bin.py +++ b/extra/safe2bin/safe2bin.py @@ -4,7 +4,7 @@ safe2bin.py - Simple safe(hex) to binary format converter Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import binascii diff --git a/extra/shutils/blanks.sh b/extra/shutils/blanks.sh index dc91d6b1f..4edfb86be 100755 --- a/extra/shutils/blanks.sh +++ b/extra/shutils/blanks.sh @@ -1,7 +1,7 @@ #!/bin/bash # Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/) -# See the file 'doc/COPYING' for copying permission +# See the file 'LICENSE' for copying permission # Removes trailing spaces from blank lines inside project files find . -type f -iname '*.py' -exec sed -i 's/^[ \t]*$//' {} \; diff --git a/extra/shutils/duplicates.py b/extra/shutils/duplicates.py index ac5219a5d..ff2aaf8d4 100755 --- a/extra/shutils/duplicates.py +++ b/extra/shutils/duplicates.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -# See the file 'doc/COPYING' for copying permission +# See the file 'LICENSE' for copying permission # Removes duplicate entries in wordlist like files diff --git a/extra/shutils/pep8.sh b/extra/shutils/pep8.sh index 7abe562b5..5c15f5491 100755 --- a/extra/shutils/pep8.sh +++ b/extra/shutils/pep8.sh @@ -1,7 +1,7 @@ #!/bin/bash # Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/) -# See the file 'doc/COPYING' for copying permission +# See the file 'LICENSE' for copying permission # Runs pep8 on all python files (prerequisite: apt-get install pep8) find . -wholename "./thirdparty" -prune -o -type f -iname "*.py" -exec pep8 '{}' \; diff --git a/extra/shutils/pydiatra.sh b/extra/shutils/pydiatra.sh index e4f901c74..dbb0907ea 100755 --- a/extra/shutils/pydiatra.sh +++ b/extra/shutils/pydiatra.sh @@ -1,7 +1,7 @@ #!/bin/bash # Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/) -# See the file 'doc/COPYING' for copying permission +# See the file 'LICENSE' for copying permission # Runs py2diatra on all python files (prerequisite: pip install pydiatra) find . -wholename "./thirdparty" -prune -o -type f -iname "*.py" -exec py2diatra '{}' \; | grep -v bare-except diff --git a/extra/shutils/pyflakes.sh b/extra/shutils/pyflakes.sh index 815b98e7c..ac3cfd8c5 100755 --- a/extra/shutils/pyflakes.sh +++ b/extra/shutils/pyflakes.sh @@ -1,7 +1,7 @@ #!/bin/bash # Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/) -# See the file 'doc/COPYING' for copying permission +# See the file 'LICENSE' for copying permission # Runs pyflakes on all python files (prerequisite: apt-get install pyflakes) find . -wholename "./thirdparty" -prune -o -type f -iname "*.py" -exec pyflakes '{}' \; diff --git a/extra/shutils/pypi.sh b/extra/shutils/pypi.sh index 0576b58d6..1f8ab3f8e 100755 --- a/extra/shutils/pypi.sh +++ b/extra/shutils/pypi.sh @@ -17,7 +17,7 @@ cat > $TMP_DIR/setup.py << EOF """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from setuptools import setup, find_packages @@ -61,7 +61,7 @@ cat > sqlmap/__init__.py << EOF """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os @@ -161,7 +161,7 @@ Links .. |Python 2.6|2.7| image:: https://img.shields.io/badge/python-2.6|2.7-yellow.svg :target: https://www.python.org/ .. |License| image:: https://img.shields.io/badge/license-GPLv2-red.svg - :target: https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/doc/COPYING + :target: https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/LICENSE .. |Twitter| image:: https://img.shields.io/badge/twitter-@sqlmap-blue.svg :target: https://twitter.com/sqlmap diff --git a/extra/shutils/regressiontest.py b/extra/shutils/regressiontest.py index 39cbd94d3..aa9c4bd41 100755 --- a/extra/shutils/regressiontest.py +++ b/extra/shutils/regressiontest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -# See the file 'doc/COPYING' for copying permission +# See the file 'LICENSE' for copying permission import codecs import inspect diff --git a/extra/sqlharvest/__init__.py b/extra/sqlharvest/__init__.py index 942d54d8f..27975d982 100644 --- a/extra/sqlharvest/__init__.py +++ b/extra/sqlharvest/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ pass diff --git a/extra/sqlharvest/sqlharvest.py b/extra/sqlharvest/sqlharvest.py index 289d385d2..7309c09c5 100644 --- a/extra/sqlharvest/sqlharvest.py +++ b/extra/sqlharvest/sqlharvest.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import cookielib diff --git a/lib/__init__.py b/lib/__init__.py index 942d54d8f..27975d982 100644 --- a/lib/__init__.py +++ b/lib/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ pass diff --git a/lib/controller/__init__.py b/lib/controller/__init__.py index 942d54d8f..27975d982 100644 --- a/lib/controller/__init__.py +++ b/lib/controller/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ pass diff --git a/lib/controller/action.py b/lib/controller/action.py index be58b02b5..4f26e90d3 100644 --- a/lib/controller/action.py +++ b/lib/controller/action.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.controller.handler import setHandler diff --git a/lib/controller/checks.py b/lib/controller/checks.py index e7f15876b..349c37342 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import copy diff --git a/lib/controller/controller.py b/lib/controller/controller.py index 81b09b02f..b9f9ad955 100644 --- a/lib/controller/controller.py +++ b/lib/controller/controller.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os diff --git a/lib/controller/handler.py b/lib/controller/handler.py index f8ea27501..32f522e5f 100644 --- a/lib/controller/handler.py +++ b/lib/controller/handler.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.common import Backend diff --git a/lib/core/__init__.py b/lib/core/__init__.py index 942d54d8f..27975d982 100644 --- a/lib/core/__init__.py +++ b/lib/core/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ pass diff --git a/lib/core/agent.py b/lib/core/agent.py index 2c2bb103c..80524971d 100644 --- a/lib/core/agent.py +++ b/lib/core/agent.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/lib/core/bigarray.py b/lib/core/bigarray.py index d77613fb3..2da2fcd7b 100644 --- a/lib/core/bigarray.py +++ b/lib/core/bigarray.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ try: diff --git a/lib/core/common.py b/lib/core/common.py index 495883c82..eaf513456 100644 --- a/lib/core/common.py +++ b/lib/core/common.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import codecs diff --git a/lib/core/convert.py b/lib/core/convert.py index c40db8ec6..75b5a8254 100644 --- a/lib/core/convert.py +++ b/lib/core/convert.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ try: diff --git a/lib/core/data.py b/lib/core/data.py index c7bd39feb..edb6504d3 100644 --- a/lib/core/data.py +++ b/lib/core/data.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.datatype import AttribDict diff --git a/lib/core/datatype.py b/lib/core/datatype.py index 10251f389..dd78ce562 100644 --- a/lib/core/datatype.py +++ b/lib/core/datatype.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import copy diff --git a/lib/core/decorators.py b/lib/core/decorators.py index 283259d09..3373ef600 100644 --- a/lib/core/decorators.py +++ b/lib/core/decorators.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ def cachedmethod(f, cache={}): diff --git a/lib/core/defaults.py b/lib/core/defaults.py index 036debe9a..5b07a2893 100644 --- a/lib/core/defaults.py +++ b/lib/core/defaults.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.datatype import AttribDict diff --git a/lib/core/dicts.py b/lib/core/dicts.py index 3d8897643..ad942e593 100644 --- a/lib/core/dicts.py +++ b/lib/core/dicts.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.enums import DBMS diff --git a/lib/core/dump.py b/lib/core/dump.py index 108f806b2..7c1325ca2 100644 --- a/lib/core/dump.py +++ b/lib/core/dump.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import cgi diff --git a/lib/core/enums.py b/lib/core/enums.py index 74c4b7ef4..6d5fa1b82 100644 --- a/lib/core/enums.py +++ b/lib/core/enums.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ class PRIORITY: diff --git a/lib/core/exception.py b/lib/core/exception.py index 0cd484b5d..407d226bf 100644 --- a/lib/core/exception.py +++ b/lib/core/exception.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ class SqlmapBaseException(Exception): diff --git a/lib/core/log.py b/lib/core/log.py index 7f42ecbe6..6dcd3ae67 100644 --- a/lib/core/log.py +++ b/lib/core/log.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import logging diff --git a/lib/core/option.py b/lib/core/option.py index 366f8e082..559c6d80e 100644 --- a/lib/core/option.py +++ b/lib/core/option.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import binascii diff --git a/lib/core/optiondict.py b/lib/core/optiondict.py index 15b0933fb..5d5ae04e1 100644 --- a/lib/core/optiondict.py +++ b/lib/core/optiondict.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ optDict = { diff --git a/lib/core/profiling.py b/lib/core/profiling.py index ff1cc3f1d..e1e98f822 100644 --- a/lib/core/profiling.py +++ b/lib/core/profiling.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import codecs diff --git a/lib/core/readlineng.py b/lib/core/readlineng.py index cf95f3926..c4ee03bab 100644 --- a/lib/core/readlineng.py +++ b/lib/core/readlineng.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.data import logger diff --git a/lib/core/replication.py b/lib/core/replication.py index 1bcbeb2a7..c44f6113d 100644 --- a/lib/core/replication.py +++ b/lib/core/replication.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import sqlite3 diff --git a/lib/core/revision.py b/lib/core/revision.py index 0c1682789..255ce7006 100644 --- a/lib/core/revision.py +++ b/lib/core/revision.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os diff --git a/lib/core/session.py b/lib/core/session.py index 574e3415e..21d79529c 100644 --- a/lib/core/session.py +++ b/lib/core/session.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/lib/core/settings.py b/lib/core/settings.py index 78bb3149f..6c46beb51 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os diff --git a/lib/core/shell.py b/lib/core/shell.py index 2d72eeaea..fef581745 100644 --- a/lib/core/shell.py +++ b/lib/core/shell.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import atexit diff --git a/lib/core/subprocessng.py b/lib/core/subprocessng.py index 5f67fc704..87bb793db 100644 --- a/lib/core/subprocessng.py +++ b/lib/core/subprocessng.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import errno diff --git a/lib/core/target.py b/lib/core/target.py index 2a2a167a8..a939fcdd1 100644 --- a/lib/core/target.py +++ b/lib/core/target.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import codecs diff --git a/lib/core/testing.py b/lib/core/testing.py index 23dd751ac..caf8168e3 100644 --- a/lib/core/testing.py +++ b/lib/core/testing.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import codecs diff --git a/lib/core/threads.py b/lib/core/threads.py index 8f89fb1b8..910eb47f8 100644 --- a/lib/core/threads.py +++ b/lib/core/threads.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import difflib diff --git a/lib/core/unescaper.py b/lib/core/unescaper.py index f83ee895c..920117460 100644 --- a/lib/core/unescaper.py +++ b/lib/core/unescaper.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.common import Backend diff --git a/lib/core/update.py b/lib/core/update.py index 279467687..9a789c1dd 100644 --- a/lib/core/update.py +++ b/lib/core/update.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import locale diff --git a/lib/core/wordlist.py b/lib/core/wordlist.py index 508091e08..55345a849 100644 --- a/lib/core/wordlist.py +++ b/lib/core/wordlist.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os diff --git a/lib/parse/__init__.py b/lib/parse/__init__.py index 942d54d8f..27975d982 100644 --- a/lib/parse/__init__.py +++ b/lib/parse/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ pass diff --git a/lib/parse/banner.py b/lib/parse/banner.py index bc617084d..4cd01ece7 100644 --- a/lib/parse/banner.py +++ b/lib/parse/banner.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/lib/parse/cmdline.py b/lib/parse/cmdline.py index d24f59def..d656487e0 100644 --- a/lib/parse/cmdline.py +++ b/lib/parse/cmdline.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os diff --git a/lib/parse/configfile.py b/lib/parse/configfile.py index 7f522a999..735eab629 100644 --- a/lib/parse/configfile.py +++ b/lib/parse/configfile.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.common import checkFile diff --git a/lib/parse/handler.py b/lib/parse/handler.py index 664da4233..790505fd9 100644 --- a/lib/parse/handler.py +++ b/lib/parse/handler.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/lib/parse/headers.py b/lib/parse/headers.py index 71e24adf2..99cc5a914 100644 --- a/lib/parse/headers.py +++ b/lib/parse/headers.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import itertools diff --git a/lib/parse/html.py b/lib/parse/html.py index f0ee8fcd5..226c1283a 100644 --- a/lib/parse/html.py +++ b/lib/parse/html.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/lib/parse/payloads.py b/lib/parse/payloads.py index c17f41997..b2629a9fd 100644 --- a/lib/parse/payloads.py +++ b/lib/parse/payloads.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os diff --git a/lib/parse/sitemap.py b/lib/parse/sitemap.py index efd609d15..1bb73c1c6 100644 --- a/lib/parse/sitemap.py +++ b/lib/parse/sitemap.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import httplib diff --git a/lib/request/__init__.py b/lib/request/__init__.py index 942d54d8f..27975d982 100644 --- a/lib/request/__init__.py +++ b/lib/request/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ pass diff --git a/lib/request/basic.py b/lib/request/basic.py index 7ec83b76f..031623185 100644 --- a/lib/request/basic.py +++ b/lib/request/basic.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import codecs diff --git a/lib/request/basicauthhandler.py b/lib/request/basicauthhandler.py index c6e4a3207..93d32646e 100644 --- a/lib/request/basicauthhandler.py +++ b/lib/request/basicauthhandler.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import urllib2 diff --git a/lib/request/comparison.py b/lib/request/comparison.py index 82915d281..f0c92c3c2 100644 --- a/lib/request/comparison.py +++ b/lib/request/comparison.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/lib/request/connect.py b/lib/request/connect.py index 7de42ffb8..218ae2ebd 100644 --- a/lib/request/connect.py +++ b/lib/request/connect.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import binascii diff --git a/lib/request/direct.py b/lib/request/direct.py index 0490c6207..62d74461b 100644 --- a/lib/request/direct.py +++ b/lib/request/direct.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import time diff --git a/lib/request/dns.py b/lib/request/dns.py index a03ada19c..eda86a9ac 100644 --- a/lib/request/dns.py +++ b/lib/request/dns.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os diff --git a/lib/request/httpshandler.py b/lib/request/httpshandler.py index 5f1eb2cde..80bb79c62 100644 --- a/lib/request/httpshandler.py +++ b/lib/request/httpshandler.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import distutils.version diff --git a/lib/request/inject.py b/lib/request/inject.py index bf2f6cbe6..0c190bca5 100644 --- a/lib/request/inject.py +++ b/lib/request/inject.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/lib/request/methodrequest.py b/lib/request/methodrequest.py index 68e1f22a8..ef37b9893 100644 --- a/lib/request/methodrequest.py +++ b/lib/request/methodrequest.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import urllib2 diff --git a/lib/request/pkihandler.py b/lib/request/pkihandler.py index 50b93b276..bdd50cea7 100644 --- a/lib/request/pkihandler.py +++ b/lib/request/pkihandler.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import httplib diff --git a/lib/request/rangehandler.py b/lib/request/rangehandler.py index 4eb802d37..c477d252a 100644 --- a/lib/request/rangehandler.py +++ b/lib/request/rangehandler.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import urllib diff --git a/lib/request/redirecthandler.py b/lib/request/redirecthandler.py index b0aad8ce1..8b7e5c7b3 100644 --- a/lib/request/redirecthandler.py +++ b/lib/request/redirecthandler.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/lib/request/templates.py b/lib/request/templates.py index 0fb74f966..f442feb52 100644 --- a/lib/request/templates.py +++ b/lib/request/templates.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.data import kb diff --git a/lib/takeover/__init__.py b/lib/takeover/__init__.py index 942d54d8f..27975d982 100644 --- a/lib/takeover/__init__.py +++ b/lib/takeover/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ pass diff --git a/lib/takeover/abstraction.py b/lib/takeover/abstraction.py index 643e3c6b8..c64dd25c3 100644 --- a/lib/takeover/abstraction.py +++ b/lib/takeover/abstraction.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import sys diff --git a/lib/takeover/icmpsh.py b/lib/takeover/icmpsh.py index 3df18cf55..00d6e968e 100644 --- a/lib/takeover/icmpsh.py +++ b/lib/takeover/icmpsh.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os diff --git a/lib/takeover/metasploit.py b/lib/takeover/metasploit.py index fcfe16100..7520c4bbf 100644 --- a/lib/takeover/metasploit.py +++ b/lib/takeover/metasploit.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os diff --git a/lib/takeover/registry.py b/lib/takeover/registry.py index 6a5a2f39d..bffbf1fe3 100644 --- a/lib/takeover/registry.py +++ b/lib/takeover/registry.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os diff --git a/lib/takeover/udf.py b/lib/takeover/udf.py index 7fb5de500..a29039df1 100644 --- a/lib/takeover/udf.py +++ b/lib/takeover/udf.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os diff --git a/lib/takeover/web.py b/lib/takeover/web.py index 77216a9e4..4575b762d 100644 --- a/lib/takeover/web.py +++ b/lib/takeover/web.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os diff --git a/lib/takeover/xp_cmdshell.py b/lib/takeover/xp_cmdshell.py index 8f0e42c06..8d0640aae 100644 --- a/lib/takeover/xp_cmdshell.py +++ b/lib/takeover/xp_cmdshell.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.agent import agent diff --git a/lib/techniques/__init__.py b/lib/techniques/__init__.py index 942d54d8f..27975d982 100644 --- a/lib/techniques/__init__.py +++ b/lib/techniques/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ pass diff --git a/lib/techniques/blind/__init__.py b/lib/techniques/blind/__init__.py index 942d54d8f..27975d982 100644 --- a/lib/techniques/blind/__init__.py +++ b/lib/techniques/blind/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ pass diff --git a/lib/techniques/blind/inference.py b/lib/techniques/blind/inference.py index 9ace78b80..1b49b9cc7 100644 --- a/lib/techniques/blind/inference.py +++ b/lib/techniques/blind/inference.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/lib/techniques/dns/__init__.py b/lib/techniques/dns/__init__.py index 942d54d8f..27975d982 100644 --- a/lib/techniques/dns/__init__.py +++ b/lib/techniques/dns/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ pass diff --git a/lib/techniques/dns/test.py b/lib/techniques/dns/test.py index 7fc652fdd..811426cef 100644 --- a/lib/techniques/dns/test.py +++ b/lib/techniques/dns/test.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.common import Backend diff --git a/lib/techniques/dns/use.py b/lib/techniques/dns/use.py index 66a489946..8dfd9565e 100644 --- a/lib/techniques/dns/use.py +++ b/lib/techniques/dns/use.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/lib/techniques/error/__init__.py b/lib/techniques/error/__init__.py index 942d54d8f..27975d982 100644 --- a/lib/techniques/error/__init__.py +++ b/lib/techniques/error/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ pass diff --git a/lib/techniques/error/use.py b/lib/techniques/error/use.py index fc928eadb..6b556abfd 100644 --- a/lib/techniques/error/use.py +++ b/lib/techniques/error/use.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/lib/techniques/union/__init__.py b/lib/techniques/union/__init__.py index 942d54d8f..27975d982 100644 --- a/lib/techniques/union/__init__.py +++ b/lib/techniques/union/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ pass diff --git a/lib/techniques/union/test.py b/lib/techniques/union/test.py index ac0472155..172831ba3 100644 --- a/lib/techniques/union/test.py +++ b/lib/techniques/union/test.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import logging diff --git a/lib/techniques/union/use.py b/lib/techniques/union/use.py index 11a32a96f..ff9989a0e 100644 --- a/lib/techniques/union/use.py +++ b/lib/techniques/union/use.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import binascii diff --git a/lib/utils/__init__.py b/lib/utils/__init__.py index 942d54d8f..27975d982 100644 --- a/lib/utils/__init__.py +++ b/lib/utils/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ pass diff --git a/lib/utils/api.py b/lib/utils/api.py index 404aeff55..5003ffae0 100644 --- a/lib/utils/api.py +++ b/lib/utils/api.py @@ -3,7 +3,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import contextlib diff --git a/lib/utils/brute.py b/lib/utils/brute.py index 2c41f4211..e34111ff1 100644 --- a/lib/utils/brute.py +++ b/lib/utils/brute.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import time diff --git a/lib/utils/crawler.py b/lib/utils/crawler.py index 747aaf1e6..f7e7a50e0 100644 --- a/lib/utils/crawler.py +++ b/lib/utils/crawler.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import httplib diff --git a/lib/utils/deps.py b/lib/utils/deps.py index 391dd0f63..63f7b5f37 100644 --- a/lib/utils/deps.py +++ b/lib/utils/deps.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.data import logger diff --git a/lib/utils/getch.py b/lib/utils/getch.py index cbb67616e..3baf9bea3 100644 --- a/lib/utils/getch.py +++ b/lib/utils/getch.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ class _Getch(object): diff --git a/lib/utils/har.py b/lib/utils/har.py index 7eb0a8bcb..f7bccce73 100644 --- a/lib/utils/har.py +++ b/lib/utils/har.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import base64 diff --git a/lib/utils/hash.py b/lib/utils/hash.py index 039adb68e..dc1d2dbb1 100644 --- a/lib/utils/hash.py +++ b/lib/utils/hash.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ try: diff --git a/lib/utils/hashdb.py b/lib/utils/hashdb.py index f86d779d9..56606398d 100644 --- a/lib/utils/hashdb.py +++ b/lib/utils/hashdb.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import hashlib diff --git a/lib/utils/htmlentities.py b/lib/utils/htmlentities.py index bc9d73c31..c97498410 100644 --- a/lib/utils/htmlentities.py +++ b/lib/utils/htmlentities.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ # Reference: http://www.w3.org/TR/1999/REC-html401-19991224/sgml/entities.html diff --git a/lib/utils/pivotdumptable.py b/lib/utils/pivotdumptable.py index 99bf4b4a6..bd711aa0f 100644 --- a/lib/utils/pivotdumptable.py +++ b/lib/utils/pivotdumptable.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/lib/utils/progress.py b/lib/utils/progress.py index eb45d2388..3fc4f6a8c 100644 --- a/lib/utils/progress.py +++ b/lib/utils/progress.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.common import getUnicode diff --git a/lib/utils/purge.py b/lib/utils/purge.py index 437e047ba..fb26f1a27 100644 --- a/lib/utils/purge.py +++ b/lib/utils/purge.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os diff --git a/lib/utils/search.py b/lib/utils/search.py index 1ac1c32f6..9ef1e52d0 100644 --- a/lib/utils/search.py +++ b/lib/utils/search.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import httplib diff --git a/lib/utils/sqlalchemy.py b/lib/utils/sqlalchemy.py index 8af36f036..6443ebec8 100644 --- a/lib/utils/sqlalchemy.py +++ b/lib/utils/sqlalchemy.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import imp diff --git a/lib/utils/timeout.py b/lib/utils/timeout.py index 33b010605..95fe05482 100644 --- a/lib/utils/timeout.py +++ b/lib/utils/timeout.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import threading diff --git a/lib/utils/versioncheck.py b/lib/utils/versioncheck.py index f47825729..c78024f90 100644 --- a/lib/utils/versioncheck.py +++ b/lib/utils/versioncheck.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import sys diff --git a/lib/utils/xrange.py b/lib/utils/xrange.py index d525d05ba..89de5f12a 100644 --- a/lib/utils/xrange.py +++ b/lib/utils/xrange.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ class xrange(object): diff --git a/plugins/__init__.py b/plugins/__init__.py index 942d54d8f..27975d982 100644 --- a/plugins/__init__.py +++ b/plugins/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ pass diff --git a/plugins/dbms/__init__.py b/plugins/dbms/__init__.py index 942d54d8f..27975d982 100644 --- a/plugins/dbms/__init__.py +++ b/plugins/dbms/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ pass diff --git a/plugins/dbms/access/__init__.py b/plugins/dbms/access/__init__.py index 53f8a7536..a33dde4e4 100644 --- a/plugins/dbms/access/__init__.py +++ b/plugins/dbms/access/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.enums import DBMS diff --git a/plugins/dbms/access/connector.py b/plugins/dbms/access/connector.py index 925f8e095..bc9b41a4b 100644 --- a/plugins/dbms/access/connector.py +++ b/plugins/dbms/access/connector.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ try: diff --git a/plugins/dbms/access/enumeration.py b/plugins/dbms/access/enumeration.py index dcf357a74..863d3d553 100644 --- a/plugins/dbms/access/enumeration.py +++ b/plugins/dbms/access/enumeration.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.data import logger diff --git a/plugins/dbms/access/filesystem.py b/plugins/dbms/access/filesystem.py index 6d587b4a5..c733c6a57 100644 --- a/plugins/dbms/access/filesystem.py +++ b/plugins/dbms/access/filesystem.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.exception import SqlmapUnsupportedFeatureException diff --git a/plugins/dbms/access/fingerprint.py b/plugins/dbms/access/fingerprint.py index a97ee4067..27ebb5eef 100644 --- a/plugins/dbms/access/fingerprint.py +++ b/plugins/dbms/access/fingerprint.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/plugins/dbms/access/syntax.py b/plugins/dbms/access/syntax.py index 6ee9ef791..988751931 100644 --- a/plugins/dbms/access/syntax.py +++ b/plugins/dbms/access/syntax.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from plugins.generic.syntax import Syntax as GenericSyntax diff --git a/plugins/dbms/access/takeover.py b/plugins/dbms/access/takeover.py index 7d0729606..9af47ec26 100644 --- a/plugins/dbms/access/takeover.py +++ b/plugins/dbms/access/takeover.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.exception import SqlmapUnsupportedFeatureException diff --git a/plugins/dbms/db2/__init__.py b/plugins/dbms/db2/__init__.py index 723abbb37..e7b699ad9 100644 --- a/plugins/dbms/db2/__init__.py +++ b/plugins/dbms/db2/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.enums import DBMS diff --git a/plugins/dbms/db2/connector.py b/plugins/dbms/db2/connector.py index 2a80b171f..09d11c480 100644 --- a/plugins/dbms/db2/connector.py +++ b/plugins/dbms/db2/connector.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ try: diff --git a/plugins/dbms/db2/enumeration.py b/plugins/dbms/db2/enumeration.py index 1e9777b13..8cf3376e6 100644 --- a/plugins/dbms/db2/enumeration.py +++ b/plugins/dbms/db2/enumeration.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ diff --git a/plugins/dbms/db2/filesystem.py b/plugins/dbms/db2/filesystem.py index b02afc7d3..694d2f74a 100644 --- a/plugins/dbms/db2/filesystem.py +++ b/plugins/dbms/db2/filesystem.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from plugins.generic.filesystem import Filesystem as GenericFilesystem diff --git a/plugins/dbms/db2/fingerprint.py b/plugins/dbms/db2/fingerprint.py index f8deb9a29..6c7f449d3 100644 --- a/plugins/dbms/db2/fingerprint.py +++ b/plugins/dbms/db2/fingerprint.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ diff --git a/plugins/dbms/db2/syntax.py b/plugins/dbms/db2/syntax.py index 00e8dc956..901b7ac26 100644 --- a/plugins/dbms/db2/syntax.py +++ b/plugins/dbms/db2/syntax.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from plugins.generic.syntax import Syntax as GenericSyntax diff --git a/plugins/dbms/db2/takeover.py b/plugins/dbms/db2/takeover.py index d1964a673..c9a1c2769 100644 --- a/plugins/dbms/db2/takeover.py +++ b/plugins/dbms/db2/takeover.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from plugins.generic.takeover import Takeover as GenericTakeover diff --git a/plugins/dbms/firebird/__init__.py b/plugins/dbms/firebird/__init__.py index 26d77ad67..bcab9a8ca 100644 --- a/plugins/dbms/firebird/__init__.py +++ b/plugins/dbms/firebird/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.enums import DBMS diff --git a/plugins/dbms/firebird/connector.py b/plugins/dbms/firebird/connector.py index 07428baf2..622ba818b 100644 --- a/plugins/dbms/firebird/connector.py +++ b/plugins/dbms/firebird/connector.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ try: diff --git a/plugins/dbms/firebird/enumeration.py b/plugins/dbms/firebird/enumeration.py index 51cdc3352..49c0ff7b8 100644 --- a/plugins/dbms/firebird/enumeration.py +++ b/plugins/dbms/firebird/enumeration.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.data import logger diff --git a/plugins/dbms/firebird/filesystem.py b/plugins/dbms/firebird/filesystem.py index fe7a6358f..61d985fab 100644 --- a/plugins/dbms/firebird/filesystem.py +++ b/plugins/dbms/firebird/filesystem.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.exception import SqlmapUnsupportedFeatureException diff --git a/plugins/dbms/firebird/fingerprint.py b/plugins/dbms/firebird/fingerprint.py index 7b7b6c557..4e2d44e4a 100644 --- a/plugins/dbms/firebird/fingerprint.py +++ b/plugins/dbms/firebird/fingerprint.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/plugins/dbms/firebird/syntax.py b/plugins/dbms/firebird/syntax.py index 0b52b3804..f59193f62 100644 --- a/plugins/dbms/firebird/syntax.py +++ b/plugins/dbms/firebird/syntax.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.common import isDBMSVersionAtLeast diff --git a/plugins/dbms/firebird/takeover.py b/plugins/dbms/firebird/takeover.py index f450d2a07..e231524b1 100644 --- a/plugins/dbms/firebird/takeover.py +++ b/plugins/dbms/firebird/takeover.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.exception import SqlmapUnsupportedFeatureException diff --git a/plugins/dbms/hsqldb/__init__.py b/plugins/dbms/hsqldb/__init__.py index cf7ae38d8..ce9a09d94 100644 --- a/plugins/dbms/hsqldb/__init__.py +++ b/plugins/dbms/hsqldb/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.enums import DBMS diff --git a/plugins/dbms/hsqldb/connector.py b/plugins/dbms/hsqldb/connector.py index 06e6165d5..82286793f 100644 --- a/plugins/dbms/hsqldb/connector.py +++ b/plugins/dbms/hsqldb/connector.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ try: diff --git a/plugins/dbms/hsqldb/enumeration.py b/plugins/dbms/hsqldb/enumeration.py index 0dda3e52f..37486ccd6 100644 --- a/plugins/dbms/hsqldb/enumeration.py +++ b/plugins/dbms/hsqldb/enumeration.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from plugins.generic.enumeration import Enumeration as GenericEnumeration diff --git a/plugins/dbms/hsqldb/filesystem.py b/plugins/dbms/hsqldb/filesystem.py index 1f5ba523b..65dddbd9c 100644 --- a/plugins/dbms/hsqldb/filesystem.py +++ b/plugins/dbms/hsqldb/filesystem.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.exception import SqlmapUnsupportedFeatureException diff --git a/plugins/dbms/hsqldb/fingerprint.py b/plugins/dbms/hsqldb/fingerprint.py index 693b80dfb..07a487cda 100644 --- a/plugins/dbms/hsqldb/fingerprint.py +++ b/plugins/dbms/hsqldb/fingerprint.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/plugins/dbms/hsqldb/syntax.py b/plugins/dbms/hsqldb/syntax.py index b998fdd5c..bbafa8275 100644 --- a/plugins/dbms/hsqldb/syntax.py +++ b/plugins/dbms/hsqldb/syntax.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from plugins.generic.syntax import Syntax as GenericSyntax diff --git a/plugins/dbms/hsqldb/takeover.py b/plugins/dbms/hsqldb/takeover.py index 453cfcf89..ab556524a 100644 --- a/plugins/dbms/hsqldb/takeover.py +++ b/plugins/dbms/hsqldb/takeover.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.exception import SqlmapUnsupportedFeatureException diff --git a/plugins/dbms/informix/__init__.py b/plugins/dbms/informix/__init__.py index 5d7972e46..169af6f35 100644 --- a/plugins/dbms/informix/__init__.py +++ b/plugins/dbms/informix/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.enums import DBMS diff --git a/plugins/dbms/informix/connector.py b/plugins/dbms/informix/connector.py index b1b528441..b92f02301 100644 --- a/plugins/dbms/informix/connector.py +++ b/plugins/dbms/informix/connector.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ try: diff --git a/plugins/dbms/informix/enumeration.py b/plugins/dbms/informix/enumeration.py index 4426f105e..fa2bd5376 100644 --- a/plugins/dbms/informix/enumeration.py +++ b/plugins/dbms/informix/enumeration.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.data import logger diff --git a/plugins/dbms/informix/filesystem.py b/plugins/dbms/informix/filesystem.py index b02afc7d3..694d2f74a 100644 --- a/plugins/dbms/informix/filesystem.py +++ b/plugins/dbms/informix/filesystem.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from plugins.generic.filesystem import Filesystem as GenericFilesystem diff --git a/plugins/dbms/informix/fingerprint.py b/plugins/dbms/informix/fingerprint.py index 062af85ba..0ab34c22a 100644 --- a/plugins/dbms/informix/fingerprint.py +++ b/plugins/dbms/informix/fingerprint.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.common import Backend diff --git a/plugins/dbms/informix/syntax.py b/plugins/dbms/informix/syntax.py index 5b5705b90..01e44103d 100644 --- a/plugins/dbms/informix/syntax.py +++ b/plugins/dbms/informix/syntax.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/plugins/dbms/informix/takeover.py b/plugins/dbms/informix/takeover.py index d1964a673..c9a1c2769 100644 --- a/plugins/dbms/informix/takeover.py +++ b/plugins/dbms/informix/takeover.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from plugins.generic.takeover import Takeover as GenericTakeover diff --git a/plugins/dbms/maxdb/__init__.py b/plugins/dbms/maxdb/__init__.py index 8427a1458..55adffd4e 100644 --- a/plugins/dbms/maxdb/__init__.py +++ b/plugins/dbms/maxdb/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.enums import DBMS diff --git a/plugins/dbms/maxdb/connector.py b/plugins/dbms/maxdb/connector.py index 125abae64..a447c9662 100644 --- a/plugins/dbms/maxdb/connector.py +++ b/plugins/dbms/maxdb/connector.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.exception import SqlmapUnsupportedFeatureException diff --git a/plugins/dbms/maxdb/enumeration.py b/plugins/dbms/maxdb/enumeration.py index eccad838b..ae84b1ea3 100644 --- a/plugins/dbms/maxdb/enumeration.py +++ b/plugins/dbms/maxdb/enumeration.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.common import randomStr diff --git a/plugins/dbms/maxdb/filesystem.py b/plugins/dbms/maxdb/filesystem.py index fa74456da..c5125c60c 100644 --- a/plugins/dbms/maxdb/filesystem.py +++ b/plugins/dbms/maxdb/filesystem.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.exception import SqlmapUnsupportedFeatureException diff --git a/plugins/dbms/maxdb/fingerprint.py b/plugins/dbms/maxdb/fingerprint.py index 6976be515..7e1299ca1 100644 --- a/plugins/dbms/maxdb/fingerprint.py +++ b/plugins/dbms/maxdb/fingerprint.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.agent import agent diff --git a/plugins/dbms/maxdb/syntax.py b/plugins/dbms/maxdb/syntax.py index 11eddc97a..f785dd621 100644 --- a/plugins/dbms/maxdb/syntax.py +++ b/plugins/dbms/maxdb/syntax.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from plugins.generic.syntax import Syntax as GenericSyntax diff --git a/plugins/dbms/maxdb/takeover.py b/plugins/dbms/maxdb/takeover.py index cd38c715a..8b0914828 100644 --- a/plugins/dbms/maxdb/takeover.py +++ b/plugins/dbms/maxdb/takeover.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.exception import SqlmapUnsupportedFeatureException diff --git a/plugins/dbms/mssqlserver/__init__.py b/plugins/dbms/mssqlserver/__init__.py index 607d989dd..961780b8e 100644 --- a/plugins/dbms/mssqlserver/__init__.py +++ b/plugins/dbms/mssqlserver/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.enums import DBMS diff --git a/plugins/dbms/mssqlserver/connector.py b/plugins/dbms/mssqlserver/connector.py index 33f842352..0d1eda671 100644 --- a/plugins/dbms/mssqlserver/connector.py +++ b/plugins/dbms/mssqlserver/connector.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ try: diff --git a/plugins/dbms/mssqlserver/enumeration.py b/plugins/dbms/mssqlserver/enumeration.py index 64d54f70e..4465ae959 100644 --- a/plugins/dbms/mssqlserver/enumeration.py +++ b/plugins/dbms/mssqlserver/enumeration.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.agent import agent diff --git a/plugins/dbms/mssqlserver/filesystem.py b/plugins/dbms/mssqlserver/filesystem.py index 79024c72d..1a7c2b880 100644 --- a/plugins/dbms/mssqlserver/filesystem.py +++ b/plugins/dbms/mssqlserver/filesystem.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import ntpath diff --git a/plugins/dbms/mssqlserver/fingerprint.py b/plugins/dbms/mssqlserver/fingerprint.py index a44025b9d..17a9e6e6e 100644 --- a/plugins/dbms/mssqlserver/fingerprint.py +++ b/plugins/dbms/mssqlserver/fingerprint.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.common import Backend diff --git a/plugins/dbms/mssqlserver/syntax.py b/plugins/dbms/mssqlserver/syntax.py index 2d220dd37..99423aed3 100644 --- a/plugins/dbms/mssqlserver/syntax.py +++ b/plugins/dbms/mssqlserver/syntax.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from plugins.generic.syntax import Syntax as GenericSyntax diff --git a/plugins/dbms/mssqlserver/takeover.py b/plugins/dbms/mssqlserver/takeover.py index 1216c9a6e..945e4bac8 100644 --- a/plugins/dbms/mssqlserver/takeover.py +++ b/plugins/dbms/mssqlserver/takeover.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import binascii diff --git a/plugins/dbms/mysql/__init__.py b/plugins/dbms/mysql/__init__.py index 305971ddf..296375e12 100644 --- a/plugins/dbms/mysql/__init__.py +++ b/plugins/dbms/mysql/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.enums import DBMS diff --git a/plugins/dbms/mysql/connector.py b/plugins/dbms/mysql/connector.py index eff4d2c1b..d1c1fb3d2 100644 --- a/plugins/dbms/mysql/connector.py +++ b/plugins/dbms/mysql/connector.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ try: diff --git a/plugins/dbms/mysql/enumeration.py b/plugins/dbms/mysql/enumeration.py index 75e884c40..827daeaa3 100644 --- a/plugins/dbms/mysql/enumeration.py +++ b/plugins/dbms/mysql/enumeration.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from plugins.generic.enumeration import Enumeration as GenericEnumeration diff --git a/plugins/dbms/mysql/filesystem.py b/plugins/dbms/mysql/filesystem.py index 6887e02ec..a1db857ab 100644 --- a/plugins/dbms/mysql/filesystem.py +++ b/plugins/dbms/mysql/filesystem.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.common import isNumPosStrValue diff --git a/plugins/dbms/mysql/fingerprint.py b/plugins/dbms/mysql/fingerprint.py index b094a4fc8..906790e28 100644 --- a/plugins/dbms/mysql/fingerprint.py +++ b/plugins/dbms/mysql/fingerprint.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/plugins/dbms/mysql/syntax.py b/plugins/dbms/mysql/syntax.py index fb0df1a42..c15f40c67 100644 --- a/plugins/dbms/mysql/syntax.py +++ b/plugins/dbms/mysql/syntax.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import binascii diff --git a/plugins/dbms/mysql/takeover.py b/plugins/dbms/mysql/takeover.py index 07ed27e94..b460b498d 100644 --- a/plugins/dbms/mysql/takeover.py +++ b/plugins/dbms/mysql/takeover.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os diff --git a/plugins/dbms/oracle/__init__.py b/plugins/dbms/oracle/__init__.py index 94dde3987..5c06ecb22 100644 --- a/plugins/dbms/oracle/__init__.py +++ b/plugins/dbms/oracle/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.enums import DBMS diff --git a/plugins/dbms/oracle/connector.py b/plugins/dbms/oracle/connector.py index 38ca2b9e9..897135a33 100644 --- a/plugins/dbms/oracle/connector.py +++ b/plugins/dbms/oracle/connector.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ try: diff --git a/plugins/dbms/oracle/enumeration.py b/plugins/dbms/oracle/enumeration.py index 8c619cecc..956863b49 100644 --- a/plugins/dbms/oracle/enumeration.py +++ b/plugins/dbms/oracle/enumeration.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.common import getLimitRange diff --git a/plugins/dbms/oracle/filesystem.py b/plugins/dbms/oracle/filesystem.py index a4678d9aa..3de400d81 100644 --- a/plugins/dbms/oracle/filesystem.py +++ b/plugins/dbms/oracle/filesystem.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.exception import SqlmapUnsupportedFeatureException diff --git a/plugins/dbms/oracle/fingerprint.py b/plugins/dbms/oracle/fingerprint.py index fbcc7aae7..b4dfd2bc6 100644 --- a/plugins/dbms/oracle/fingerprint.py +++ b/plugins/dbms/oracle/fingerprint.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/plugins/dbms/oracle/syntax.py b/plugins/dbms/oracle/syntax.py index 2a2419f91..ec30efe05 100644 --- a/plugins/dbms/oracle/syntax.py +++ b/plugins/dbms/oracle/syntax.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from plugins.generic.syntax import Syntax as GenericSyntax diff --git a/plugins/dbms/oracle/takeover.py b/plugins/dbms/oracle/takeover.py index 7258cb9f9..58be69347 100644 --- a/plugins/dbms/oracle/takeover.py +++ b/plugins/dbms/oracle/takeover.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.exception import SqlmapUnsupportedFeatureException diff --git a/plugins/dbms/postgresql/__init__.py b/plugins/dbms/postgresql/__init__.py index 4386624b9..ca8c4c1b1 100644 --- a/plugins/dbms/postgresql/__init__.py +++ b/plugins/dbms/postgresql/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.enums import DBMS diff --git a/plugins/dbms/postgresql/connector.py b/plugins/dbms/postgresql/connector.py index 9593a9c62..35e0a01bc 100644 --- a/plugins/dbms/postgresql/connector.py +++ b/plugins/dbms/postgresql/connector.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ try: diff --git a/plugins/dbms/postgresql/enumeration.py b/plugins/dbms/postgresql/enumeration.py index 220e80238..3829da465 100644 --- a/plugins/dbms/postgresql/enumeration.py +++ b/plugins/dbms/postgresql/enumeration.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.data import logger diff --git a/plugins/dbms/postgresql/filesystem.py b/plugins/dbms/postgresql/filesystem.py index a8a559cad..57ea2e6d2 100644 --- a/plugins/dbms/postgresql/filesystem.py +++ b/plugins/dbms/postgresql/filesystem.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os diff --git a/plugins/dbms/postgresql/fingerprint.py b/plugins/dbms/postgresql/fingerprint.py index c40ffbc0c..7f0f1d324 100644 --- a/plugins/dbms/postgresql/fingerprint.py +++ b/plugins/dbms/postgresql/fingerprint.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.common import Backend diff --git a/plugins/dbms/postgresql/syntax.py b/plugins/dbms/postgresql/syntax.py index 07d972fd8..a933e0ba8 100644 --- a/plugins/dbms/postgresql/syntax.py +++ b/plugins/dbms/postgresql/syntax.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from plugins.generic.syntax import Syntax as GenericSyntax diff --git a/plugins/dbms/postgresql/takeover.py b/plugins/dbms/postgresql/takeover.py index 5090f4f9d..e81fd137b 100644 --- a/plugins/dbms/postgresql/takeover.py +++ b/plugins/dbms/postgresql/takeover.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os diff --git a/plugins/dbms/sqlite/__init__.py b/plugins/dbms/sqlite/__init__.py index 61cd955ce..1a8622123 100644 --- a/plugins/dbms/sqlite/__init__.py +++ b/plugins/dbms/sqlite/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.enums import DBMS diff --git a/plugins/dbms/sqlite/connector.py b/plugins/dbms/sqlite/connector.py index ca4321a00..0068b7e42 100644 --- a/plugins/dbms/sqlite/connector.py +++ b/plugins/dbms/sqlite/connector.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ try: diff --git a/plugins/dbms/sqlite/enumeration.py b/plugins/dbms/sqlite/enumeration.py index a9d8295e9..e51edb2b8 100644 --- a/plugins/dbms/sqlite/enumeration.py +++ b/plugins/dbms/sqlite/enumeration.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.data import logger diff --git a/plugins/dbms/sqlite/filesystem.py b/plugins/dbms/sqlite/filesystem.py index 55352b5be..2c42d3ac5 100644 --- a/plugins/dbms/sqlite/filesystem.py +++ b/plugins/dbms/sqlite/filesystem.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.exception import SqlmapUnsupportedFeatureException diff --git a/plugins/dbms/sqlite/fingerprint.py b/plugins/dbms/sqlite/fingerprint.py index 35b8eeb76..2555fa277 100644 --- a/plugins/dbms/sqlite/fingerprint.py +++ b/plugins/dbms/sqlite/fingerprint.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.common import Backend diff --git a/plugins/dbms/sqlite/syntax.py b/plugins/dbms/sqlite/syntax.py index 8728c7b62..d4da7399c 100644 --- a/plugins/dbms/sqlite/syntax.py +++ b/plugins/dbms/sqlite/syntax.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import binascii diff --git a/plugins/dbms/sqlite/takeover.py b/plugins/dbms/sqlite/takeover.py index 30ab0c4d0..2e7243bcb 100644 --- a/plugins/dbms/sqlite/takeover.py +++ b/plugins/dbms/sqlite/takeover.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.exception import SqlmapUnsupportedFeatureException diff --git a/plugins/dbms/sybase/__init__.py b/plugins/dbms/sybase/__init__.py index a315df108..cbeca2493 100644 --- a/plugins/dbms/sybase/__init__.py +++ b/plugins/dbms/sybase/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.enums import DBMS diff --git a/plugins/dbms/sybase/connector.py b/plugins/dbms/sybase/connector.py index 33f842352..0d1eda671 100644 --- a/plugins/dbms/sybase/connector.py +++ b/plugins/dbms/sybase/connector.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ try: diff --git a/plugins/dbms/sybase/enumeration.py b/plugins/dbms/sybase/enumeration.py index 98c025932..f6f537105 100644 --- a/plugins/dbms/sybase/enumeration.py +++ b/plugins/dbms/sybase/enumeration.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.common import filterPairValues diff --git a/plugins/dbms/sybase/filesystem.py b/plugins/dbms/sybase/filesystem.py index 1cd407e00..298039f68 100644 --- a/plugins/dbms/sybase/filesystem.py +++ b/plugins/dbms/sybase/filesystem.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.exception import SqlmapUnsupportedFeatureException diff --git a/plugins/dbms/sybase/fingerprint.py b/plugins/dbms/sybase/fingerprint.py index 919f64ce6..db53ceb4a 100644 --- a/plugins/dbms/sybase/fingerprint.py +++ b/plugins/dbms/sybase/fingerprint.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.common import Backend diff --git a/plugins/dbms/sybase/syntax.py b/plugins/dbms/sybase/syntax.py index 3e1d10ac2..c40fc1b1b 100644 --- a/plugins/dbms/sybase/syntax.py +++ b/plugins/dbms/sybase/syntax.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from plugins.generic.syntax import Syntax as GenericSyntax diff --git a/plugins/dbms/sybase/takeover.py b/plugins/dbms/sybase/takeover.py index 90c4d7270..9d3601c22 100644 --- a/plugins/dbms/sybase/takeover.py +++ b/plugins/dbms/sybase/takeover.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.exception import SqlmapUnsupportedFeatureException diff --git a/plugins/generic/__init__.py b/plugins/generic/__init__.py index 942d54d8f..27975d982 100644 --- a/plugins/generic/__init__.py +++ b/plugins/generic/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ pass diff --git a/plugins/generic/connector.py b/plugins/generic/connector.py index 79f242f01..05fe564cb 100644 --- a/plugins/generic/connector.py +++ b/plugins/generic/connector.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os diff --git a/plugins/generic/custom.py b/plugins/generic/custom.py index 944b5c63c..92581220a 100644 --- a/plugins/generic/custom.py +++ b/plugins/generic/custom.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/plugins/generic/databases.py b/plugins/generic/databases.py index 341d16317..17ec15d4d 100644 --- a/plugins/generic/databases.py +++ b/plugins/generic/databases.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.agent import agent diff --git a/plugins/generic/entries.py b/plugins/generic/entries.py index 5e1ad3321..a4e877e4a 100644 --- a/plugins/generic/entries.py +++ b/plugins/generic/entries.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/plugins/generic/enumeration.py b/plugins/generic/enumeration.py index d1dd5509f..5db664bd4 100644 --- a/plugins/generic/enumeration.py +++ b/plugins/generic/enumeration.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.common import Backend diff --git a/plugins/generic/filesystem.py b/plugins/generic/filesystem.py index 189e4395b..78277c5b8 100644 --- a/plugins/generic/filesystem.py +++ b/plugins/generic/filesystem.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os diff --git a/plugins/generic/fingerprint.py b/plugins/generic/fingerprint.py index 3147b503a..0e596a34e 100644 --- a/plugins/generic/fingerprint.py +++ b/plugins/generic/fingerprint.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.common import Backend diff --git a/plugins/generic/misc.py b/plugins/generic/misc.py index 42a666579..e20a5cc1f 100644 --- a/plugins/generic/misc.py +++ b/plugins/generic/misc.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import ntpath diff --git a/plugins/generic/search.py b/plugins/generic/search.py index 69f57d3b1..624efab3b 100644 --- a/plugins/generic/search.py +++ b/plugins/generic/search.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.agent import agent diff --git a/plugins/generic/syntax.py b/plugins/generic/syntax.py index cb24360b6..7db9abb53 100644 --- a/plugins/generic/syntax.py +++ b/plugins/generic/syntax.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/plugins/generic/takeover.py b/plugins/generic/takeover.py index 6d3106862..e2024da22 100644 --- a/plugins/generic/takeover.py +++ b/plugins/generic/takeover.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os diff --git a/plugins/generic/users.py b/plugins/generic/users.py index 4b258787a..b4b95cf77 100644 --- a/plugins/generic/users.py +++ b/plugins/generic/users.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/sqlmap.py b/sqlmap.py index b5ec47b87..a85fd24f1 100755 --- a/sqlmap.py +++ b/sqlmap.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import sys diff --git a/sqlmapapi.py b/sqlmapapi.py index 8eecb211f..a5da3d99b 100755 --- a/sqlmapapi.py +++ b/sqlmapapi.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import sys diff --git a/tamper/__init__.py b/tamper/__init__.py index 942d54d8f..27975d982 100644 --- a/tamper/__init__.py +++ b/tamper/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ pass diff --git a/tamper/apostrophemask.py b/tamper/apostrophemask.py index 7504f0c48..741fffbe3 100644 --- a/tamper/apostrophemask.py +++ b/tamper/apostrophemask.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.enums import PRIORITY diff --git a/tamper/apostrophenullencode.py b/tamper/apostrophenullencode.py index cd2a4d115..46954d683 100644 --- a/tamper/apostrophenullencode.py +++ b/tamper/apostrophenullencode.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.enums import PRIORITY diff --git a/tamper/appendnullbyte.py b/tamper/appendnullbyte.py index b727af909..bb0ecda77 100644 --- a/tamper/appendnullbyte.py +++ b/tamper/appendnullbyte.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.enums import PRIORITY diff --git a/tamper/base64encode.py b/tamper/base64encode.py index c6b460b91..e19a61257 100644 --- a/tamper/base64encode.py +++ b/tamper/base64encode.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import base64 diff --git a/tamper/between.py b/tamper/between.py index 26358fa86..65f19e612 100644 --- a/tamper/between.py +++ b/tamper/between.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/tamper/bluecoat.py b/tamper/bluecoat.py index 7e971b1f5..951debc6c 100644 --- a/tamper/bluecoat.py +++ b/tamper/bluecoat.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/tamper/chardoubleencode.py b/tamper/chardoubleencode.py index 93623eeba..f472aa65c 100644 --- a/tamper/chardoubleencode.py +++ b/tamper/chardoubleencode.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import string diff --git a/tamper/charencode.py b/tamper/charencode.py index ee2339e72..e4ff0c5c8 100644 --- a/tamper/charencode.py +++ b/tamper/charencode.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import string diff --git a/tamper/charunicodeencode.py b/tamper/charunicodeencode.py index d578439e5..7527eb9ee 100644 --- a/tamper/charunicodeencode.py +++ b/tamper/charunicodeencode.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os diff --git a/tamper/charunicodeescape.py b/tamper/charunicodeescape.py index f1588f919..b4a950fce 100644 --- a/tamper/charunicodeescape.py +++ b/tamper/charunicodeescape.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import string diff --git a/tamper/commalesslimit.py b/tamper/commalesslimit.py index a88fefedb..8bf7d83d1 100644 --- a/tamper/commalesslimit.py +++ b/tamper/commalesslimit.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/tamper/commalessmid.py b/tamper/commalessmid.py index caebbc190..ed64b563d 100644 --- a/tamper/commalessmid.py +++ b/tamper/commalessmid.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os diff --git a/tamper/commentbeforeparentheses.py b/tamper/commentbeforeparentheses.py index 59185002a..518916150 100644 --- a/tamper/commentbeforeparentheses.py +++ b/tamper/commentbeforeparentheses.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/tamper/concat2concatws.py b/tamper/concat2concatws.py index 92404a060..ecb25d31b 100644 --- a/tamper/concat2concatws.py +++ b/tamper/concat2concatws.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.enums import PRIORITY diff --git a/tamper/equaltolike.py b/tamper/equaltolike.py index 1aa5a47a3..ec389949f 100644 --- a/tamper/equaltolike.py +++ b/tamper/equaltolike.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os diff --git a/tamper/escapequotes.py b/tamper/escapequotes.py index 6b5dd5134..cbfc405dc 100644 --- a/tamper/escapequotes.py +++ b/tamper/escapequotes.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.enums import PRIORITY diff --git a/tamper/greatest.py b/tamper/greatest.py index 2a54326f6..af378b4d1 100644 --- a/tamper/greatest.py +++ b/tamper/greatest.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/tamper/halfversionedmorekeywords.py b/tamper/halfversionedmorekeywords.py index ef9c4ff61..a40a37671 100644 --- a/tamper/halfversionedmorekeywords.py +++ b/tamper/halfversionedmorekeywords.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os diff --git a/tamper/htmlencode.py b/tamper/htmlencode.py index d30d11884..b9252a778 100644 --- a/tamper/htmlencode.py +++ b/tamper/htmlencode.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/tamper/ifnull2ifisnull.py b/tamper/ifnull2ifisnull.py index 5772492b1..8e5bdef5f 100644 --- a/tamper/ifnull2ifisnull.py +++ b/tamper/ifnull2ifisnull.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.enums import PRIORITY diff --git a/tamper/informationschemacomment.py b/tamper/informationschemacomment.py index 31cb5872b..1febf4621 100644 --- a/tamper/informationschemacomment.py +++ b/tamper/informationschemacomment.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/tamper/least.py b/tamper/least.py index 862599f14..7f353ead6 100644 --- a/tamper/least.py +++ b/tamper/least.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/tamper/lowercase.py b/tamper/lowercase.py index f13830488..349e430b0 100644 --- a/tamper/lowercase.py +++ b/tamper/lowercase.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/tamper/modsecurityversioned.py b/tamper/modsecurityversioned.py index 54945b440..a5e38f6a3 100644 --- a/tamper/modsecurityversioned.py +++ b/tamper/modsecurityversioned.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.common import randomInt diff --git a/tamper/modsecurityzeroversioned.py b/tamper/modsecurityzeroversioned.py index 1f476218c..aa4d7f65b 100644 --- a/tamper/modsecurityzeroversioned.py +++ b/tamper/modsecurityzeroversioned.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.enums import PRIORITY diff --git a/tamper/multiplespaces.py b/tamper/multiplespaces.py index 36fb7155c..7d422609c 100644 --- a/tamper/multiplespaces.py +++ b/tamper/multiplespaces.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import random diff --git a/tamper/nonrecursivereplacement.py b/tamper/nonrecursivereplacement.py index 864bf3962..f6bc7561e 100644 --- a/tamper/nonrecursivereplacement.py +++ b/tamper/nonrecursivereplacement.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import random diff --git a/tamper/overlongutf8.py b/tamper/overlongutf8.py index 5335148fe..0814454ce 100644 --- a/tamper/overlongutf8.py +++ b/tamper/overlongutf8.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import string diff --git a/tamper/percentage.py b/tamper/percentage.py index 167e58b83..bf8443157 100644 --- a/tamper/percentage.py +++ b/tamper/percentage.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os diff --git a/tamper/plus2concat.py b/tamper/plus2concat.py index 77f6c104c..450977022 100644 --- a/tamper/plus2concat.py +++ b/tamper/plus2concat.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/tamper/plus2fnconcat.py b/tamper/plus2fnconcat.py index a7b4fe9a8..8f7128ada 100644 --- a/tamper/plus2fnconcat.py +++ b/tamper/plus2fnconcat.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/tamper/randomcase.py b/tamper/randomcase.py index 62b858b1c..9ed1feb66 100644 --- a/tamper/randomcase.py +++ b/tamper/randomcase.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/tamper/randomcomments.py b/tamper/randomcomments.py index e2e6d95c9..8674cc366 100644 --- a/tamper/randomcomments.py +++ b/tamper/randomcomments.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/tamper/securesphere.py b/tamper/securesphere.py index 364143839..2a041b18b 100644 --- a/tamper/securesphere.py +++ b/tamper/securesphere.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.enums import PRIORITY diff --git a/tamper/sp_password.py b/tamper/sp_password.py index ef6c92d15..32dcbac13 100644 --- a/tamper/sp_password.py +++ b/tamper/sp_password.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.enums import PRIORITY diff --git a/tamper/space2comment.py b/tamper/space2comment.py index 120c060d3..d2378c531 100644 --- a/tamper/space2comment.py +++ b/tamper/space2comment.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.enums import PRIORITY diff --git a/tamper/space2dash.py b/tamper/space2dash.py index 1a8b2a964..c13942e97 100644 --- a/tamper/space2dash.py +++ b/tamper/space2dash.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import random diff --git a/tamper/space2hash.py b/tamper/space2hash.py index ae7f8e491..e7cf24905 100644 --- a/tamper/space2hash.py +++ b/tamper/space2hash.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os diff --git a/tamper/space2morecomment.py b/tamper/space2morecomment.py index 6b4829c60..c32710d92 100644 --- a/tamper/space2morecomment.py +++ b/tamper/space2morecomment.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.enums import PRIORITY diff --git a/tamper/space2morehash.py b/tamper/space2morehash.py index ccd20404b..47352b00b 100644 --- a/tamper/space2morehash.py +++ b/tamper/space2morehash.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os diff --git a/tamper/space2mssqlblank.py b/tamper/space2mssqlblank.py index 0502af24a..6ed5b10f5 100644 --- a/tamper/space2mssqlblank.py +++ b/tamper/space2mssqlblank.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os diff --git a/tamper/space2mssqlhash.py b/tamper/space2mssqlhash.py index 030ebb13e..ec3645373 100644 --- a/tamper/space2mssqlhash.py +++ b/tamper/space2mssqlhash.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.enums import PRIORITY diff --git a/tamper/space2mysqlblank.py b/tamper/space2mysqlblank.py index e7f96b0fb..3dbd4e0a6 100644 --- a/tamper/space2mysqlblank.py +++ b/tamper/space2mysqlblank.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os diff --git a/tamper/space2mysqldash.py b/tamper/space2mysqldash.py index 84e5681a9..ea09c76c4 100644 --- a/tamper/space2mysqldash.py +++ b/tamper/space2mysqldash.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os diff --git a/tamper/space2plus.py b/tamper/space2plus.py index 2ffafc728..f897092aa 100644 --- a/tamper/space2plus.py +++ b/tamper/space2plus.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.enums import PRIORITY diff --git a/tamper/space2randomblank.py b/tamper/space2randomblank.py index 4469dde7c..fe7abf43d 100644 --- a/tamper/space2randomblank.py +++ b/tamper/space2randomblank.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import random diff --git a/tamper/symboliclogical.py b/tamper/symboliclogical.py index fe4abc42c..a2c7726eb 100644 --- a/tamper/symboliclogical.py +++ b/tamper/symboliclogical.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/tamper/unionalltounion.py b/tamper/unionalltounion.py index ff981490e..74c455fb5 100644 --- a/tamper/unionalltounion.py +++ b/tamper/unionalltounion.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.enums import PRIORITY diff --git a/tamper/unmagicquotes.py b/tamper/unmagicquotes.py index c57732edd..0eb098f6c 100644 --- a/tamper/unmagicquotes.py +++ b/tamper/unmagicquotes.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/tamper/uppercase.py b/tamper/uppercase.py index 5b6dcdaeb..f8d6ece03 100644 --- a/tamper/uppercase.py +++ b/tamper/uppercase.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/tamper/varnish.py b/tamper/varnish.py index 0dd3cadd2..7fcf0e60b 100644 --- a/tamper/varnish.py +++ b/tamper/varnish.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.enums import PRIORITY diff --git a/tamper/versionedkeywords.py b/tamper/versionedkeywords.py index 9f4ed8637..0beead4d8 100644 --- a/tamper/versionedkeywords.py +++ b/tamper/versionedkeywords.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os diff --git a/tamper/versionedmorekeywords.py b/tamper/versionedmorekeywords.py index 01081f173..ebcf1e896 100644 --- a/tamper/versionedmorekeywords.py +++ b/tamper/versionedmorekeywords.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import os diff --git a/tamper/xforwardedfor.py b/tamper/xforwardedfor.py index b6bf02491..ddc2c0682 100644 --- a/tamper/xforwardedfor.py +++ b/tamper/xforwardedfor.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.enums import PRIORITY diff --git a/txt/common-columns.txt b/txt/common-columns.txt index 0dec7d5e4..0450f7613 100644 --- a/txt/common-columns.txt +++ b/txt/common-columns.txt @@ -1,5 +1,5 @@ # Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -# See the file 'doc/COPYING' for copying permission +# See the file 'LICENSE' for copying permission id name diff --git a/txt/common-outputs.txt b/txt/common-outputs.txt index 29c63facf..10d74708a 100644 --- a/txt/common-outputs.txt +++ b/txt/common-outputs.txt @@ -1,5 +1,5 @@ # Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -# See the file 'doc/COPYING' for copying permission +# See the file 'LICENSE' for copying permission [Banners] diff --git a/txt/common-tables.txt b/txt/common-tables.txt index 3eef8cf21..0a01c0311 100644 --- a/txt/common-tables.txt +++ b/txt/common-tables.txt @@ -1,5 +1,5 @@ # Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -# See the file 'doc/COPYING' for copying permission +# See the file 'LICENSE' for copying permission users customer diff --git a/txt/keywords.txt b/txt/keywords.txt index 491213d65..fc723005e 100644 --- a/txt/keywords.txt +++ b/txt/keywords.txt @@ -1,5 +1,5 @@ # Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -# See the file 'doc/COPYING' for copying permission +# See the file 'LICENSE' for copying permission # SQL-92 keywords (reference: http://developer.mimer.com/validator/sql-reserved-words.tml) diff --git a/txt/user-agents.txt b/txt/user-agents.txt index cb32978fc..79c612391 100644 --- a/txt/user-agents.txt +++ b/txt/user-agents.txt @@ -1,5 +1,5 @@ # Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -# See the file 'doc/COPYING' for copying permission +# See the file 'LICENSE' for copying permission # Opera diff --git a/waf/360.py b/waf/360.py index 4b064a91d..0d8097bfe 100644 --- a/waf/360.py +++ b/waf/360.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/__init__.py b/waf/__init__.py index 942d54d8f..27975d982 100644 --- a/waf/__init__.py +++ b/waf/__init__.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ pass diff --git a/waf/airlock.py b/waf/airlock.py index 2d81dd75e..04b47c0e0 100644 --- a/waf/airlock.py +++ b/waf/airlock.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/anquanbao.py b/waf/anquanbao.py index 4abb88077..9dcbd316e 100644 --- a/waf/anquanbao.py +++ b/waf/anquanbao.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/armor.py b/waf/armor.py index 564b3a37c..d77dbfac7 100644 --- a/waf/armor.py +++ b/waf/armor.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.settings import WAF_ATTACK_VECTORS diff --git a/waf/aws.py b/waf/aws.py index 00d89f4d2..2c48b9bb3 100644 --- a/waf/aws.py +++ b/waf/aws.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/baidu.py b/waf/baidu.py index 2f2aa00a5..0db0e712f 100644 --- a/waf/baidu.py +++ b/waf/baidu.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/barracuda.py b/waf/barracuda.py index 56da1c803..ac70086c4 100644 --- a/waf/barracuda.py +++ b/waf/barracuda.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/bigip.py b/waf/bigip.py index e76513298..16b0085c1 100644 --- a/waf/bigip.py +++ b/waf/bigip.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/binarysec.py b/waf/binarysec.py index 82ae62af4..b028bb497 100644 --- a/waf/binarysec.py +++ b/waf/binarysec.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/blockdos.py b/waf/blockdos.py index 09009323a..d17abbb9b 100644 --- a/waf/blockdos.py +++ b/waf/blockdos.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/ciscoacexml.py b/waf/ciscoacexml.py index 62ae05a57..785a93303 100644 --- a/waf/ciscoacexml.py +++ b/waf/ciscoacexml.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/cloudflare.py b/waf/cloudflare.py index 217a5c650..28286c87a 100644 --- a/waf/cloudflare.py +++ b/waf/cloudflare.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/cloudfront.py b/waf/cloudfront.py index 1ecf63d2d..8f5ecdef1 100644 --- a/waf/cloudfront.py +++ b/waf/cloudfront.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/comodo.py b/waf/comodo.py index 662ba0938..4ef8f743d 100644 --- a/waf/comodo.py +++ b/waf/comodo.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/datapower.py b/waf/datapower.py index 4706dd39d..ac66fd473 100644 --- a/waf/datapower.py +++ b/waf/datapower.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/denyall.py b/waf/denyall.py index f1350533e..3f000fa8c 100644 --- a/waf/denyall.py +++ b/waf/denyall.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/dotdefender.py b/waf/dotdefender.py index 7fee566b9..31cea28d8 100644 --- a/waf/dotdefender.py +++ b/waf/dotdefender.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.settings import WAF_ATTACK_VECTORS diff --git a/waf/edgecast.py b/waf/edgecast.py index ba57329c5..9989bfcef 100644 --- a/waf/edgecast.py +++ b/waf/edgecast.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/expressionengine.py b/waf/expressionengine.py index a69c0eb03..38742fe6e 100644 --- a/waf/expressionengine.py +++ b/waf/expressionengine.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.settings import WAF_ATTACK_VECTORS diff --git a/waf/fortiweb.py b/waf/fortiweb.py index 1a28a6fbd..13f2ff88e 100644 --- a/waf/fortiweb.py +++ b/waf/fortiweb.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/generic.py b/waf/generic.py index 4cc93d8a3..8b57e9056 100644 --- a/waf/generic.py +++ b/waf/generic.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.option import kb diff --git a/waf/hyperguard.py b/waf/hyperguard.py index b695119d6..6d2a1378e 100644 --- a/waf/hyperguard.py +++ b/waf/hyperguard.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/incapsula.py b/waf/incapsula.py index e4ed96107..40dd00d60 100644 --- a/waf/incapsula.py +++ b/waf/incapsula.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/isaserver.py b/waf/isaserver.py index 559d4c6d2..e6c2170a6 100644 --- a/waf/isaserver.py +++ b/waf/isaserver.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.common import randomInt diff --git a/waf/jiasule.py b/waf/jiasule.py index 9d5c39719..71b43b512 100644 --- a/waf/jiasule.py +++ b/waf/jiasule.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/knownsec.py b/waf/knownsec.py index 69f0eee37..b64195279 100644 --- a/waf/knownsec.py +++ b/waf/knownsec.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/kona.py b/waf/kona.py index 9db6a8ad6..51f8be441 100644 --- a/waf/kona.py +++ b/waf/kona.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/modsecurity.py b/waf/modsecurity.py index a5583d030..cc80a3445 100644 --- a/waf/modsecurity.py +++ b/waf/modsecurity.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/naxsi.py b/waf/naxsi.py index 7fb808741..80ecde649 100644 --- a/waf/naxsi.py +++ b/waf/naxsi.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/netcontinuum.py b/waf/netcontinuum.py index 5123f0523..3a219291a 100644 --- a/waf/netcontinuum.py +++ b/waf/netcontinuum.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/netscaler.py b/waf/netscaler.py index 1a00f58b1..90471219d 100644 --- a/waf/netscaler.py +++ b/waf/netscaler.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/newdefend.py b/waf/newdefend.py index 3c23a08f4..d5c2eec76 100644 --- a/waf/newdefend.py +++ b/waf/newdefend.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/nsfocus.py b/waf/nsfocus.py index 788e85375..92c44e799 100644 --- a/waf/nsfocus.py +++ b/waf/nsfocus.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/paloalto.py b/waf/paloalto.py index a7aaff0e7..9ce1164b6 100644 --- a/waf/paloalto.py +++ b/waf/paloalto.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/profense.py b/waf/profense.py index 0a8164370..32f1b7322 100644 --- a/waf/profense.py +++ b/waf/profense.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/proventia.py b/waf/proventia.py index 866df07dd..f0f65678b 100644 --- a/waf/proventia.py +++ b/waf/proventia.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ __product__ = "Proventia Web Application Security (IBM)" diff --git a/waf/radware.py b/waf/radware.py index 666eaf9a3..77fbc6a5b 100644 --- a/waf/radware.py +++ b/waf/radware.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/requestvalidationmode.py b/waf/requestvalidationmode.py index 960a315d0..4e2333857 100644 --- a/waf/requestvalidationmode.py +++ b/waf/requestvalidationmode.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.settings import WAF_ATTACK_VECTORS diff --git a/waf/safe3.py b/waf/safe3.py index 8e2afcdf8..c4fc78599 100644 --- a/waf/safe3.py +++ b/waf/safe3.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/safedog.py b/waf/safedog.py index 61634eca0..f94d37f89 100644 --- a/waf/safedog.py +++ b/waf/safedog.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/secureiis.py b/waf/secureiis.py index f3c531b6b..8efcf5e0c 100644 --- a/waf/secureiis.py +++ b/waf/secureiis.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/senginx.py b/waf/senginx.py index c30f6935d..e1f82213d 100644 --- a/waf/senginx.py +++ b/waf/senginx.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.settings import WAF_ATTACK_VECTORS diff --git a/waf/sitelock.py b/waf/sitelock.py index b847ddcb4..8dbd0fd37 100644 --- a/waf/sitelock.py +++ b/waf/sitelock.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.settings import WAF_ATTACK_VECTORS diff --git a/waf/sonicwall.py b/waf/sonicwall.py index 5ada6297e..e669e3160 100644 --- a/waf/sonicwall.py +++ b/waf/sonicwall.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/sophos.py b/waf/sophos.py index ac3dd8dcf..61ee2985c 100644 --- a/waf/sophos.py +++ b/waf/sophos.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.settings import WAF_ATTACK_VECTORS diff --git a/waf/stingray.py b/waf/stingray.py index 9f1cf2c88..bdf86bc1e 100644 --- a/waf/stingray.py +++ b/waf/stingray.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/sucuri.py b/waf/sucuri.py index c0feb46fd..4b0b50f2c 100644 --- a/waf/sucuri.py +++ b/waf/sucuri.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/tencent.py b/waf/tencent.py index 1efcad0f0..7381c4329 100644 --- a/waf/tencent.py +++ b/waf/tencent.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ from lib.core.settings import WAF_ATTACK_VECTORS diff --git a/waf/teros.py b/waf/teros.py index e84ab5f8d..d6d3b50b6 100644 --- a/waf/teros.py +++ b/waf/teros.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/trafficshield.py b/waf/trafficshield.py index dc7c07543..024f79631 100644 --- a/waf/trafficshield.py +++ b/waf/trafficshield.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/urlscan.py b/waf/urlscan.py index 898474b01..85a902425 100644 --- a/waf/urlscan.py +++ b/waf/urlscan.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/uspses.py b/waf/uspses.py index 79f2df490..e7b064c29 100644 --- a/waf/uspses.py +++ b/waf/uspses.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/varnish.py b/waf/varnish.py index 68e2c90c2..65c6b3b23 100644 --- a/waf/varnish.py +++ b/waf/varnish.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/wallarm.py b/waf/wallarm.py index 2ca65b156..6d1248a6c 100644 --- a/waf/wallarm.py +++ b/waf/wallarm.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/webappsecure.py b/waf/webappsecure.py index 413da8bd4..c42a3588f 100644 --- a/waf/webappsecure.py +++ b/waf/webappsecure.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ __product__ = "webApp.secure (webScurity)" diff --git a/waf/webknight.py b/waf/webknight.py index 110ff74ea..6c2445755 100644 --- a/waf/webknight.py +++ b/waf/webknight.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/yundun.py b/waf/yundun.py index 06b24301c..51d331273 100644 --- a/waf/yundun.py +++ b/waf/yundun.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re diff --git a/waf/yunsuo.py b/waf/yunsuo.py index 8e16fa953..cc90e5379 100644 --- a/waf/yunsuo.py +++ b/waf/yunsuo.py @@ -2,7 +2,7 @@ """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) -See the file 'doc/COPYING' for copying permission +See the file 'LICENSE' for copying permission """ import re