diff --git a/.github/workflows/build-debian.yml b/.github/workflows/build-debian.yml index f20cce7..e9a8667 100644 --- a/.github/workflows/build-debian.yml +++ b/.github/workflows/build-debian.yml @@ -16,7 +16,7 @@ jobs: - name: Install build dependencies run: | sudo apt-get update - sudo apt-get install -y build-essential debhelper dh-python python3-all + sudo apt-get install -y build-essential debhelper dh-python python3-all, python3-poetry - name: Prepare orig.tar.gz run: | diff --git a/.gitignore b/.gitignore index 19750b2..f99b190 100644 --- a/.gitignore +++ b/.gitignore @@ -120,6 +120,7 @@ debian/*.debhelper debian/*/*.debhelper debian/*.log debian/*.list +debian/okadminfinder/ # Compiled Python modules *.pybuild/ diff --git a/README.md b/README.md index 722a60d..c8ce86a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## OKadminFinder: Easy way to find [Admin panel - Directories - Subdomains] of website -*OKadminFinder is an Apache2 Licensed utility, rewritten in **Python 3.x**, for admins/pentesters who want to find admin panel of a website. There are many other tools but not as effective and secure. Yeah, Okadminfinder has the the ability to use tor and hide your identity* +*OKadminFinder is an Apache2 Licensed utility, rewritten in **Python 3.x**, for admins/pentesters who want to find [Admin panel - Directories - Subdomains] of a website. There are many other tools but not as effective and secure. Yeah, Okadminfinder has the the ability to use tor and hide your identity* * ## Requirements ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/Django.svg) @@ -50,8 +50,9 @@ * #### Git Clone ```bash # Download and Usage - ❯ git clone https://github.com/mIcHyAmRaNe/okadminfinder3.git - ❯ cd okadminfinder3 + ❯ git clone https://github.com/mIcHyAmRaNe/okadminfinder.git + ❯ cd okadminfinder + ❯ pip3 install -r requirements.txt ❯ chmod +x okadminfinder.py ❯ ./okadminfinder.py -h ``` @@ -66,6 +67,46 @@ - [x] Random-Agents - [x] HTTP/HTTPS Proxies - [x] Socks4/5 & Tor +- [x] Debug mode + +## Developer section + + * #### PyPi + ```bash + # Install Poetry + curl -sSL https://install.python-poetry.org | python3 - + # Clone the repo + git clone https://github.com/mIcHyAmRaNe/okadminfinder.git + # Build the project + poetry build + # Publish the package + poetry publish + ``` + + * #### Debian + ```bash + # Install buid requirements + sudo apt install debhelper dh-python python3-setuptools python3-all + # Clone the repo + git clone https://github.com/mIcHyAmRaNe/okadminfinder.git + # Create the source tarball + tar czf okadminfinder_{version}.orig.tar.gz okadminfinder + # Get inside the project folder + cd okadminfinder + # Build the deb package + dpkg-buildpackage -rfakeroot -uc -us + + # Notes: + # Steps from Python to Debian. + # Install Stdeb + pip install stdeb + # Debianize Python package creating debian folder + python3 setup.py --command-packages=stdeb.command debianize + # we edit rules, control files, we create changelog, man pages... + # Build deb package + dpkg-buildpackage -rfakeroot -uc -us + # before building a new version, make sure to + ``` ## Youtube videos - [okadminfinder : PyPi version](https://youtu.be/5C9aOinwKAs/) diff --git a/debian/changelog b/debian/changelog index 6b65dc0..e347255 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +okadminfinder (1.1.1-1) stable; urgency=low + + * Debug mode. + * build the deb package using pyproject.toml instead of setup.py + + -- mIcHy AmRaNe <6m63er17c@mozmail.com> Thu, 11 Jul 2024 17:29:05 +0200 + okadminfinder (1.1.0-1) stable; urgency=low * source package automatically created by stdeb 0.10.0 diff --git a/debian/control b/debian/control index 9dc75dd..14a7125 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: okadminfinder Maintainer: mIcHy AmRaNe <6m63er17c@mozmail.com> Section: utils Priority: optional -Build-Depends: debhelper (>= 10), dh-python, python3-setuptools, python3-all -Standards-Version: 4.1.1 +Build-Depends: debhelper (>= 13), dh-python, python3-setuptools, python3-all +Standards-Version: 4.6.0.1 X-Python3-Version: >= 3.7 Homepage: https://michyamrane.github.io/tools/okadminfinder/ diff --git a/debian/okadminfinder/DEBIAN/control b/debian/okadminfinder/DEBIAN/control index a27176b..369e637 100644 --- a/debian/okadminfinder/DEBIAN/control +++ b/debian/okadminfinder/DEBIAN/control @@ -1,8 +1,8 @@ Package: okadminfinder -Version: 1.1.0-1 +Version: 1.1.1-1 Architecture: all Maintainer: mIcHy AmRaNe <6m63er17c@mozmail.com> -Installed-Size: 188 +Installed-Size: 112 Depends: python3 (>= 3.2), python3-colorama, python3-httpx, python3-tqdm, python3-trio, python3:any (>= 3.7~), python3-socksio, tor Section: utils Priority: optional diff --git a/debian/okadminfinder/DEBIAN/md5sums b/debian/okadminfinder/DEBIAN/md5sums index b853a4b..5a0ec96 100644 --- a/debian/okadminfinder/DEBIAN/md5sums +++ b/debian/okadminfinder/DEBIAN/md5sums @@ -1,21 +1,18 @@ -a9390a1a69d8566051e049685c558312 usr/bin/okadminfinder -1975ef5740d2ee7b4cf2ce7581396db9 usr/lib/python3/dist-packages/okadminfinder-1.1.0.egg-info/PKG-INFO -68b329da9893e34099c7d8ad5cb9c940 usr/lib/python3/dist-packages/okadminfinder-1.1.0.egg-info/dependency_links.txt -7846eb8a930849cafc89433ab617e594 usr/lib/python3/dist-packages/okadminfinder-1.1.0.egg-info/entry_points.txt -39a0ed2ae4d1f226111504cbb0dd41aa usr/lib/python3/dist-packages/okadminfinder-1.1.0.egg-info/requires.txt -ae628eb78f2658b8102085e5a9290749 usr/lib/python3/dist-packages/okadminfinder-1.1.0.egg-info/top_level.txt +db61f7eb41140cbf3916e383b4562a28 usr/bin/okadminfinder +365c9bfeb7d89244f2ce01c1de44cb85 usr/lib/python3/dist-packages/okadminfinder-1.1.1.dist-info/INSTALLER +e68ec21af774723df47ab92b76685649 usr/lib/python3/dist-packages/okadminfinder-1.1.1.dist-info/METADATA +a13d9b3b44ff57bf45a5d3d23438e734 usr/lib/python3/dist-packages/okadminfinder-1.1.1.dist-info/RECORD +d41d8cd98f00b204e9800998ecf8427e usr/lib/python3/dist-packages/okadminfinder-1.1.1.dist-info/REQUESTED +d518ef9394654cb7fddcb7f50fb10cea usr/lib/python3/dist-packages/okadminfinder-1.1.1.dist-info/WHEEL +cd762fd5afe02586c514c79eb20a17a9 usr/lib/python3/dist-packages/okadminfinder-1.1.1.dist-info/direct_url.json +84e901d729b350d862475d827d529946 usr/lib/python3/dist-packages/okadminfinder-1.1.1.dist-info/entry_points.txt d41d8cd98f00b204e9800998ecf8427e usr/lib/python3/dist-packages/okadminfinder/LinkFile/__init__.py 91e793c1acdc326c1c00317cdd6ae9bb usr/lib/python3/dist-packages/okadminfinder/LinkFile/adminpanellinks.txt cf6ef7d33c16de82be944885259757fc usr/lib/python3/dist-packages/okadminfinder/LinkFile/subdomains-top1million-5000.txt 8dd0405bdf385368919d182f8ff98648 usr/lib/python3/dist-packages/okadminfinder/LinkFile/user-agent.txt -4bb1cad0a7c9247c061537d6df5269a5 usr/lib/python3/dist-packages/okadminfinder/__init__.py -587e5df3ca99fb66097634be092f1db2 usr/lib/python3/dist-packages/okadminfinder/_classes.py -6bcd9d922543fd68aebbc0c25148c720 usr/lib/python3/dist-packages/okadminfinder/okadminfinder.py -f281c084b2cc9c546e5f86023d6272d8 usr/share/doc/okadminfinder/changelog.Debian.gz +4a5b13947173ddc00aff1db8c5481909 usr/lib/python3/dist-packages/okadminfinder/__init__.py +499cbbfba8a49577bee308dc9c7ecacc usr/lib/python3/dist-packages/okadminfinder/_classes.py +e8a8c42ccf52185eafc66a28f27c9fdd usr/lib/python3/dist-packages/okadminfinder/okadminfinder.py +09e72577062cbf3390807aca3ec284f4 usr/share/doc/okadminfinder/changelog.Debian.gz a40a4311b3dcf95d2c448ce3132d46c8 usr/share/doc/okadminfinder/copyright -6c621e31b388991fa3abaf28d2d549d5 usr/share/man/man1/okadminfinder.1.gz -ae2d927cd44bb4b4bddeb07d3fee0311 usr/share/okadminfinder/LICENSE -91e793c1acdc326c1c00317cdd6ae9bb usr/share/okadminfinder/LinkFile/adminpanellinks.txt -cf6ef7d33c16de82be944885259757fc usr/share/okadminfinder/LinkFile/subdomains-top1million-5000.txt -8dd0405bdf385368919d182f8ff98648 usr/share/okadminfinder/LinkFile/user-agent.txt -7c01d30e1b6e102dcb8cd2e38734c824 usr/share/okadminfinder/README.md +2b02ddec02f4c17a13cae8df6d4854bc usr/share/man/man1/okadminfinder.1.gz diff --git a/debian/okadminfinder/usr/bin/okadminfinder b/debian/okadminfinder/usr/bin/okadminfinder index c108ed3..6f4085e 100755 --- a/debian/okadminfinder/usr/bin/okadminfinder +++ b/debian/okadminfinder/usr/bin/okadminfinder @@ -1,33 +1,8 @@ #! /usr/bin/python3 -# EASY-INSTALL-ENTRY-SCRIPT: 'okadminfinder==1.1.0','console_scripts','okadminfinder' +# -*- coding: utf-8 -*- import re import sys - -# for compatibility with easy_install; see #2198 -__requires__ = 'okadminfinder==1.1.0' - -try: - from importlib.metadata import distribution -except ImportError: - try: - from importlib_metadata import distribution - except ImportError: - from pkg_resources import load_entry_point - - -def importlib_load_entry_point(spec, group, name): - dist_name, _, _ = spec.partition('==') - matches = ( - entry_point - for entry_point in distribution(dist_name).entry_points - if entry_point.group == group and entry_point.name == name - ) - return next(matches).load() - - -globals().setdefault('load_entry_point', importlib_load_entry_point) - - +from okadminfinder.okadminfinder import main if __name__ == '__main__': - sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0]) - sys.exit(load_entry_point('okadminfinder==1.1.0', 'console_scripts', 'okadminfinder')()) + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/debian/okadminfinder/usr/share/doc/okadminfinder/changelog.Debian.gz b/debian/okadminfinder/usr/share/doc/okadminfinder/changelog.Debian.gz index 7d64643..06d75e7 100644 Binary files a/debian/okadminfinder/usr/share/doc/okadminfinder/changelog.Debian.gz and b/debian/okadminfinder/usr/share/doc/okadminfinder/changelog.Debian.gz differ diff --git a/debian/okadminfinder/usr/share/man/man1/okadminfinder.1.gz b/debian/okadminfinder/usr/share/man/man1/okadminfinder.1.gz index 98535a0..455159c 100644 Binary files a/debian/okadminfinder/usr/share/man/man1/okadminfinder.1.gz and b/debian/okadminfinder/usr/share/man/man1/okadminfinder.1.gz differ diff --git a/debian/okadminfinder/usr/share/okadminfinder/LICENSE b/debian/okadminfinder/usr/share/okadminfinder/LICENSE deleted file mode 100644 index 2834e96..0000000 --- a/debian/okadminfinder/usr/share/okadminfinder/LICENSE +++ /dev/null @@ -1,201 +0,0 @@ - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2017-2024 mIcHy AmRaNe - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/debian/okadminfinder/usr/share/okadminfinder/LinkFile/adminpanellinks.txt b/debian/okadminfinder/usr/share/okadminfinder/LinkFile/adminpanellinks.txt deleted file mode 100644 index e7501a2..0000000 --- a/debian/okadminfinder/usr/share/okadminfinder/LinkFile/adminpanellinks.txt +++ /dev/null @@ -1,1039 +0,0 @@ -admin.{} -login.{} -login1.{} -panel.{} -admin1.{} -admin2.{} -admin3.{} -admin4.{} -moderator.{} -webadmin.{} -user.{} -{}/admin -{}/admin.asp -{}/admin/admin.asp -{}/admin.aspx -{}/admin/admin.aspx -{}/admin.php -{}/administrator -{}/login.php -{}/user -{}/usuarios -{}/usuario -{}/cpanel -{}/phpmyadmin -{}/dashboard -{}/cms -{}/users -{}/wp-login.php -{}/admin/login -{}/auth/login -{}/moderator -{}/webadmin -{}/webmaster -{}/adminarea -{}/bb-admin -{}/wp-admin -{}/wp-login -{}/wp-admin.php -{}/userlogin -{}/logins -{}/login.html -{}/adminLogin -{}/admin_area -{}/panel-administracion -{}/instadmin -{}/memberadmin -{}/administratorlogin -{}/panel -{}/forum/admin -{}/adm -{}/cp -{}/vue-element-admin -{}/vue-admin-template -{}/admin/cp.php -{}/cp.php -{}/admincontrol -{}/admincp -{}/admin/account.php -{}/admin/index.php -{}/admin/login.php -{}/admin/admin.php -{}/admin_area/admin.php -{}/admin_area/login.php -{}/siteadmin/login.php -{}/siteadmin/index.php -{}/siteadmin/login.html -{}/admin/account.html -{}/admin/index.html -{}/admin/login.html -{}/admin/admin.html -{}/admin_area/index.php -{}/dashboard.html -{}/dashboard.php -{}/bb-admin/index.php -{}/bb-admin/login.php -{}/bb-admin/admin.php -{}/admin/home.php -{}/admin_area/login.html -{}/admin_area/index.html -{}/admin/controlpanel.php -{}/admincp/index.asp -{}/admincp/login.asp -{}/admincp/index.html -{}/adminpanel.html -{}/webadmin.html -{}/webadmin/index.html -{}/webadmin/admin.html -{}/webadmin/login.html -{}/admin/admin_login.html -{}/admin_login.html -{}/panel-administracion/login.html -{}/administrator/index.php -{}/administrator/login.php -{}/nsw/admin/login.php -{}/webadmin/login.php -{}/admin/admin_login.php -{}/admin_login.php -{}/administrator/account.php -{}/administrator.php -{}/admin_area/admin.html -{}/pages/admin -{}/pages/admin/admin-login.php -{}/admin/admin-login.php -{}/admin-login.php -{}/members -{}/bb-admin/index.html -{}/bb-admin/login.html -{}/acceso.php -{}/bb-admin/admin.html -{}/admin/home.html -{}/modelsearch/login.php -{}/moderator.php -{}/moderator/login.php -{}/moderator/admin.php -{}/account.php -{}/pages/admin/admin-login.html -{}/admin/admin-login.html -{}/admin-login.html -{}/controlpanel.php -{}/admincontrol.php -{}/admin/adminLogin.html -{}/adminLogin.html -{}/home.html -{}/rcjakar/admin/login.php -{}/adminarea/index.html -{}/adminarea/admin.html -{}/webadmin.php -{}/webadmin/index.php -{}/webadmin/admin.php -{}/admin/controlpanel.html -{}/admin.html -{}/admin/cp.html -{}/cp.html -{}/adminpanel.php -{}/moderator.html -{}/administrator/index.html -{}/administrator/login.html -{}/user.html -{}/administrator/account.html -{}/administrator.html -{}/modelsearch/login.html -{}/moderator/login.html -{}/adminarea/login.html -{}/panel-administracion/index.html -{}/panel-administracion/admin.html -{}/modelsearch/index.html -{}/modelsearch/admin.html -{}/admincontrol/login.html -{}/adm/index.html -{}/adm.html -{}/moderator/admin.html -{}/user.php -{}/account.html -{}/controlpanel.html -{}/admincontrol.html -{}/panel-administracion/login.php -{}/adminLogin.php -{}/admin/adminLogin.php -{}/home.php -{}/adminarea/index.php -{}/adminarea/admin.php -{}/adminarea/login.php -{}/panel-administracion/index.php -{}/panel-administracion/admin.php -{}/modelsearch/index.php -{}/modelsearch/admin.php -{}/admincontrol/login.php -{}/adm/admloginuser.php -{}/admloginuser.php -{}/admin2.php -{}/admin2/login.php -{}/admin2/index.php -{}/usuarios/login.php -{}/adm/index.php -{}/adm.php -{}/affiliate.php -{}/adm_auth.php -{}/memberadmin.php -{}/administratorlogin.php -{}/administration -{}/mag/admin -{}/joomla/administrator -{}/manager -{}/adminpanel -{}/controlpanel -{}/logon -{}/auth -{}/apanel -{}/a -{}/app -{}/acart -{}/access -{}/account -{}/achievo -{}/address -{}/admins -{}/0admin -{}/admin1 -{}/admin2 -{}/admin3 -{}/admin4 -{}/admin5 -{}/_adm_ -{}/_admin_ -{}/_administrator_ -{}/_adm -{}/_admin -{}/achtung -{}/_administrator -{}/AdminWeb -{}/administration.php -{}/links/login.php -{}/cms/_admin/logon.php -{}/typo3 -{}/tienda/admin -{}/pma -{}/cms/login -{}/access.php -{}/sysadm.php -{}/adm2 -{}/include/admin.php -{}/admin/moderator.php -{}/interactive/admin.php -{}/edit.php -{}/siteadmin -{}/hcaadmin.php -{}/svn -{}/blog/wp-login.php -{}/admin/log.php -{}/login/login.php -{}/adminka.php -{}/wholesale-login.php -{}/authorize.php -{}/editor -{}/base/admin -{}/includes/login.php -{}/site_admin/login.php -{}/statredir -{}/lists/admin -{}/sec/login.php -{}/bitrix/admin -{}/admin_tool -{}/cabinet -{}/klarnetCMS -{}/debug/rus/autorisation -{}/cms/admin -{}/Admin/private -{}/site/admin -{}/admen -{}/admin2/index -{}/db/admin.php -{}/admin/adm.php -{}/admin/admin -{}/manager/ispmgr -{}/login.aspx -{}/admin/login.asp -{}/admin/login.aspx -{}/moderator/admin.asp -{}/webadmin.asp -{}/webadmin/admin.asp -{}/author/Admin.aspx -{}/admin/userAdmin.aspx -{}/dbadmin -{}/AdministratorS/Admin.aspx -{}/admin/secure/admin.aspx -{}/bb-admin/admin.asp -{}/processlogin.php -{}/0manager -{}/acceso.asp -{}/acceso.aspx -{}/account.asp -{}/account.aspx -{}/wp-login.asp -{}/wp-login.aspx -{}/admin_login -{}/admin-login -{}/modelsearch -{}/nsw -{}/rcjakar -{}/private.php -{}/_vti_pvt -{}/_private -{}/admin1.php -{}/admin2.html -{}/yonetim.php -{}/yonetim.html -{}/yonetici.php -{}/yonetici.html -{}/admin1.asp -{}/admin2.asp -{}/yonetim.asp -{}/yonetici.asp -{}/admin/index.asp -{}/admin/home.asp -{}/admin/controlpanel.asp -{}/sysadmin.php -{}/sysadmin.html -{}/sysadmin -{}/ur-admin.asp -{}/ur-admin.php -{}/ur-admin.html -{}/ur-admin -{}/administr8.php -{}/administr8.html -{}/administr8 -{}/admin/acceso.php -{}/admin/acceso.asp -{}/admin/acceso.aspx -{}/admin_area/acceso.php -{}/admin_area/acceso.asp -{}/admin_area/acceso.aspx -{}/adminarea/acceso.php -{}/adminarea/acceso.asp -{}/adminarea/acceso.aspx -{}/admincontrol/acceso.php -{}/admincontrol/acceso.asp -{}/admincontrol/acceso.aspx -{}/admincpacceso.php -{}/admincpacceso.asp -{}/admincpacceso.aspx -{}/administrator/acceso.php -{}/administrator/acceso.asp -{}/administrator/acceso.aspx -{}/admin_login/acceso.php -{}/admin_login/acceso.asp -{}/admin_login/acceso.aspx -{}/adminlogin/acceso.php -{}/adminlogin/acceso.asp -{}/adminlogin/acceso.aspx -{}/webadmin/wp-login.php -{}/webadmin/wp-login.asp -{}/webadmin/wp-login.aspx -{}/usuario/wp-login.php -{}/usuario/wp-login.asp -{}/usuario/wp-login.aspx -{}/admin/webadmin.asp -{}/admin/webadmin.aspx -{}/admin/webadmin.php -{}/webadmin/user.php -{}/webadmin/user.asp -{}/webadmin/user.aspx -{}/bb-admin/user.php -{}/bb-admin/user.asp -{}/bb-admin/user.aspx -{}/controlpanel/user.php -{}/controlpanel/user.asp -{}/controlpanel/user.aspx -{}/admin-login/user.php -{}/admin-login/user.asp -{}/admin-login/user.aspx -{}/administrator/user.php -{}/administrator/user.asp -{}/administrator/user.aspx -{}/admin/user.php -{}/adm/user.php -{}/pages/moderator.php -{}/webadmin/moderator.php -{}/users/moderator.php -{}/usuario/user.php -{}/usuario/user.asp -{}/usuario/user.aspx -{}/alogin.aspx -{}/mysql -{}/myadmin -{}/sqlmanager -{}/mysqlmanager -{}/p/m/a -{}/phpmanager -{}/php-myadmin -{}/phpmy-admin -{}/sqlweb -{}/websql -{}/webdb -{}/mysqladmin -{}/mysql-admin -{}/phpmyadmin2 -{}/phpMyAdmin-2 -{}/php-my-admin -{}/phpMyAdmin-2.2.3 -{}/phpMyAdmin-2.2.6 -{}/phpMyAdmin-2.5.1 -{}/phpMyAdmin-2.5.4 -{}/phpMyAdmin-2.5.5-rc1 -{}/phpMyAdmin-2.5.5-rc2 -{}/phpMyAdmin-2.5.5 -{}/phpMyAdmin-2.5.5-pl1 -{}/phpMyAdmin-2.5.6-rc1 -{}/phpMyAdmin-2.5.6-rc2 -{}/phpMyAdmin-2.5.6 -{}/phpMyAdmin-2.5.7 -{}/phpMyAdmin-2.5.7-pl1 -{}/phpMyAdmin-2.6.0-alpha -{}/phpMyAdmin-2.6.0-alpha2 -{}/phpMyAdmin-2.6.0-beta1 -{}/phpMyAdmin-2.6.0-beta2 -{}/phpMyAdmin-2.6.0-rc1 -{}/phpMyAdmin-2.6.0-rc2 -{}/phpMyAdmin-2.6.0-rc3 -{}/phpMyAdmin-2.6.0 -{}/phpMyAdmin-2.6.0-pl1 -{}/phpMyAdmin-2.6.0-pl2 -{}/phpMyAdmin-2.6.0-pl3 -{}/phpMyAdmin-2.6.1-rc1 -{}/phpMyAdmin-2.6.1-rc2 -{}/phpMyAdmin-2.6.1 -{}/phpMyAdmin-2.6.1-pl1 -{}/phpMyAdmin-2.6.1-pl2 -{}/phpMyAdmin-2.6.1-pl3 -{}/phpMyAdmin-2.6.2-rc1 -{}/phpMyAdmin-2.6.2-beta1 -{}/phpMyAdmin-2.6.2 -{}/phpMyAdmin-2.6.2-pl1 -{}/phpMyAdmin-2.6.3 -{}/phpMyAdmin-2.6.3-rc1 -{}/phpMyAdmin-2.6.3-pl1 -{}/phpMyAdmin-2.6.4-rc1 -{}/phpMyAdmin-2.6.4-pl1 -{}/phpMyAdmin-2.6.4-pl2 -{}/phpMyAdmin-2.6.4-pl3 -{}/phpMyAdmin-2.6.4-pl4 -{}/phpMyAdmin-2.6.4 -{}/phpMyAdmin-2.7.0-beta1 -{}/phpMyAdmin-2.7.0-rc1 -{}/phpMyAdmin-2.7.0-pl1 -{}/phpMyAdmin-2.7.0-pl2 -{}/phpMyAdmin-2.7.0 -{}/phpMyAdmin-2.8.0-beta1 -{}/phpMyAdmin-2.8.0-rc2 -{}/phpMyAdmin-2.8.0 -{}/phpMyAdmin-2.8.0.1 -{}/phpMyAdmin-2.8.0.2 -{}/phpMyAdmin-2.8.0.3 -{}/phpMyAdmin-2.8.0.4 -{}/phpMyAdmin-2.8.1-rc1 -{}/phpMyAdmin-2.8.1 -{}/phpMyAdmin-2.8.2 -{}/pma2005 -{}/administratie -{}/admins.php -{}/useradmin -{}/sysadmins -{}/system-administration -{}/administrators -{}/pgadmin -{}/directadmin -{}/sql-admin -{}/newsadmin -{}/adminpro -{}/staradmin -{}/ServerAdministrator -{}/administer -{}/LiveUser_Admin -{}/sys-admin -{}/autologin -{}/microadmin -{}/monitoringswab -{}/support_login -{}/memlogin -{}/login-redirect -{}/sub-login -{}/login1 -{}/dir-login -{}/login_db -{}/xlogin -{}/smblogin -{}/customer_login -{}/acct_login -{}/bigadmin -{}/project-admins -{}/phppgadmin -{}/pureadmin -{}/bbadmin -{}/administratoraccounts -{}/AdminTools -{}/server -{}/database_administration -{}/power_user -{}/system_administration -{}/adminitem -{}/sysadm -{}/control -{}/accounts -{}/management -{}/phpSQLiteAdmin -{}/showlogin -{}/0admin/login.asp -{}/0manager/admin.asp -{}/admin/sendfile.asp -{}/admin/sndfile.asp -{}/admin/upfile.asp -{}/admin/upload.asp -{}/admin/uploadfaceok.asp -{}/admin/uploads.asp -{}/admin/uppic.asp -{}/adminadmin -{}/adminindex -{}/count_admin -{}/default_admin -{}/index/admin -{}/acesso -{}/adimin -{}/adiministrador -{}/adm/admin -{}/admin4_account -{}/admin4_colon -{}/admin/adm -{}/administracao -{}/banneradmin -{}/blogindex -{}/cadmins -{}/ccp14admin -{}/cmsadmin -{}/config -{}/controle -{}/cpanel_file -{}/donos -{}/edit -{}/entrar -{}/entrar.html -{}/entrar.php -{}/ezsqliteadmin -{}/formslogin -{}/funcoes -{}/globes_admin -{}/hpwebjetadmin -{}/Indy_admin -{}/irc-macadmin -{}/key -{}/logar -{}/login -{}/loginflat -{}/login-us -{}/loginuser -{}/loginusuarios -{}/logo_sysadmin -{}/logout -{}/Lotus_Domino_Admin -{}/macadmin -{}/manuallogin -{}/membros -{}/meta_login -{}/navSiteAdmin -{}/net -{}/not -{}/openvpnadmin -{}/painel -{}/paineldecontrole -{}/pc -{}/pdc -{}/php -{}/phpldapadmin -{}/platz_login -{}/radmind -{}/radmind-1 -{}/rcLogin -{}/saff -{}/senha -{}/senhas -{}/server_admin_small -{}/sff -{}/simpleLogin -{}/sistema -{}/sshadmin -{}/ss_vms_admin_sm -{}/Super-Admin -{}/SysAdmin2 -{}/utility_login -{}/vadmind -{}/vmailadmin -{}/wizmysqladmin -{}/ccms -{}/ccms/login.php -{}/ccms/index.php -{}/0admin/ -{}/0manager/ -{}/Admin/ -{}/Admin/private/ -{}/AdminTools/ -{}/AdminWeb/ -{}/AdministratorS/Admin.aspx/ -{}/Database_Administration/ -{}/Indy_admin/ -{}/LiveUser_Admin/ -{}/Lotus_Domino_Admin/ -{}/PSUser/ -{}/Server.php -{}/Server/ -{}/ServerAdministrator/ -{}/Super-Admin/ -{}/SysAdmin2/ -{}/SysAdmin/ -{}/UserLogin/ -{}/_adm/ -{}/_adm_/ -{}/_admin/ -{}/_admin_/ -{}/_administrator/ -{}/_administrator_/ -{}/_private/ -{}/_vti_pvt/ -{}/a/ -{}/aadmin/ -{}/acart/ -{}/acceso.asp/ -{}/acceso.aspx/ -{}/access/ -{}/account.asp/ -{}/account.aspx/ -{}/account/ -{}/accounts.php -{}/accounts/ -{}/acct_login/ -{}/acesso/ -{}/achievo/ -{}/achtung/ -{}/address/ -{}/adimin/ -{}/adiministrador/ -{}/adm2/ -{}/adm/ -{}/adm/admin/ -{}/admen/ -{}/admin1.htm -{}/admin1.html -{}/admin1/ -{}/admin2/ -{}/admin2/index/ -{}/admin3/ -{}/admin4/ -{}/admin4_account/ -{}/admin4_colon/ -{}/admin5/ -{}/admin-login/ -{}/admin.asp/ -{}/admin.aspx/ -{}/admin.htm -{}/admin.php/ -{}/admin/acceso.asp/ -{}/admin/acceso.aspx/ -{}/admin/acceso.php/ -{}/admin/adm/ -{}/admin/admin.asp/ -{}/admin/admin.aspx/ -{}/admin/admin/ -{}/admin/adminLogin.htm -{}/admin/controlpanel.htm -{}/admin/login.aspx/ -{}/admin/login.htm -{}/admin/secure/admin.aspx/ -{}/admin/userAdmin.aspx/ -{}/admin/webadmin.asp/ -{}/admin/webadmin.aspx/ -{}/admin/webadmin.php/ -{}/adminLogin/ -{}/admin_area.php -{}/admin_area/ -{}/admin_area/acceso.asp/ -{}/admin_area/acceso.aspx/ -{}/admin_area/acceso.php/ -{}/admin_login/ -{}/admin_login/acceso.asp/ -{}/admin_login/acceso.aspx/ -{}/admin_login/acceso.php/ -{}/admin_tool/ -{}/adminadmin/ -{}/adminarea/ -{}/adminarea/acceso.asp/ -{}/adminarea/acceso.aspx/ -{}/adminarea/acceso.php/ -{}/admincontrol/ -{}/admincontrol/acceso.asp/ -{}/admincontrol/acceso.aspx/ -{}/admincontrol/acceso.php/ -{}/admincp/ -{}/admincp/login.php -{}/admincpacceso.asp/ -{}/admincpacceso.aspx/ -{}/admincpacceso.php/ -{}/adminindex/ -{}/administer/ -{}/administr8/ -{}/administracao/ -{}/administrador/ -{}/administrar/ -{}/administratie/ -{}/administration/ -{}/administrator/ -{}/administrator/acceso.asp/ -{}/administrator/acceso.aspx/ -{}/administrator/acceso.php/ -{}/administratoraccounts/ -{}/administratorlogin/ -{}/administrators.php -{}/administrators/ -{}/administrivia/ -{}/adminitem.php -{}/adminitem/ -{}/adminitems.php -{}/adminitems/ -{}/adminlogin/acceso.asp/ -{}/adminlogin/acceso.aspx/ -{}/adminlogin/acceso.php/ -{}/adminpanel/ -{}/adminpro/ -{}/admins/ -{}/adminsite/ -{}/apanel/ -{}/auth.php -{}/auth/ -{}/auth/login/ -{}/authadmin.php -{}/authenticate.php -{}/authentication.php -{}/author/Admin.aspx/ -{}/authuser.php -{}/autologin.php -{}/autologin/ -{}/backend-admin/ -{}/backend/ -{}/banneradmin/ -{}/base/admin/ -{}/bb-admin/ -{}/bb-admin/admin.asp/ -{}/bbadmin/ -{}/bigadmin/ -{}/bitrix/admin/ -{}/blogindex/ -{}/cabinet/ -{}/cadmins/ -{}/ccms/ -{}/ccp14admin/ -{}/cgi-bin/loginphp -{}/check.php -{}/checkadmin.php -{}/checklogin.php -{}/checkuser.php -{}/cms/ -{}/cms/admin/ -{}/cms/login/ -{}/cmsadmin.php -{}/cmsadmin/ -{}/config/ -{}/control.php -{}/control/ -{}/controle/ -{}/controlpanel/ -{}/count_admin/ -{}/cp/ -{}/cpanel/ -{}/cpanel_file/ -{}/customer_login/ -{}/dbadmin/ -{}/debug/rus/autorisation/ -{}/dir-login/ -{}/directadmin/ -{}/donos/ -{}/edit/ -{}/editor/ -{}/entrar/ -{}/ezsqliteadmin/ -{}/fileadmin.php -{}/fileadmin/ -{}/formslogin/ -{}/forum/admin/ -{}/funcoes/ -{}/fw-panel -{}/globes_admin/ -{}/hpwebjetadmin/ -{}/instadmin/ -{}/instranet/ -{}/irc-macadmin/ -{}/isadmin.php -{}/joomla/administrator/ -{}/key/ -{}/klarnetCMS/ -{}/kpanel/ -{}/letmein.php -{}/letmein/ -{}/lists/admin/ -{}/log-in.php -{}/log-in/ -{}/log_in.php -{}/log_in/ -{}/logar/ -{}/login1/ -{}/login1php -{}/login-redirect/ -{}/login-us/ -{}/login.aspx/ -{}/login.htm -{}/login/ -{}/login_admin/ -{}/login_adminphp -{}/login_db/ -{}/login_out/ -{}/login_outphp -{}/login_userphp -{}/loginerror/ -{}/loginflat/ -{}/loginok/ -{}/loginphp -{}/logins/ -{}/loginsave/ -{}/loginsuper/ -{}/loginsuperphp -{}/loginuser/ -{}/loginusuarios/ -{}/logo_sysadmin/ -{}/logon/ -{}/logout/ -{}/logoutphp -{}/macadmin/ -{}/mag/admin/ -{}/manage.php -{}/manage/ -{}/management.php -{}/management/ -{}/manager.php -{}/manager/ -{}/manager/ispmgr/ -{}/manuallogin/ -{}/member.php -{}/member/ -{}/memberadmin/ -{}/members.php -{}/members/ -{}/membros/ -{}/memlogin/ -{}/meta_login/ -{}/modelsearch/ -{}/moderator/ -{}/moderator/admin.asp/ -{}/modules/admin/ -{}/myadmin/ -{}/mysql-admin/ -{}/mysql/ -{}/mysqladmin/ -{}/mysqlmanager/ -{}/navSiteAdmin/ -{}/nedmin/production/index.php -{}/nedmin/production/login.php -{}/net/ -{}/newsadmin/ -{}/not/ -{}/nsw/ -{}/openvpnadmin/ -{}/p/m/a/ -{}/pages/admin/ -{}/painel/ -{}/paineldecontrole/ -{}/panel-administracion/ -{}/panel.php -{}/panel/ -{}/pc/ -{}/pdc/ -{}/pgadmin/ -{}/php-my-admin/ -{}/php-myadmin/ -{}/php/ -{}/phpMyAdmin-2.2.3/ -{}/phpMyAdmin-2.2.6/ -{}/phpMyAdmin-2.5.1/ -{}/phpMyAdmin-2.5.4/ -{}/phpMyAdmin-2.5.5-pl1/ -{}/phpMyAdmin-2.5.5-rc1/ -{}/phpMyAdmin-2.5.5-rc2/ -{}/phpMyAdmin-2.5.5/ -{}/phpMyAdmin-2.5.6-rc1/ -{}/phpMyAdmin-2.5.6-rc2/ -{}/phpMyAdmin-2.5.6/ -{}/phpMyAdmin-2.5.7-pl1/ -{}/phpMyAdmin-2.5.7/ -{}/phpMyAdmin-2.6.0-alpha2/ -{}/phpMyAdmin-2.6.0-alpha/ -{}/phpMyAdmin-2.6.0-beta1/ -{}/phpMyAdmin-2.6.0-beta2/ -{}/phpMyAdmin-2.6.0-pl1/ -{}/phpMyAdmin-2.6.0-pl2/ -{}/phpMyAdmin-2.6.0-pl3/ -{}/phpMyAdmin-2.6.0-rc1/ -{}/phpMyAdmin-2.6.0-rc2/ -{}/phpMyAdmin-2.6.0-rc3/ -{}/phpMyAdmin-2.6.0/ -{}/phpMyAdmin-2.6.1-pl1/ -{}/phpMyAdmin-2.6.1-pl2/ -{}/phpMyAdmin-2.6.1-pl3/ -{}/phpMyAdmin-2.6.1-rc1/ -{}/phpMyAdmin-2.6.1-rc2/ -{}/phpMyAdmin-2.6.1/ -{}/phpMyAdmin-2.6.2-beta1/ -{}/phpMyAdmin-2.6.2-pl1/ -{}/phpMyAdmin-2.6.2-rc1/ -{}/phpMyAdmin-2.6.2/ -{}/phpMyAdmin-2.6.3-pl1/ -{}/phpMyAdmin-2.6.3-rc1/ -{}/phpMyAdmin-2.6.3/ -{}/phpMyAdmin-2.6.4-pl1/ -{}/phpMyAdmin-2.6.4-pl2/ -{}/phpMyAdmin-2.6.4-pl3/ -{}/phpMyAdmin-2.6.4-pl4/ -{}/phpMyAdmin-2.6.4-rc1/ -{}/phpMyAdmin-2.6.4/ -{}/phpMyAdmin-2.7.0-beta1/ -{}/phpMyAdmin-2.7.0-pl1/ -{}/phpMyAdmin-2.7.0-pl2/ -{}/phpMyAdmin-2.7.0-rc1/ -{}/phpMyAdmin-2.7.0/ -{}/phpMyAdmin-2.8.0-beta1/ -{}/phpMyAdmin-2.8.0-rc2/ -{}/phpMyAdmin-2.8.0.1/ -{}/phpMyAdmin-2.8.0.2/ -{}/phpMyAdmin-2.8.0.3/ -{}/phpMyAdmin-2.8.0.4/ -{}/phpMyAdmin-2.8.0/ -{}/phpMyAdmin-2.8.1-rc1/ -{}/phpMyAdmin-2.8.1/ -{}/phpMyAdmin-2.8.2/ -{}/phpMyAdmin-2/ -{}/phpMyAdmin/ -{}/phpSQLiteAdmin/ -{}/phpldapadmin/ -{}/phpmanager/ -{}/phpmy-admin/ -{}/phpmyadmin2/ -{}/phppgadmin/ -{}/platz_login/ -{}/pma2005/ -{}/pma/ -{}/power_user/ -{}/private.php/ -{}/processlogin.php/ -{}/project-admins/ -{}/pureadmin/ -{}/radmind-1/ -{}/radmind/ -{}/rcLogin/ -{}/rcjakar/ -{}/registration/ -{}/relogin.htm -{}/relogin.html -{}/relogin.php -{}/root/ -{}/saff/ -{}/secret/ -{}/secrets/ -{}/secure/ -{}/security/ -{}/senha/ -{}/senhas/ -{}/server_admin_small/ -{}/sff/ -{}/showlogin/ -{}/sign-in.php -{}/sign-in/ -{}/sign_in.php -{}/sign_in/ -{}/signin.php -{}/signin/ -{}/simpleLogin/ -{}/sistema/ -{}/site/admin/ -{}/siteadmin.php -{}/siteadmin/ -{}/smblogin/ -{}/sql-admin/ -{}/sqlmanager/ -{}/sqlweb/ -{}/ss_vms_admin_sm/ -{}/sshadmin/ -{}/staradmin/ -{}/statredir/ -{}/sub-login/ -{}/super1/ -{}/super1php -{}/super_indexphp -{}/super_loginphp -{}/superman/ -{}/supermanagerphp -{}/supermanphp -{}/superphp -{}/superuser.php -{}/superuser/ -{}/superuserphp -{}/supervise/ -{}/supervise/Loginphp -{}/supervisor/ -{}/support_login/ -{}/svn/ -{}/sys-admin/ -{}/sysadm/ -{}/sysadmins/ -{}/system-administration/ -{}/system_administration/ -{}/typo3/ -{}/ur-admin/ -{}/user/ -{}/user/admin.php -{}/useradmin/ -{}/userlogin.php -{}/users.php -{}/users/ -{}/users/admin.php -{}/usr/ -{}/usuario/ -{}/usuario/user.asp/ -{}/usuario/user.aspx/ -{}/usuario/user.php/ -{}/usuario/wp-login.asp/ -{}/usuario/wp-login.aspx/ -{}/usuario/wp-login.php/ -{}/usuarios/ -{}/utility_login/ -{}/uvpanel/ -{}/vadmind/ -{}/vmailadmin/ -{}/vorod.php -{}/vorod/ -{}/vorud.php -{}/vorud/ -{}/webadmin.asp/ -{}/webadmin/ -{}/webadmin/admin.asp/ -{}/webadmin/user.asp/ -{}/webadmin/user.aspx/ -{}/webadmin/user.php/ -{}/webadmin/wp-login.asp/ -{}/webadmin/wp-login.aspx/ -{}/webadmin/wp-login.php/ -{}/webdb/ -{}/webmaster.php -{}/webmaster/ -{}/websql/ -{}/wizmysqladmin/ -{}/wp-admin/ -{}/wp-login.asp/ -{}/wp-login.aspx/ -{}/wp-login.php/ -{}/wp-login/ -{}/xlogin/ \ No newline at end of file diff --git a/debian/okadminfinder/usr/share/okadminfinder/LinkFile/subdomains-top1million-5000.txt b/debian/okadminfinder/usr/share/okadminfinder/LinkFile/subdomains-top1million-5000.txt deleted file mode 100644 index a89a4d9..0000000 --- a/debian/okadminfinder/usr/share/okadminfinder/LinkFile/subdomains-top1million-5000.txt +++ /dev/null @@ -1,4989 +0,0 @@ -www -mail -ftp -localhost -webmail -smtp -webdisk -pop -cpanel -whm -ns1 -ns2 -autodiscover -autoconfig -ns -test -m -blog -dev -www2 -ns3 -pop3 -forum -admin -mail2 -vpn -mx -imap -old -new -mobile -mysql -beta -support -cp -secure -shop -demo -dns2 -ns4 -dns1 -static -lists -web -www1 -img -news -portal -server -wiki -api -media -images -www.blog -backup -dns -sql -intranet -www.forum -www.test -stats -host -video -mail1 -mx1 -www3 -staging -www.m -sip -chat -search -crm -mx2 -ads -ipv4 -remote -email -my -wap -svn -store -cms -download -proxy -www.dev -mssql -apps -dns3 -exchange -mail3 -forums -ns5 -db -office -live -files -info -owa -monitor -helpdesk -panel -sms -newsletter -ftp2 -web1 -web2 -upload -home -bbs -login -app -en -blogs -it -cdn -stage -gw -dns4 -www.demo -ssl -cn -smtp2 -vps -ns6 -relay -online -service -test2 -radio -ntp -library -help -www4 -members -tv -www.shop -extranet -hosting -ldap -services -webdisk.blog -s1 -i -survey -s -www.mail -www.new -c-n7k-v03-01.rz -data -docs -c-n7k-n04-01.rz -ad -legacy -router -de -meet -cs -av -sftp -server1 -stat -moodle -facebook -test1 -photo -partner -nagios -mrtg -s2 -mailadmin -dev2 -ts -autoconfig.blog -autodiscover.blog -games -jobs -image -host2 -gateway -preview -www.support -im -ssh -correo -control -ns0 -vpn2 -cloud -archive -citrix -webdisk.m -voip -connect -game -smtp1 -access -lib -www5 -gallery -redmine -es -irc -stream -qa -dl -billing -construtor -lyncdiscover -painel -fr -projects -a -pgsql -mail4 -tools -iphone -server2 -dbadmin -manage -jabber -music -webmail2 -www.beta -mailer -phpmyadmin -t -reports -rss -pgadmin -images2 -mx3 -www.webmail -ws -content -sv -web3 -community -poczta -www.mobile -ftp1 -dialin -us -sp -panelstats -vip -cacti -s3 -alpha -videos -ns7 -promo -testing -sharepoint -marketing -sitedefender -member -webdisk.dev -emkt -training -edu -autoconfig.m -git -autodiscover.m -catalog -webdisk.test -job -ww2 -www.news -sandbox -elearning -fb -webmail.cp -downloads -speedtest -design -staff -master -panelstatsmail -v2 -db1 -mailserver -builder.cp -travel -mirror -ca -sso -tickets -alumni -sitebuilder -www.admin -auth -jira -ns8 -partners -ml -list -images1 -club -business -update -fw -devel -local -wp -streaming -zeus -images3 -adm -img2 -gate -pay -file -seo -status -share -maps -zimbra -webdisk.forum -trac -oa -sales -post -events -project -xml -wordpress -images4 -main -english -e -img1 -db2 -time -redirect -go -bugs -direct -www6 -social -www.old -development -calendar -www.forums -ru -www.wiki -monitoring -hermes -photos -bb -mx01 -mail5 -temp -map -ns10 -tracker -sport -uk -hr -autodiscover.test -conference -free -autoconfig.test -client -vpn1 -autodiscover.dev -b2b -autoconfig.dev -noc -webconf -ww -payment -firewall -intra -rt -v -clients -www.store -gis -m2 -event -origin -site -domain -barracuda -link -ns11 -internal -dc -smtp3 -zabbix -mdm -assets -images6 -www.ads -mars -mail01 -pda -images5 -c -ns01 -tech -ms -images7 -autoconfig.forum -public -css -autodiscover.forum -webservices -www.video -web4 -orion -pm -fs -w3 -student -www.chat -domains -book -lab -o1.email -server3 -img3 -kb -faq -health -in -board -vod -www.my -cache -atlas -php -images8 -wwww -voip750101.pg6.sip -cas -origin-www -cisco -banner -mercury -w -directory -mailhost -test3 -shopping -webdisk.demo -ip -market -pbx -careers -auto -idp -ticket -js -ns9 -outlook -foto -www.en -pro -mantis -spam -movie -s4 -lync -jupiter -dev1 -erp -register -adv -b -corp -sc -ns12 -images0 -enet1 -mobil -lms -net -storage -ss -ns02 -work -webcam -www7 -report -admin2 -p -nl -love -pt -manager -d -cc -android -linux -reseller -agent -web01 -sslvpn -n -thumbs -links -mailing -hotel -pma -press -venus -finance -uesgh2x -nms -ds -joomla -doc -flash -research -dashboard -track -www.img -x -rs -edge -deliver -sync -oldmail -da -order -eng -testbrvps -user -radius -star -labs -top -srv1 -mailers -mail6 -pub -host3 -reg -lb -log -books -phoenix -drupal -affiliate -www.wap -webdisk.support -www.secure -cvs -st -wksta1 -saturn -logos -preprod -m1 -backup2 -opac -core -vc -mailgw -pluto -ar -software -jp -srv -newsite -www.members -openx -otrs -titan -soft -analytics -code -mp3 -sports -stg -whois -apollo -web5 -ftp3 -www.download -mm -art -host1 -www8 -www.radio -demo2 -click -smail -w2 -feeds -g -education -affiliates -kvm -sites -mx4 -autoconfig.demo -controlpanel -autodiscover.demo -tr -ebook -www.crm -hn -black -mcp -adserver -www.staging -static1 -webservice -f -develop -sa -katalog -as -smart -pr -account -mon -munin -www.games -www.media -cam -school -r -mc -id -network -www.live -forms -math -mb -maintenance -pic -agk -phone -bt -sm -demo1 -ns13 -tw -ps -dev3 -tracking -green -users -int -athena -www.static -www.info -security -mx02 -prod -1 -team -transfer -www.facebook -www10 -v1 -google -proxy2 -feedback -vpgk -auction -view -biz -vpproxy -secure2 -www.it -newmail -sh -mobi -wm -mailgate -dms -11192521404255 -autoconfig.support -play -11192521403954 -start -life -autodiscover.support -antispam -cm -booking -iris -www.portal -hq -gc._msdcs -neptune -terminal -vm -pool -gold -gaia -internet -sklep -ares -poseidon -relay2 -up -resources -is -mall -traffic -webdisk.mail -www.api -join -smtp4 -www9 -w1 -upl -ci -gw2 -open -audio -fax -alfa -www.images -alex -spb -xxx -ac -edm -mailout -webtest -nfs01.jc -me -sun -virtual -spokes -ns14 -webserver -mysql2 -tour -igk -wifi -pre -abc -corporate -adfs -srv2 -delta -loopback -magento -br -campus -law -global -s5 -web6 -orange -awstats -static2 -learning -www.seo -china -gs -www.gallery -tmp -ezproxy -darwin -bi -best -mail02 -studio -sd -signup -dir -server4 -archives -golf -omega -vps2 -sg -ns15 -win -real -www.stats -c1 -eshop -piwik -geo -mis -proxy1 -web02 -pascal -lb1 -app1 -mms -apple -confluence -sns -learn -classifieds -pics -gw1 -www.cdn -rp -matrix -repository -updates -se -developer -meeting -twitter -artemis -au -cat -system -ce -ecommerce -sys -ra -orders -sugar -ir -wwwtest -bugzilla -listserv -www.tv -vote -webmaster -webdev -sam -www.de -vps1 -contact -galleries -history -journal -hotels -www.newsletter -podcast -dating -sub -www.jobs -www.intranet -www.email -mt -science -counter -dns5 -2 -people -ww3 -www.es -ntp1 -vcenter -test5 -radius1 -ocs -power -pg -pl -magazine -sts -fms -customer -wsus -bill -www.hosting -vega -nat -sirius -lg -11285521401250 -sb -hades -students -uat -conf -ap -uxr4 -eu -moon -www.search -checksrv -hydra -usa -digital -wireless -banners -md -mysite -webmail1 -windows -traveler -www.poczta -hrm -database -mysql1 -inside -debian -pc -ask -backend -cz -mx0 -mini -autodiscover.mail -rb -webdisk.shop -mba -www.help -www.sms -test4 -dm -subscribe -sf -passport -red -video2 -ag -autoconfig.mail -all.edge -registration -ns16 -camera -myadmin -ns20 -uxr3 -mta -beauty -fw1 -epaper -central -cert -backoffice -biblioteca -mob -about -space -movies -u -ms1 -ec -forum2 -server5 -money -radius2 -print -ns18 -thunder -nas -ww1 -webdisk.webmail -edit -www.music -planet -m3 -vstagingnew -app2 -repo -prueba -house -ntp2 -dragon -pandora -stock -form -pp -www.sport -physics -food -groups -antivirus -profile -www.online -stream2 -hp -d1 -nhko1111 -logs -eagle -v3 -mail7 -gamma -career -vpn3 -ipad -dom -webdisk.store -iptv -www.promo -hd -mag -box -talk -hera -f1 -www.katalog -syslog -fashion -t1 -2012 -soporte -teste -scripts -welcome -hk -paris -www.game -multimedia -neo -beta2 -msg -io -portal2 -sky -webdisk.beta -web7 -exam -cluster -webdisk.new -img4 -surveys -webmail.controlpanel -error -private -bo -kids -card -vmail -switch -messenger -cal -plus -cars -management -feed -xmpp -ns51 -premium -www.apps -backup1 -asp -ns52 -website -pos -lb2 -www.foto -ws1 -domino -mailman -asterisk -weather -max -ma -node1 -webapps -white -ns17 -cdn2 -dealer -pms -tg -gps -www.travel -listas -chelyabinsk-rnoc-rr02.backbone -hub -demo3 -minecraft -ns22 -hw70f395eb456e -dns01 -wpad -nm -ch -www.catalog -ns21 -web03 -www.videos -rc -www.web -gemini -bm -lp -pdf -webapp -noticias -myaccount -sql1 -hercules -ct -fc -mail11 -pptp -contest -www.us -msk -widget -study -11290521402560 -posta -ee -realestate -out -galaxy -kms -thor -world -webdisk.mobile -www.test2 -base -cd -relay1 -taurus -cgi -www0 -res -d2 -intern -c2 -webdav -mail10 -robot -vcs -am -dns02 -group -silver -www.dl -adsl -ids -ex -ariel -i2 -trade -ims -king -www.fr -sistemas -ecard -themes -builder.controlpanel -blue -z -securemail -www-test -wmail -123 -sonic -netflow -enterprise -extra -webdesign -reporting -libguides -oldsite -autodiscover.secure -check -webdisk.secure -luna -www11 -down -odin -ent -web10 -international -fw2 -leo -pegasus -mailbox -aaa -com -acs -vdi -inventory -simple -e-learning -fire -cb -edi -rsc -yellow -www.sklep -www.social -webmail.cpanel -act -bc -portfolio -hb -smtp01 -cafe -nexus -www.edu -ping -movil -as2 -builder.control -autoconfig.secure -payments -cdn1 -srv3 -openvpn -tm -cisco-capwap-controller -dolphin -webmail3 -minerva -co -wwwold -hotspot -super -products -nova -r1 -blackberry -mike -pe -acc -lion -tp -tiger -stream1 -www12 -admin1 -mx5 -server01 -webdisk.forums -notes -suporte -focus -km -speed -rd -lyncweb -builder.cpanel -pa -mx10 -www.files -fi -konkurs -broadcast -a1 -build -earth -webhost -www.blogs -aurora -review -mg -license -homer -servicedesk -webcon -db01 -dns6 -cfd297 -spider -expo -newsletters -h -ems -city -lotus -fun -autoconfig.webmail -statistics -ams -all.videocdn -autodiscover.shop -autoconfig.shop -tfs -www.billing -happy -cl -sigma -jwc -dream -sv2 -wms -one -ls -europa -ldap2 -a4 -merlin -buy -web11 -dk -autodiscover.webmail -ro -widgets -sql2 -mysql3 -gmail -selfservice -sdc -tt -mailrelay -a.ns -ns19 -webstats -plesk -nsk -test6 -class -agenda -adam -german -www.v2 -renew -car -correio -bk -db3 -voice -sentry -alt -demeter -www.projects -mail8 -bounce -tc -oldwww -www.directory -uploads -carbon -all -mark -bbb -eco -3g -testmail -ms2 -node2 -template -andromeda -www.photo -media2 -articles -yoda -sec -active -nemesis -autoconfig.new -autodiscover.new -push -enews -advertising -mail9 -api2 -david -source -kino -prime -o -vb -testsite -fm -c4anvn3 -samara -reklama -made.by -sis -q -mp -newton -elearn -autodiscover.beta -cursos -filter -autoconfig.beta -news2 -mf -ubuntu -ed -zs -a.mx -center -www.sandbox -img5 -translate -webmail.control -mail0 -smtp02 -s6 -dallas -bob -autoconfig.store -stu -recruit -mailtest -reviews -autodiscover.store -2011 -www.iphone -fp -d3 -rdp -www.design -test7 -bg -console -outbound -jpkc -ext -invest -web8 -testvb -vm1 -family -insurance -atlanta -aqua -film -dp -ws2 -webdisk.cdn -www.wordpress -webdisk.news -at -ocean -dr -yahoo -s8 -host2123 -libra -rose -cloud1 -album -3 -antares -www.a -ipv6 -bridge -demos -cabinet -crl -old2 -angel -cis -www.panel -isis -s7 -guide -webinar -pop2 -cdn101 -company -express -special -loki -accounts -video1 -expert -clientes -p1 -loja -blog2 -img6 -l -mail12 -style -hcm -s11 -mobile2 -triton -s12 -kr -www.links -s13 -friends -www.office -shadow -mymail -autoconfig.forums -ns03 -neu -autodiscover.forums -www.home -root -upgrade -puppet -storm -www.service -isp -get -foro -mytest -test10 -desktop -po -mac -www.member -ph -blackboard -dspace -dev01 -ftp4 -testwww -presse -ldap1 -rock -wow -sw -msn -mas -scm -its -vision -tms -www.wp -hyperion -nic -html -sale -isp-caledon.cit -www.go -do -media1 -web9 -ua -energy -helios -chicago -webftp -i1 -commerce -www.ru -union -netmon -audit -vm2 -mailx -web12 -painelstats -sol -z-hn.nhac -kvm2 -chris -www.board -apache -tube -marvin -bug -external -pki -viper -webadmin -production -r2 -win2 -vpstun -mx03 -ios -www.uk -smile -www.fb -aa -www13 -trinity -www.upload -www.testing -amazon -hosting2 -bip -mw -www.health -india -web04 -rainbow -cisco-lwapp-controller -uranus -qr -domaindnszones -editor -www.stage -manual -nice -robin -gandalf -j -buzz -password -autoconfig.mobile -gb -idea -eva -www.i -server6 -www.job -results -www.test1 -maya -pix -www.cn -gz -th -www.lib -autodiscover.mobile -b1 -horus -zero -sv1 -wptest -cart -brain -mbox -bd -tester -fotos -ess -ns31 -blogx.dev -ceres -gatekeeper -csr -www.cs -sakura -chef -parking -idc -desarrollo -mirrors -sunny -kvm1 -prtg -mo -dns0 -chaos -avatar -alice -task -www.app -dev4 -sl -sugarcrm -youtube -ic-vss6509-gw -simon -m4 -dexter -crystal -terra -fa -server7 -journals -iron -uc -pruebas -magic -ead -www.helpdesk -4 -server10 -computer -galileo -delivery -aff -aries -www.development -el -livechat -host4 -static3 -www.free -sk -puma -coffee -gh -java -fish -templates -tarbaby -mtest -light -www.link -sas -poll -director -destiny -aquarius -vps3 -bravo -freedom -boutique -lite -ns25 -shop2 -ic -foundation -cw -ras -park -next -diana -secure1 -k -euro -managedomain -castor -www-old -charon -nas1 -la -jw -s10 -web13 -mxbackup2 -europe -oasis -donate -s9 -ftps -falcon -depot -genesis -mysql4 -rms -ns30 -www.drupal -wholesale -forestdnszones -www.alumni -marketplace -tesla -statistik -country -imap4 -brand -gift -shell -www.dev2 -apply -nc -kronos -epsilon -testserver -smtp-out -pictures -autos -org -mysql5 -france -shared -cf -sos -stun -channel -2013 -moto -pw -oc.pool -eu.pool -na.pool -cams -www.auto -pi -image2 -test8 -hi -casino -magazin -wwwhost-roe001 -z-hcm.nhac -trial -cam1 -victor -sig -ctrl -wwwhost-ox001 -weblog -rds -first -farm -whatsup -panda -dummy -stream.origin -canada -wc -flv -www.top -emerald -sim -ace -sap -ga -bank -et -soap -guest -mdev -www.client -www.partner -easy -st1 -webvpn -baby -s14 -delivery.a -wwwhost-port001 -hideip -graphics -webshop -catalogue -tom -rm -perm -www.ad -ad1 -mail03 -www.sports -water -intranet2 -autodiscover.news -bj -nsb -charge -export -testweb -sample -quit -proxy3 -email2 -b2 -servicios -novo -new2 -meta -secure3 -ajax -autoconfig.news -ghost -www.cp -good -bookstore -kiwi -ft -demo4 -www.archive -squid -publish -west -football -printer -cv -ny -boss -smtp5 -rsync -sip2 -ks -leon -a3 -mta1 -epay -tst -mgmt -deals -dropbox -www.books -2010 -torrent -webdisk.ads -mx6 -www.art -chem -iproxy -www.pay -anime -ccc -anna -ns23 -hs -cg -acm -pollux -lt -meteo -owncloud -andrew -v4 -www-dev -oxygen -jaguar -panther -personal -ab -dcp -med -www.joomla -john -watson -motor -mails -kiev -asia -campaign -win1 -cards -fantasy -tj -martin -helium -nfs -ads2 -script -anubis -imail -cp2 -mk -bw -em -creative -www.elearning -ad2 -stars -discovery -friend -reservations -buffalo -cdp -uxs2r -atom -cosmos -www.business -a2 -xcb -allegro -om -ufa -dw -cool -files2 -webdisk.chat -ford -oma -zzb -staging2 -texas -ib -cwc -aphrodite -re -spark -www.ftp -oscar -atlantis -osiris -os -m5 -dl1 -www.shopping -ice -beta1 -mcu -inter -interface -gm -kiosk -so -dss -www.survey -customers -fx -nsa -csg -mi -url -dl2 -show -www.classifieds -mexico -knowledge -frank -tests -accounting -krasnodar -um -hc -www.nl -echo -property -gms -london -www.clients -academy -cyber -www.english -museum -poker -www.downloads -gp -cr -arch -gd -virgo -si -smtp-relay -ipc -gay -gg -oracle -ruby -grid -web05 -i3 -tool -bulk -jazz -price -pan -webdisk.admin -agora -w4 -mv -www.moodle -phantom -web14 -radius.auth -voyager -mint -einstein -wedding -sqladmin -cam2 -autodiscover.chat -trans -che -bp -dsl -kazan -autoconfig.chat -al -pearl -transport -lm -h1 -condor -homes -air -stargate -ai -www.www2 -hot -paul -np -kp -engine -ts3 -nano -testtest -sss -james -gk -ep -ox -tomcat -ns32 -sametime -tornado -e1 -s16 -quantum -slave -shark -autoconfig.cdn -www.love -backup3 -webdisk.wiki -altair -youth -keys -site2 -server11 -phobos -common -autodiscover.cdn -key -test9 -core2 -snoopy -lisa -soccer -tld -biblio -sex -fast -train -www.software -credit -p2 -cbf1 -ns24 -mailin -dj -www.community -www-a -www-b -smtps -victoria -www.docs -cherry -cisl-murcia.cit -border -test11 -nemo -pass -mta2 -911 -xen -hg -be -wa -web16 -biologie -bes -fred -turbo -biology -indigo -plan -www.stat -hosting1 -pilot -www.club -diamond -www.vip -cp1 -ics -www.library -autoconfig.admin -japan -autodiscover.admin -quiz -laptop -todo -cdc -mkt -mu -dhcp.pilsnet -dot -xenon -csr21.net -horizon -vp -centos -inf -wolf -mr -fusion -retail -logo -line -11 -sr -shorturl -speedy -webct -omsk -dns7 -ebooks -apc -rus -landing -pluton -www.pda -w5 -san -course -aws -uxs1r -spirit -ts2 -srv4 -classic -webdisk.staging -g1 -ops -comm -bs -sage -innovation -dynamic -www.www -resellers -resource -colo -test01 -swift -bms -metro -s15 -vn -callcenter -www.in -scc -jerry -site1 -profiles -penguin -sps -mail13 -portail -faculty -eis -rr -mh -count -psi -florida -mango -maple -ssltest -cloud2 -general -www.tickets -maxwell -web15 -familiar -arc -axis -ng -admissions -dedicated -cash -nsc -www.qa -tea -tpmsqr01 -rnd -jocuri -office2 -mario -xen2 -mradm.letter -cwa -ninja -amur -core1 -miami -www.sales -cerberus -ixhash -ie -action -daisy -spf -p3 -junior -oss -pw.openvpn -alt-host -fromwl -nobl -isphosts -ns26 -helomatch -test123 -tftp -webaccess -tienda -hostkarma -lv -freemaildomains -sbc -testbed -bart -ironport -server8 -dh -crm2 -watch -skynet -miss -dante -www.affiliates -legal -www.ip -telecom -dt -blog1 -webdisk.email -ip-us -pixel -www.t -dnswl -korea -insight -dd -www.rss -testbl -www01 -auth-hack -www.cms -abuse-report -pb -casa -eval -bio -app3 -cobra -www.ar -solo -wall -oc -dc1 -beast -george -eureka -sit -demo5 -holiday -webhosting -srv01 -router2 -ssp -server9 -quotes -eclipse -entertainment -kc -m0 -af -cpa -pc.jura-gw1 -fox -deal -dav -www.training -webdisk.old -host5 -mix -vendor -uni -mypage -spa -soa -aura -ref -arm -dam -config -austin -aproxy -developers -cms2 -www15 -women -wwwcache -abs -testportal -inet -gt -testshop -g2 -www.ca -pinnacle -support2 -sunrise -snake -www-new -patch -lk -sv3 -b.ns -python -starwars -cube -sj -s0 -gc -stud -micro -webstore -coupon -perseus -maestro -router1 -hawk -pf -h2 -www.soft -dns8 -fly -unicorn -sat -na -xyz -df -lynx -activate -sitemap -t2 -cats -mmm -volgograd -test12 -sendmail -hardware -ara -import -ces -cinema -arena -text -a5 -astro -doctor -casper -smc -voronezh -eric -agency -wf -avia -platinum -butler -yjs -hospital -nursing -admin3 -pd -safety -teszt -tk -s20 -moscow -karen -cse -messages -www.adserver -asa -eros -www.server -player -raptor -documents -srv5 -www.photos -xb -example -culture -demo6 -dev5 -jc -ict -back -p2p -stuff -wb -ccs -su -webinars -kt -hope -http -try -tel -m9 -newyork -gov -www.marketing -relax -setup -fileserver -moodle2 -courses -annuaire -fresh -www.status -rpc -zeta -ibank -helm -autodiscover.ads -mailgateway -integration -viking -metrics -c.ns.e -webdisk.video -www.host -tasks -monster -firefly -icq -saratov -www.book -smtp-out-01 -tourism -dz -zt -daniel -roundcube -paper -24 -sus -splash -zzz -10 -chat2 -autoconfig.ads -mailhub -neon -message -seattle -ftp5 -port -solutions -offers -seth -server02 -peter -ns29 -maillist -www.konkurs -d.ns.e -toto -guides -ae -healthcare -ssc -mproxy -metis -estore -mailsrv -singapore -hm -medusa -bl -bz -i5 -dan -thomas -exchbhlan5 -alert -www.spb -st2 -www.tools -rigel -e.ns.e -kvm3 -astun -trk -www.law -qavgatekeeper -collab -styx -webboard -cag -www.student -galeria -checkout -gestion -mailgate2 -draco -n2 -berlin -touch -seminar -olympus -qavmgk -f.ns.e -intl -stats2 -plato -send -idm -m7 -mx7 -m6 -coco -denver -s32 -toronto -abuse -dn -sophos -bear -logistics -cancer -s24 -r25 -s22 -install -istun -itc -oberon -cps -paypal -7 -mail-out -portal1 -case -hideip-usa -f3 -pcstun -ip-usa -warehouse -webcast -ds1 -bn -rest -logger -marina -tula -vebstage3 -webdisk.static -infinity -polaris -koko -praca -fl -packages -mstun -www.staff -sunshine -mirror1 -jeff -mailservers -jenkins -administration -mlr-all -blade -qagatekeeper -cdn3 -aria -vulcan -party -fz -luke -stc -mds -advance -andy -subversion -deco -99 -diemthi -liberty -read -smtprelayout -fitness -vs -dhcp.zmml -tsg -www.pt -win3 -davinci -two -stella -itsupport -az -ns27 -hyper -m10 -drm -vhost -mir -webspace -mail.test -argon -hamster -livehelp -2009 -bwc -man -ada -exp -metal -pk -msp -hotline -article -twiki -gl -hybrid -www.login -cbf8 -sandy -anywhere -sorry -enter -east -islam -www.map -quote -op -tb -zh -euro2012 -hestia -rwhois -mail04 -schedule -ww5 -servidor -ivan -serenity -dave -mobile1 -ok -lc -synergy -myspace -sipexternal -marc -bird -rio -www.1 -debug -houston -pdc -www.xxx -news1 -ha -mirage -fe -jade -roger -ava -topaz -a.ns.e -madrid -kh -charlotte -download2 -elite -tenders -pacs -cap -fs1 -myweb -calvin -extreme -typo3 -dealers -cds -grace -webchat -comet -www.maps -ranking -hawaii -postoffice -arts -b.ns.e -president -matrixstats -www.s -eden -com-services-vip -www.pics -il -solar -www.loja -gr -ns50 -svc -backups -sq -pinky -jwgl -controller -www.up -sn -medical -spamfilter -prova -membership -dc2 -www.press -csc -gry -drweb -web17 -f2 -nora -monitor1 -calypso -nebula -lyris -penarth.cit -www.mp3 -ssl1 -ns34 -ns35 -mel -as1 -www.x -cricket -ns2.cl -georgia -callisto -exch -s21 -eip -cctv -lucy -bmw -s23 -sem -mira -search2 -ftp.blog -realty -ftp.m -www.hrm -patrick -find -tcs -ts1 -smtp6 -lan -image1 -csi -nissan -sjc -sme -stone -model -gitlab -spanish -michael -remote2 -www.pro -s17 -m.dev -www.soporte -checkrelay -dino -woman -aragorn -index -zj -documentation -felix -www.events -www.au -adult -coupons -imp -oz -www.themes -charlie -rostov -smtpout -www.faq -ff -fortune -vm3 -vms -sbs -stores -teamspeak -w6 -jason -tennis -nt -shine -pad -www.mobil -s25 -woody -technology -cj -visio -renewal -www.c -webdisk.es -secret -host6 -www.fun -polls -web06 -turkey -www.hotel -ecom -tours -product -www.reseller -indiana -mercedes -target -load -area -mysqladmin -don -dodo -sentinel -webdisk.img -websites -www.dir -honey -asdf -spring -tag -astra -monkey -ns28 -ben -www22 -www.journal -eas -www.tw -tor -page -www.bugs -medias -www17 -toledo -vip2 -land -sistema -win4 -dell -unsubscribe -gsa -spot -fin -sapphire -ul-cat6506-gw -www.ns1 -bell -cod -lady -www.eng -click3 -pps -c3 -registrar -websrv -database2 -prometheus -atm -www.samara -api1 -edison -mega -cobalt -eos -db02 -sympa -dv -webdisk.games -coop -50 -blackhole -3d -cma -ehr -db5 -etc -www14 -opera -zoom -realmedia -french -cmc -shanghai -ns33 -batman -ifolder -ns61 -alexander -song -proto -cs2 -homologacao -ips -vanilla -legend -webmail.hosting -chat1 -www.mx -coral -tim -maxim -admission -iso -psy -progress -shms2 -monitor2 -lp2 -thankyou -issues -cultura -xyh -speedtest2 -dirac -www.research -webs -e2 -save -deploy -emarketing -jm -nn -alfresco -chronos -pisces -database1 -reservation -xena -des -directorio -shms1 -pet -sauron -ups -www.feedback -www.usa -teacher -www.magento -nis -ftp01 -baza -kjc -roma -contests -delphi -purple -oak -win5 -violet -www.newsite -deportes -www.work -musica -s29 -autoconfig.es -identity -www.fashion -forest -flr-all -www.german -lead -front -rabota -mysql7 -jack -vladimir -search1 -ns3.cl -promotion -plaza -devtest -cookie -eris -webdisk.images -atc -autodiscover.es -lucky -juno -brown -rs2 -www16 -bpm -www.director -victory -fenix -rich -tokyo -ns36 -src -12 -milk -ssl2 -notify -no -livestream -pink -sony -vps4 -scan -wwws -ovpn -deimos -smokeping -va -n7pdjh4 -lyncav -webdisk.directory -interactive -request -apt -partnerapi -albert -cs1 -ns62 -bus -young -sina -police -workflow -asset -lasvegas -saga -p4 -www.image -dag -crazy -colorado -webtrends -buscador -hongkong -rank -reserve -autoconfig.wiki -autodiscover.wiki -nginx -hu -melbourne -zm -toolbar -cx -samsung -bender -safe -nb -jjc -dps -ap1 -win7 -wl -diendan -www.preview -vt -kalender -testforum -exmail -wizard -qq -www.film -xxgk -www.gold -irkutsk -dis -zenoss -wine -data1 -remus -kelly -stalker -autoconfig.old -everest -ftp.test -spain -autodiscover.old -obs -ocw -icare -ideas -mozart -willow -demo7 -compass -japanese -octopus -prestige -dash -argos -forum1 -img7 -webdisk.download -mysql01 -joe -flex -redir -viva -ge -mod -postfix -www.p -imagine -moss -whmcs -quicktime -rtr -ds2 -future -y -sv4 -opt -mse -selene -mail21 -dns11 -server12 -invoice -clicks -imgs -xen1 -mail14 -www20 -cit -web08 -gw3 -mysql6 -zp -www.life -leads -cnc -bonus -web18 -sia -flowers -diary -s30 -proton -s28 -puzzle -s27 -r2d2 -orel -eo -toyota -front2 -www.pl -descargas -msa -esx2 -challenge -turing -emma -mailgw2 -elections -www.education -relay3 -s31 -www.mba -postfixadmin -ged -scorpion -hollywood -foo -holly -bamboo -civil -vita -lincoln -webdisk.media -story -ht -adonis -serv -voicemail -ef -mx11 -picard -c3po -helix -apis -housing -uptime -bet -phpbb -contents -rent -www.hk -vela -surf -summer -csr11.net -beijing -bingo -www.jp -edocs -mailserver2 -chip -static4 -ecology -engineering -tomsk -iss -csr12.net -s26 -utility -pac -ky -visa -ta -web22 -ernie -fis -content2 -eduroam -youraccount -playground -paradise -server22 -rad -domaincp -ppc -autodiscover.video -date -f5 -openfire -mail.blog -i4 -www.reklama -etools -ftptest -default -kaluga -shop1 -mmc -1c -server15 -autoconfig.video -ve -www21 -impact -laura -qmail -fuji -csr31.net -archer -robo -shiva -tps -www.eu -ivr -foros -ebay -www.dom -lime -mail20 -b3 -wss -vietnam -cable -webdisk.crm -x1 -sochi -vsp -www.partners -polladmin -maia -fund -asterix -c4 -www.articles -fwallow -all-nodes -mcs -esp -helena -doors -atrium -www.school -popo -myhome -www.demo2 -s18 -autoconfig.email -columbus -autodiscover.email -ns60 -abo -classified -sphinx -kg -gate2 -xg -cronos -chemistry -navi -arwen -parts -comics -www.movies -www.services -sad -krasnoyarsk -h3 -virus -hasp -bid -step -reklam -bruno -w7 -cleveland -toko -cruise -p80.pool -agri -leonardo -hokkaido -pages -rental -www.jocuri -fs2 -ipv4.pool -wise -ha.pool -routernet -leopard -mumbai -canvas -cq -m8 -mercurio -www.br -subset.pool -cake -vivaldi -graph -ld -rec -www.temp -bach -melody -cygnus -www.charge -mercure -program -beer -scorpio -upload2 -siemens -lipetsk -barnaul -dialup -mssql2 -eve -moe -nyc -www.s1 -mailgw1 -student1 -universe -dhcp1 -lp1 -builder -bacula -ww4 -www.movil -ns42 -assist -microsoft -www.careers -rex -dhcp -automotive -edgar -designer -servers -spock -jose -webdisk.projects -err -arthur -nike -frog -stocks -pns -ns41 -dbs -scanner -hunter -vk -communication -donald -power1 -wcm -esx1 -hal -salsa -mst -seed -sz -nz -proba -yx -smp -bot -eee -solr -by -face -hydrogen -contacts -ars -samples -newweb -eprints -ctx -noname -portaltest -door -kim -v28 -wcs -ats -zakaz -polycom -chelyabinsk -host7 -www.b2b -xray -td -ttt -secure4 -recruitment -molly -humor -sexy -care -vr -cyclops -bar -newserver -desk -rogue -linux2 -ns40 -alerts -dvd -bsc -mec -20 -m.test -eye -www.monitor -solaris -webportal -goto -kappa -lifestyle -miki -maria -www.site -catalogo -2008 -empire -satellite -losangeles -radar -img01 -n1 -ais -www.hotels -wlan -romulus -vader -odyssey -bali -night -c5 -wave -soul -nimbus -rachel -proyectos -jy -submit -hosting3 -server13 -d7 -extras -australia -filme -tutor -fileshare -heart -kirov -www.android -hosted -jojo -tango -janus -vesta -www18 -new1 -webdisk.radio -comunidad -xy -candy -smg -pai -tuan -gauss -ao -yaroslavl -alma -lpse -hyundai -ja -genius -ti -ski -asgard -www.id -rh -imagenes -kerberos -www.d -peru -mcq-media-01.iutnb -azmoon -srv6 -ig -frodo -afisha -25 -factory -winter -harmony -netlab -chance -sca -arabic -hack -raven -mobility -naruto -alba -anunturi -obelix -libproxy -forward -tts -autodiscover.static -bookmark -www.galeria -subs -ba -testblog -apex -sante -dora -construction -wolverine -autoconfig.static -ofertas -call -lds -ns45 -www.project -gogo -russia -vc1 -chemie -h4 -15 -dvr -tunnel -5 -kepler -ant -indonesia -dnn -picture -encuestas -vl -discover -lotto -swf -ash -pride -web21 -www.ask -dev-www -uma -cluster1 -ring -novosibirsk -mailold -extern -tutorials -mobilemail -www.2 -kultur -hacker -imc -www.contact -rsa -mailer1 -cupid -member2 -testy -systems -add -mail.m -dnstest -webdisk.facebook -mama -hello -phil -ns101 -bh -sasa -pc1 -nana -owa2 -www.cd -compras -webdisk.en -corona -vista -awards -sp1 -mz -iota -elvis -cross -audi -test02 -murmansk -www.demos -gta -autoconfig.directory -argo -dhcp2 -www.db -www.php -diy -ws3 -mediaserver -autodiscover.directory -ncc -www.nsk -present -tgp -itv -investor -pps00 -jakarta -boston -www.bb -spare -if -sar -win11 -rhea -conferences -inbox -videoconf -tsweb -www.xml -twr1 -jx -apps2 -glass -monit -pets -server20 -wap2 -s35 -anketa -www.dav75.users -anhth -montana -sierracharlie.users -sp2 -parents -evolution -anthony -www.noc -yeni -nokia -www.sa -gobbit.users -ns2a -za -www.domains -ultra -rebecca.users -dmz -orca -dav75.users -std -ev -firmware -ece -primary -sao -mina -web23 -ast -sms2 -www.hfccourse.users -www.v28 -formacion -web20 -ist -wind -opensource -www.test2.users -e3 -clifford.users -xsc -sw1 -www.play -www.tech -dns12 -offline -vds -xhtml -steve -mail.forum -www.rebecca.users -hobbit -marge -www.sierracharlie.users -dart -samba -core3 -devil -server18 -lbtest -mail05 -sara -alex.users -www.demwunz.users -www23 -vegas -italia -ez -gollum -test2.users -hfccourse.users -ana -prof -www.pluslatex.users -mxs -dance -avalon -pidlabelling.users -dubious.users -webdisk.search -query -clientweb -www.voodoodigital.users -pharmacy -denis -chi -seven -animal -cas1 -s19 -di -autoconfig.images -www.speedtest -yes -autodiscover.images -www.galleries -econ -www.flash -www.clifford.users -ln -origin-images -www.adrian.users -snow -cad -voyage -www.pidlabelling.users -cameras -volga -wallace -guardian -rpm -mpa -flower -prince -exodus -mine -mailings -cbf3 -www.gsgou.users -wellness -tank -vip1 -name -bigbrother -forex -rugby -webdisk.sms -graduate -webdisk.videos -adrian -mic -13 -firma -www.dubious.users -windu -hit -www.alex.users -dcc -wagner -launch -gizmo -d4 -rma -betterday.users -yamato -bee -pcgk -gifts -home1 -www.team -cms1 -www.gobbit.users -skyline -ogloszenia -www.betterday.users -www.data -river -eproc -acme -demwunz.users -nyx -cloudflare-resolve-to -you -sci -virtual2 -drive -sh2 -toolbox -lemon -hans -psp -goofy -fsimg -lambda -ns55 -vancouver -hkps.pool -adrian.users -ns39 -voodoodigital.users -kz -ns1a -delivery.b -turismo -cactus -pluslatex.users -lithium -euclid -quality -gsgou.users -onyx -db4 -www.domain -persephone -validclick -elibrary -www.ts -panama -www.wholesale -ui -rpg -www.ssl -xenapp -exit -marcus -phd -l2tp-us -cas2 -rapid -advert -malotedigital -bluesky -fortuna -chief -streamer -salud -web19 -stage2 -members2 -www.sc -alaska -spectrum -broker -oxford -jb -jim -cheetah -sofia -webdisk.client -nero -rain -crux -mls -mrtg2 -repair -meteor -samurai -kvm4 -ural -destek -pcs -mig -unity -reporter -ftp-eu -cache2 -van -smtp10 -nod -chocolate -collections -kitchen -rocky -pedro -sophia -st3 -nelson -ak -jl -slim -wap1 -sora -migration -www.india -ns04 -ns37 -ums -www.labs -blah -adimg -yp -db6 -xtreme -groupware -collection -blackbox -sender -t4 -college -kevin -vd -eventos -tags -us2 -macduff -wwwnew -publicapi -web24 -jasper -vladivostok -tender -premier -tele -wwwdev -www.pr -postmaster -haber -zen -nj -rap -planning -domain2 -veronica -isa -www.vb -lamp -goldmine -www.geo -www.math -mcc -www.ua -vera -nav -nas2 -autoconfig.staging -s33 -boards -thumb -autodiscover.staging -carmen -ferrari -jordan -quatro -gazeta -www.test3 -manga -techno -vm0 -vector -hiphop -www.bbs -rootservers -dean -www.ms -win12 -dreamer -alexandra -smtp03 -jackson -wing -ldap3 -www.webmaster -hobby -men -cook -ns70 -olivia -tampa -kiss -nevada -live2 -computers -tina -festival -bunny -jump -military -fj -kira -pacific -gonzo -ftp.dev -svpn -serial -webster -www.pe -s204 -romania -gamers -guru -sh1 -lewis -pablo -yoshi -lego -divine -italy -wallpapers -nd -myfiles -neptun -www.world -convert -www.cloud -proteus -medicine -bak -lista -dy -rhino -dione -sip1 -california -100 -cosmic -electronics -openid -csm -adm2 -soleil -disco -www.pp -xmail -www.movie -pioneer -phplist -elephant -ftp6 -depo -icon -www.ns2 -www.youtube -ota -capacitacion -mailfilter -switch1 -ryazan -auth2 -paynow -webtv -pas -www.v3 -storage1 -rs1 -sakai -pim -vcse -ko -oem -theme -tumblr -smtp0 -server14 -lala -storage2 -k2 -ecm -moo -can -imode -webdisk.gallery -webdisk.jobs -howard -mes -eservices -noah -support1 -soc -gamer -ekb -marco -information -heaven -ty -kursk -wilson -webdisk.wp -freebsd -phones -void -esx3 -empleo -aida -s01 -apc1 -mysites -www.kazan -calc -barney -prohome -fd -kenny -www.filme -ebill -d6 -era -big -goodluck -rdns2 -everything -ns43 -monty -bib -clip -alf -quran -aim -logon -wg -rabbit -ntp3 -upc -www.stream -www.ogloszenia -abcd -autodiscover.en -blogger -pepper -autoconfig.en -stat1 -jf -smtp7 -video3 -eposta -cache1 -ekaterinburg -talent -jewelry -ecs -beta3 -www.proxy -zsb -44 -ww6 -nautilus -angels -servicos -smpp -we -siga -magnolia -smt -maverick -franchise -dev.m -webdisk.info -penza -shrek -faraday -s123 -aleph -vnc -chinese -glpi -unix -leto -win10 -answers -att -webtools -sunset -extranet2 -kirk -mitsubishi -ppp -cargo -comercial -balancer -aire -karma -emergency -zy -dtc -asb -win8 -walker -cougar -autodiscover.videos -bugtracker -autoconfig.videos -icm -tap -nuevo -ganymede -cell -www02 -ticketing -nature -brazil -www.alex -troy -avatars -aspire -custom -www.mm -ebiz -www.twitter -kong -beagle -chess -ilias -codex -camel -crc -microsite -mlm -autoconfig.crm -o2 -human -ken -sonicwall -biznes -pec -flow -autoreply -tips -little -autodiscover.crm -hardcore -egypt -ryan -doska -mumble -s34 -pds -platon -demo8 -total -ug -das -gx -just -tec -archiv -ul -craft -franklin -speedtest1 -rep -supplier -crime -mail-relay -luigi -saruman -defiant -rome -tempo -sr2 -tempest -azure -horse -pliki -barracuda2 -www.gis -cuba -adslnat-curridabat-128 -aw -test13 -box1 -aaaa -x2 -exchbhlan3 -sv6 -disk -enquete -eta -vm4 -deep -mx12 -s111 -budget -arizona -autodiscover.media -ya -webmin -fisto -orbit -bean -mail07 -autoconfig.media -berry -jg -www.money -store1 -sydney -kraken -author -diablo -wwwww -word -www.gmail -www.tienda -samp -golden -travian -www.cat -www.biz -54 -demo10 -bambi -ivanovo -big5 -egitim -he -unregistered.zmc -amanda -orchid -kit -rmr1 -richard -offer -edge1 -germany -tristan -seguro -kyc -maths -columbia -steven -wings -www.sg -ns38 -grand -tver -natasha -r3 -www.tour -pdns -m11 -dweb -nurse -dsp -www.market -meme -www.food -moda -ns44 -mps -jgdw -m.stage -bdsm -mech -rosa -sx -tardis -domreg -eugene -home2 -vpn01 -scott -excel -lyncdiscoverinternal -ncs -pagos -recovery -bastion -wwwx -spectre -static.origin -quizadmin -www.abc -ulyanovsk -test-www -deneb -www.learn -nagano -bronx -ils -mother -defender -stavropol -g3 -lol -nf -caldera -cfd185 -tommy -think -thebest -girls -consulting -owl -newsroom -us.m -hpc -ss1 -dist -valentine -9 -pumpkin -queens -watchdog -serv1 -web07 -pmo -gsm -spam1 -geoip -test03 -ftp.forum -server19 -www.update -tac -vlad -saprouter -lions -lider -zion -c6 -palm -ukr -amsterdam -html5 -wd -estadisticas -blast -phys -rsm -70 -vvv -kris -agro -msn-smtp-out -labor -universal -gapps -futbol -baltimore -wt -avto -workshop -www.ufa -boom -autodiscover.jobs -unknown -alliance -www.svn -duke -kita -tic -killer -ip176-194 -millenium -garfield -assets2 -auctions -point -russian -suzuki -clinic -lyncedge -www.tr -la2 -oldwebmail -shipping -informatica -age -gfx -ipsec -lina -autoconfig.jobs -zoo -splunk -sy -urban -fornax -www.dating -clock -balder -steam -ut -zz -washington -lightning -fiona -im2 -enigma -fdc -zx -sami -eg -cyclone -acacia -yb -nps -update2 -loco -discuss -s50 -kurgan -smith -plant -lux -www.kino -www.extranet -gas -psychologie -01 -s02 -cy -modem -station -www.reg -zip -boa -www.co -mx04 -openerp -bounces -dodge -paula -meetings -firmy -web26 -xz -utm -s40 -panorama -photon -vas -war -marte -gateway2 -tss -anton -hirlevel -winner -fbapps -vologda -arcadia -www.cc -util -16 -tyumen -desire -perl -princess -papa -like -matt -sgs -datacenter -atlantic -maine -tech1 -ias -vintage -linux1 -gzs -cip -keith -carpediem -serv2 -dreams -front1 -lyncaccess -fh -mailer2 -www.chem -natural -student2 -sailing -radio1 -models -evo -tcm -bike -bancuri -baseball -manuals -img8 -imap1 -oldweb -smtpgw -pulsar -reader -will -stream3 -oliver -mail15 -lulu -dyn -bandwidth -messaging -us1 -ibm -idaho -camping -verify -seg -vs1 -autodiscover.sms -blade1 -blade2 -leda -mail17 -horo -testdrive -diet -www.start -mp1 -claims -te -gcc -www.whois -nieuwsbrief -xeon -eternity -greetings -data2 -asf -autoconfig.sms -kemerovo -olga -haha -ecc -prestashop -rps -img0 -olimp -biotech -qa1 -swan -bsd -webdisk.sandbox -sanantonio -dental -www.acc -zmail -statics -ns102 -39 -idb -h5 -connect2 -jd -christian -luxury -ten -bbtest -blogtest -self -www.green -forumtest -olive -www.lab -ns63 -freebies -ns64 -www.g -jake -www.plus -ejournal -letter -works -peach -spoon -sie -lx -aol -baobab -tv2 -edge2 -sign -webdisk.help -www.mobi -php5 -webdata -award -gf -rg -lily -ricky -pico -nod32 -opus -sandiego -emploi -sfa -application -comment -autodiscover.search -www.se -recherche -africa -webdisk.members -multi -wood -xx -fan -reverse -missouri -zinc -brutus -lolo -imap2 -www.windows -aaron -webdisk.wordpress -create -bis -aps -xp -outlet -www.cpanel -bloom -6 -ni -www.vestibular -webdisk.billing -roman -myshop -joyce -qb -walter -www.hr -fisher -daily -webdisk.files -michelle -musik -sic -taiwan -jewel -inbound -trio -mts -dog -mustang -specials -www.forms -crew -tes -www.med -elib -testes -richmond -autodiscover.travel -mccoy -aquila -www.saratov -bts -hornet -election -test22 -kaliningrad -listes -tx -webdisk.travel -onepiece -bryan -saas -opel -florence -blacklist -skin -workspace -theta -notebook -freddy -elmo -www.webdesign -autoconfig.travel -sql3 -faith -cody -nuke -memphis -chrome -douglas -www24 -autoconfig.search -www.analytics -forge -gloria -harry -birmingham -zebra -www.123 -laguna -lamour -igor -brs -polar -lancaster -webdisk.portal -autoconfig.img -autodiscover.img -other -www19 -srs -gala -crown -v5 -fbl -sherlock -remedy -gw-ndh -mushroom -mysql8 -sv5 -csp -marathon -kent -critical -dls -capricorn -standby -test15 -www.portfolio -savannah -img13 -veritas -move -rating -sound -zephyr -download1 -www.ticket -exchange-imap.its -b5 -andrea -dds -epm -banana -smartphone -nicolas -phpadmin -www.subscribe -prototype -experts -mgk -newforum -result -www.prueba -cbf2 -s114 -spp -trident -mirror2 -s112 -sonia -nnov -www.china -alabama -photogallery -blackjack -lex -hathor -inc -xmas -tulip -and -common-sw1 -betty -vo -www.msk -pc2 -schools diff --git a/debian/okadminfinder/usr/share/okadminfinder/LinkFile/user-agent.txt b/debian/okadminfinder/usr/share/okadminfinder/LinkFile/user-agent.txt deleted file mode 100644 index b11014a..0000000 --- a/debian/okadminfinder/usr/share/okadminfinder/LinkFile/user-agent.txt +++ /dev/null @@ -1,121 +0,0 @@ -Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10; rv:33.0) Gecko/20100101 Firefox/33.0 -Mozilla/5.0 (X11; Linux i586; rv:31.0) Gecko/20100101 Firefox/31.0 -Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20130401 Firefox/31.0 -Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0 -Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20120101 Firefox/29.0 -Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:25.0) Gecko/20100101 Firefox/29.0 -Mozilla/5.0 (X11; OpenBSD amd64; rv:28.0) Gecko/20100101 Firefox/28.0 -Mozilla/5.0 (X11; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0 -Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20121202 Firefox/17.0 Iceweasel/17.0.1 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1250.0 Iron/22.0.2150.0 Safari/537.4 -Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1250.0 Iron/22.0.2150.0 Safari/537.4 -Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.1 (KHTML, like Gecko) Maxthon/3.0.8.2 Safari/533.1 -Mozilla/5.0 (Windows; U; Windows NT 6.1; rv:2.2) Gecko/20110201 -Opera/9.80 (X11; Linux i686; Ubuntu/14.10) Presto/2.12.388 Version/12.16 -Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14 -Mozilla/5.0 (Windows NT 6.0; rv:2.0) Gecko/20100101 Firefox/4.0 Opera 12.14 -Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0) Opera 12.14 -Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/7046A194A -Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.13+ (KHTML, like Gecko) Version/5.1.7 Safari/534.57.2 -Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.3 Safari/534.53.10 -Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; de-at) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1 -Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; da-dk) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36 -Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 -Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Safari/604.1.38 -Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063 -Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Safari/604.1.38 -Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko -Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36 -Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36 -Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:56.0) Gecko/20100101 Firefox/56.0 -Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0 -Mozilla/5.0 (Windows NT 10.0; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0 -Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0 -Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8 -Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:55.0) Gecko/20100101 Firefox/55.0 -Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55.0 -Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko -Mozilla/5.0 (Windows NT 6.1; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0 -Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:56.0) Gecko/20100101 Firefox/56.0 -Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 -Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0 -Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.91 Safari/537.36 -Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Safari/604.1.38 -Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36 -Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0 -Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.91 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393 -Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 -Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/600.5.17 (KHTML, like Gecko) Version/8.0.5 Safari/600.5.17 -Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55.0 -Mozilla/5.0 (X11; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0 -Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36 -Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8 -Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; Trident/5.0) -Mozilla/5.0 (Windows NT 6.1; rv:56.0) Gecko/20100101 Firefox/56.0 -Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/61.0.3163.79 Chrome/61.0.3163.79 Safari/537.36 -Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4 -Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0 -Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.79 Safari/537.36 -Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; Trident/5.0) -Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.79 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.91 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36 -Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:56.0) Gecko/20100101 Firefox/56.0 -Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 -Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.91 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0 -Mozilla/5.0 (Windows NT 6.1; rv:55.0) Gecko/20100101 Firefox/55.0 -Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:55.0) Gecko/20100101 Firefox/55.0 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0 -Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/61.0.3163.100 Chrome/61.0.3163.100 Safari/537.36 -Mozilla/5.0 (iPad; CPU OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.0 Mobile/14G60 Safari/602.1 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 -Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:56.0) Gecko/20100101 Firefox/56.0 -Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko -Mozilla/5.0 (Windows NT 6.3; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0 -Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0 -Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.78 Safari/537.36 -Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0 -Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36 OPR/48.0.2685.39 -Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0 -Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0 -Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36 OPR/48.0.2685.35 -Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0 -Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36 -Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0 -Mozilla/5.0 (X11; Linux x86_64; rv:56.0) Gecko/20100101 Firefox/56.0 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.62 Safari/537.36 -Mozilla/5.0 (X11; Linux x86_64; rv:93.0) Gecko/20100101 Firefox/93.0 -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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46 -Mozilla/5.0 (X11; CrOS x86_64 13982.82.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.157 Safari/537.36 \ No newline at end of file diff --git a/debian/okadminfinder/usr/share/okadminfinder/README.md b/debian/okadminfinder/usr/share/okadminfinder/README.md deleted file mode 100644 index 722a60d..0000000 --- a/debian/okadminfinder/usr/share/okadminfinder/README.md +++ /dev/null @@ -1,84 +0,0 @@ -![](https://gist.githubusercontent.com/mIcHyAmRaNe/0b370c808bd1a600778f6a3875e5a732/raw/35f2803c176eeb27d4eea5eac88087b0d78f0ecc/okadminfinder3-.png) - -[![GitHub license](https://img.shields.io/github/license/mIcHyAmRaNe/okadminfinder3.svg)](https://github.com/mIcHyAmRaNe/okadminfinder/blob/master/LICENSE) -![](https://img.shields.io/badge/platform-linux%20%7C%20windows%20%7C%20osx-lightgrey.svg) -[![GitHub stars](https://img.shields.io/github/stars/mIcHyAmRaNe/okadminfinder3.svg?style=social)](https://github.com/mIcHyAmRaNe/okadminfinder/stargazers) -[![Downloads](https://static.pepy.tech/badge/okadminfinder/week)](https://pepy.tech/project/okadminfinder) -[![Downloads](https://static.pepy.tech/badge/okadminfinder)](https://pepy.tech/project/okadminfinder) - -## OKadminFinder: Easy way to find [Admin panel - Directories - Subdomains] of website - -*OKadminFinder is an Apache2 Licensed utility, rewritten in **Python 3.x**, for admins/pentesters who want to find admin panel of a website. There are many other tools but not as effective and secure. Yeah, Okadminfinder has the the ability to use tor and hide your identity* - -* ## Requirements - ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/Django.svg) - ![PyPI](https://img.shields.io/pypi/v/argparse.svg?label=argparse) - ![PyPI](https://img.shields.io/pypi/v/colorama.svg?label=colorama) - ![PyPI](https://img.shields.io/pypi/v/httpx.svg?label=httpx) - ![PyPI](https://img.shields.io/pypi/v/trio.svg?label=trio) - ![PyPI](https://img.shields.io/pypi/v/tqdm.svg?label=tqdm) - * #### Linux - ```bash - ❯ sudo apt install tor - ❯ sudo service tor start - ``` - - * #### Windows - download [tor windows expert bundle](https://www.torproject.org/download/tor/) - -* ## Preview - - Watch the video - - -* ## Installation - - * #### PyPi - ```bash - # Install - ❯ pip install okadminfinder - # Update - ❯ pip install --upgrade okadminfinder - # Remove - ❯ pip uninstall okadminfinder - - - # Usage - ❯ okadminfinder -h - ``` - - * #### Git Clone - ```bash - # Download and Usage - ❯ git clone https://github.com/mIcHyAmRaNe/okadminfinder3.git - ❯ cd okadminfinder3 - ❯ chmod +x okadminfinder.py - ❯ ./okadminfinder.py -h - ``` - -## Features -- [x] Multiplatforms `(Windows/Linux/MacOS)` -- [x] Easy to install, update and even remove -- [x] More than 1000 potential admin panels -- [x] Ability to find subdomains (equivalent to fuzz.URL) -- [x] Custom wordlist (e.g: /usr/share/wordlist/sub-domains.txt) -- [x] Console works with params, like: `❯ okadminfinder -u https://example.com --proxy 127.0.0.1:8080` -- [x] Random-Agents -- [x] HTTP/HTTPS Proxies -- [x] Socks4/5 & Tor - -## Youtube videos -- [okadminfinder : PyPi version](https://youtu.be/5C9aOinwKAs/) -- [okadminfinder : admin page finder](https://youtu.be/DluCL4aA9UU/) -- [okadminfinder3 : admin page finder (update)](https://youtu.be/iJg4NJT5qkY/) -- [admin panel finder Kali Linux 2018.3](https://youtu.be/kY9KeDqY5QQ) - -## Most Blogs that shared okadminfinder -- [kitploit.com](https://www.kitploit.com/2019/04/okadminfinder3-admin-panel-finder-admin.html) -- [securityonline.info](https://securityonline.info/admin-login-page-finder/) -- [prodefence.org](https://www.prodefence.org/okadminfinder3-admin-login-page-finder/) -- [kalilinuxtutorials.com](https://kalilinuxtutorials.com/okadminfinder-admin-panel/) -- [onehack.us](https://onehack.us/t/how-to-find-website-admin-panel-using-okadminfinder-tool-easy-method/64840) -- [the-realworld.org](https://the-realworld.org/okadminfinder-finder-du-panneau-dadministration-finder-admin-page-finder) -- [crackitdown.com](https://www.crackitdown.com/2019/12/find-admin-panel-using-OkadminFinder.html) -- [securitynewspaper.com](https://www.securitynewspaper.com/2020/01/02/find-hidden-admin-page-of-any-website/) diff --git a/debian/res/okadminfinder.1 b/debian/res/okadminfinder.1 index e1fdbf7..6eee18a 100644 --- a/debian/res/okadminfinder.1 +++ b/debian/res/okadminfinder.1 @@ -47,6 +47,9 @@ Scan the target website example.com using an HTTP(S) proxy at 127.0.0.1:8080. .TP \fBokadminfinder \-u example.com \-r\fR Scan the target website example.com using a randomly selected User-Agent for each request. +.TP +\fBokadminfinder \-u example.com \-D\fR +Enable Debug mode. .SH BUGS Report bugs to https://github.com/michyamrane/okadminfinder/issues. .SH AUTHOR diff --git a/debian/rules b/debian/rules index e6ddb9f..8a05bba 100755 --- a/debian/rules +++ b/debian/rules @@ -1,21 +1,22 @@ #!/usr/bin/make -f # This file was automatically generated by stdeb 0.10.0 at -# Mon, 08 Jul 2024 00:28:22 +0200 +# Mon, 08 Jul 2024 00:28:22 +0200 and edited to use poetry %: - dh $@ --with python3 --buildsystem=python_distutils + dh $@ --with python3 --buildsystem=pybuild override_dh_auto_clean: - python3 setup.py clean -a - find . -name \*.pyc -exec rm {} \; + poetry run python -m pip uninstall -y okadminfinder + find . -name '*.pyc' -delete + dh_auto_clean override_dh_auto_build: - python3 setup.py build --force + poetry build override_dh_auto_install: - python3 setup.py install --force --root=debian/okadminfinder --no-compile -O0 --install-layout=deb --prefix=/usr - mkdir -p debian/okadminfinder/usr/share/man/man1 + poetry run pip3 install . --no-deps --force --root=debian/okadminfinder --no-compile --prefix=/usr + # poetry install --no-root --only main --no-interaction --no-ansi override_dh_installman: dh_installman debian/res/okadminfinder.1 diff --git a/okadminfinder/__init__.py b/okadminfinder/__init__.py index f1e182e..4a9bc84 100644 --- a/okadminfinder/__init__.py +++ b/okadminfinder/__init__.py @@ -1,3 +1,3 @@ __creator__ = "O.Koleda" __maintainer__ = "mIcHyAmRaNe" -__version__ = "1.1.0" +__version__ = "1.1.1" diff --git a/okadminfinder/_classes.py b/okadminfinder/_classes.py index b4074a7..79405ea 100644 --- a/okadminfinder/_classes.py +++ b/okadminfinder/_classes.py @@ -18,6 +18,7 @@ cyan = Fore.CYAN green = Fore.GREEN magenta = Fore.MAGENTA +yellow = Fore.YELLOW RESET = Fore.RESET DIM = Style.DIM NORMAL = Style.NORMAL @@ -51,6 +52,9 @@ def credit(self): green, DIM, f"\tTime needed : {(time.time() - t0):.2f}", RESET_ALL ) # noqa: E501 + def get_debug(self, value): + print(f"{yellow}{BOLD} {self} {RESET_ALL} : {value}\n") + def get_agents(self): agents_path = str(dirname(meta.__file__) + "/LinkFile/user-agent.txt") with open(agents_path, "r") as ua: @@ -59,9 +63,9 @@ def get_agents(self): agent = {"user-agent": rua.rstrip()} return agent - def get_links(dns=False, wordlist=None): + def get_links(dns=False, wordlist=None, debug=False): links = [] - + if dns and not wordlist: links_path = str(dirname(meta.__file__) + "/LinkFile/subdomains-top1million-5000.txt") elif wordlist: @@ -85,9 +89,12 @@ def get_links(dns=False, wordlist=None): else: line = f"{{}}/{line}" links.append(line.replace("\n", "")) + if debug: + okadminfinder.get_debug("LINKS: ",links) return links - def create_link(website, dns=False, wordlist=None): + def create_link(website, dns=False, wordlist=None, debug=False): + # check URL validity try: url = httpx.URL(website) reqlinks = [] @@ -98,16 +105,27 @@ def create_link(website, dns=False, wordlist=None): Valid URL: http://example.com, http://www.example.com """ ) - if url.host[0:4] == "www.": - website = url.host.replace("www.", "") - for n in okadminfinder.get_links(dns, wordlist): + + # Extract the host and port + host = url.host + if url.port: + host += f":{url.port}" + + # Handle case where the URL starts with 'www.' + if host.startswith("www."): + website = host.replace("www.", "") + for n in okadminfinder.get_links(dns, wordlist, debug): req_link = url.scheme + "://" + n.format(website) reqlinks.append(req_link.replace("\n", "")) else: - website = url.host - for n in okadminfinder.get_links(dns, wordlist): + website = host + for n in okadminfinder.get_links(dns, wordlist, debug): req_link = url.scheme + "://" + n.format(website) reqlinks.append(req_link.replace("\n", "")) + + # debug mode + if debug: + okadminfinder.get_debug("ReqLinks: ", reqlinks) return reqlinks def check_url(website, headers, proxies): @@ -155,7 +173,7 @@ def proxy(self, prox, headers): exit(0) return proxies - async def url(self, website, headers, proxies, dns=False, wordlist=None): + async def url(self, website, headers, proxies, dns=False, wordlist=None, debug=False): try: if okadminfinder.check_url(website, headers, proxies): print( @@ -170,7 +188,7 @@ async def url(self, website, headers, proxies, dns=False, wordlist=None): else: print(red, DIM, "Seems something wrong with url", RESET_ALL) exit(1) - urls = okadminfinder.create_link(website, dns, wordlist) + urls = okadminfinder.create_link(website, dns, wordlist, debug) admin_count = 0 total_count = len(urls) pbar = tqdm( @@ -205,13 +223,17 @@ async def url(self, website, headers, proxies, dns=False, wordlist=None): httpx.NetworkError, httpx.ReadTimeout, httpx.ConnectTimeout, - httpx.ProxyError, + httpx.ProxyError ): continue pbar.close() print("\n\n\t╔═══[✓]", green, BOLD, "Completed", RESET_ALL) print("\t╟───[⚛]", str(admin_count), "Pages found") print("\t╚═══[∞︎︎]", str(total_count), "Total pages scanned") + except (httpx.RemoteProtocolError): + pbar.close() + print(red, "\n\tSession Canceled: Server disconnected without sending a response.", RESET_ALL) + exit(0) except (KeyboardInterrupt): pbar.close() print(red, "\n\tSession Canceled", RESET_ALL) diff --git a/okadminfinder/okadminfinder.py b/okadminfinder/okadminfinder.py index 5a75fd9..b71db64 100644 --- a/okadminfinder/okadminfinder.py +++ b/okadminfinder/okadminfinder.py @@ -63,6 +63,13 @@ def main(): dest="rand", help="Use randomly selected User-Agent", ) + parser.add_argument( + "-D", + "--debug", + action="store_true", + default=False, + help="Debug mode" + ) if len(sys.argv) <= 1: parser.print_usage() sys.exit(2) @@ -115,12 +122,18 @@ def main(): else: proxies = None + # debug + if args.debug: + debug = args.debug + else: + debug = False + # url if args.url: website = args.url wordlist = args.wordlist dns = args.dns - trio.run(classes.url, website, headers, proxies, dns, wordlist) + trio.run(classes.url, website, headers, proxies, dns, wordlist, debug) if __name__ == "__main__": diff --git a/pyproject.toml b/pyproject.toml index 23ab97c..7225155 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "okadminfinder" -version = "1.1.0" +version = "1.1.1" description = "[Admin panel - Directories - Subdomains] finder ¢σ∂є∂ ву 👻 (❤-❤) 👻" authors = ["mIcHyAmRaNe <6m63er17c@mozmail.com>"] license = "Apache-2.0" diff --git a/setup.py b/setup.py deleted file mode 100644 index 9214a3e..0000000 --- a/setup.py +++ /dev/null @@ -1,63 +0,0 @@ -from setuptools import setup, find_packages -import os - -with open('README.md', encoding='utf-8') as f: - long_description = f.read() - -def get_files(directory, filetypes): - return [os.path.join(directory, f) for f in os.listdir(directory) if any(f.endswith(ft) for ft in filetypes)] - -setup( - name="okadminfinder", - version="1.1.0", - description="[Admin panel - Directories - Subdomains] finder ¢σ∂є∂ ву 👻 (❤-❤) 👻", - author="mIcHyAmRaNe", - author_email="6m63er17c@mozmail.com", - license="Apache-2.0", - long_description=long_description, - long_description_content_type="text/markdown", - url="https://michyamrane.github.io/tools/okadminfinder/", - project_urls={ - "Bug Tracker": "https://github.com/mIcHyAmRaNe/okadminfinder/issues", - "Repository": "https://github.com/mIcHyAmRaNe/okadminfinder", - }, - keywords=[ - "security-scanner", - "pentest-tool", - "admin-page-finder", - "okadminfinder" - ], - classifiers=[ - "Development Status :: 5 - Production/Stable", - "Programming Language :: Python :: 3", - "License :: OSI Approved :: Apache Software License", - "Operating System :: OS Independent", - "Intended Audience :: Information Technology", - "Natural Language :: English" - ], - packages=find_packages(exclude=["tests"]), - include_package_data=True, - data_files=[ - ('/usr/share/okadminfinder', ['LICENSE', 'README.md']), - ('/usr/share/okadminfinder/LinkFile', get_files('okadminfinder/LinkFile', ['txt'])), - ], - python_requires=">=3.7", - install_requires=[ - "argparse>=1.4.0", - "colorama>=0.4.6", - "httpx[socks]>=0.23.1", - "trio>=0.22.0", - "tqdm>=4.64.1" - ], - extras_require={ - "dev": [ - "pytest>=6.0.0", - "black>=22.12.0" - ] - }, - entry_points={ - "console_scripts": [ - "okadminfinder=okadminfinder.okadminfinder:main" - ] - } -)