Repository: grahamzemel/WebHeckScanner Branch: main Commit: 534afc43b2d5 Files: 737 Total size: 21.1 MB Directory structure: gitextract_3mysnl5m/ ├── .deepsource.toml ├── .github/ │ └── FUNDING.yml ├── README.md ├── nikto/ │ ├── .dockerignore │ ├── .editorconfig │ ├── .gitattributes │ ├── .github/ │ │ ├── FUNDING.yml │ │ └── ISSUE_TEMPLATE/ │ │ ├── FeatureRequest.md │ │ ├── TestRequest.md │ │ ├── bug_report.md │ │ ├── config.yml │ │ └── false_positive_negative_report.md │ ├── .gitignore │ ├── COPYING │ ├── Dockerfile │ ├── README.md │ ├── devdocs/ │ │ ├── documentation_notes.txt │ │ └── perltidyrc │ ├── documentation/ │ │ ├── config.xsl │ │ ├── doc.css │ │ ├── manpage.xml │ │ └── nikto.1 │ └── program/ │ ├── databases/ │ │ ├── db_404_strings │ │ ├── db_content_search │ │ ├── db_dictionary │ │ ├── db_dir_traversal │ │ ├── db_domino │ │ ├── db_drupal │ │ ├── db_embedded │ │ ├── db_favicon │ │ ├── db_headers │ │ ├── db_httpoptions │ │ ├── db_multiple_index │ │ ├── db_outdated │ │ ├── db_parked_strings │ │ ├── db_realms │ │ ├── db_server_msgs │ │ ├── db_tests │ │ └── db_variables │ ├── docs/ │ │ ├── nikto.1 │ │ ├── nikto.dtd │ │ ├── nikto_manual.html │ │ └── nikto_schema.sql │ ├── nikto.conf.default │ ├── nikto.pl │ ├── plugins/ │ │ ├── LW2.pm │ │ ├── nikto_apache_expect_xss.plugin │ │ ├── nikto_apacheusers.plugin │ │ ├── nikto_auth.plugin │ │ ├── nikto_cgi.plugin │ │ ├── nikto_clientaccesspolicy.plugin │ │ ├── nikto_content_search.plugin │ │ ├── nikto_cookies.plugin │ │ ├── nikto_core.plugin │ │ ├── nikto_dictionary_attack.plugin │ │ ├── nikto_dir_traversal.plugin │ │ ├── nikto_dishwasher.plugin │ │ ├── nikto_docker_registry.plugin │ │ ├── nikto_domino.plugin │ │ ├── nikto_drupal.plugin │ │ ├── nikto_embedded.plugin │ │ ├── nikto_favicon.plugin │ │ ├── nikto_fileops.plugin │ │ ├── nikto_headers.plugin │ │ ├── nikto_httpoptions.plugin │ │ ├── nikto_ms10_070.plugin │ │ ├── nikto_msgs.plugin │ │ ├── nikto_multiple_index.plugin │ │ ├── nikto_negotiate.plugin │ │ ├── nikto_origin_reflection.plugin │ │ ├── nikto_outdated.plugin │ │ ├── nikto_parked.plugin │ │ ├── nikto_paths.plugin │ │ ├── nikto_put_del_test.plugin │ │ ├── nikto_report_csv.plugin │ │ ├── nikto_report_html.plugin │ │ ├── nikto_report_json.plugin │ │ ├── nikto_report_nbe.plugin │ │ ├── nikto_report_sqlg.plugin │ │ ├── nikto_report_text.plugin │ │ ├── nikto_report_xml.plugin │ │ ├── nikto_robots.plugin │ │ ├── nikto_shellshock.plugin │ │ ├── nikto_siebel.plugin │ │ ├── nikto_sitefiles.plugin │ │ ├── nikto_ssl.plugin │ │ ├── nikto_strutshock.plugin │ │ └── nikto_tests.plugin │ ├── replay.pl │ └── templates/ │ ├── htm_close.tmpl │ ├── htm_end.tmpl │ ├── htm_host_head.tmpl │ ├── htm_host_im.tmpl │ ├── htm_host_item.tmpl │ ├── htm_start.tmpl │ ├── htm_stop.tmpl │ ├── htm_summary.tmpl │ ├── xml_close.tmpl │ ├── xml_end.tmpl │ ├── xml_host_head.tmpl │ ├── xml_host_im.tmpl │ ├── xml_host_item.tmpl │ ├── xml_start.tmpl │ └── xml_summary.tmpl ├── req_solos/ │ ├── anew │ ├── gau │ ├── gauplus │ ├── httpx │ ├── pv │ └── waybackurls ├── sqlmap/ │ ├── .gitattributes │ ├── .github/ │ │ ├── CODE_OF_CONDUCT.md │ │ ├── CONTRIBUTING.md │ │ ├── FUNDING.yml │ │ ├── ISSUE_TEMPLATE/ │ │ │ ├── bug_report.md │ │ │ └── feature_request.md │ │ └── workflows/ │ │ └── tests.yml │ ├── .gitignore │ ├── .pylintrc │ ├── LICENSE │ ├── README.md │ ├── data/ │ │ ├── html/ │ │ │ └── index.html │ │ ├── procs/ │ │ │ ├── README.txt │ │ │ ├── mssqlserver/ │ │ │ │ ├── activate_sp_oacreate.sql │ │ │ │ ├── configure_openrowset.sql │ │ │ │ ├── configure_xp_cmdshell.sql │ │ │ │ ├── create_new_xp_cmdshell.sql │ │ │ │ ├── disable_xp_cmdshell_2000.sql │ │ │ │ ├── dns_request.sql │ │ │ │ ├── enable_xp_cmdshell_2000.sql │ │ │ │ └── run_statement_as_user.sql │ │ │ ├── mysql/ │ │ │ │ ├── dns_request.sql │ │ │ │ └── write_file_limit.sql │ │ │ ├── oracle/ │ │ │ │ ├── dns_request.sql │ │ │ │ └── read_file_export_extension.sql │ │ │ └── postgresql/ │ │ │ └── dns_request.sql │ │ ├── shell/ │ │ │ ├── README.txt │ │ │ ├── backdoors/ │ │ │ │ ├── backdoor.asp_ │ │ │ │ ├── backdoor.aspx_ │ │ │ │ ├── backdoor.jsp_ │ │ │ │ └── backdoor.php_ │ │ │ └── stagers/ │ │ │ ├── stager.asp_ │ │ │ ├── stager.aspx_ │ │ │ ├── stager.jsp_ │ │ │ └── stager.php_ │ │ ├── txt/ │ │ │ ├── common-columns.txt │ │ │ ├── common-files.txt │ │ │ ├── common-outputs.txt │ │ │ ├── common-tables.txt │ │ │ ├── keywords.txt │ │ │ ├── smalldict.txt │ │ │ ├── user-agents.txt │ │ │ └── wordlist.tx_ │ │ ├── udf/ │ │ │ ├── README.txt │ │ │ ├── mysql/ │ │ │ │ ├── linux/ │ │ │ │ │ ├── 32/ │ │ │ │ │ │ └── lib_mysqludf_sys.so_ │ │ │ │ │ └── 64/ │ │ │ │ │ └── lib_mysqludf_sys.so_ │ │ │ │ └── windows/ │ │ │ │ ├── 32/ │ │ │ │ │ └── lib_mysqludf_sys.dll_ │ │ │ │ └── 64/ │ │ │ │ └── lib_mysqludf_sys.dll_ │ │ │ └── postgresql/ │ │ │ ├── linux/ │ │ │ │ ├── 32/ │ │ │ │ │ ├── 10/ │ │ │ │ │ │ └── lib_postgresqludf_sys.so_ │ │ │ │ │ ├── 11/ │ │ │ │ │ │ └── lib_postgresqludf_sys.so_ │ │ │ │ │ ├── 8.2/ │ │ │ │ │ │ └── lib_postgresqludf_sys.so_ │ │ │ │ │ ├── 8.3/ │ │ │ │ │ │ └── lib_postgresqludf_sys.so_ │ │ │ │ │ ├── 8.4/ │ │ │ │ │ │ └── lib_postgresqludf_sys.so_ │ │ │ │ │ ├── 9.0/ │ │ │ │ │ │ └── lib_postgresqludf_sys.so_ │ │ │ │ │ ├── 9.1/ │ │ │ │ │ │ └── lib_postgresqludf_sys.so_ │ │ │ │ │ ├── 9.2/ │ │ │ │ │ │ └── lib_postgresqludf_sys.so_ │ │ │ │ │ ├── 9.3/ │ │ │ │ │ │ └── lib_postgresqludf_sys.so_ │ │ │ │ │ ├── 9.4/ │ │ │ │ │ │ └── lib_postgresqludf_sys.so_ │ │ │ │ │ ├── 9.5/ │ │ │ │ │ │ └── lib_postgresqludf_sys.so_ │ │ │ │ │ └── 9.6/ │ │ │ │ │ └── lib_postgresqludf_sys.so_ │ │ │ │ └── 64/ │ │ │ │ ├── 10/ │ │ │ │ │ └── lib_postgresqludf_sys.so_ │ │ │ │ ├── 11/ │ │ │ │ │ └── lib_postgresqludf_sys.so_ │ │ │ │ ├── 12/ │ │ │ │ │ └── lib_postgresqludf_sys.so_ │ │ │ │ ├── 8.2/ │ │ │ │ │ └── lib_postgresqludf_sys.so_ │ │ │ │ ├── 8.3/ │ │ │ │ │ └── lib_postgresqludf_sys.so_ │ │ │ │ ├── 8.4/ │ │ │ │ │ └── lib_postgresqludf_sys.so_ │ │ │ │ ├── 9.0/ │ │ │ │ │ └── lib_postgresqludf_sys.so_ │ │ │ │ ├── 9.1/ │ │ │ │ │ └── lib_postgresqludf_sys.so_ │ │ │ │ ├── 9.2/ │ │ │ │ │ └── lib_postgresqludf_sys.so_ │ │ │ │ ├── 9.3/ │ │ │ │ │ └── lib_postgresqludf_sys.so_ │ │ │ │ ├── 9.4/ │ │ │ │ │ └── lib_postgresqludf_sys.so_ │ │ │ │ ├── 9.5/ │ │ │ │ │ └── lib_postgresqludf_sys.so_ │ │ │ │ └── 9.6/ │ │ │ │ └── lib_postgresqludf_sys.so_ │ │ │ └── windows/ │ │ │ └── 32/ │ │ │ ├── 8.2/ │ │ │ │ └── lib_postgresqludf_sys.dll_ │ │ │ ├── 8.3/ │ │ │ │ └── lib_postgresqludf_sys.dll_ │ │ │ ├── 8.4/ │ │ │ │ └── lib_postgresqludf_sys.dll_ │ │ │ └── 9.0/ │ │ │ └── lib_postgresqludf_sys.dll_ │ │ └── xml/ │ │ ├── banner/ │ │ │ ├── generic.xml │ │ │ ├── mssql.xml │ │ │ ├── mysql.xml │ │ │ ├── oracle.xml │ │ │ ├── postgresql.xml │ │ │ ├── server.xml │ │ │ ├── servlet-engine.xml │ │ │ ├── set-cookie.xml │ │ │ ├── sharepoint.xml │ │ │ ├── x-aspnet-version.xml │ │ │ └── x-powered-by.xml │ │ ├── boundaries.xml │ │ ├── errors.xml │ │ ├── payloads/ │ │ │ ├── boolean_blind.xml │ │ │ ├── error_based.xml │ │ │ ├── inline_query.xml │ │ │ ├── stacked_queries.xml │ │ │ ├── time_blind.xml │ │ │ └── union_query.xml │ │ └── queries.xml │ ├── doc/ │ │ ├── AUTHORS │ │ ├── CHANGELOG.md │ │ ├── THANKS.md │ │ ├── THIRD-PARTY.md │ │ └── translations/ │ │ ├── README-bg-BG.md │ │ ├── README-de-GER.md │ │ ├── README-es-MX.md │ │ ├── README-fa-IR.md │ │ ├── README-fr-FR.md │ │ ├── README-gr-GR.md │ │ ├── README-hr-HR.md │ │ ├── README-id-ID.md │ │ ├── README-it-IT.md │ │ ├── README-ja-JP.md │ │ ├── README-ka-GE.md │ │ ├── README-ko-KR.md │ │ ├── README-nl-NL.md │ │ ├── README-pl-PL.md │ │ ├── README-pt-BR.md │ │ ├── README-rs-RS.md │ │ ├── README-ru-RUS.md │ │ ├── README-tr-TR.md │ │ ├── README-uk-UA.md │ │ ├── README-vi-VN.md │ │ └── README-zh-CN.md │ ├── extra/ │ │ ├── __init__.py │ │ ├── beep/ │ │ │ ├── __init__.py │ │ │ └── beep.py │ │ ├── cloak/ │ │ │ ├── README.txt │ │ │ ├── __init__.py │ │ │ └── cloak.py │ │ ├── dbgtool/ │ │ │ ├── README.txt │ │ │ ├── __init__.py │ │ │ └── dbgtool.py │ │ ├── icmpsh/ │ │ │ ├── README.txt │ │ │ ├── __init__.py │ │ │ ├── icmpsh-m.c │ │ │ ├── icmpsh-m.pl │ │ │ ├── icmpsh-s.c │ │ │ ├── icmpsh.exe_ │ │ │ └── icmpsh_m.py │ │ ├── runcmd/ │ │ │ ├── README.txt │ │ │ ├── runcmd.exe_ │ │ │ └── src/ │ │ │ ├── README.txt │ │ │ ├── runcmd/ │ │ │ │ ├── runcmd.cpp │ │ │ │ ├── runcmd.vcproj │ │ │ │ ├── stdafx.cpp │ │ │ │ └── stdafx.h │ │ │ └── runcmd.sln │ │ ├── shellcodeexec/ │ │ │ ├── README.txt │ │ │ ├── linux/ │ │ │ │ ├── shellcodeexec.x32_ │ │ │ │ └── shellcodeexec.x64_ │ │ │ └── windows/ │ │ │ └── shellcodeexec.x32.exe_ │ │ ├── shutils/ │ │ │ ├── autocompletion.sh │ │ │ ├── blanks.sh │ │ │ ├── drei.sh │ │ │ ├── duplicates.py │ │ │ ├── junk.sh │ │ │ ├── modernize.sh │ │ │ ├── newlines.py │ │ │ ├── postcommit-hook.sh │ │ │ ├── precommit-hook.sh │ │ │ ├── pycodestyle.sh │ │ │ ├── pydiatra.sh │ │ │ ├── pyflakes.sh │ │ │ ├── pylint.sh │ │ │ ├── pypi.sh │ │ │ ├── recloak.sh │ │ │ └── strip.sh │ │ └── vulnserver/ │ │ ├── __init__.py │ │ └── vulnserver.py │ ├── lib/ │ │ ├── __init__.py │ │ ├── controller/ │ │ │ ├── __init__.py │ │ │ ├── action.py │ │ │ ├── checks.py │ │ │ ├── controller.py │ │ │ └── handler.py │ │ ├── core/ │ │ │ ├── __init__.py │ │ │ ├── agent.py │ │ │ ├── bigarray.py │ │ │ ├── common.py │ │ │ ├── compat.py │ │ │ ├── convert.py │ │ │ ├── data.py │ │ │ ├── datatype.py │ │ │ ├── decorators.py │ │ │ ├── defaults.py │ │ │ ├── dicts.py │ │ │ ├── dump.py │ │ │ ├── enums.py │ │ │ ├── exception.py │ │ │ ├── gui.py │ │ │ ├── log.py │ │ │ ├── option.py │ │ │ ├── optiondict.py │ │ │ ├── patch.py │ │ │ ├── profiling.py │ │ │ ├── readlineng.py │ │ │ ├── replication.py │ │ │ ├── revision.py │ │ │ ├── session.py │ │ │ ├── settings.py │ │ │ ├── shell.py │ │ │ ├── subprocessng.py │ │ │ ├── target.py │ │ │ ├── testing.py │ │ │ ├── threads.py │ │ │ ├── unescaper.py │ │ │ ├── update.py │ │ │ └── wordlist.py │ │ ├── parse/ │ │ │ ├── __init__.py │ │ │ ├── banner.py │ │ │ ├── cmdline.py │ │ │ ├── configfile.py │ │ │ ├── handler.py │ │ │ ├── headers.py │ │ │ ├── html.py │ │ │ ├── payloads.py │ │ │ └── sitemap.py │ │ ├── request/ │ │ │ ├── __init__.py │ │ │ ├── basic.py │ │ │ ├── basicauthhandler.py │ │ │ ├── chunkedhandler.py │ │ │ ├── comparison.py │ │ │ ├── connect.py │ │ │ ├── direct.py │ │ │ ├── dns.py │ │ │ ├── httpshandler.py │ │ │ ├── inject.py │ │ │ ├── methodrequest.py │ │ │ ├── pkihandler.py │ │ │ ├── rangehandler.py │ │ │ ├── redirecthandler.py │ │ │ └── templates.py │ │ ├── takeover/ │ │ │ ├── __init__.py │ │ │ ├── abstraction.py │ │ │ ├── icmpsh.py │ │ │ ├── metasploit.py │ │ │ ├── registry.py │ │ │ ├── udf.py │ │ │ ├── web.py │ │ │ └── xp_cmdshell.py │ │ ├── techniques/ │ │ │ ├── __init__.py │ │ │ ├── blind/ │ │ │ │ ├── __init__.py │ │ │ │ └── inference.py │ │ │ ├── dns/ │ │ │ │ ├── __init__.py │ │ │ │ ├── test.py │ │ │ │ └── use.py │ │ │ ├── error/ │ │ │ │ ├── __init__.py │ │ │ │ └── use.py │ │ │ └── union/ │ │ │ ├── __init__.py │ │ │ ├── test.py │ │ │ └── use.py │ │ └── utils/ │ │ ├── __init__.py │ │ ├── api.py │ │ ├── brute.py │ │ ├── crawler.py │ │ ├── deps.py │ │ ├── getch.py │ │ ├── har.py │ │ ├── hash.py │ │ ├── hashdb.py │ │ ├── httpd.py │ │ ├── pivotdumptable.py │ │ ├── progress.py │ │ ├── purge.py │ │ ├── safe2bin.py │ │ ├── search.py │ │ ├── sgmllib.py │ │ ├── sqlalchemy.py │ │ ├── timeout.py │ │ ├── versioncheck.py │ │ └── xrange.py │ ├── plugins/ │ │ ├── __init__.py │ │ ├── dbms/ │ │ │ ├── __init__.py │ │ │ ├── access/ │ │ │ │ ├── __init__.py │ │ │ │ ├── connector.py │ │ │ │ ├── enumeration.py │ │ │ │ ├── filesystem.py │ │ │ │ ├── fingerprint.py │ │ │ │ ├── syntax.py │ │ │ │ └── takeover.py │ │ │ ├── altibase/ │ │ │ │ ├── __init__.py │ │ │ │ ├── connector.py │ │ │ │ ├── enumeration.py │ │ │ │ ├── filesystem.py │ │ │ │ ├── fingerprint.py │ │ │ │ ├── syntax.py │ │ │ │ └── takeover.py │ │ │ ├── cache/ │ │ │ │ ├── __init__.py │ │ │ │ ├── connector.py │ │ │ │ ├── enumeration.py │ │ │ │ ├── filesystem.py │ │ │ │ ├── fingerprint.py │ │ │ │ ├── syntax.py │ │ │ │ └── takeover.py │ │ │ ├── cratedb/ │ │ │ │ ├── __init__.py │ │ │ │ ├── connector.py │ │ │ │ ├── enumeration.py │ │ │ │ ├── filesystem.py │ │ │ │ ├── fingerprint.py │ │ │ │ ├── syntax.py │ │ │ │ └── takeover.py │ │ │ ├── cubrid/ │ │ │ │ ├── __init__.py │ │ │ │ ├── connector.py │ │ │ │ ├── enumeration.py │ │ │ │ ├── filesystem.py │ │ │ │ ├── fingerprint.py │ │ │ │ ├── syntax.py │ │ │ │ └── takeover.py │ │ │ ├── db2/ │ │ │ │ ├── __init__.py │ │ │ │ ├── connector.py │ │ │ │ ├── enumeration.py │ │ │ │ ├── filesystem.py │ │ │ │ ├── fingerprint.py │ │ │ │ ├── syntax.py │ │ │ │ └── takeover.py │ │ │ ├── derby/ │ │ │ │ ├── __init__.py │ │ │ │ ├── connector.py │ │ │ │ ├── enumeration.py │ │ │ │ ├── filesystem.py │ │ │ │ ├── fingerprint.py │ │ │ │ ├── syntax.py │ │ │ │ └── takeover.py │ │ │ ├── extremedb/ │ │ │ │ ├── __init__.py │ │ │ │ ├── connector.py │ │ │ │ ├── enumeration.py │ │ │ │ ├── filesystem.py │ │ │ │ ├── fingerprint.py │ │ │ │ ├── syntax.py │ │ │ │ └── takeover.py │ │ │ ├── firebird/ │ │ │ │ ├── __init__.py │ │ │ │ ├── connector.py │ │ │ │ ├── enumeration.py │ │ │ │ ├── filesystem.py │ │ │ │ ├── fingerprint.py │ │ │ │ ├── syntax.py │ │ │ │ └── takeover.py │ │ │ ├── frontbase/ │ │ │ │ ├── __init__.py │ │ │ │ ├── connector.py │ │ │ │ ├── enumeration.py │ │ │ │ ├── filesystem.py │ │ │ │ ├── fingerprint.py │ │ │ │ ├── syntax.py │ │ │ │ └── takeover.py │ │ │ ├── h2/ │ │ │ │ ├── __init__.py │ │ │ │ ├── connector.py │ │ │ │ ├── enumeration.py │ │ │ │ ├── filesystem.py │ │ │ │ ├── fingerprint.py │ │ │ │ ├── syntax.py │ │ │ │ └── takeover.py │ │ │ ├── hsqldb/ │ │ │ │ ├── __init__.py │ │ │ │ ├── connector.py │ │ │ │ ├── enumeration.py │ │ │ │ ├── filesystem.py │ │ │ │ ├── fingerprint.py │ │ │ │ ├── syntax.py │ │ │ │ └── takeover.py │ │ │ ├── informix/ │ │ │ │ ├── __init__.py │ │ │ │ ├── connector.py │ │ │ │ ├── enumeration.py │ │ │ │ ├── filesystem.py │ │ │ │ ├── fingerprint.py │ │ │ │ ├── syntax.py │ │ │ │ └── takeover.py │ │ │ ├── maxdb/ │ │ │ │ ├── __init__.py │ │ │ │ ├── connector.py │ │ │ │ ├── enumeration.py │ │ │ │ ├── filesystem.py │ │ │ │ ├── fingerprint.py │ │ │ │ ├── syntax.py │ │ │ │ └── takeover.py │ │ │ ├── mckoi/ │ │ │ │ ├── __init__.py │ │ │ │ ├── connector.py │ │ │ │ ├── enumeration.py │ │ │ │ ├── filesystem.py │ │ │ │ ├── fingerprint.py │ │ │ │ ├── syntax.py │ │ │ │ └── takeover.py │ │ │ ├── mimersql/ │ │ │ │ ├── __init__.py │ │ │ │ ├── connector.py │ │ │ │ ├── enumeration.py │ │ │ │ ├── filesystem.py │ │ │ │ ├── fingerprint.py │ │ │ │ ├── syntax.py │ │ │ │ └── takeover.py │ │ │ ├── monetdb/ │ │ │ │ ├── __init__.py │ │ │ │ ├── connector.py │ │ │ │ ├── enumeration.py │ │ │ │ ├── filesystem.py │ │ │ │ ├── fingerprint.py │ │ │ │ ├── syntax.py │ │ │ │ └── takeover.py │ │ │ ├── mssqlserver/ │ │ │ │ ├── __init__.py │ │ │ │ ├── connector.py │ │ │ │ ├── enumeration.py │ │ │ │ ├── filesystem.py │ │ │ │ ├── fingerprint.py │ │ │ │ ├── syntax.py │ │ │ │ └── takeover.py │ │ │ ├── mysql/ │ │ │ │ ├── __init__.py │ │ │ │ ├── connector.py │ │ │ │ ├── enumeration.py │ │ │ │ ├── filesystem.py │ │ │ │ ├── fingerprint.py │ │ │ │ ├── syntax.py │ │ │ │ └── takeover.py │ │ │ ├── oracle/ │ │ │ │ ├── __init__.py │ │ │ │ ├── connector.py │ │ │ │ ├── enumeration.py │ │ │ │ ├── filesystem.py │ │ │ │ ├── fingerprint.py │ │ │ │ ├── syntax.py │ │ │ │ └── takeover.py │ │ │ ├── postgresql/ │ │ │ │ ├── __init__.py │ │ │ │ ├── connector.py │ │ │ │ ├── enumeration.py │ │ │ │ ├── filesystem.py │ │ │ │ ├── fingerprint.py │ │ │ │ ├── syntax.py │ │ │ │ └── takeover.py │ │ │ ├── presto/ │ │ │ │ ├── __init__.py │ │ │ │ ├── connector.py │ │ │ │ ├── enumeration.py │ │ │ │ ├── filesystem.py │ │ │ │ ├── fingerprint.py │ │ │ │ ├── syntax.py │ │ │ │ └── takeover.py │ │ │ ├── raima/ │ │ │ │ ├── __init__.py │ │ │ │ ├── connector.py │ │ │ │ ├── enumeration.py │ │ │ │ ├── filesystem.py │ │ │ │ ├── fingerprint.py │ │ │ │ ├── syntax.py │ │ │ │ └── takeover.py │ │ │ ├── sqlite/ │ │ │ │ ├── __init__.py │ │ │ │ ├── connector.py │ │ │ │ ├── enumeration.py │ │ │ │ ├── filesystem.py │ │ │ │ ├── fingerprint.py │ │ │ │ ├── syntax.py │ │ │ │ └── takeover.py │ │ │ ├── sybase/ │ │ │ │ ├── __init__.py │ │ │ │ ├── connector.py │ │ │ │ ├── enumeration.py │ │ │ │ ├── filesystem.py │ │ │ │ ├── fingerprint.py │ │ │ │ ├── syntax.py │ │ │ │ └── takeover.py │ │ │ ├── vertica/ │ │ │ │ ├── __init__.py │ │ │ │ ├── connector.py │ │ │ │ ├── enumeration.py │ │ │ │ ├── filesystem.py │ │ │ │ ├── fingerprint.py │ │ │ │ ├── syntax.py │ │ │ │ └── takeover.py │ │ │ └── virtuoso/ │ │ │ ├── __init__.py │ │ │ ├── connector.py │ │ │ ├── enumeration.py │ │ │ ├── filesystem.py │ │ │ ├── fingerprint.py │ │ │ ├── syntax.py │ │ │ └── takeover.py │ │ └── generic/ │ │ ├── __init__.py │ │ ├── connector.py │ │ ├── custom.py │ │ ├── databases.py │ │ ├── entries.py │ │ ├── enumeration.py │ │ ├── filesystem.py │ │ ├── fingerprint.py │ │ ├── misc.py │ │ ├── search.py │ │ ├── syntax.py │ │ ├── takeover.py │ │ └── users.py │ ├── sqlmap │ ├── sqlmap.conf │ ├── sqlmap.py │ ├── sqlmapapi.py │ ├── sqlmapapi.yaml │ ├── tamper/ │ │ ├── 0eunion.py │ │ ├── __init__.py │ │ ├── apostrophemask.py │ │ ├── apostrophenullencode.py │ │ ├── appendnullbyte.py │ │ ├── base64encode.py │ │ ├── between.py │ │ ├── binary.py │ │ ├── bluecoat.py │ │ ├── chardoubleencode.py │ │ ├── charencode.py │ │ ├── charunicodeencode.py │ │ ├── charunicodeescape.py │ │ ├── commalesslimit.py │ │ ├── commalessmid.py │ │ ├── commentbeforeparentheses.py │ │ ├── concat2concatws.py │ │ ├── dunion.py │ │ ├── equaltolike.py │ │ ├── equaltorlike.py │ │ ├── escapequotes.py │ │ ├── greatest.py │ │ ├── halfversionedmorekeywords.py │ │ ├── hex2char.py │ │ ├── htmlencode.py │ │ ├── ifnull2casewhenisnull.py │ │ ├── ifnull2ifisnull.py │ │ ├── informationschemacomment.py │ │ ├── least.py │ │ ├── lowercase.py │ │ ├── luanginx.py │ │ ├── misunion.py │ │ ├── modsecurityversioned.py │ │ ├── modsecurityzeroversioned.py │ │ ├── multiplespaces.py │ │ ├── ord2ascii.py │ │ ├── overlongutf8.py │ │ ├── overlongutf8more.py │ │ ├── percentage.py │ │ ├── plus2concat.py │ │ ├── plus2fnconcat.py │ │ ├── randomcase.py │ │ ├── randomcomments.py │ │ ├── schemasplit.py │ │ ├── sleep2getlock.py │ │ ├── sp_password.py │ │ ├── space2comment.py │ │ ├── space2dash.py │ │ ├── space2hash.py │ │ ├── space2morecomment.py │ │ ├── space2morehash.py │ │ ├── space2mssqlblank.py │ │ ├── space2mssqlhash.py │ │ ├── space2mysqlblank.py │ │ ├── space2mysqldash.py │ │ ├── space2plus.py │ │ ├── space2randomblank.py │ │ ├── substring2leftright.py │ │ ├── symboliclogical.py │ │ ├── unionalltounion.py │ │ ├── unmagicquotes.py │ │ ├── uppercase.py │ │ ├── varnish.py │ │ ├── versionedkeywords.py │ │ ├── versionedmorekeywords.py │ │ └── xforwardedfor.py │ ├── thirdparty/ │ │ ├── __init__.py │ │ ├── ansistrm/ │ │ │ ├── __init__.py │ │ │ └── ansistrm.py │ │ ├── beautifulsoup/ │ │ │ ├── __init__.py │ │ │ └── beautifulsoup.py │ │ ├── bottle/ │ │ │ ├── __init__.py │ │ │ └── bottle.py │ │ ├── chardet/ │ │ │ ├── __init__.py │ │ │ ├── big5freq.py │ │ │ ├── big5prober.py │ │ │ ├── chardistribution.py │ │ │ ├── charsetgroupprober.py │ │ │ ├── charsetprober.py │ │ │ ├── codingstatemachine.py │ │ │ ├── compat.py │ │ │ ├── cp949prober.py │ │ │ ├── enums.py │ │ │ ├── escprober.py │ │ │ ├── escsm.py │ │ │ ├── eucjpprober.py │ │ │ ├── euckrfreq.py │ │ │ ├── euckrprober.py │ │ │ ├── euctwfreq.py │ │ │ ├── euctwprober.py │ │ │ ├── gb2312freq.py │ │ │ ├── gb2312prober.py │ │ │ ├── hebrewprober.py │ │ │ ├── jisfreq.py │ │ │ ├── jpcntx.py │ │ │ ├── langbulgarianmodel.py │ │ │ ├── langcyrillicmodel.py │ │ │ ├── langgreekmodel.py │ │ │ ├── langhebrewmodel.py │ │ │ ├── langhungarianmodel.py │ │ │ ├── langthaimodel.py │ │ │ ├── langturkishmodel.py │ │ │ ├── latin1prober.py │ │ │ ├── mbcharsetprober.py │ │ │ ├── mbcsgroupprober.py │ │ │ ├── mbcssm.py │ │ │ ├── sbcharsetprober.py │ │ │ ├── sbcsgroupprober.py │ │ │ ├── sjisprober.py │ │ │ ├── universaldetector.py │ │ │ ├── utf8prober.py │ │ │ └── version.py │ │ ├── clientform/ │ │ │ ├── __init__.py │ │ │ └── clientform.py │ │ ├── colorama/ │ │ │ ├── __init__.py │ │ │ ├── ansi.py │ │ │ ├── ansitowin32.py │ │ │ ├── initialise.py │ │ │ ├── win32.py │ │ │ └── winterm.py │ │ ├── fcrypt/ │ │ │ ├── __init__.py │ │ │ └── fcrypt.py │ │ ├── identywaf/ │ │ │ ├── LICENSE │ │ │ ├── __init__.py │ │ │ ├── data.json │ │ │ └── identYwaf.py │ │ ├── keepalive/ │ │ │ ├── __init__.py │ │ │ └── keepalive.py │ │ ├── magic/ │ │ │ ├── __init__.py │ │ │ └── magic.py │ │ ├── multipart/ │ │ │ ├── __init__.py │ │ │ └── multipartpost.py │ │ ├── odict/ │ │ │ ├── __init__.py │ │ │ └── ordereddict.py │ │ ├── prettyprint/ │ │ │ ├── __init__.py │ │ │ └── prettyprint.py │ │ ├── pydes/ │ │ │ ├── __init__.py │ │ │ └── pyDes.py │ │ ├── six/ │ │ │ └── __init__.py │ │ ├── socks/ │ │ │ ├── LICENSE │ │ │ ├── __init__.py │ │ │ └── socks.py │ │ ├── termcolor/ │ │ │ ├── __init__.py │ │ │ └── termcolor.py │ │ └── wininetpton/ │ │ ├── __init__.py │ │ └── win_inet_pton.py │ └── whitePagesSql.txt └── webHeck.sh ================================================ FILE CONTENTS ================================================ ================================================ FILE: .deepsource.toml ================================================ version = 1 [[analyzers]] name = "shell" enabled = true [[analyzers]] name = "python" enabled = true [analyzers.meta] runtime_version = "3.x.x" ================================================ FILE: .github/FUNDING.yml ================================================ # These are supported funding model platforms patreon: grahamzemel # Replace with a single Patreon username ================================================ FILE: README.md ================================================ # WebHeckScanner (v2.0) Written by [Graham Zemel](https://grahamzemel.com), using Nikto, Nuclei, Sqlmap, Anew, Gau, and more! This is a Bash script designed to scan web apps for vulnerabilities using advanced tools while maintaining efficiency # Installation ### You must install and configure your directory as I have done or change the code if you have tools in your path already ``` git clone https://github.com/grahamzemel/WebHeckScanner cd WebHeckScanner ``` Make sure all tools are installed before continuing ``` chmod +x webHeck.sh sudo ./webHeck.sh -n 'folder name to store results in' -u 'any url(keep the apostrophes)' ``` Note: Upon running this command with the same -n value, or name, it will delete the previous test. If there are any permission errors running the tool files, run ```chmod +x ${toolfile}``` or ```sudo chmod +x ${toolfile}```. If there are any errors with the file system or installing, make sure the directory tree matches the one below. # Tools Utilized: ### Larger tools stored in their own folders: [Sqlmap](https://github.com/sqlmapproject/sqlmap), a tool for testing SQL injection vulnerabilities which are some of the most dangerous. [Nikto](https://github.com/sullo/nikto), a tool for scanning websites written in perl, easy to use, one of my favorites. [Nuclei](https://github.com/projectdiscovery/nuclei) is likely the most customizable tool out there for web pentesting, there's about a million different templates to scan with on Github. ### Solo files, small tools that are contained in 'req_solos/': [Anew](https://github.com/tomnomnom/anew): File I/O modification through terminal. [Gauplus](https://github.com/bp0lr/gauplus): 'Get All Urls Plus', outdated but still has useful properties. [Gau](https://github.com/lc/gau): 'Get All Urls', similar to Subdomainer but I like this tool better. [Httpx](https://github.com/projectdiscovery/httpx): Runs a bunch of probes for vulnerabilities, commonly used in combination with most of these tools. [PV](https://github.com/a-j-wood/pv): 'Pipe Viewer', used by some of these tools to print the status of a current scan/process. [WayBackUrls](https://github.com/tomnomnom/waybackurls): Neat tool that integrates the waybackmachine as a means of fetching old and possibly useful files that may contain credentials or source code. # Directory Tree Graph WebHeckScanner -README.md -webHeck.sh -nikto/ -nuclei/ --nuclei -sqlmap/ -req_solos/ --anew --gau --gauplus --httpx --pv --waybackurls ================================================ FILE: nikto/.dockerignore ================================================ .git .gitignore .gitattributes .editorconfig .github COPYING devdocs documentation README.md ================================================ FILE: nikto/.editorconfig ================================================ root = true [*] charset = utf-8 end_of_line = lf trim_trailing_whitespace = true insert_final_newline = true [*.{pl,plugin}] indent_style = space indent_size = 4 [*.{xml,tmpl}] indent_style = space indent_size = 2 ================================================ FILE: nikto/.gitattributes ================================================ * text=auto eol=lf ================================================ FILE: nikto/.github/FUNDING.yml ================================================ patreon: sullo ================================================ FILE: nikto/.github/ISSUE_TEMPLATE/FeatureRequest.md ================================================ --- name: Feature Request about: Reqeust a new feature for Nikto title: 'Feature: ' labels: 'enhancement' assignees: '' --- ### Description ### Links/Info ================================================ FILE: nikto/.github/ISSUE_TEMPLATE/TestRequest.md ================================================ --- name: New Test about: Reqeust a new test in Nikto title: 'Test Request: ' labels: 'check' assignees: '' --- ### Description ### Path ### Matching text (in response) ### Links/Info ================================================ FILE: nikto/.github/ISSUE_TEMPLATE/bug_report.md ================================================ --- name: Bug Report about: Report an issue found in Nikto title: 'Bug: ' labels: bug assignees: '' --- ### Expected behavior ### Actual behavior ### Steps to reproduce 1. 2. 3. ### Nikto version Run: ``` ./nikto.pl -Version ``` and paste the output here. ### Further technical info E.g. you can obtain Nikto debug output by running `-D D` and redirecting to a file. You may also scrub the output of hostnames and IPs by specifying `-D DS`. ================================================ FILE: nikto/.github/ISSUE_TEMPLATE/config.yml ================================================ blank_issues_enabled: false ================================================ FILE: nikto/.github/ISSUE_TEMPLATE/false_positive_negative_report.md ================================================ --- name: False positive / negative Report about: Report a false positive / negative found by Nikto title: 'False Positive/Negative: ' labels: bug assignees: '' --- ### Output of suspected false positive / negative Post any useful information like the ID of the test causing the false positive. ### Debug output Run: ``` ./nikto.pl -host targethost -Save false_positive ``` This saves all positive responses to a new `false_positive` directory. Afterwards look for the related ID of the false positive / negative and paste it below. ================================================ FILE: nikto/.gitignore ================================================ *.komodoproject /.komodotools/ /*.bbprojectd/ *.sublime-project *.sublime-workspace tags nikto.conf ================================================ FILE: nikto/COPYING ================================================ GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. ================================================ FILE: nikto/Dockerfile ================================================ FROM alpine:3.15 LABEL version="2.1.6" \ author="Author Paul Sec (https://github.com/PaulSec), Nikto User https://github.com/drwetter" \ docker_build="docker build -t sullo/nikto:2.1.6 ." \ docker_run_basic="docker run --rm sullo/nikto:2.1.6 -h http://www.example.com" \ docker_run_advanced="docker run --rm -v $(pwd):/tmp sullo/nikto:2.1.6 -h http://www.example.com -o /tmp/out.json" COPY ["program/", "/nikto"] ENV PATH=${PATH}:/nikto RUN echo 'Installing packages for Nikto.' \ && apk add --update --no-cache --virtual .build-deps \ perl \ perl-net-ssleay \ && echo 'Creating the nikto group.' \ && addgroup nikto \ && echo 'Creating the nikto user.' \ && adduser -G nikto -g "Nikto user" -s /bin/sh -D nikto \ && echo 'Changing the ownership.' \ && chown -R nikto.nikto /nikto \ && echo 'Finishing image.' USER nikto ENTRYPOINT ["nikto.pl"] ================================================ FILE: nikto/README.md ================================================ nikto ===== [![alt text](https://cirt.net/images/patreon.png "Become a patron of Nikto!")](https://www.patreon.com/sullo) Nikto web server scanner - https://cirt.net/Nikto2 Full documentation - https://github.com/sullo/nikto/wiki Run normally: ~~~ git clone https://github.com/sullo/nikto # Main script is in program/ cd nikto/program # Check out the 2.5.0 branch git checkout nikto-2.5.0 # Run using the shebang interpreter ./nikto.pl -h http://www.example.com # Run using perl (if you forget to chmod) perl nikto.pl -h http://www.example.com ~~~ Run as a Docker container: ~~~bash git clone https://github.com/sullo/nikto.git cd nikto docker build -t sullo/nikto . # Call it without arguments to display the full help docker run --rm sullo/nikto # Basic usage docker run --rm sullo/nikto -h http://www.example.com # To save the report in a specific format, mount /tmp as a volume: docker run --rm -v $(pwd):/tmp sullo/nikto -h http://www.example.com -o /tmp/out.json ~~~ Basic usage: ``` Options: -ask+ Whether to ask about submitting updates yes Ask about each (default) no Don't ask, don't send auto Don't ask, just send -Cgidirs+ Scan these CGI dirs: "none", "all", or values like "/cgi/ /cgi-a/" -config+ Use this config file -Display+ Turn on/off display outputs: 1 Show redirects 2 Show cookies received 3 Show all 200/OK responses 4 Show URLs which require authentication D Debug output E Display all HTTP errors P Print progress to STDOUT S Scrub output of IPs and hostnames V Verbose output -dbcheck Check database and other key files for syntax errors -evasion+ Encoding technique: 1 Random URI encoding (non-UTF8) 2 Directory self-reference (/./) 3 Premature URL ending 4 Prepend long random string 5 Fake parameter 6 TAB as request spacer 7 Change the case of the URL 8 Use Windows directory separator (\) A Use a carriage return (0x0d) as a request spacer B Use binary value 0x0b as a request spacer -Format+ Save file (-o) format: csv Comma-separated-value htm HTML Format msf+ Log to Metasploit nbe Nessus NBE format txt Plain text xml XML Format (if not specified the format will be taken from the file extension passed to -output) -Help Extended help information -host+ Target host -IgnoreCode Ignore Codes--treat as negative responses -id+ Host authentication to use, format is id:pass or id:pass:realm -key+ Client certificate key file -list-plugins List all available plugins, perform no testing -maxtime+ Maximum testing time per host -mutate+ Guess additional file names: 1 Test all files with all root directories 2 Guess for password file names 3 Enumerate user names via Apache (/~user type requests) 4 Enumerate user names via cgiwrap (/cgi-bin/cgiwrap/~user type requests) 5 Attempt to brute force sub-domain names, assume that the host name is the parent domain 6 Attempt to guess directory names from the supplied dictionary file -mutate-options Provide information for mutates -nointeractive Disables interactive features -nolookup Disables DNS lookups -nossl Disables the use of SSL -no404 Disables nikto attempting to guess a 404 page -output+ Write output to this file ('.' for auto-name) -Pause+ Pause between tests (seconds, integer or float) -Plugins+ List of plugins to run (default: ALL) -port+ Port to use (default 80) -RSAcert+ Client certificate file -root+ Prepend root value to all requests, format is /directory -Save Save positive responses to this directory ('.' for auto-name) -ssl Force ssl mode on port -Tuning+ Scan tuning: 1 Interesting File / Seen in logs 2 Misconfiguration / Default File 3 Information Disclosure 4 Injection (XSS/Script/HTML) 5 Remote File Retrieval - Inside Web Root 6 Denial of Service 7 Remote File Retrieval - Server Wide 8 Command Execution / Remote Shell 9 SQL Injection 0 File Upload a Authentication Bypass b Software Identification c Remote Source Inclusion x Reverse Tuning Options (i.e., include all except specified) -timeout+ Timeout for requests (default 10 seconds) -Userdbs Load only user databases, not the standard databases all Disable standard dbs and load only user dbs tests Disable only db_tests and load udb_tests -until Run until the specified time or duration -update Update databases and plugins from CIRT.net -useproxy Use the proxy defined in nikto.conf -Version Print plugin and database versions -vhost+ Virtual host (for Host header) + requires a value ``` License ======= Copyright (C) 2001 Chris Sullo This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License only. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ================================================ FILE: nikto/devdocs/documentation_notes.txt ================================================ - Files - doc.xml - Full Nikto 2 documentation as found on cirt.net doc_short.xml - Trimmed documentation as included in the Nikto source distribution manpage.xml - Man page - Editing - These file were written in DocBook format with the XML Mind editor, though any editor that can properly handle DocBook should work fine. If changes are made in one file, it is possible they should be made in both--please check! - Updates - The doc_short.xml should be exported in HTML one page with table of contents, and then committed to the Nikto 2 trunk space. The updated xml should be committed as well. Updates to the full documentation should be committed in xml format, and a notification sent to sullo@cirt.net for update to the web site. - Links - DocBook: http://www.docbook.org/ XML Mind: http://www.xmlmind.com/xmleditor/ - Commands - Manual page: xmlto man manpage.xml Single HTML: xmlto html-nochunks -m config.xsl doc.xml Paged HTML: xmlto html -m config.xsl doc.xml ================================================ FILE: nikto/devdocs/perltidyrc ================================================ # perltidy options for nikto development # copy to ~/.perltidyrc -lp -vt=2 -pt=2 -cti=3 -bar -nolq -l=100 ================================================ FILE: nikto/documentation/config.xsl ================================================ ================================================ FILE: nikto/documentation/doc.css ================================================ body { font-family: Tahoma, sans-serif; font-size: 1em; margin-left: 1em; margin-right: 1em; } .screen { font-family: monospace; font-size: 1em; display: block; padding: 10px; border: 1px solid #bbb; background-color: #ddd; color: #000; overflow: auto; margin: 0.5em 2em; } .programlisting { font-family: monospace; font-size: 1em; display: block; padding: 10px; border: 1px solid #bbb; background-color: #ddd; color: #000; overflow: auto; margin: 0.5em 2em; } div.chapter div.titlepage h2 { font-size: 2em; font-weight: bold; text-align: left; border-bottom: 1px solid black; padding-bottom: 5px; } div.section div.titlepage h2 { font-size: 1.5em; text-align: left; background-color: beige; border-bottom: 0px; padding: 4px; } @media print { div.chapter div.titlepage h2 {page-break-before: always} div.section div.titlepage h2 {page-break-before: auto} .navheader {display: hidden} } div.section div.titlepage h3 { font-family: sans-serif; font-size: 12pt; text-align: left; background-color: beige; } .note { border: 1px solid black; float: right; width: 20em; } h1 { text-align: center; } ================================================ FILE: nikto/documentation/manpage.xml ================================================ ]> &product; &product; 1 2.1.2 http://www.cirt.net/ Vulnerability Scanner nikto Scan web server for known vulnerabilities /usr/local/bin/nikto options Description &description; Options &options; Files &files; Bugs &bugs; Authors &authors; See also Nikto Homepage ================================================ FILE: nikto/documentation/nikto.1 ================================================ .\" Title: nikto .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.2 .\" Date: 02/03/2010 .\" Manual: Vulnerability Scanner .\" Source: http://cirt.net/ 2.1.1 .\" .TH "NIKTO" "1" "02/03/2010" "http://cirt\&.net/ 2\&.1" "Vulnerability Scanner" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .SH "NAME" nikto \- Scan web server for known vulnerabilities .SH "SYNOPSIS" .HP 21 \fBnikto\fR [options...] .SH "DESCRIPTION" .PP Examine a web server to find potential problems and security vulnerabilities, including: .sp .RS 4 \h'-04'\(bu\h'+03'Server and software misconfigurations .RE .sp .RS 4 \h'-04'\(bu\h'+03'Default files and programs .RE .sp .RS 4 \h'-04'\(bu\h'+03'Insecure files and programs .RE .sp .RS 4 \h'-04'\(bu\h'+03'Outdated servers and programs .RE .PP Nikto is built on LibWhisker (by RFP) and can run on any platform which has a Perl environment\&. It supports SSL, proxies, host authentication, attack encoding and more\&. It can be updated automatically from the command\-line, and supports the optional submission of updated version data back to the maintainers\&. .SH "OPTIONS" .PP Below are all of the Nikto command line options and explanations\&. A brief version of this text is available by running Nikto with the \-H (\-Help) option\&. .PP \fB\-Cgidirs\fR .RS 4 Scan these CGI directories\&. Special words "none" or "all" may be used to scan all CGI directories or none, (respectively)\&. A literal value for a CGI directory such as "/cgi\-test/" may be specified (must include trailing slash)\&. If this is option is not specified, all CGI directories listed in nikto\&.conf will be tested\&. .RE .PP \fB\-config\fR .RS 4 Specify an alternative config file to use instead of the nikto\&.conf located in the install directory\&. .RE .PP \fB\-dbcheck\fR .RS 4 Check the scan databases for syntax errors\&. .RE .PP \fB\-Display\fR .RS 4 Control the output that Nikto shows\&. See Chapter 5 for detailed information on these options\&. Use the reference number or letter to specify the type, multiple may be used: .sp 1 \- Show redirects .sp 2 \- Show cookies received .sp 3 \- Show all 200/OK responses .sp 4 \- Show URLs which require authentication .sp D \- Debug Output .sp V \- Verbose Output .RE .PP \fB\-evasion\fR .RS 4 Specify the LibWhisker encoding technique to use (see the LibWhisker docs for detailed information on these)\&. Use the reference number to specify the type, multiple may be used: .sp 1 \- Random URI encoding (non\-UTF8) .sp 2 \- Directory self\-reference (/\&./) .sp 3 \- Premature URL ending .sp 4 \- Prepend long random string .sp 5 \- Fake parameter .sp 6 \- TAB as request spacer .sp 7 \- Change the case of the URL .sp 8 \- Use Windows directory separator (\e) .sp A \- Use a carriage return (0x0d) as a request spacer .sp B \- Use binary value 0x0b as a request spacer .RE .PP \fB\-findonly\fR .RS 4 Only discover the HTTP(S) ports, do not perform a security scan\&. This will attempt to connect with HTTP or HTTPS, and report the Server header\&. .RE .PP \fB\-Format\fR .RS 4 Save the output file specified with \-o (\-output) option in this format\&. If not specified, the default will be taken from the file extension specified in the \-output option\&. Valid formats are: .sp csv \- a comma\-seperated list .sp htm \- an HTML report .sp txt \- a text report .sp xml \- an XML report .RE .PP \fB\-host\fR .RS 4 Host(s) to target\&. Can be an IP address, hostname or text file of hosts\&. A single dash (\-) maybe used for stdout\&. Can also parse nmap \-oG style output .RE .PP \fB\-Help\fR .RS 4 Display extended help information\&. .RE .PP \fB\-id\fR .RS 4 ID and password to use for host Basic host authentication\&. Format is "id:password"\&. .RE .PP \fB\-list\-plugins\fR .RS 4 Will list all plugins that Nikto can run against targets and then will exit without performing a scan\&. These can be tuned for a session using the \-plugins option\&. .sp The output format is: .sp Plugin \fIname\fR .sp \ \&\fIfull name\fR \- \fIdescription\fR .sp \ \&Written by \fIauthor\fR, Copyright (C) \fIcopyright\fR .RE .PP \fB\-mutate\fR .RS 4 Specify mutation technique\&. A mutation will cause Nikto to combine tests or attempt to guess values\&. These techniques may cause a tremendous amount of tests to be launched against the target\&. Use the reference number to specify the type, multiple may be used: .sp 1 \- Test all files with all root directories .sp 2 \- Guess for password file names .sp 3 \- Enumerate user names via Apache (/~user type requests) .sp 4 \- Enumerate user names via cgiwrap (/cgi\-bin/cgiwrap/~user type requests) .sp 5 \- Attempt to brute force sub\-domain names, assume that the host name is the parent domain .sp 6 \- Attempt to guess directory names from the supplied dictionary file .RE .PP \fB\-mutate\-options\fR .RS 4 Provide extra information for mutates, e\&.g\&. a dictionary file .RE .PP \fB\-nointeractive\fR .RS 4 Disable interactive features\&. .RE .PP \fB\-nolookup\fR .RS 4 Do not perform name lookups on IP addresses\&. .RE .PP \fB\-nossl\fR .RS 4 Do not use SSL to connect to the server\&. .RE .PP \fB\-no404\fR .RS 4 Disable 404 (file not found) checking\&. This will reduce the total number of requests made to the webserver and may be preferable when checking a server over a slow link, or an embedded device\&. This will generally lead to more false positives being discovered\&. .RE .PP \fB\-output\fR .RS 4 Write output to the file specified\&. The format used will be taken from the file extension\&. This can be over\-riden by using the \-Format option (e\&.g\&. to write text files with a different extension\&. Existing files will have new information appended\&. .RE .PP \fB\-plugins\fR .RS 4 Select which plugins will be run on the specified targets\&. A comma separated list should be provided which lists the names of the plugins\&. The names can be found by using \-list\-plugins\&. .sp There are two special entries: ALL, which specifies all plugins shall be run and NONE, which specifies no plugins shall be run\&. The default is ALL .RE .PP \fB\-port\fR .RS 4 TCP port(s) to target\&. To test more than one port on the same host, specify the list of ports in the \-p (\-port) option\&. Ports can be specified as a range (i\&.e\&., 80\-90), or as a comma\-delimited list, (i\&.e\&., 80,88,90)\&. If not specified, port 80 is used\&. .RE .PP \fB\-Pause\fR .RS 4 Seconds (integer or floating point) to delay between each test\&. .RE .PP \fB\-root\fR .RS 4 Prepend the value specified to the beginning of every request\&. This is useful to test applications or web servers which have all of their files under a certain directory\&. .RE .PP \fB\-ssl\fR .RS 4 Only test SSL on the ports specified\&. Using this option will dramatically speed up requests to HTTPS ports, since otherwise the HTTP request will have to timeout first\&. .RE .PP \fB\-Single\fR .RS 4 Perform a single request to a target server\&. Nikto will prompt for all options which can be specified, and then report the detailed output\&. See Chapter 5 for detailed information\&. .RE .PP \fB\-timeout\fR .RS 4 Seconds to wait before timing out a request\&. Default timeout is 10 seconds\&. .RE .PP \fB\-Tuning\fR .RS 4 Tuning options will control the test that Nikto will use against a target\&. By default, if any options are specified, only those tests will be performed\&. If the "x" option is used, it will reverse the logic and exclude only those tests\&. Use the reference number or letter to specify the type, multiple may be used: .sp 0 \- File Upload .sp 1 \- Interesting File / Seen in logs .sp 2 \- Misconfiguration / Default File .sp 3 \- Information Disclosure .sp 4 \- Injection (XSS/Script/HTML) .sp 5 \- Remote File Retrieval \- Inside Web Root .sp 6 \- Denial of Service .sp 7 \- Remote File Retrieval \- Server Wide .sp 8 \- Command Execution / Remote Shell .sp 9 \- SQL Injection .sp a \- Authentication Bypass .sp b \- Software Identification .sp c \- Remote Source Inclusion .sp x \- Reverse Tuning Options (i\&.e\&., include all except specified) .sp The given string will be parsed from left to right, any x characters will apply to all characters to the right of the character\&. .RE .PP \fB\-useproxy\fR .RS 4 Use the HTTP proxy defined in the configuration file, or given as argument in the format http://server:port\&. .RE .PP \fB\-update\fR .RS 4 Update the plugins and databases directly from cirt\&.net\&. .RE .PP \fB\-Version\fR .RS 4 Display the Nikto software, plugin and database versions\&. .RE .PP \fB\-vhost\fR .RS 4 Specify the Host header to be sent to the target\&. .RE .SH "FILES" .PP \fInikto\&.conf\fR .RS 4 The Nikto configuration file\&. This sets Nikto\'s global options\&. Several nikto\&.conf files may exist and are parsed in the below order\&. As each configuration file is loaded is supersedes any previously set configuration: .sp .RS 4 \h'-04'\(bu\h'+03'System wide (e\&.g\&. /etc/nikto\&.conf) .RE .sp .RS 4 \h'-04'\(bu\h'+03'Home directory (e\&.g\&. $HOME/nikto\&.conf) .RE .sp .RS 4 \h'-04'\(bu\h'+03'Current directory (e\&.g\&. \&./nikto\&.conf) .RE .RE .PP \fI${NIKTO_DIR}/plugins/db*\fR .RS 4 db files are the databases that nikto uses to check for vulnerabilities and issues within the web server\&. .RE .PP \fI${NIKTO_DIR}/plugins/*\&.plugin\fR .RS 4 All nikto\'s plugins exist here\&. Nikto itself is just a wrapper script to manage CLI and pass through to the plugins\&. .RE .PP \fI${NIKTO_DIR}/templates\fR .RS 4 Contains the templates for nikto\'s output formats\&. .RE .SH "BUGS" .PP The current features are not supported: .sp .RS 4 \h'-04'\(bu\h'+03'SOCKS Proxies .RE .SH "AUTHORS" .PP Nikto is written and maintained by Chris Sullo and David Lodge\&. See the main documentation for other contributors\&. .PP All code is Copyright CIRT, Inc., except LibWhisker which is Copyright (c) 2009, Jeff Forristal (wiretrip.net)\&. Other portions of code may be (C) as specified\&. .SH "SEE ALSO" .PP \fINikto Homepage\fR\&[1] .SH "NOTES" .IP " 1." 4 Nikto Homepage .RS 4 \%http://cirt.net/ .RE ================================================ FILE: nikto/program/databases/db_404_strings ================================================ #VERSION,2.003 ####################################################################### # File Source: https://cirt.net # (c) 2001 Chris Sullo, All Rights Reserved. # This file may only be distributed and used with the full Nikto package. # This file may not be used with any software product without written permission from # Chris Sullo (csullo@gmail.com) # # Note: # By submitting updates to this file you are transferring any and all copyright # interest in the data to Chris Sullo so it can modified, incorporated into this product # relicensed or reused. ####################################################################### # Notes: # Strings to be used for 404 content match ####################################################################### Access Failed an error Bad Request Client Authentication Remote Service could not find error has occurred Error 404 Error Occurred While Processing Request Error processing SSI file ExtendNet DX Configuration FireWall-1 message forcelogon.htm IMail Server Web Messaging Management Console name=qt id="search" size=40 value=" " No web site is configured at this address not found parameter is incorrect # IIS 5.0 500 error Please identify yourself: Reload acp_userinfo database RSA SecurID User Name Request The userid or password that was specified is not valid. # Tivoli server administrator TYPE=password # As in "" Unable to complete your request unable to open Web access denied Hack Attempts does not exist # SAP NetWeaver Wrong URL. # Cisco SSL VPN page may no longer exist page no longer exist Your session has expired # cPanel webmail no longer available Request Rejected More about this error # MS Lync 2010 No target SAP system for request # SAP web server no valid destination server available for # SAP web server unauthorized public IP address # BigIP Invalid URL # AkamaiGhost ================================================ FILE: nikto/program/databases/db_content_search ================================================ #VERSION,2.000 ####################################################################### # File Source: https://cirt.net # (c) 2001 Chris Sullo, All Rights Reserved. # This file may only be distributed and used with the full Nikto package. # This file may not be used with any software product without written permission from # Chris Sullo (csullo@gmail.com) # # Note: # By submitting updates to this file you are transferring any and all copyright # interest in the data to Chris Sullo so it can modified, incorporated into this product # relicensed or reused. ####################################################################### # Notes: # These can be regular expressions, but will be eval'd case insensitive. # Since these are run after every page retrieved, we should try to keep these as fast # regular expressions as possible, and limited to only critical findings. ####################################################################### "nikto_id","osvdb","matchstring","message" "750500","3268","[iI]ndex [oO]f \/","Directory indexing found." "750501","0","Warning(?:<\/b>)?:\s+(?:include|require)(?:_once)?\(","PHP include error may indicate local or remote file inclusion is possible." "750502","0","failed to open stream: No such file or directory in (?:)?(?:[a-zA-Z]:\\|\/)","PHP include error reveals the full path to the web root." "750503","0","mysql_p?connect\(","Potential PHP MySQL database connection string found." "750504","0","pgp_p?connect\(","Potential PHP PostgreSQL database connection string found." "750505","0","sqlite_p?open\(","Potential PHP SQLite database connection string found." "750506","0","mssql_p?connect\(","Potential PHP MSSQL database connection string found." "750507","0","Call to undefined function.*\(\) in \/","PHP error reveals file system path." "750508","36099","FrameworkLog.xsl\"\\?>.*(?:[0-2]|3\.(?:[0-5]|6\.0\.(?:[0-4]|5(?:[0-3]|4[0-5]))))","McAfee Common Management Agent 3.6.0.546 and below contain multiple overflows." "750509","0","However, we found documents with names similar to the one you requested","The mod_speling module can reveal otherwise 'hidden' files in directories." "750510","0","makes use of the Zend Scripting Language","Output from the phpinfo() function was found." "750511","0","SQLSTATE\[","A database error may reveal internal details about the running database." "750512","0","jetty-dir.css\" REL=\"stylesheet\" TYPE=\"text/css\"\/>Directory: \/","Directory indexing found (Jetty)." "750513","0","404-server!!","This string is associated with the 'meuhy.php' backdoor file uploader/downloader." "750514","0","Brazilians Defacers","This string is associated with pages tagged by HackerBrasilll group." "750515","0","HackerBrasilll","This string is associated with pages tagged by HackerBrasilll group." "750516","0","plain HTTP to an SSL","You appear to be scanning an HTTPS site with HTTP. This won't work as you expect.." "750517","0","plain HTTP request was sent to HTTPS","You appear to be scanning an HTTPS site with HTTP. This won't work as you expect." "750518","0","password e-?mailed","Possible cleartext emailing of stored password." "750519","0","[T]omcat\s[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}","The detailed Tomcat version is disclosed in error pages." ================================================ FILE: nikto/program/databases/db_dictionary ================================================ #VERSION,1.0 ####################################################################### # File Source: https://cirt.net # (c) 2001 Chris Sullo, All Rights Reserved. # This file may only be distributed and used with the full Nikto package. # This file may not be used with any software product without written permission from # Chris Sullo (csullo@gmail.com) # # Note: # By submitting updates to this file you are transferring any and all copyright # interest in the data to Chris Sullo so it can modified, incorporated into this product # relicensed or reused. ####################################################################### # Notes: ####################################################################### ADM ADMIN AggreSpy AppsLocalLogin AppsLogin BUILD CMS CVS DB DMSDump Documents Entries FCKeditor JMXSoapAdapter LICENSE MANIFEST.MF META-INF Makefile OA OAErrorDetailPage OA_HTML Program README Readme Recycled Root SQL SUNWmc SiteScope SiteServer Spy TEMP TMP TODO Thumbs.db WEB-INF WS_FTP XXX _ _adm _admin _common _conf _files _include _js _mem_bin _old _pages _private _res _source _src _test _vti_bin _vti_cnf _vti_pvt _vti_txt _www a aa aaa abc abc123 abcd abcd1234 about access access-log access-log.1 access.1 access_log access_log.1 accessibility account accounting accounts action actions active activex ad adclick add addpost addressbook adm admin admin_ adodb ads adv advanced advertise advertising affiliate affiliates agenda agent agents ajax album albums alert alerts alias aliases all alpha alumni amazon analog android announcement announcements anon anonymous ansi apac apache apexec api apis app appeal appeals append appl apple appliation applications apps apr arch archive archives array art article articles artwork ascii asdf asset assets atlassian atom attach attachment attachments attachs attic auction audio audit audits auth author authorized_keys authors auto automatic automation avatar avatars award awards awl awstats b b2b b2c back backdoor backend backup backups bandwidth bank banks banner banners bar base bash basic basket baskets batch baz bb bb-hist bb-histlog bboard bbs beans beehive benefits beta bfc big bigip bill billing binaries binary bins bio bios biz bkup blah blank blog blogger bloggers blogs board bofh book books boot bottom broken broker browse browser bs bsd bugs build buildr bulk bullet business button buttons buy buynow bypass ca cache cal calendar camel car card cards career careers cars cart carts cat catalog catalogs catalyst categories category catinfo cats ccbill cd cerificate cert certificate certificates certs cf cfcache cfdocs cfide cfusion cgi-bin cgi-bin2 cgi-home cgi-local cgi-pub cgi-script cgi-shl cgi-sys cgi-web cgi-win cgibin cgiwrap cgm-web change changed changes charge charges chat chats checkout child children chrome cisco cisweb citrix cl claim claims classes classified classifieds clear click clicks client clientaccesspolicy clients close closed closing club cluster clusters cmd cms cnf cnt cocoon code codec codecs codes cognos coldfusion columns com comment comments commerce commercial common communicator community compact company complaint complaints compliance component components compressed computer computers computing conference conferences configs console consumer contact contacts content contents contest contract contracts control controller controlpanel cookie cookies copies copy copyright core corp corpo corporate corrections count counter counters counts course courses cover cpadmin cpanel cr crack crash crashes create credits crm cron crons crontab crontabs crossdomain crypt crypto css current custom custom-log custom_log customer customers cute cv cxf czcmdcvt d daemon daily dana-na data database databases date day db_connect dba dbase dbman dbmodules dbutil dc dcforum de dealer debug decl declaration declarations decode decrypt decrypted decryption def default defaults definition definitions del delete deleted demo demos denied deny design desktop desktops detail details dev devel developer developers development device devices devs df dialog dialogs diff diffs digest digg dir directories directory dirs disabled disclaimer display django dl dm dm-config dms dms0 dns docebo dock docroot docs document documentation documents domain domains donate down download downloader downloads drop dropped drupal dummy dumps dvd dwr dynamic e e2fs ear ecommerce edge edit editor edits edp edu education ee effort efforts egress ejb element elements em email emails embed embedded emea employees employment empty emu emulator en en_US enc encode encrypt encrypted encyption eng engine english enterprise entertainment entries entry env environ environment error error-log error_log errors es esale esales etc europe event events evil evt ews ex example examples excalibur exchange exec explorer export ext ext2 extern external extras ezshopper f face faces faculty fail failure family faq faqs favorite favorites fcgi-bin feature features feed feedback feeds felix fetch field fields file fileadmin files filez finance financial find finger firefox firewall first fixed flags flash flow flows flv fn folder folders font fonts foo footer footers form formatting formmail forms forrest fortune forum forum1 forum2 forumdisplay forums forward foto foundation fr frame frames framework free freebsd friend friends frob frontend fs ftp fuck fuckoff fuckyou full fun func funcs function functions fusion fw g gadget gadgets galleries gallery game games ganglia garbage gateway gb geeklog general geronimo get getaccess getjobid gfx gid gitweb glimpse global globals glossary go goaway google government gprs grant grants graphics group groupcp groups gsm guest guestbook guests guide guides gump gwt h hack hacker hacking hackme hadoop hardcore hardware harmony head header headers health hello help helper helpers hi hidden hide high hipaa history hit hits hole home homepage hop horde hosting hosts hour hourly howto hp hr hta htbin htdoc htdocs htpasswd http httpd https httpuser hu hyper i ia ibm icat icon icons id idea ideas ids ie iframe ig ignore iisadmin iisadmpwd iissamples image imagefolio images imgs imp import important in inbound incl include includes incoming incubator index index1 index2 index_1 index_2 inetpub inetsrv inf info information ingress init inline input inquire inquiries inquiry insert install int interim intermediate internal international internet intl intranet intro ip ipc iphone ips irc is isapi iso issues it item j j2ee j2me jakarta java-plugin javadoc javascript javax jboss jdbc jigsaw jira jj jmx-console job jobs joe john join joomla journal jp jpa jre jrun json jsso jsx juniper junk jvm k kboard keep kernel keygen keys kids kill known_hosts l labs lang large law layout layouts ldap leader leaders left legacy legal lenya letters level lg library libs license licenses limit line link links linux list listinfo lists live lo loader loading loc local location lock locked log4j logfile logger logging login logins logo logoff logon logos logout logs lost lost+found low ls lucene m mac mail mailer mailing mailman mails main mambo manage management manager manual manuals map maps mark marketing master master.passwd match matrix maven mbox me media medium mem member members membership memory menu message messages messaging microsoft migrate migration mina mini minute mirror mirrors misc mission mix mlist mms mobi mobile mock mod modify mods module modules mojo money monitoring month monthly more motd move movie movies mp mp3 mp3s ms ms-sql msadc msadm msie msql mssql mta multimedia music mx my myadmin myfaces myphpnuke mysql mysqld n nav navigation nc net netbsd netcat nethome nets network networking new news newsletter newsletters newticket next nfs nice nl nobody node none note notes notification notifications notified notifier notify ns nuke nul null oa_servlets oauth obdc obsolete obsoleted odbc ode oem ofbiz office onbound online op open openbsd opendir openejb openjpa opera operations opinion oprocmgr-status opt option options oracle oracle.xml.xsql.XSQLServlet order ordered orders org osc oscommerce other outgoing outline output outreach overview owa ows ows-bin p p2p pack packages page page1 page2 page_1 page_2 pages paid panel paper papers parse partner partners party pass passwd password passwords past patch patches payment payments paypal pbo pc pci pda pdfs pear peek pending people perf performance perl personal pg phf phone phones phorum photo photos phpBB phpBB2 phpEventCalendar phpMyAdmin phpbb phpmyadmin phpnuke phps pic pics pictures pii ping pipe pipermail piranha pivot pix pixel pkg pkgs plain play player playing playlist pls plugin plugins pm poc poi policies policy politics poll polls pool pop pop3 popup porn port portal portals portfolio pos post posted postgres postgresql postnuke postpaid posts pr pr0n premium prepaid presentation presentations preserve press preview previews previous pricing print printenv printer printers priv privacy private pro problems proc procedures prod product product_info production products profile profiles profiling program programming programs project projects promo prop properties property props prot protect protected protection proto proxies proxy prv ps psql pt pub public publication publications pubs pull purchase purchases purchasing push pw pwd python q qotd qpid queries query queue queues quote quotes r radio random rdf read readme realestate receive received recharge record recorded recorder records recovery recycle recycled redir redirect reference reg register registered registration registrations release releases remind reminder remote remove removed render rendered rep repl replica replicas replicate replicated replication replicator reply report reporting reports reprints req reqs request requests requisition requisitions res research resin resize resource resources rest restore restored restricted results retail reverse reversed revert reverted review reviews right roam roaming robot robots roller room root rpc ru rule rules run rwservlet s sale sales sam samba saml sample samples sav saved saves sbin scan scanned scans sched schedule scheduled scheduling schema science screen screens screenshot screenshots script scriptlet scriptlets scripts sdk se search sec second secret section sections secure secured security seed select sell send sendmail sendto sent serial serv serve server server-info server-status servers service services servlet servlets session sessions setting settings setup shadow share shared shares shell ship shipped shipping shop shopper shopping shops shoutbox show show_post show_thread showcat showenv showjobs showmap showmsg showpost showthread sign signed signer signin signing signoff signon signout signup simple sink site site-map site_map sitemap sites skel skin skins skip sl sling sm small smile smiles sms smtp snoop soap soaprouter soft software solaris sold solution solutions source sources soutbox sox sp space spacer spam special specials sponsor sponsors spool sport sports sqlnet squirrel squirrelmail src srv ss ssh ssi ssl sslvpn ssn sso staff staging standalone standard standards star start stat statement statements static staticpages statistic statistics stats status stock storage store stored stories story strut struts student students stuff style styles submissions submit subscribe subscribed subscriber subscribers subscription subscriptions success suite suites sun sunos super support surf survey surveys sws synapse sync synced sys sysmanager system systems sysuser t tag tags tape tapes tapestry tb tcl team tech technical technology tel tele templ template templates terms test-cgi test-env test1 test123 test1234 test2 test3 testimonial testimonials testing tests texis text texts theme themes thread threads thumb thumbnail thumbnails thumbs tickets tiki tiles tip tips title tls tmpl tmps tn toc todo toggle tomcat tool toolbar toolkit tools top topic topics torrent torrents tos tour tpl tpv tr traceroute trace traces track trackback tracker trackers tracking tracks traffic trailer trailers training trans transparent transport trash travel treasury tree trees trial trunk tsweb tt turbine tuscany tutorial tutorials tv tweak type typo3 typo3conf u ubb uds uk umts union unix unlock unreg unregister unsubscribe up upd update updated updater updates upfile upfiles upload uploader uploads url urls us usa usage user userlog users usr util utilities utility utils v v1 v2 var vault vector velocity vendor ver ver1 ver2 version vfs video videos view view-source viewcvs viewforum viewonline views viewsource viewsvn viewtopic viewvc virtual vm voip vol vote voter votes vpn vuln w w3 w3c wa wap war warez way-board wbboard wc weather web web-beans web-console webaccess webadmin webagent webalizer webapp webb webbbs webboard webcalendar webcart webcasts webcgi webchat webdata webdav webdb weblog weblogic weblogs webmail webplus webshop website websphere websql webstats websvn webwork week weekly welcome whitepapers whois whosonline wicket wiki win win32 windows winnt wireless wml word wordpress work working world wp wp-content wp-dbmanager wp-includes wp-login wp-syntax wrap ws ws-client ws_ftp wtai www www-sql www1 www2 www3 wwwboard wwwroot wwwstats wwwthreads wwwuser wysiwyg x xalan xerces xhtml xmlrpc xslt xsql xxx xyzzy y yahoo year yearly youtube yt z zboard zencart zend zero zipfiles zips zoom zope zorum ================================================ FILE: nikto/program/databases/db_dir_traversal ================================================ #VERSION,2.1.6 ####################################################################### # File Source: https://cirt.net # (c) 2001 Chris Sullo, All Rights Reserved. # This file may only be distributed and used with the full Nikto package. # This file may not be used with any software product without written permission from # Chris Sullo (csullo@gmail.com) # # Note: # By submitting updates to this file you are transferring any and all copyright # interest in the data to Chris Sullo so it can modified, incorporated into this product # relicensed or reused. # ####################################################################### # Notes: # NiktoDB 1.0 # Use @TRAVALL, @TRAVLIN or @TRAVWIN as a placeholder where nikto # should insert the file to check. # @TRAVLIN: /etc/passwd # @TRAVWIN: boot.ini winnt/win.ini windows/win.ini # @TRAVALL: All of the above ####################################################################### "nikto_id","osvdb_id","file","description" "521000","54058","typo3/dev/translations.php?ONLY=%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/@TRAVALL%00","TYPO3 allows any file to be retrieved remotely. Upgrade to the latest version." ================================================ FILE: nikto/program/databases/db_domino ================================================ #VERSION,2.1.6 ####################################################################### # File Source: https://cirt.net # (c) 2001 Chris Sullo, All Rights Reserved. # This file may only be distributed and used with the full Nikto package. # This file may not be used with any software product without written permission from # Chris Sullo (csullo@gmail.com) # # Note: # By submitting updates to this file you are transferring any and all copyright # interest in the data to Chris Sullo so it can modified, incorporated into this product # relicensed or reused. # ####################################################################### # Notes: # NiktoDB 1.0 # nikto_id 520011 had a pattern "DB Analysis" in the old db_tests entry ####################################################################### "nikto_id","file","description" "520001","/catalog.nsf","A list of server databases can be retrieved, as well as a list of ACLs." "520002","/cersvr.nsf","Server certificate data can be accessed remotely." "520003","/domlog.nsf","The domain server logs can be accessed remotely." "520004","/events4.nsf","The events log can be accessed remotely." "520005","/log.nsf","The server log is remotely accessible." "520006","/names.nsf","User names and groups can be accessed remotely (possibly password hashes as well)" "520007","/hidden.nsf","This database can be read without authentication. Common database name." "520008","/setup.nsf","The server can be configured remotely, or current setup can be downloaded." "520009","/statrep.nsf","Any reports generated by the admins can be retrieved." "520010","/webadmin.nsf","The server admin database can be accessed remotely." "520011","/dba4.nsf","This Lotus Domino page contains database views that disclose sensitive information." "520012","/account.nsf","This database can be read without authentication, which may reveal sensitive information." "520013","/accounts.nsf","This database can be read without authentication, which may reveal sensitive information." "520014","/admin.nsf","This database can be read without authentication, which may reveal sensitive information." "520015","/admin4.nsf","This database can be read without authentication, which may reveal sensitive information." "520016","/admin5.nsf","This database can be read without authentication, which may reveal sensitive information." "520017","/agentrunner.nsf","This database can be read without authentication, which may reveal sensitive information." "520018","/alog.nsf","This database can be read without authentication, which may reveal sensitive information." "520019","/archive/a_domlog.nsf","This database can be read without authentication, which may reveal sensitive information." "520020","/archive/l_domlog.nsf","This database can be read without authentication, which may reveal sensitive information." "520021","/a_domlog.nsf","This database can be read without authentication, which may reveal sensitive information." "520022","/billing.nsf","This database can be read without authentication, which may reveal sensitive information." "520023","/bookmark.nsf","This database can be read without authentication, which may reveal sensitive information." "520024","/books.nsf","This database can be read without authentication, which may reveal sensitive information." "520025","/busytime.nsf","This database can be read without authentication, which may reveal sensitive information." "520026","/calendar.nsf","This database can be read without authentication, which may reveal sensitive information." "520027","/certa.nsf","This database can be read without authentication, which may reveal sensitive information." "520028","/certlog.nsf","This database can be read without authentication, which may reveal sensitive information." "520029","/certsrv.nsf","This database can be read without authentication, which may reveal sensitive information." "520030","/chatlog.nsf","This database can be read without authentication, which may reveal sensitive information." "520031","/clbusy.nsf","This database can be read without authentication, which may reveal sensitive information." "520032","/cldbdir.nsf","This database can be read without authentication, which may reveal sensitive information." "520033","/clusta4.nsf","This database can be read without authentication, which may reveal sensitive information." "520034","/collect4.nsf","This database can be read without authentication, which may reveal sensitive information." "520035","/cpa.nsf","This database can be read without authentication, which may reveal sensitive information." "520036","/customerdata.nsf","This database can be read without authentication, which may reveal sensitive information." "520037","/da.nsf","This database can be read without authentication, which may reveal sensitive information." "520038","/database.nsf","This database can be read without authentication, which may reveal sensitive information." "520039","/db.nsf","This database can be read without authentication, which may reveal sensitive information." "520040","/dclf.nsf","This database can be read without authentication, which may reveal sensitive information." "520041","/DEASAppDesign.nsf","This database can be read without authentication, which may reveal sensitive information." "520042","/DEASLog.nsf","This database can be read without authentication, which may reveal sensitive information." "520043","/DEASLog01.nsf","This database can be read without authentication, which may reveal sensitive information." "520044","/DEASLog02.nsf","This database can be read without authentication, which may reveal sensitive information." "520045","/DEASLog03.nsf","This database can be read without authentication, which may reveal sensitive information." "520046","/DEASLog04.nsf","This database can be read without authentication, which may reveal sensitive information." "520047","/DEASLog05.nsf","This database can be read without authentication, which may reveal sensitive information." "520048","/decsadm.nsf","This database can be read without authentication, which may reveal sensitive information." "520049","/decsdoc.nsf","This database can be read without authentication, which may reveal sensitive information." "520050","/decslog.nsf","This database can be read without authentication, which may reveal sensitive information." "520051","/DEESAdmin.nsf","This database can be read without authentication, which may reveal sensitive information." "520052","/default.nsf","This database can be read without authentication, which may reveal sensitive information." "520053","/dirassist.nsf","This database can be read without authentication, which may reveal sensitive information." "520054","/doladmin.nsf","This database can be read without authentication, which may reveal sensitive information." "520055","/dols_help.nsf","This database can be read without authentication, which may reveal sensitive information." "520056","/domadmin.nsf","This database can be read without authentication, which may reveal sensitive information." "520057","/domcfg.nsf","This database can be read without authentication, which may reveal sensitive information." "520058","/event.nsf","This database can be read without authentication, which may reveal sensitive information." "520059","/events.nsf","This database can be read without authentication, which may reveal sensitive information." "520060","/events5.nsf","This database can be read without authentication, which may reveal sensitive information." "520061","/group.nsf","This database can be read without authentication, which may reveal sensitive information." "520062","/groups.nsf","This database can be read without authentication, which may reveal sensitive information." "520063","/help5_admin.nsf","This database can be read without authentication, which may reveal sensitive information." "520064","/help5_client.nsf","This database can be read without authentication, which may reveal sensitive information." "520065","/help5_designer.nsf","This database can be read without authentication, which may reveal sensitive information." "520066","/homepage.nsf","This database can be read without authentication, which may reveal sensitive information." "520067","/iNotes/Forms5.nsf","This database can be read without authentication, which may reveal sensitive information." "520068","/jotter.nsf","This database can be read without authentication, which may reveal sensitive information." "520069","/kbccv11.nsf","This database can be read without authentication, which may reveal sensitive information." "520070","/kbnv11.nsf","This database can be read without authentication, which may reveal sensitive information." "520071","/kbssvv11.nsf","This database can be read without authentication, which may reveal sensitive information." "520072","/lcon.nsf","This database can be read without authentication, which may reveal sensitive information." "520073","/ldap.nsf","This database can be read without authentication, which may reveal sensitive information." "520074","/leiadm.nsf","This database can be read without authentication, which may reveal sensitive information." "520075","/leilog.nsf","This database can be read without authentication, which may reveal sensitive information." "520076","/leivlt.nsf","This database can be read without authentication, which may reveal sensitive information." "520077","/log4a.nsf","This database can be read without authentication, which may reveal sensitive information." "520078","/lsxlc.nsf","This database can be read without authentication, which may reveal sensitive information." "520079","/l_domlog.nsf","This database can be read without authentication, which may reveal sensitive information." "520080","/mab.nsf","This database can be read without authentication, which may reveal sensitive information." "520081","/mail/adminisist.nsf","This database can be read without authentication, which may reveal sensitive information." "520082","/mailw46.nsf","This database can be read without authentication, which may reveal sensitive information." "520083","/msdwda.nsf","This database can be read without authentication, which may reveal sensitive information." "520084","/mtatbls.nsf","This database can be read without authentication, which may reveal sensitive information." "520085","/mtdata/mtstore.nsf","This database can be read without authentication, which may reveal sensitive information." "520086","/mtstore.nsf","This database can be read without authentication, which may reveal sensitive information." "520087","/nntp/nd000000.nsf","This database can be read without authentication, which may reveal sensitive information." "520088","/nntp/nd000001.nsf","This database can be read without authentication, which may reveal sensitive information." "520089","/nntp/nd000002.nsf","This database can be read without authentication, which may reveal sensitive information." "520090","/nntp/nd000003.nsf","This database can be read without authentication, which may reveal sensitive information." "520091","/nntp/nd000004.nsf","This database can be read without authentication, which may reveal sensitive information." "520092","/nntppost.nsf","This database can be read without authentication, which may reveal sensitive information." "520093","/notes.nsf","This database can be read without authentication, which may reveal sensitive information." "520094","/ntsync4.nsf","This database can be read without authentication, which may reveal sensitive information." "520095","/ntsync45.nsf","This database can be read without authentication, which may reveal sensitive information." "520096","/perweb.nsf","This database can be read without authentication, which may reveal sensitive information." "520097","/private.nsf","This database can be read without authentication, which may reveal sensitive information." "520098","/public.nsf","This database can be read without authentication, which may reveal sensitive information." "520099","/qpadmin.nsf","This database can be read without authentication, which may reveal sensitive information." "520100","/quickplace/quickplace/main.nsf","This database can be read without authentication, which may reveal sensitive information." "520101","/quickstart/qstart50.nsf","This database can be read without authentication, which may reveal sensitive information." "520102","/quickstart/wwsample.nsf","This database can be read without authentication, which may reveal sensitive information." "520103","/readme.nsf","This database can be read without authentication, which may reveal sensitive information." "520104","/reports.nsf","This database can be read without authentication, which may reveal sensitive information." "520105","/schema50.nsf","This database can be read without authentication, which may reveal sensitive information." "520106","/secret.nsf","This database can be read without authentication, which may reveal sensitive information." "520107","/setupweb.nsf","This database can be read without authentication, which may reveal sensitive information." "520108","/smbcfg.nsf","This database can be read without authentication, which may reveal sensitive information." "520109","/smconf.nsf","This database can be read without authentication, which may reveal sensitive information." "520110","/smency.nsf","This database can be read without authentication, which may reveal sensitive information." "520111","/smmsg.nsf","This database can be read without authentication, which may reveal sensitive information." "520112","/smquar.nsf","This database can be read without authentication, which may reveal sensitive information." "520113","/smsolar.nsf","This database can be read without authentication, which may reveal sensitive information." "520114","/smtime.nsf","This database can be read without authentication, which may reveal sensitive information." "520115","/smtp.nsf","This database can be read without authentication, which may reveal sensitive information." "520116","/smtpibwq.nsf","This database can be read without authentication, which may reveal sensitive information." "520117","/smtpobwq.nsf","This database can be read without authentication, which may reveal sensitive information." "520118","/smtptbls.nsf","This database can be read without authentication, which may reveal sensitive information." "520119","/smvlog.nsf","This database can be read without authentication, which may reveal sensitive information." "520120","/software.nsf","This database can be read without authentication, which may reveal sensitive information." "520121","/statmail.nsf","This database can be read without authentication, which may reveal sensitive information." "520122","/stauths.nsf","This database can be read without authentication, which may reveal sensitive information." "520123","/stautht.nsf","This database can be read without authentication, which may reveal sensitive information." "520124","/stconf.nsf","This database can be read without authentication, which may reveal sensitive information." "520125","/stconfig.nsf","This database can be read without authentication, which may reveal sensitive information." "520126","/stdnaset.nsf","This database can be read without authentication, which may reveal sensitive information." "520127","/stdomino.nsf","This database can be read without authentication, which may reveal sensitive information." "520128","/stlog.nsf","This database can be read without authentication, which may reveal sensitive information." "520129","/streg.nsf","This database can be read without authentication, which may reveal sensitive information." "520130","/stsrc.nsf","This database can be read without authentication, which may reveal sensitive information." "520131","/test.nsf","This database can be read without authentication, which may reveal sensitive information." "520132","/today.nsf","This database can be read without authentication, which may reveal sensitive information." "520133","/userreg.nsf","This database can be read without authentication, which may reveal sensitive information." "520134","/users.nsf","This database can be read without authentication, which may reveal sensitive information." "520135","/vpuserinfo.nsf","This database can be read without authentication, which may reveal sensitive information." "520136","/web.nsf","This database can be read without authentication, which may reveal sensitive information." "520137","/webuser.nsf","This database can be read without authentication, which may reveal sensitive information." "520138","/welcome.nsf","This database can be read without authentication, which may reveal sensitive information." "520139","/wksinst.nsf","This database can be read without authentication, which may reveal sensitive information." "520140","/doc/domguide.nsf","This documentation database can be read without authentication. All default files should be removed." "520141","/doc/dspug.nsf","This documentation database can be read without authentication. All default files should be removed." "520142","/doc/help4.nsf","This documentation database can be read without authentication. All default files should be removed." "520143","/doc/helpadmin.nsf","This documentation database can be read without authentication. All default files should be removed." "520144","/doc/helplt4.nsf","This documentation database can be read without authentication. All default files should be removed." "520145","/doc/internet.nsf","This documentation database can be read without authentication. All default files should be removed." "520146","/doc/javapg.nsf","This documentation database can be read without authentication. All default files should be removed." "520147","/doc/lccon.nsf","This documentation database can be read without authentication. All default files should be removed." "520148","/doc/migrate.nsf","This documentation database can be read without authentication. All default files should be removed." "520149","/doc/npn_admn.nsf","This documentation database can be read without authentication. All default files should be removed." "520150","/doc/npn_rn.nsf","This documentation database can be read without authentication. All default files should be removed." "520151","/doc/readmec.nsf","This documentation database can be read without authentication. All default files should be removed." "520152","/doc/readmes.nsf","This documentation database can be read without authentication. All default files should be removed." "520153","/doc/smhelp.nsf","This documentation database can be read without authentication. All default files should be removed." "520154","/doc/srvinst.nsf","This documentation database can be read without authentication. All default files should be removed." "520155","/domguide.nsf","This documentation database can be read without authentication. All default files should be removed." "520156","/dspug.nsf","This documentation database can be read without authentication. All default files should be removed." "520157","/help/domguide.nsf","This documentation database can be read without authentication. All default files should be removed." "520158","/help/dspug.nsf","This documentation database can be read without authentication. All default files should be removed." "520159","/help/help4.nsf","This documentation database can be read without authentication. All default files should be removed." "520160","/help/helpadmin.nsf","This documentation database can be read without authentication. All default files should be removed." "520161","/help/helplt4.nsf","This documentation database can be read without authentication. All default files should be removed." "520162","/help/internet.nsf","This documentation database can be read without authentication. All default files should be removed." "520163","/help/javapg.nsf","This documentation database can be read without authentication. All default files should be removed." "520164","/help/lccon.nsf","This documentation database can be read without authentication. All default files should be removed." "520165","/help/migrate.nsf","This documentation database can be read without authentication. All default files should be removed." "520166","/help/npn_admn.nsf","This documentation database can be read without authentication. All default files should be removed." "520167","/help/npn_rn.nsf","This documentation database can be read without authentication. All default files should be removed." "520168","/help/readmec.nsf","This documentation database can be read without authentication. All default files should be removed." "520169","/help/readmes.nsf","This documentation database can be read without authentication. All default files should be removed." "520170","/help/smhelp.nsf","This documentation database can be read without authentication. All default files should be removed." "520171","/help/srvinst.nsf","This documentation database can be read without authentication. All default files should be removed." "520172","/help4.nsf","This documentation database can be read without authentication. All default files should be removed." "520173","/helpadmin.nsf","This documentation database can be read without authentication. All default files should be removed." "520174","/helplt4.nsf","This documentation database can be read without authentication. All default files should be removed." "520175","/internet.nsf","This documentation database can be read without authentication. All default files should be removed." "520176","/javapg.nsf","This documentation database can be read without authentication. All default files should be removed." "520177","/lccon.nsf","This documentation database can be read without authentication. All default files should be removed." "520178","/migrate.nsf","This documentation database can be read without authentication. All default files should be removed." "520179","/npn_admn.nsf","This documentation database can be read without authentication. All default files should be removed." "520180","/npn_rn.nsf","This documentation database can be read without authentication. All default files should be removed." "520181","/readmec.nsf","This documentation database can be read without authentication. All default files should be removed." "520182","/readmes.nsf","This documentation database can be read without authentication. All default files should be removed." "520183","/smhelp.nsf","This documentation database can be read without authentication. All default files should be removed." "520184","/srvinst.nsf","This documentation database can be read without authentication. All default files should be removed." "520185","/deslog.nsf","This database can be read without authentication, which may reveal sensitive information." "520186","/docdomguide.nsf","This database can be read without authentication, which may reveal sensitive information." "520187","/docdspug.nsf","This database can be read without authentication, which may reveal sensitive information." "520188","/dochelp4.nsf","This database can be read without authentication, which may reveal sensitive information." "520189","/dochelpadmin.nsf","This database can be read without authentication, which may reveal sensitive information." "520190","/dochelplt4.nsf","This database can be read without authentication, which may reveal sensitive information." "520191","/docinternet.nsf","This database can be read without authentication, which may reveal sensitive information." "520192","/docjavapg.nsf","This database can be read without authentication, which may reveal sensitive information." "520193","/doclccon.nsf","This database can be read without authentication, which may reveal sensitive information." "520194","/docmigrate.nsf","This database can be read without authentication, which may reveal sensitive information." "520195","/docnpn_admn.nsf","This database can be read without authentication, which may reveal sensitive information." "520196","/docnpn_rn.nsf","This database can be read without authentication, which may reveal sensitive information." "520197","/docreadmec.nsf","This database can be read without authentication, which may reveal sensitive information." "520198","/docreadmes.nsf","This database can be read without authentication, which may reveal sensitive information." "520199","/docsmhelp.nsf","This database can be read without authentication, which may reveal sensitive information." "520200","/docsrvinst.nsf","This database can be read without authentication, which may reveal sensitive information." "520201","/helpdomguide.nsf","This database can be read without authentication, which may reveal sensitive information." "520202","/helpdspug.nsf","This database can be read without authentication, which may reveal sensitive information." "520203","/helphelp4.nsf","This database can be read without authentication, which may reveal sensitive information." "520204","/helphelpadmin.nsf","This database can be read without authentication, which may reveal sensitive information." "520205","/helphelplt4.nsf","This database can be read without authentication, which may reveal sensitive information." "520206","/helpinternet.nsf","This database can be read without authentication, which may reveal sensitive information." "520207","/helpjavapg.nsf","This database can be read without authentication, which may reveal sensitive information." "520208","/helplccon.nsf","This database can be read without authentication, which may reveal sensitive information." "520209","/helpmigrate.nsf","This database can be read without authentication, which may reveal sensitive information." "520210","/helpnpn_admn.nsf","This database can be read without authentication, which may reveal sensitive information." "520211","/helpnpn_rn.nsf","This database can be read without authentication, which may reveal sensitive information." "520212","/helpreadmec.nsf","This database can be read without authentication, which may reveal sensitive information." "520213","/helpreadmes.nsf","This database can be read without authentication, which may reveal sensitive information." "520214","/helpsmhelp.nsf","This database can be read without authentication, which may reveal sensitive information." "520215","/helpsrvinst.nsf","This database can be read without authentication, which may reveal sensitive information." "520216","/iNotesForms5.nsf","This database can be read without authentication, which may reveal sensitive information." "520217","/quickplacequickplacemain.nsf","This database can be read without authentication, which may reveal sensitive information." "520218","/quickstartqstart50.nsf","This database can be read without authentication, which may reveal sensitive information." "520219","/quickstartwwsample.nsf","This database can be read without authentication, which may reveal sensitive information." "520220","/sample/siregw46.nsf","This database can be read without authentication, which may reveal sensitive information." "520221","/zmevladm.nsf","This database can be read without authentication, which may reveal sensitive information." "520222","/AgentRunner.nsf","This database can be read without authentication, which may reveal sensitive information." "520223","/doc/helpadmn.nsf","This database can be read without authentication, which may reveal sensitive information." "520224","/doc/svrinst.nsf","This database can be read without authentication, which may reveal sensitive information." "520225","/doc/wksinst.nsf","This database can be read without authentication, which may reveal sensitive information." "520226","/help/decsdoc.nsf","This database can be read without authentication, which may reveal sensitive information." "520227","/help/dols_help.nsf","This database can be read without authentication, which may reveal sensitive information." "520228","/help/help5_admin.nsf","This database can be read without authentication, which may reveal sensitive information." "520229","/help/help5_client.nsf","This database can be read without authentication, which may reveal sensitive information." "520230","/help/help5_designer.nsf","This database can be read without authentication, which may reveal sensitive information." "520231","/help/lsxlc.nsf","This database can be read without authentication, which may reveal sensitive information." "520232","/sample/faqw46.nsf","This database can be read without authentication, which may reveal sensitive information." "520233","/sample/framew46.nsf","This database can be read without authentication, which may reveal sensitive information." "520234","/stats675.nsf","This database can be read without authentication, which may reveal sensitive information." "520235","/loga4.nsf","This database can be read without authentication, which may reveal sensitive information." "520236","/qstart.nsf","This database can be read without authentication, which may reveal sensitive information." "520237","/mtabtbls.nsf","This database can be read without authentication, which may reveal sensitive information." "520238","/proghelp/KBCCV11.nsf","This database can be read without authentication, which may reveal sensitive information." "520239","/mail/admin.nsf","This database can be read without authentication, which may reveal sensitive information." "520240","/domino.nsf","This database can be read without authentication, which may reveal sensitive information." "520241","/user.nsf","This database can be read without authentication, which may reveal sensitive information." "520242","/products.nsf","This database can be read without authentication, which may reveal sensitive information." "520243","/secure.nsf","This database can be read without authentication, which may reveal sensitive information." "520244","/help/readme.nsf","This database can be read without authentication, which may reveal sensitive information." "520245","/help/help6_client.nsf","This database can be read without authentication, which may reveal sensitive information." "520246","/help/help6_designer.nsf","This database can be read without authentication, which may reveal sensitive information." "520247","/help/help6_admin.nsf","This database can be read without authentication, which may reveal sensitive information." "520248","/dbdirman.nsf","This database can be read without authentication, which may reveal sensitive information." "520249","/lndfr.nsf","This database can be read without authentication, which may reveal sensitive information." "520250","/home.nsf","This database can be read without authentication, which may reveal sensitive information." "520251","/mail.box","This database can be read without authentication, which may reveal sensitive information." "520252","/bookmarks.nsf","This database can be read without authentication, which may reveal sensitive information." "520253","/srvnam.htm","This database can be read without authentication, which may reveal sensitive information." "520254","/mail10.box","This database can be read without authentication, which may reveal sensitive information." "520255","/mail1.box","This database can be read without authentication, which may reveal sensitive information." "520256","/mail2.box","This database can be read without authentication, which may reveal sensitive information." "520257","/mail3.box","This database can be read without authentication, which may reveal sensitive information." "520258","/mail4.box","This database can be read without authentication, which may reveal sensitive information." "520259","/mail5.box","This database can be read without authentication, which may reveal sensitive information." "520260","/mail6.box","This database can be read without authentication, which may reveal sensitive information." "520261","/mail7.box","This database can be read without authentication, which may reveal sensitive information." "520262","/mail8.box","This database can be read without authentication, which may reveal sensitive information." "520263","/mail9.box","This database can be read without authentication, which may reveal sensitive information." "520264","/smtp.box","This database can be read without authentication, which may reveal sensitive information." "520265","/852566C90012664F","This database can be read using the replica ID without authentication." "520266","/iNotes/Forms5.nsf/$DefaultNav","This database can be read without authentication, which may reveal sensitive information." "520267","/sample/faqw46","This database can be read without authentication, which may reveal sensitive information." "520268","/sample/framew46","This database can be read without authentication, which may reveal sensitive information." "520269","/sample/pagesw46","This database can be read without authentication, which may reveal sensitive information." "520270","/sample/siregw46","This database can be read without authentication, which may reveal sensitive information." "520271","/sample/site1w4646","This database can be read without authentication, which may reveal sensitive information." "520272","/sample/site2w4646","This database can be read without authentication, which may reveal sensitive information." "520273","/sample/site3w4646","This database can be read without authentication, which may reveal sensitive information." "520274","/?Open","This displays a list of all databases on the server. Disable this capability via server options." ================================================ FILE: nikto/program/databases/db_drupal ================================================ #VERSION,1.00 ####################################################################### # File Source: https://cirt.net # (c) 2001 Chris Sullo, All Rights Reserved. # This file may only be distributed and used with the full Nikto package. # This file may not be used with any software product without written permission from # Chris Sullo (csullo@gmail.com) # # Note: # By submitting updates to this file you are transferring any and all copyright # interest in the data to Chris Sullo so it can modified, incorporated into this product # relicensed or reused. # # Taken from Chris Sullo's CMS-Explorer (https://www.cirt.net/CMS-Explorer) ####################################################################### # Notes: # NiktoDB 1.0 ####################################################################### "nikto_id","module" "510000","actions" "510001","aggregator" "510002","archive" "510003","block" "510004","blog" "510005","blogapi" "510006","book" "510007","color" "510008","comment" "510009","contact" "510010","contextual" "510011","dashboard" "510012","dblog" "510013","drupal" "510014","field" "510015","field_ui" "510016","file" "510017","filter" "510018","forum" "510019","help" "510020","image" "510021","legacy" "510022","locale" "510023","menu" "510024","node" "510025","openid" "510026","overlay" "510027","page" "510028","path" "510029","php" "510030","ping" "510031","poll" "510032","profile" "510033","rdf" "510034","search" "510035","shortcut" "510036","simpletest" "510037","statistics" "510038","story" "510039","syslog" "510040","system" "510041","taxonomy" "510042","throttle" "510043","toolbar" "510044","tracker" "510045","translation" "510046","trigger" "510047","update" "510048","upload" "510049","user" "510050","watchdog" "510051",".gitdrush" "510052",".settings" "510053","AudioRecordingField" "510054","AutoUpdateSearch" "510055","BookMadeSimple" "510056","DAST" "510057","DefaultTextForNode" "510058","DependantDropdown" "510059","Drupal5-urdu-po" "510060","FixedDataDropdown" "510061","Flex-Image" "510062","FriendFeed" "510063","Headup" "510064","I-Image" "510065","InsertNode" "510066","LangAtOnce" "510067","LangsAtOnce" "510068","MailingList" "510069","OAuth" "510070","PDF-IDcard" "510071","Paycom" "510072","PeerReview" "510073","PluginManager" "510074","ReferencedByFilter" "510075","SMSBlaster" "510076","SMSPlug" "510077","Sellector_com" "510078","ShindigIntegrator" "510079","Syndicate2" "510080","TaxTreeNodes" "510081","a_sync" "510082","aapi" "510083","ab" "510084","abbrfilter" "510085","about_this_node" "510086","absolute_urls" "510087","abssrc" "510088","abuse" "510089","ac" "510090","accents" "510091","accepted_limits" "510092","access_center" "510093","access_perm_group" "510094","accessctypebyip" "510095","accessibility" "510096","accessible" "510097","accessible_content" "510098","accesskeys" "510099","accordian_blocks" "510100","accordion_blocks" "510101","accordion_menu" "510102","account_expiry" "510103","account_profile" "510104","account_reminder" "510105","accountmenu" "510106","accounttypes" "510107","accurate_read_count" "510108","acidfree" "510109","acl" "510110","aclfield" "510111","acquia_connector" "510112","acrobat_connect" "510113","acronyms" "510114","action" "510115","action_email_role" "510116","action_view" "510117","actionapps" "510118","actionfeed" "510120","actions_rest" "510121","actions_token_email" "510122","active_profiles" "510123","active_tags" "510124","active_taxonomy_links" "510125","active_template" "510126","active_translation" "510127","activecollab" "510128","activeedit" "510129","activemenu" "510130","activeselect" "510131","activism" "510132","activity" "510133","activity_log" "510134","activity_map" "510135","activitystream" "510136","activitystream_drupalcode" "510137","activitystream_facebook" "510138","activitystream_foursquare" "510139","activitystream_github" "510140","activitystream_identica" "510141","activitystream_location" "510142","activitystream_netflix" "510143","activitystream_qik" "510144","activitystream_yelp" "510145","activitystream_youtube" "510146","ad" "510147","ad_blockers_detector" "510148","ad_flash" "510149","ad_geoip" "510150","ad_memcache" "510151","ad_ubercart" "510152","ad_views" "510153","adaptive_context" "510154","adbard" "510155","add_n_reference" "510156","addanother" "510157","addnode" "510158","addonchat" "510159","address" "510160","addressbook" "510161","addresses" "510162","addresses_extras" "510163","addthis" "510164","addtoany" "510165","addtofavorites" "510166","adjustisearch" "510167","adlib" "510168","admin" "510169","admin_access" "510170","admin_dashboard" "510171","admin_enhance" "510172","admin_hover" "510173","admin_language" "510174","admin_links" "510175","admin_menu" "510176","admin_menu_dropdown" "510177","admin_message" "510178","admin_my_content_comments" "510179","admin_notes" "510180","admin_notify" "510181","admin_theme" "510182","admin_warning" "510183","adminblock" "510184","administerusersbyrole" "510185","administration" "510186","administration_notification" "510187","adminmenu_dhtml" "510188","adminrole" "510189","adminrss" "510190","admintools" "510191","admnotify" "510192","adsense" "510193","adsense_injector" "510194","adt_basetheme" "510195","adv_taxonomy_menu" "510196","advanced_blockqueue" "510197","advanced_blog" "510198","advanced_comment" "510199","advanced_comment_trigger" "510200","advanced_forum" "510201","advanced_forum_more_styles" "510202","advanced_help" "510203","advanced_help_topic_nodes" "510204","advanced_mail_reroute" "510205","advanced_menu" "510206","advanced_profile" "510207","advanced_text" "510208","advancedbookblocks" "510209","advancedmenus" "510210","advcache" "510211","advcontact" "510212","advogato_import" "510213","advpoll" "510214","advuser" "510215","aef" "510216","aef_easy_view" "510217","aef_embedded_edit" "510218","aef_external_sources" "510219","aef_externodes" "510220","aef_formatter_selector" "510221","aef_image" "510222","aef_jcarousel" "510223","aef_jcarousel_views" "510224","aef_multimedia_element" "510225","aef_nodeselect" "510226","aef_table" "510227","aef_utilities" "510228","aef_views_cck_formatter" "510229","aes" "510230","affiliate" "510231","affiliate_products_shop" "510232","affiliates" "510233","affinity" "510234","agaric_starter" "510235","agenda" "510236","agents" "510237","aggregation" "510238","aggregator2" "510239","aggregator_node" "510240","aggregator_promote" "510241","aggregator_summary" "510242","agora" "510243","agreement" "510244","agreservations" "510245","ahah_edit_in_place" "510246","ahah_forms" "510247","ahah_fragment" "510248","ahah_helper" "510249","ahah_page_storage" "510250","ahah_response" "510251","ahah_script_ensurer" "510252","ahah_style_ensurer" "510253","airborne" "510254","airplane_reservation" "510255","ajax" "510256","ajax-validation" "510257","ajax_checklist" "510258","ajax_comments" "510259","ajax_install" "510260","ajax_load" "510261","ajax_markup" "510262","ajax_newsflash" "510263","ajax_pic_preview" "510264","ajax_register" "510265","ajax_select" "510266","ajax_session" "510267","ajax_slideshow" "510268","ajax_spellcheck" "510269","ajax_tabs" "510270","ajax_todo" "510271","ajax_trigger" "510272","ajax_validation" "510273","ajax_views" "510274","ajax_views_refresh" "510275","ajaxcache" "510276","ajaxchat" "510277","ajaxeditable" "510278","ajaxify" "510279","ajaxify_regions" "510280","ajaxim" "510281","ajaxloader" "510282","ajaxsubmit" "510283","ajaxtable" "510284","akismet" "510285","akv_pagepeels" "510286","akvaforum" "510287","album" "510288","alf" "510289","alfresco" "510290","alias" "510291","alinks" "510292","allperms" "510293","almanac" "510294","already_in" "510295","alt_login" "510296","alter_css" "510297","alter_usability" "510298","alternadmin" "510299","alternc_mail_auth" "510300","alterprofilepage" "510301","am" "510302","amarok" "510303","amatomu" "510304","amazon" "510305","amazon_aws" "510306","amazon_checkout" "510307","amazon_filter" "510308","amazon_items" "510309","amazon_related" "510310","amazon_s3" "510311","amazon_store" "510312","amazonsearch" "510313","amazontools" "510314","amfphp" "510315","amplify" "510316","analytics" "510317","anatoa" "510318","android" "510319","annotate" "510320","annotated_biblio" "510321","annotation" "510322","annotationfield" "510323","announcement" "510324","announcements" "510325","anonymizer" "510326","anonymous_comment" "510327","anonymous_publishing" "510328","ansicolor" "510329","answers" "510330","anti_existing_field" "510331","antiproxyhack" "510332","antispam" "510333","anyfilter" "510334","anyreference" "510335","ap_cache" "510336","apacheauth" "510337","apachebench" "510338","apachesolr" "510339","apachesolr_ajax" "510340","apachesolr_attachments" "510341","apachesolr_autocomplete" "510342","apachesolr_autotrack" "510343","apachesolr_biblio" "510344","apachesolr_multilingual" "510345","apachesolr_multisitesearch" "510346","apachesolr_rdf" "510347","apachesolr_stats" "510348","apachesolr_tagcloud" "510349","apachesolr_ubercart" "510350","apachesolr_views" "510351","apc" "510352","api" "510353","appbar" "510354","apply_for_role" "510355","apture" "510356","arc_rdf_store" "510357","arcade" "510358","arcal" "510360","archive_by_name" "510361","archive_by_terms" "510362","archiver" "510363","area" "510364","area_banner" "510365","arooga" "510366","arphp" "510367","article" "510368","artist" "510369","artman2" "510370","as_support_modules" "510371","asciimath" "510372","asin" "510373","asset" "510374","asset_api" "510375","assetfield" "510376","assignment_studio" "510377","assistant" "510378","assistant_ref" "510379","assistant_search" "510380","associated_nodes" "510381","asterisk" "510382","asterisk_dialer" "510383","asteriskcdrs" "510384","asy" "510385","asyncapi" "510386","asynchronous" "510387","at" "510388","atom" "510389","atom_views" "510390","atr" "510391","atrium_answers" "510392","atrium_invoices" "510393","attached_file" "510394","attached_image" "510395","attached_node" "510396","attachment" "510397","attachment_expiration" "510398","attachment_links" "510399","attribute" "510400","auction" "510401","auctionads" "510402","audio" "510403","audio_assist" "510404","audio_filefield" "510405","audio_tab" "510406","audioblog" "510407","audiofield" "510408","audit" "510409","auditfiles" "510410","aurigma" "510411","authcache" "510412","authenticate" "510413","authentication" "510414","authmediawiki" "510415","author_access" "510416","author_pane" "510417","author_smart_name" "510418","author_taxonomy" "510419","authorcontact" "510420","authored_nodes" "510421","authoring_alias" "510422","authoring_aliases" "510423","authorise" "510424","authority_delegation" "510425","authorize_donate" "510426","authorizenetwebform" "510427","authorship" "510428","auto_expire" "510429","auto_menutitle" "510430","auto_nodetitle" "510431","auto_username" "510432","autoadmin" "510433","autoassign" "510434","autoassignrole" "510435","autocategorise" "510436","autocomplete_element" "510437","autocomplete_node_finder" "510438","autocomplete_username" "510439","autocomplete_widgets" "510440","autocreate" "510441","autodeploy" "510442","autoload" "510443","autolocale" "510444","autologin" "510445","autologout" "510446","automail" "510447","automaticmenu" "510448","automator" "510449","automember" "510450","automenu" "510451","automodal" "510452","autonode" "510453","autopath" "510454","autopilot" "510455","autopromote" "510456","autoresponder" "510457","autosave" "510458","autotag" "510459","autotagging" "510460","autotaxonomy" "510461","autotimezone" "510462","autotrack" "510463","autovar" "510464","availability" "510465","availability_calendars" "510466","avatar_blocks" "510467","avatar_gallery" "510468","avatar_selection" "510469","avatarapproval" "510470","avatarcrop" "510471","award" "510472","aweber" "510473","awesome_install" "510474","aws" "510475","awtw" "510476","axsj_comments" "510477","background" "510478","backlinkhandler" "510479","backlinks" "510480","backport" "510481","backreference" "510482","backup" "510483","backup_client_server" "510484","backup_files" "510485","backup_migrate" "510486","backup_migrate_files" "510487","badbehavior" "510488","bakery" "510489","balance_tracker" "510490","ban_users_assist" "510491","bandwidth" "510492","bank" "510493","banking" "510494","banlist" "510495","banner" "510496","bannerconnect_adspace" "510497","barcode" "510498","base_path_filter" "510499","basepathfilter" "510500","basic_webmail" "510501","basicweblinks" "510502","batax" "510503","batch" "510504","bats" "510505","bawstats" "510506","bbb" "510507","bbcode" "510508","bbcode_wysiwyg" "510509","bbcodetheworld" "510510","bbs" "510511","bc_imagecache_adv_actions" "510512","bd_video" "510513","beanstalk" "510514","beanstalkd" "510515","beautifier" "510516","beautify" "510517","beautytips" "510518","beautytips_advanced" "510519","bef" "510520","bestreply" "510521","better_exposed_filters" "510522","better_formats" "510523","better_menus" "510524","better_messages" "510525","better_node_admin_content" "510526","better_perms" "510527","betterdate" "510528","betterselect" "510529","betterupload" "510530","bible" "510531","bible_reference" "510532","bibleplans" "510533","biblio" "510534","biblio_facets" "510535","biblio_normalize" "510536","bibliocommons" "510537","bigdump" "510538","bind" "510539","binder" "510540","bingo" "510541","bio" "510542","bio_role_terms" "510543","birthday" "510544","birthdays" "510545","bitcache" "510546","bittorrent" "510547","bizmappro" "510548","blacklist" "510549","blipfm" "510550","block_assign" "510551","block_class" "510552","block_cpr" "510553","block_descriptions" "510554","block_edit" "510555","block_filter" "510556","block_node_visibility" "510557","block_quiz" "510558","block_refresh" "510559","block_revisions" "510560","block_save_edit" "510561","block_style" "510562","block_submit" "510563","block_tab" "510564","block_tags" "510565","block_theme_synchronize" "510566","block_titlelink" "510567","blockanonymouslinks" "510568","blockbar" "510569","blockcache" "510570","blockcache_alter" "510571","blockclone" "510572","blockdescription" "510573","blockqueue" "510574","blockquote" "510575","blockreference" "510576","blockregion" "510577","blocks404" "510578","blocks_service" "510579","blockscheme" "510580","blockterm" "510581","blocktheme" "510582","blocktools" "510583","blog_addons" "510584","blog_list" "510585","blog_reactions" "510586","blog_statistics" "510587","blogadmin" "510588","blogaid" "510590","blogapi_new" "510591","blogarchive" "510592","blogclient" "510593","blogger" "510594","bloggerauth" "510595","bloggers" "510596","blogging" "510597","bloginfo" "510598","blogmail" "510599","blogringhu" "510600","blogroll" "510601","blogsms" "510602","blogspam" "510603","blogstamp" "510604","blogtheme" "510605","blogtitle" "510606","blogtoppen" "510607","bluga" "510608","body_revision" "510609","bodybuilder" "510610","bones" "510611","book_access" "510612","book_bridge" "510613","book_copy" "510614","book_delete" "510615","book_import_export" "510616","book_inherit_type" "510617","book_manager" "510618","book_page_access" "510619","book_restrict" "510620","book_search" "510621","book_vocab" "510622","bookexpand" "510623","bookgui" "510624","bookimport" "510625","booking_timeslots" "510626","bookings" "510627","bookingsapi" "510628","bookmaker" "510629","bookmark_us" "510630","bookmarks" "510631","bookmarks2" "510632","bookpost" "510633","bookreview" "510634","bookroll" "510635","booktree" "510636","boost" "510637","bootstrap" "510638","bornfree" "510639","bot" "510640","bot_actions" "510641","bot_commit" "510642","bot_google" "510643","bot_invited" "510644","bot_lookup" "510645","bot_ui" "510646","botkarma" "510647","bounced_email" "510648","bouncer" "510649","bounty" "510650","bowob" "510651","box" "510652","boxes" "510653","bpv" "510654","brainfsck" "510655","brainstorm_update" "510656","brazilian_ids" "510657","breadcrumb" "510658","breakout" "510659","bricolage" "510660","bridgewebcal" "510661","brilliant_gallery" "510662","broccoli" "510663","brochure_core" "510664","broken_anchor" "510665","bronto" "510666","brontoapi" "510667","browscap" "510668","browser" "510669","browser_support" "510670","browser_warning" "510671","bsc" "510672","btools" "510673","bts" "510674","bubbletimer" "510675","bubbletimer_importexport" "510676","buddy_api" "510677","buddy_api_invite" "510678","buddy_api_shortestroute" "510679","buddylist" "510680","buddylist2" "510681","buddylist_ui" "510682","budget" "510683","bueditor" "510684","bugbits" "510685","bugs" "510686","builder" "510687","buildmodes" "510688","bulk_state_notify" "510689","bulkdelete" "510690","bunchsubmit" "510691","bundles" "510692","businesscard" "510693","button_field" "510694","button_style" "510695","buymeabeer" "510696","buzzmonitor" "510697","buzzthis" "510698","buzzworthy" "510699","bypass_forced_preview" "510700","c2c" "510701","ca_taxonomy" "510702","cache" "510703","cache_browser" "510704","cache_disable" "510705","cacheclear" "510706","cacheexclude" "510707","cacherouter" "510708","cachestatic" "510709","cafepress" "510710","calais" "510711","calais_marmoset" "510712","calculator" "510713","calendar" "510714","calendar_block" "510715","calendar_systems" "510716","callouts" "510717","calnet" "510718","camera_field" "510719","campaign" "510720","campaign_monitor" "510721","campaignmonitor" "510722","canned_texts" "510723","canonical_url" "510724","capitex" "510725","captcha" "510726","captcha_pack" "510727","caption_filter" "510728","carbon" "510729","carousel" "510730","cart_theme" "510731","carto" "510732","cas" "510733","cas_register_invite" "510734","cas_server" "510735","casaa" "510736","casecode_table" "510737","casetracker" "510738","casetracker_services" "510739","casetracker_work" "510740","catalog" "510741","category" "510742","category_aggregator" "510743","category_tokens" "510744","cave" "510745","cc_widget" "510746","ccfilter" "510747","cck" "510748","cck.pre-rename" "510749","cck_address" "510750","cck_address_extensions" "510751","cck_author" "510752","cck_autocomplete" "510753","cck_block" "510754","cck_blocks" "510755","cck_button" "510756","cck_copy_body" "510757","cck_create_install" "510758","cck_csh" "510759","cck_download_dropdown" "510760","cck_editbutton" "510761","cck_extras" "510762","cck_facets" "510763","cck_field_defs" "510764","cck_field_perms" "510765","cck_field_privacy" "510766","cck_fieldgroup_tabs" "510767","cck_flashcard" "510768","cck_formatters" "510769","cck_fullname" "510770","cck_gallery" "510771","cck_gmapaddress" "510772","cck_groups" "510773","cck_import" "510774","cck_import_custom" "510775","cck_inputs" "510776","cck_ipaddr" "510777","cck_latlon" "510778","cck_link_to_map" "510779","cck_list" "510780","cck_map" "510781","cck_multimage" "510782","cck_multiple_formatter" "510783","cck_node" "510784","cck_nodemenu" "510785","cck_pager" "510786","cck_premium_fields" "510787","cck_privacy" "510788","cck_private_fields" "510789","cck_redirect" "510790","cck_redirection" "510791","cck_referential_integrity" "510792","cck_required_by_role" "510793","cck_select_other" "510794","cck_slideshow" "510795","cck_sync" "510796","cck_table" "510797","cck_taxonomy" "510798","cck_taxonomy_ssu" "510799","cck_taxonomy_subset" "510800","cck_teaser" "510801","cck_teaser_field" "510802","cck_text_validated" "510803","cck_time" "510804","cck_validation" "510805","cck_vcard" "510806","cck_wordcount" "510807","cckasetracker" "510808","cckcsh" "510809","cckpassword" "510810","cckrand" "510811","cctags" "510812","cd" "510813","cd_sunlight" "510814","cddeploy" "510815","cdn" "510816","cdn2" "510817","ce" "510818","ceol" "510819","certificatelogin" "510820","cgiirc" "510821","challenge_response" "510822","chamilo" "510823","changelogreader" "510824","chargify" "510825","chargify_api" "510826","charlimit" "510827","chart" "510828","chartbeat" "510829","charts" "510830","charts_graphs" "510831","charts_soc2008" "510832","chat" "510833","chat_gabbly" "510834","chatblock" "510835","chatbox" "510836","chatcatcher" "510837","chatroom" "510838","chatter" "510839","check_heavy_ui" "510840","check_profile" "510841","checkall" "510842","checkbox_validate" "510843","checkfront" "510844","checklist" "510845","checkmail" "510846","checkout" "510847","chemical" "510848","chess" "510849","chess112" "510850","chessboard" "510851","chgpwd" "510852","chili_highlighter" "510853","chipin" "510854","chords" "510855","christmas_snow" "510856","chrome_frame" "510857","chunky" "510858","churches_core" "510859","cipher" "510860","citation_filter" "510861","citationcounts" "510862","cite" "510863","citizenspeak" "510864","civicactions" "510865","civicluster" "510866","civiconference" "510867","civicrm" "510868","civicrm20compat" "510869","civicrm_activeuser" "510870","civicrm_countblock" "510871","civicrm_error" "510872","civicrm_eventblock" "510873","civicrm_localize" "510874","civicrm_subscribe" "510875","civicrm_theme" "510876","civimap" "510877","civimember_roles" "510878","civinode" "510879","civiregister" "510880","ckeditor" "510881","ckeditor_swf" "510882","claimnodeonwership" "510883","claimnodeownership" "510884","clanwar" "510885","class" "510886","classAct" "510887","class_assignment" "510888","class_journal" "510889","class_note" "510890","class_portfolio" "510891","class_syllabus" "510892","classifiQ" "510893","classified" "510894","classroom" "510895","cleaner" "510896","cleanfeeds" "510897","cleanpage" "510898","cleanpager" "510899","cleantaxonomy" "510900","click" "510901","click2bookmark" "510902","click2call" "510903","click2sell" "510904","click_heatmap" "510905","clickpath" "510906","clicktocall" "510907","clients" "510908","clients_feedapi" "510909","clieop" "510910","clipper" "510911","clock" "510912","clone" "510913","closure_compiler" "510914","cloud" "510915","cloudfront" "510916","club" "510917","clubindex" "510918","cluetip" "510919","cmf" "510920","cmis" "510921","cmis_alfresco" "510922","cmis_knowledgetree" "510923","cmsns" "510924","cmt" "510925","cnr" "510926","cobalt" "510927","cobrowser" "510928","cocomment" "510929","code_coverage" "510930","code_gen" "510931","code_snippet" "510932","codec" "510933","codefilter" "510934","codemetrics" "510935","coder" "510936","coder_tough_love" "510937","codes" "510938","coherent_access" "510939","collaborative_editor" "510940","collapse_text" "510941","collapsiblock" "510942","collect_nodes" "510943","collecta" "510944","collection" "510945","collimator" "510946","colophon" "510947","color_scheme" "510948","color_soc08" "510949","colorbox" "510950","colorpicker" "510951","columns" "510952","columns_filter" "510953","com2phpbb" "510954","com2vb" "510955","combofield" "510956","comfortid" "510957","comic" "510958","comicview" "510959","command" "510960","commentSwitch" "510961","comment_acl" "510962","comment_ajax" "510963","comment_alter_taxonomy" "510964","comment_author" "510965","comment_auto_title" "510966","comment_bonus_api" "510967","comment_bury_promote" "510968","comment_cck" "510969","comment_controls" "510970","comment_count_image" "510971","comment_delete" "510972","comment_dialogue" "510973","comment_display" "510974","comment_driven" "510975","comment_edited" "510976","comment_form_above_comments" "510977","comment_info" "510978","comment_lockdown" "510979","comment_login" "510980","comment_manager" "510981","comment_moderation" "510982","comment_modr8" "510983","comment_mover" "510984","comment_notifier" "510985","comment_notify" "510986","comment_og" "510987","comment_page" "510988","comment_perm" "510989","comment_redirect" "510990","comment_replies" "510991","comment_revisions" "510992","comment_subject" "510993","comment_subscribe" "510994","comment_tab" "510995","comment_timer" "510996","comment_upload" "510997","comment_workflow" "510998","commentapproval" "510999","commentblock" "511000","commentcloser" "511001","commentcommander" "511002","commentify" "511003","commentluv" "511004","commentmail" "511005","commentreference" "511006","commentrss" "511007","comments_in_a_view" "511008","comments_page" "511009","commentsection" "511010","commentswitch" "511011","commerce" "511012","commit_timer" "511013","community_tags" "511014","community_tagsrv" "511015","community_tasks" "511016","commweb" "511017","compact_forms" "511018","compass" "511019","competition" "511020","complete" "511021","component" "511022","compose_tips" "511023","composite" "511024","computed_field" "511025","concentration" "511026","concise_comments" "511027","condition" "511028","conditional_fields" "511029","conditional_styles" "511030","conditions" "511031","conference" "511032","conference_organizing" "511033","config_diff" "511034","config_perms" "511035","configdoc" "511036","configuration" "511037","configurations" "511038","confirm" "511039","conflict_resolver" "511040","connect" "511041","connections" "511042","connectiv" "511043","connector" "511044","constant_contact" "511045","constants" "511046","construct" "511048","contact_anon" "511049","contact_attach" "511050","contact_dir" "511051","contact_field" "511052","contact_form_blocks" "511053","contact_form_on_node" "511054","contact_forms" "511055","contact_google_analytics" "511056","contact_hide_email" "511057","contact_importer" "511058","contact_list" "511059","contact_manager" "511060","contact_profile" "511061","contact_realname" "511062","contact_redirect" "511063","contact_role" "511064","contact_save" "511065","contact_tracker" "511066","contactlink" "511067","contaxe" "511068","contemplate" "511069","content_access" "511070","content_access_mail" "511071","content_aggregator" "511072","content_complete" "511073","content_distribution" "511074","content_glider" "511075","content_importer" "511076","content_levels" "511077","content_lock" "511078","content_moderation" "511079","content_moderator" "511080","content_multigroup" "511081","content_profile" "511082","content_profile_search" "511083","content_refresh" "511084","content_slider" "511085","content_taxonomy" "511086","content_theme" "511087","content_type_cleanup" "511088","content_type_overview" "511089","content_type_selector" "511090","content_unpublish" "511091","contentblocker" "511092","contento" "511093","contentoptimizer" "511094","contentprotector" "511095","contenture" "511096","contest" "511097","context" "511098","context_admin" "511099","context_reaction_theme" "511100","context_theme" "511101","contexthelp" "511102","contextlinks" "511103","contextphp" "511104","contrib_toggle" "511105","contribute" "511106","contributions" "511107","controlledEdit" "511108","controlpanel" "511109","convert" "511110","convey" "511111","conwayslife" "511112","cookie_check" "511113","coolaid" "511114","coolfilter" "511115","coppa" "511116","copyright" "511117","coral_defender" "511118","core_release_block" "511119","core_translation" "511120","corei18n" "511121","coresearches" "511122","corner" "511123","corresponding_node_references" "511124","cosign" "511125","couchdb" "511126","couloir_slideshow" "511127","count" "511128","count_nodes" "511129","countdown" "511130","countdowntimer" "511131","counter" "511132","countries" "511133","countries_api" "511134","country_code" "511135","countryban" "511136","countryicons" "511137","countrypresence" "511138","coupon" "511139","couriermta" "511140","course_manager" "511141","covert_fields" "511142","cpanel" "511143","cpanel_api" "511144","cpanel_ops" "511145","craigswatch" "511146","cram" "511147","craqbox" "511148","crawler" "511149","crc" "511150","cre" "511151","create_quota" "511152","createcontent" "511153","createcontentblock" "511154","createfromweb" "511155","creativecommons" "511156","creativecommons_lite" "511157","credit" "511158","creeper" "511159","criteria_rating" "511160","crm" "511161","crmapi" "511162","crmapi_node" "511163","crmngp" "511164","cron" "511165","cron_control" "511166","cron_key" "511167","cron_mt" "511168","cronapi" "511169","cronplus" "511170","crontab" "511171","crossite" "511172","crosstab" "511173","crowd" "511174","crud" "511175","cryptpw" "511176","cs" "511177","cs_social_networks" "511178","cse" "511179","csm" "511180","csplitter" "511181","css" "511182","css_emimage" "511183","css_gzip" "511184","css_injector" "511185","css_preprocessor" "511186","css_rules" "511187","cssapi" "511188","cssdry" "511189","cssedit" "511190","cssflip" "511191","csshover" "511192","cssrtl" "511193","cssrules" "511194","csstidy" "511195","csv" "511196","csvchart" "511197","csvfilter" "511198","ct_gearth" "511199","ctm" "511200","ctools" "511201","ctoolscustomplugins" "511202","cubalaya" "511203","cufon" "511204","cumulus" "511205","curl" "511206","curlypage" "511207","currency" "511208","currency_cck" "511209","current_page_filter" "511210","cursor" "511211","curvycorners" "511212","custom404" "511213","custom_403" "511214","custom_breadcrumbs" "511215","custom_contact" "511216","custom_contact_forms" "511217","custom_formatters" "511218","custom_links" "511219","custom_map" "511220","custom_module_tools" "511221","custom_node_template" "511222","custom_pagers" "511223","custom_pub" "511224","custom_review" "511225","custom_reviews" "511226","custom_search" "511227","custom_search_box" "511228","custom_teasers" "511229","custom_templates" "511230","custom_username_validation" "511231","custom_vote" "511232","customcssjs" "511233","customdestination" "511234","customerror" "511235","customfilter" "511236","custompage" "511237","customreports" "511238","customvote" "511239","cutemenu" "511240","cvbuilder" "511241","cvmapply_vmcas" "511242","cvs_demo" "511243","cvs_deploy" "511244","cvsdemo" "511245","cvslog" "511246","cyoa" "511247","cyrus" "511248","czech_audit" "511249","d2c" "511250","d7" "511251","dadamigrate" "511252","daemon" "511253","daemoncli" "511254","daily" "511255","dailytwitter" "511256","dapi" "511257","dart" "511258","dartsmania" "511260","dashboard2" "511261","dashplayer" "511262","data" "511263","dataapi" "511264","dataconsole" "511265","dataimport" "511266","datamatrix" "511267","dataminerapi" "511268","dataset" "511269","datasync" "511270","datasync_feedapi" "511271","datatables" "511272","dataview" "511273","date" "511274","date_picker_formatter" "511275","date_repeat_nodegen" "511276","date_tokens" "511277","date_view_feedback" "511278","daterange" "511279","dav" "511280","daylife" "511281","daylight_reminder" "511282","db_expose" "511283","db_maintenance" "511284","db_tweaks" "511285","dba" "511286","dbbackup" "511287","dbcm" "511288","dbcron" "511289","dbfm" "511290","dbfmgreybox" "511291","dbfmsearch" "511292","dblclick" "511293","dblog_csv" "511294","dbscripts" "511295","dbtng" "511296","dbview" "511297","dbx" "511298","dcl-importer" "511299","dcl_importer" "511300","dcss" "511301","ddblock" "511302","de_stemmer" "511303","deadwood" "511304","debate" "511305","debug" "511306","decisions" "511307","decounter" "511308","default_filter" "511309","default_submit" "511310","delegate_menu_admin" "511311","delete_all" "511312","delete_orphaned_terms" "511313","deleted" "511314","delicious" "511315","deliciousblog" "511316","deliver" "511317","delta" "511318","demexp" "511319","demo" "511320","democracy_forum" "511321","denorm" "511322","densite" "511323","denynodepath" "511324","dependantDropdown" "511325","dependencies" "511326","dependent" "511327","deploy" "511328","derivative" "511329","designkit" "511330","desktop_notify" "511331","devel" "511332","devel_demo" "511333","devel_forminspect" "511334","devel_themer" "511335","deviantart_embed" "511336","devinfo" "511337","dex" "511338","dfgallery" "511339","dhtml_menu" "511340","dia" "511341","dialectic" "511342","dialog" "511343","diaporama" "511344","dibs" "511345","dice" "511346","dict" "511347","dictionary" "511348","diet" "511349","diff" "511350","diggbar" "511351","diggbar_blocker" "511352","diggthis" "511353","digitalcurrency" "511354","digitalnz" "511355","dimdim" "511356","dir_listing" "511357","direct_leap" "511358","directadmin_api" "511359","directdebit" "511360","directory" "511361","dirtyforms" "511362","disablepwstrength" "511363","disclaimer" "511364","discography" "511365","discussthis" "511366","discuz" "511367","disemvowel" "511368","disknode" "511369","disqus" "511370","distantparent" "511371","distributed_search" "511372","distro" "511373","dixerit" "511374","diymap" "511375","dkosfilter" "511376","dme" "511377","dmoz" "511378","dmtx" "511379","dna" "511380","dnd_character_generator" "511381","docapi" "511382","dock" "511383","docs" "511384","doctrine" "511385","dodge" "511386","dokeos" "511387","domain" "511388","domain_actions" "511389","domain_admin_helper" "511390","domain_adv" "511391","domain_blocks" "511392","domain_bonus" "511393","domain_ctools" "511394","domain_forum" "511395","domain_geolocalization" "511396","domain_i18n" "511397","domain_locale" "511398","domain_menu" "511399","domain_meta" "511400","domain_node_options" "511401","domain_nodetype" "511402","domain_prefix" "511403","domain_relationships" "511404","domain_taxonomy" "511405","domain_theme" "511406","domain_toggle" "511407","domain_user" "511408","domain_user_default" "511409","domain_user_edit" "511410","domain_views" "511411","domain_xmlsitemap" "511412","dompdf" "511413","donate_project" "511414","donate_records" "511415","donation" "511416","donation_goals" "511417","donations" "511418","donations_thermometer" "511419","dontshout" "511420","dopl" "511421","dot_disclaimer" "511422","dot_export" "511423","dotclear" "511424","dotgo" "511425","doubleclick" "511426","downld" "511427","download" "511428","download_access" "511429","download_count" "511430","download_counter" "511431","doxygen" "511432","draft" "511433","drafts" "511434","drag_to_share" "511435","draggable_blocks" "511436","draggableviews" "511437","draggableviews_navigator" "511438","dragndrop_uploads" "511439","drake" "511440","dran" "511441","drawing" "511442","drd" "511443","drd_server" "511444","dreditor" "511445","drigg" "511446","drigg_external" "511447","dript" "511448","driven" "511449","droopal" "511450","drop_box" "511451","dropbox" "511452","dropcap" "511453","dropdown" "511454","dropdown_menu" "511455","dropdown_tabs" "511456","droplist_filter" "511457","drpager" "511458","drubb" "511459","drubnub" "511460","drubuntu" "511461","drubuntu-head" "511462","drucumber" "511463","drumbleViewer" "511465","drupal.js" "511466","drupal6api" "511467","drupal_ftp" "511468","drupal_hub" "511469","drupal_im" "511470","drupal_notifier" "511471","drupal_override_function" "511472","drupal_queue" "511473","drupal_reset" "511474","drupal_tweaks" "511475","drupaldocs" "511476","drupalforfirebug" "511477","drupalgapps" "511478","drupalit" "511479","drupalmu_helper" "511480","drupalorg" "511481","drupalorg_proxy" "511482","drupalvb" "511483","drupalwebsites" "511484","drupher" "511485","druplet" "511486","drupman" "511487","drush" "511488","drush.git" "511489","drush_extras" "511490","drush_git" "511491","drush_make" "511492","drush_mm" "511493","drush_multi" "511494","drush_shell" "511495","drush_sm" "511496","drush_ui" "511497","drush_user" "511498","drush_views" "511499","drutalk" "511500","drutex" "511501","ds" "511502","dst" "511503","dtools" "511504","dudel" "511505","dul" "511506","dumper" "511507","duplicate_role" "511508","duplicate_role_6x" "511509","duration" "511510","dutchstemmer" "511511","dwiki" "511512","dxmpp" "511513","dynamic_columns" "511514","dynamic_help" "511515","dynamic_image" "511516","dynamic_logo" "511517","dynamic_persistent_menu" "511518","dynamic_table" "511519","dynamic_theme" "511520","dynamic_views" "511521","dynamicfield" "511522","dynamicnumbers" "511523","dynmenu" "511524","dynosearcho" "511525","dyntextfield" "511526","dz_code_paste" "511527","early_form_alter" "511528","earth_hour" "511529","easySlider" "511530","easy_image_insert" "511531","easyfilter" "511532","easylink" "511533","easylinks" "511534","easylists" "511535","easylogin" "511536","easyurl_filter" "511537","eatlocal" "511538","ebay" "511539","ec2" "511540","ec_address_extra" "511541","ec_address_search" "511542","ec_auction" "511543","ec_authorize_net" "511544","ec_autopay" "511545","ec_bradesco" "511546","ec_caixa_penedes" "511547","ec_ccnow" "511548","ec_clickandbuy" "511549","ec_dashboards" "511550","ec_donate" "511551","ec_egold" "511552","ec_eway" "511553","ec_file" "511554","ec_hsbc" "511555","ec_in_stock_filter" "511556","ec_inventory" "511557","ec_lacaixa" "511558","ec_licensing" "511559","ec_linkpoint" "511560","ec_live_subproducts" "511561","ec_location" "511562","ec_mobillcash" "511563","ec_mvmg" "511564","ec_nodeaccess" "511565","ec_ogone" "511566","ec_paperpayments" "511567","ec_prochange" "511568","ec_recurring" "511569","ec_roboxchange" "511570","ec_roles" "511571","ec_ship" "511572","ec_skuinv" "511573","ec_stats" "511574","ec_stock_view" "511575","ec_ups" "511576","ec_useracc" "511577","ec_vcservices" "511578","ec_vendor" "511579","ec_webform" "511580","ec_worldpay" "511581","ecard" "511582","ecommerce" "511583","ecommerce_au" "511584","ecommerce_plus" "511585","ecommerce_us" "511586","ecweather" "511587","ecwid_shopping_cart" "511588","ed_classified" "511589","ed_readmore" "511590","edina_unlock" "511591","edit_authoring_info" "511592","edit_date_authored" "511593","edit_section" "511594","edit_template" "511595","edit_term" "511596","editablefields" "511597","editarea" "511598","editasnew" "511599","editcontent" "511600","editonpro" "511601","editor" "511602","editor_views" "511603","editview" "511604","education_field" "511605","educational_block" "511606","egglue" "511607","egglue_captcha" "511608","eid" "511609","eightball" "511610","ejournal" "511611","ejournal_shortly" "511612","ekudos" "511613","eldorado_superfly" "511614","element_marker" "511615","element_themehook" "511616","elementdefaults" "511617","elements" "511618","elf" "511619","elysia_cron" "511620","email" "511621","email2image" "511622","emailFilter" "511623","email_confirm" "511624","email_download" "511625","email_filefield" "511626","email_guardian" "511627","email_list" "511628","email_registration" "511629","email_verify" "511630","emailfilter" "511631","emailmarketer" "511632","emailobfuscator" "511633","emailpage" "511634","embed" "511635","embed_gmap" "511636","embed_views" "511637","embed_widgets" "511638","embedfilter" "511639","emf" "511640","emfield" "511641","employment_field" "511642","emspace" "511643","emspace_code" "511644","enabled_modules" "511645","encheferizer" "511646","encl_remote" "511647","encrypt" "511648","encrypted_text" "511649","endless_page" "511650","endorsements" "511651","enews" "511652","enewsletter" "511653","enforce_revlog" "511654","entablificate" "511655","entity" "511656","entitycache" "511657","entrez" "511658","environment" "511659","environment_canada" "511660","environment_indicator" "511661","envts" "511662","eparser_brightcove" "511663","eparser_twitter" "511664","episodes" "511665","epsacrop" "511666","epublication" "511667","epublish" "511668","epublish_email" "511669","epublish_views_filter" "511670","equalheights" "511671","ergegghreh" "511672","erm" "511673","ernest_marples" "511674","erp" "511675","err" "511676","eticket" "511677","etracker" "511678","etsy" "511679","evalapi" "511680","evaluation" "511681","evalwf" "511682","eve" "511683","eve_igb_fixup" "511684","event" "511685","event_GCalendar" "511686","event_google_maps" "511687","event_location" "511688","event_manager" "511689","event_manager_block" "511690","event_manager_reminder" "511691","event_notification" "511692","event_tokens" "511693","event_views" "511694","event_webform" "511695","eventbrite" "511696","eventeria" "511697","eventfinder" "511698","eventfinder_filter" "511699","eventnotify" "511700","eventrepeat" "511701","eventrepeat_views" "511702","eventsms" "511703","everyblog" "511704","evoc" "511705","evoca" "511706","evoca_ms" "511707","evocreference" "511708","ewt" "511709","exact_target" "511710","examples" "511711","excerpt" "511712","exchange_rates_tr" "511713","excluded_users" "511714","exhibit" "511715","exif" "511716","exif2gmap" "511717","existingnodesfilter" "511718","expire" "511719","explainfield" "511720","explorer" "511721","export" "511722","export_docbook" "511723","export_dxml" "511724","export_node" "511725","export_opml" "511726","export_queue" "511727","export_users_dbm" "511728","exportables" "511729","ext" "511730","ext_link_page" "511731","extended_ldapgroups" "511732","extended_paypal" "511733","extensions" "511734","external" "511735","external_links" "511736","externalpage" "511737","extesea" "511738","extjs" "511739","extlink" "511740","extra_RSS_fields" "511741","extra_displays" "511742","extra_voting_forms" "511743","extractor" "511744","eyedrop" "511745","ezdownload" "511746","ezmenu" "511747","ezmlm" "511748","ezproxy" "511749","ezshop" "511750","facebook" "511751","facebook_api" "511752","facebook_app" "511753","facebook_auth" "511754","facebook_link" "511755","facebook_status" "511756","facebook_stream" "511757","faces" "511758","faceted_ajax_search" "511759","faceted_search" "511760","fade_slideshow" "511761","false_account" "511762","family" "511763","fancy_dates" "511764","fancy_login" "511765","fancy_slide" "511766","fancybox" "511767","fancydates" "511768","fancyzoom" "511769","fapi" "511770","fapi_validation" "511771","faq" "511772","faq_ask" "511773","faq_search" "511774","faqsuggest" "511775","fast_gallery" "511776","fast_register" "511777","fastlogin" "511778","fastpath_fscache" "511779","fasttoggle" "511780","fat_spaniel" "511781","favcolor" "511782","favicon" "511783","favorite_nodes" "511784","favorite_users" "511785","favorites" "511786","fb" "511787","fba_obs" "511788","fbconnect" "511789","fbssar" "511790","fbssc" "511791","fbssts" "511792","fbstatus" "511793","fbu" "511794","fcf" "511795","fckeditor" "511796","feature" "511797","featured_content" "511798","features" "511799","features_clone" "511800","features_extra" "511801","fee" "511802","feed" "511803","feed_aggregator" "511804","feed_block" "511805","feed_field" "511806","feed_node" "511807","feed_path_publisher" "511808","feedapi" "511809","feedapi_casetracker" "511810","feedapi_comments" "511811","feedapi_data" "511812","feedapi_dedupe" "511813","feedapi_eparser" "511814","feedapi_field_inherit" "511815","feedapi_filter" "511816","feedapi_grabber" "511817","feedapi_imagegrabber" "511818","feedapi_itemfilter" "511819","feedapi_language_filter" "511820","feedapi_languagedetect" "511821","feedapi_mapper" "511822","feedapi_node_discussion" "511823","feedapi_parser_exhaustive" "511824","feedapi_rdf" "511825","feedapi_scraper" "511826","feedapi_tagger" "511827","feedapi_taxonomy_compare" "511828","feedback" "511829","feedbacktab" "511830","feedburner" "511831","feedbuttons" "511832","feeder" "511833","feedfield" "511834","feedjit" "511835","feedme" "511836","feedmine" "511837","feedparser" "511838","feeds" "511839","feeds_imagegrabber" "511840","feeds_oauth" "511841","feeds_wesabe_parser" "511842","feemanager" "511843","femail" "511844","fern" "511845","fernest" "511846","fetchgals" "511847","ff1" "511848","ff_ubiquity" "511849","ffmpeg" "511850","ffmpeg_converter" "511851","ffmpeg_wrapper" "511852","ffpc" "511853","field_convert" "511854","field_copy" "511855","field_indexer" "511856","field_permissions" "511857","field_permissions_plus" "511858","field_spotter" "511859","field_taxonomy" "511860","fieldactions" "511861","fieldelement" "511862","fieldfinder" "511863","fieldgroup" "511864","fieldgroup_table" "511865","fieldreference" "511866","fieldset_helper" "511867","fieldset_menus" "511868","fieldthief" "511869","fieldtool" "511870","fierce_sso" "511871","figlet" "511873","file_access" "511874","file_access_control" "511875","file_aliases" "511876","file_defer" "511877","file_force" "511878","file_import" "511879","file_integrity" "511880","file_metadata" "511881","file_newest_revision" "511882","file_newest_revisions" "511883","file_translit" "511884","fileaccesscontrol" "511885","fileapi" "511886","fileapi-4-7" "511887","filebanlist" "511888","filebrowser" "511889","filebrowser-DRUPAL-6--2" "511890","filebrowser_extensions" "511891","filecache" "511892","filefield" "511893","filefield_authcode" "511894","filefield_image" "511895","filefield_insert" "511896","filefield_paths" "511897","filefield_private" "511898","filefield_sources" "511899","filefield_stats" "511900","filefield_styles" "511901","filefield_uiextras" "511902","filefield_upload_limit" "511903","filefield_views_rss" "511904","fileframework" "511905","filehash" "511906","filelog" "511907","filemaker" "511908","filemanager" "511909","filemime" "511910","filenode" "511911","filerelationsserver" "511912","filerequest" "511913","fileserv" "511914","fileserver" "511915","fileshare" "511916","filestore" "511917","filestore2" "511918","filesystem" "511919","filesystem-4-7" "511920","fileutils" "511921","fileview" "511922","fill_roles" "511923","fillpdf" "511925","filter_default" "511926","filter_macros" "511927","filter_perms" "511928","filter_protocols" "511929","filterbynodetype" "511930","filtercache" "511931","find_path" "511932","finder" "511933","finder_wizard" "511934","findpost" "511935","finduser" "511936","firebug" "511937","firebug_lite" "511938","firebuglite" "511939","fireeagle" "511940","firefox_counter" "511941","firestats" "511942","fitb" "511943","fivestar" "511944","fivestar_rec" "511945","fivestarextra" "511946","fixcore" "511947","fixentities" "511948","flag" "511949","flag_abuse" "511950","flag_anon" "511951","flag_content" "511952","flag_form" "511953","flag_friend" "511954","flag_note" "511955","flag_page" "511956","flag_terms" "511957","flag_weights" "511958","flash" "511959","flash_filter" "511960","flash_gallery" "511961","flashblock" "511962","flashcard" "511963","flashfield" "511964","flashmaker" "511965","flashnode" "511966","flashvideo" "511967","flashy" "511968","flatcomments" "511969","flexiblock" "511970","flexiconvert" "511971","flexifield" "511972","flexifilter" "511973","flexifilter_cite" "511974","flexiforum" "511975","flexinode" "511976","flexinode2node" "511977","flexinode_field" "511978","flexisearch" "511979","flexlogin" "511980","flexonomy" "511981","flexyxmlsitemap" "511982","flickr" "511983","flickr_attach" "511984","flickr_block" "511985","flickr_cck" "511986","flickr_gallery" "511987","flickr_imagefield" "511988","flickr_nodes" "511989","flickrapi" "511990","flickrhood" "511991","flickrinsert" "511992","flickrmodule" "511993","flickrrippr" "511994","flickrstickr" "511995","flickrsync" "511996","flickrup" "511997","flir" "511998","flixcloud_api" "511999","float_window" "512000","floating_block" "512001","floating_manager_menu" "512002","flog" "512003","flood_control" "512004","flood_exemption" "512005","flot" "512006","flowplayer" "512007","flowplayer_simple" "512008","flvmediaplayer" "512009","flvtool2_api" "512010","fmglue" "512011","foaf" "512012","focus" "512013","folksonomy" "512014","follow" "512015","fontsize" "512016","foo" "512017","fooaggregator" "512018","footermap" "512019","footnotes" "512020","force_password_change" "512021","forecast" "512022","foreigner" "512023","forena" "512024","forex_feed" "512025","forex_feed_ticker" "512026","form" "512027","form_alter" "512028","form_alter_ui" "512029","form_beautifier" "512030","form_builder" "512031","form_changes" "512032","form_controller" "512033","form_dependencies" "512034","form_enabler" "512035","form_mail" "512036","form_markup" "512037","form_panel" "512038","form_restore" "512039","form_store" "512040","form_tooltips" "512041","form_wizard" "512042","formadjust" "512043","format_manager" "512044","format_number" "512045","formatted_number" "512046","formattedtitle" "512047","formbits" "512048","formblock" "512049","formbuilder" "512050","formbuilderpage" "512051","formcorral" "512052","formdefaults" "512053","formdraft" "512054","formfilter" "512055","formgetter" "512056","formnode" "512057","formproc" "512058","forms" "512059","forms_no_js" "512060","formsingle" "512061","formtable" "512062","formtips" "512063","formtweaker" "512064","formupdater" "512065","fortune" "512066","forum2" "512067","forum_access" "512068","forum_admin_links" "512069","forum_link" "512070","forummail" "512071","forumthread" "512072","forward" "512073","forward_notify" "512074","fotonotes" "512075","fotonotes5" "512076","foxycart" "512077","fpa" "512078","fpss" "512079","fquery" "512080","frameprevention" "512081","freeagent" "512082","freecommerce" "512083","freelinking" "512084","freelinking_casetracker" "512085","freemind" "512086","freetagger" "512087","freeze_node" "512088","frenchstemmer" "512089","freshbooks" "512090","friend" "512091","friendconnect" "512092","friendlist" "512093","friends" "512094","front" "512095","front_manager" "512096","frontnode" "512097","frt" "512098","fs_context" "512099","fscache" "512100","fsgame" "512101","fsrange" "512102","fudforum" "512103","fuellog" "512104","full_node_version" "512105","fusioncharts" "512106","fuzzysearch" "512107","fyzl" "512108","g2" "512109","g2image" "512110","ga_tokenizer" "512111","galatranet" "512112","galcarousel" "512113","galembeddedfield" "512114","galleria" "512115","gallerix" "512116","gallery" "512117","gallery_addon" "512118","gallery_assist" "512119","gallery_assist_4cviewer" "512120","gallery_assist_ic" "512121","gallery_assist_lightboxes" "512122","gallery_assist_upport" "512123","gallery_assist_views" "512124","gallery_manage" "512125","gallery_summary" "512126","galleryapi" "512127","gamabhana" "512128","gamabhana_drupal" "512129","game" "512130","game_calendar" "512131","game_character" "512132","game_clock" "512133","game_message" "512134","game_quest" "512135","game_queue" "512136","gamertags" "512137","games" "512138","gaming" "512139","gamingapi" "512140","gaservice" "512141","gauth" "512142","gcal_events" "512143","gcg" "512144","gcheckout" "512145","gdata" "512146","gdriving" "512147","gdtext" "512148","gearman" "512149","gears" "512150","geek" "512151","gem_cat_index" "512152","generic_timesheet" "512153","genmod" "512154","genpass" "512155","geo" "512156","geo_filter" "512157","geo_gui" "512158","geo_planet_api" "512159","geobrowser" "512160","geocode" "512161","geocoder" "512162","geogebra" "512163","geoip" "512164","geolocation" "512165","geolocator" "512166","geomap" "512167","geonames" "512168","geonames_cck" "512169","geoparser" "512170","georss" "512171","geosniper" "512172","geostats" "512173","geotaxonomy" "512174","geouser" "512175","geshifilter" "512176","get_cont_type" "512177","get_content_type" "512178","get_image" "512179","get_node_img" "512180","get_server" "512181","getactive" "512182","getclicky" "512183","getdirections" "512184","getid3" "512185","getsatisfaction" "512186","ghop" "512187","ghs" "512188","gigulate" "512189","gigya" "512190","gigyaToolbar" "512191","git.drush" "512192","gitbrowser" "512193","gk_tracker" "512194","gl" "512195","glance" "512196","glangapi" "512197","glanguage" "512198","global" "512199","global_avatar" "512200","globalnode" "512201","globalredirect" "512202","glossary" "512203","glossary2" "512204","glossify" "512205","gmail_connect" "512206","gmap" "512207","gmap_addons" "512208","gmap_blocks" "512209","gmap_civigroup" "512210","gmap_direx" "512211","gmap_extra_markers" "512212","gmap_geo" "512213","gmap_latlon" "512214","gmapez" "512215","gmapfield" "512216","gmaplocation" "512217","gmaps" "512218","gnokii" "512219","gnupg" "512220","go" "512221","goaway" "512222","gojoingo" "512223","golemde" "512224","golfpal" "512225","google404" "512226","googleLanguageApi" "512227","google_admanager" "512228","google_analytics" "512229","google_analytics_api" "512230","google_appliance" "512231","google_auth" "512232","google_cse" "512233","google_earth" "512234","google_groups" "512235","google_keyhaviour" "512236","google_language" "512237","google_picasa" "512238","google_pr" "512239","google_translate" "512240","google_website_optimizer" "512241","googleajaxsearch" "512242","googleauth" "512243","googlebase" "512244","googlemap" "512245","googlenews" "512246","googlesearch" "512247","googleverify" "512248","googtube" "512249","gotcha" "512250","gotonodeid" "512251","gotwo" "512252","gprovisioning" "512253","gproximity" "512254","gradebook" "512255","grammar_parser" "512256","grammar_parser_ui" "512257","graph" "512258","graphmind" "512259","graphstat" "512260","graphviz_filter" "512261","graphviz_noderef" "512262","gravatar" "512263","greekstemmer" "512264","greenNblack" "512265","greybox" "512266","greybox_5_5" "512267","grid" "512268","gridder" "512269","gridselect" "512270","group_listing" "512271","groupadmin" "512272","groups" "512273","growl" "512274","growl_messages" "512275","gsa_faceted_search" "512276","gsa_search" "512277","gsitemap" "512278","gsiv" "512279","gtrans" "512280","gtranslate" "512281","gtranslate_links" "512282","gtspam" "512283","guestbook" "512284","guestnode" "512285","guestpass" "512286","gui" "512287","gui_tabs_component" "512288","guidance" "512289","guitar" "512290","gvs" "512291","habla" "512292","hacked" "512293","ham" "512294","haml" "512295","handango" "512296","handler" "512297","happy_birthday" "512298","hash_wrapper" "512299","hashcash" "512300","hatena_module" "512301","hcard" "512302","headerimage" "512303","heading_norm_filter" "512304","headlines" "512305","heartbeat" "512306","helios" "512307","hellomobile" "512308","hellotxt" "512309","help_soc" "512310","helpdesk" "512311","helpedit" "512312","helpers" "512313","helpinject" "512314","helpme" "512315","helptip" "512316","helptoggle" "512317","heywatch" "512318","hidden" "512319","hidden_content" "512320","hide_submit" "512321","hier" "512322","hierarchical_select" "512323","hierarchy" "512324","highlight" "512325","highslide" "512326","hilcc" "512327","himuesgallery" "512328","hint" "512329","history" "512330","history_rec" "512331","hof" "512332","holding" "512333","holidays" "512334","home" "512335","homebox" "512336","homesite" "512337","hook_file" "512338","hooker" "512339","hooks" "512340","host" "512341","hosting" "512342","hostip" "512343","hotkey" "512344","hotlist" "512345","hotornot" "512346","hotspot" "512347","hours" "512348","housing_board" "512349","hover_preview" "512350","hoverintent" "512351","hovertip" "512352","howto" "512353","hs_field_selector" "512354","hs_nodereference" "512355","hs_user_terms" "512356","htmLawed" "512357","html2book" "512358","html2pdf" "512359","html2txt" "512360","html5" "512361","html_export" "512362","html_to_text" "512363","htmlarea" "512364","htmlbox" "512365","htmlcomment" "512366","htmlcorrector" "512367","htmlcorrectorcorrector" "512368","htmlmail" "512369","htmlpurifier" "512370","htmltidy" "512371","htmlwrap" "512372","htpasswdsync" "512373","httpHeaders" "512374","http_action" "512375","http_auth_ext" "512376","http_client" "512377","http_redirect" "512378","http_request_fail_reset" "512379","httpauth" "512380","httpbl" "512381","hub" "512382","hungarian" "512383","hydra_network" "512384","hydra_player" "512385","hydra_slideshow" "512386","hylafax" "512387","hypergraph" "512388","i18n" "512389","i18n_access" "512390","i18n_auto" "512391","i18n_auto_draft" "512392","i18nlogo" "512393","i18nluceneapi" "512394","i18nredirect" "512395","i18nui" "512396","i_ching" "512397","ia" "512398","ical" "512399","ical_file" "512400","icanlocalize" "512401","icecast" "512402","icon" "512403","iconify" "512404","iconizer" "512405","icontact" "512406","icontheme" "512407","ideatorrent" "512408","identica" "512409","identica_tweet" "512410","identity_hash" "512411","idrupal" "512412","ie" "512413","ie6_warning" "512414","ie6nomore" "512415","ie6update" "512416","ie_css_optimizer" "512417","ie_warn" "512418","iedestroyer" "512419","ife" "512420","iframe" "512421","iframe_filter" "512422","iframe_page" "512423","iframer" "512424","ignore_user" "512425","igx_migrate" "512426","ilovethis" "512427","im" "512428","im_raw" "512430","image_annotate" "512431","image_app" "512432","image_attach_browse" "512433","image_attach_default" "512434","image_browse" "512435","image_caption" "512436","image_composition" "512437","image_context" "512438","image_cycle" "512439","image_enhanced_scaling" "512440","image_exact" "512441","image_filter" "512442","image_fupload" "512443","image_fupload_gallery_assist" "512444","image_gallery_access" "512445","image_gen_queue" "512446","image_import" "512447","image_import_zip" "512448","image_optimize" "512449","image_overlay" "512450","image_pager" "512451","image_pub" "512452","image_resize_filter" "512453","image_search" "512454","image_square_thumbnails" "512455","image_tab" "512456","image_thread" "512457","image_title" "512458","image_upload" "512459","image_url_filter" "512460","imageapi" "512461","imageapi_gd" "512462","imageapi_reflect" "512463","imagebrowser" "512464","imagecache" "512465","imagecache_actions" "512466","imagecache_colorblend" "512467","imagecache_effects" "512468","imagecache_profiles" "512469","imagecache_scale9actions" "512470","imagecache_unsharp" "512471","imagecache_utils" "512472","imagecrop" "512473","imagedrop" "512474","imagefield" "512475","imagefield_archive" "512476","imagefield_assist" "512477","imagefield_avatar" "512478","imagefield_crop" "512479","imagefield_extended" "512480","imagefield_gallery" "512481","imagefield_import" "512482","imagefield_tokens" "512483","imagefield_zip" "512484","imageflow" "512485","imagemagick" "512486","imagemap" "512487","imagemap_element" "512488","imagemenu" "512489","imagenotes" "512490","imagepath" "512491","imagepicker" "512492","imageplacement" "512493","images" "512494","imageset" "512495","imageslider" "512496","imagest" "512497","imagewall" "512498","imagex" "512499","imap_api" "512500","imap_auth" "512501","imapwu_api" "512502","imc_alba" "512503","imce" "512504","imce_crop" "512505","imce_gallery" "512506","imce_mkdir" "512507","imce_swfupload" "512508","imce_watermark" "512509","imce_wysiwyg" "512510","imceditor" "512511","imceimage" "512512","imceimage_crop" "512513","imcontrol" "512514","imediasee" "512515","img_assist" "512516","img_assist_flickr" "512517","img_assist_terms" "512518","img_filter" "512519","img_insert" "512520","imgfilter" "512521","imgupload" "512522","imis_auth" "512523","imood" "512524","impersonate" "512525","import" "512526","import_aws" "512527","import_contacts" "512528","import_export" "512529","import_export_tool" "512530","import_html" "512531","import_manager" "512532","import_typepad" "512533","importer" "512534","importexportapi" "512535","importfiles" "512536","importpage" "512537","imscp" "512538","in_behalf_of" "512539","inactive_reminder" "512540","inactive_user" "512541","incident" "512542","include" "512543","includer" "512544","incoming" "512545","index" "512546","index_cck_node_reference" "512547","indexof" "512548","indexpage" "512549","indic_script" "512550","indic_script_bengali" "512551","indic_script_gujarathi" "512552","indic_script_hindi" "512553","indic_script_kannada" "512554","indic_script_malayalam" "512555","indic_script_oriya" "512556","indic_script_panjabi" "512557","indic_script_tamil" "512558","indic_script_telugu" "512559","indymedia_cities" "512560","inform" "512561","infoutilities" "512562","infowordpress" "512563","inherit" "512564","inject" "512565","inline" "512566","inline_ajax_login" "512567","inline_ajax_search" "512568","inline_currency_exchange" "512569","inline_errors" "512570","inline_messages" "512571","inline_odt" "512572","inline_references" "512573","inline_registration" "512574","inlineimages" "512575","inlinetags" "512576","innovationnews" "512577","input_format_permissions" "512578","input_format_restrictions" "512579","inputstream" "512580","insert" "512581","insertFrame" "512582","insert_block" "512583","insert_node" "512584","insert_view" "512585","inset_paragraph" "512586","install_profile_api" "512587","installator" "512588","instant_search" "512589","int_meta" "512590","intelliapi" "512591","interact" "512592","interests" "512593","interface" "512594","interface_builder" "512595","interface_sortable" "512596","internetblackoutnz" "512597","interspire_em" "512598","intervalquery" "512599","interview" "512600","interwiki" "512601","intranet" "512602","invaders" "512603","inventory" "512604","invisimail" "512605","invision" "512606","invite" "512607","invite_site_report" "512608","invoice" "512609","invoice_paypal" "512610","invoices" "512611","invvoucher" "512612","inxmailprofessional" "512613","ios" "512614","ip2cc" "512615","ip2country" "512616","ip2locale" "512617","ip2nation" "512618","ipAuthenticator" "512619","ip_anon" "512620","ip_locator" "512621","ip_login" "512622","ipaper" "512623","ipcalc" "512624","ipetranslation" "512625","iphone" "512626","iphone_pages" "512627","ipnotification" "512628","iptc" "512629","irchwebchat" "512630","is_useful" "512631","isbn" "512632","isp_login" "512633","ispconfig" "512634","ispconfig-HEAD" "512635","iss" "512636","issuu" "512637","italianstemmer" "512638","itunes" "512639","itweak_login" "512640","itweak_upload" "512641","jabber" "512642","jado" "512643","jaf" "512644","jaiku" "512645","jaikublock" "512646","jammer" "512647","jangomail" "512648","janode" "512649","japansoc" "512650","javab" "512651","javascript_aggregator" "512652","jcarousel" "512653","jcarousel_block" "512654","jcarousellite" "512655","jcss" "512656","jdate" "512657","jeopardy" "512658","jgrowl" "512659","jifupload" "512660","jimage" "512661","jiraconnect" "512662","jive2drupal" "512663","jlightbox" "512664","jmedia" "512665","jmenu" "512666","job_posting" "512667","job_queue" "512668","job_queue_wrapper" "512669","jobplus" "512670","jobsearch" "512671","jobtrack" "512672","jobtrack_nag" "512673","jobtrack_sms" "512674","jobtrack_views" "512675","join_role_with_password" "512676","joomla" "512677","jott" "512678","journal" "512679","jq" "512680","jq_eyecandy" "512681","jq_maphilight" "512682","jqgalview" "512683","jqmodal" "512684","jqp" "512685","jquery" "512686","jquery47" "512687","jquery_aop" "512688","jquery_bidi" "512689","jquery_blockui" "512690","jquery_calendar" "512691","jquery_colorpicker" "512692","jquery_compatibility_mode" "512693","jquery_cookie" "512694","jquery_countdown" "512695","jquery_drag_drop" "512696","jquery_dropdown" "512697","jquery_feedreader" "512698","jquery_fontsizer" "512699","jquery_form" "512700","jquery_form_update" "512701","jquery_freebase" "512702","jquery_heartbeat" "512703","jquery_history" "512704","jquery_hotkeys" "512705","jquery_impromptu" "512706","jquery_interface" "512707","jquery_media" "512708","jquery_plugin" "512709","jquery_popupwindow" "512710","jquery_slideshow" "512711","jquery_treeview" "512712","jquery_ui" "512713","jquery_ui_dialog" "512714","jquery_update" "512715","jquerymenu" "512716","jquerytools" "512717","jqui" "512718","jquib" "512719","jqzoom" "512720","jrating" "512721","js" "512722","js_debug_helper" "512723","js_injector" "512724","js_theming" "512725","js_validate_forms" "512726","jsalter" "512727","jscrollpane" "512728","jsdice" "512729","jsdomenu" "512730","jsenabled" "512731","jserrorlog" "512732","jsfx" "512733","jskitcomments" "512734","jsmath" "512735","jsnippets" "512736","jsnodeload" "512737","json_server" "512738","jsonrpc_server" "512739","jspec" "512740","jspotlite" "512741","jsregistry" "512742","jstools" "512743","jsv" "512744","jtemplate" "512745","jtooltips" "512746","jui" "512747","juick" "512748","juitter" "512749","jump" "512750","jumpmenu" "512751","junk" "512752","jwysiwyg" "512753","kaltura" "512754","kaltura_drupal_6" "512755","karma" "512756","karma-lab" "512757","kasahorow" "512758","keep_session" "512759","key_redirect" "512760","keys" "512761","keys_api" "512762","keyword_autocomplete" "512763","keyword_link" "512764","keyword_links" "512765","keywords" "512766","kickapps" "512767","killfile" "512768","kiosk" "512769","kiosk_theme" "512770","kit" "512771","kitten" "512772","kiva" "512773","km_6.x" "512774","kml" "512775","knight" "512776","knosos" "512777","knowledge_management" "512778","known_user_role" "512779","knurl" "512780","konamicode" "512781","krumo" "512782","kt" "512783","kudos" "512784","kur" "512785","l10n_client" "512786","l10n_install" "512787","l10n_pconfig" "512788","l10n_server" "512789","l10n_update" "512790","lambda" "512791","landing_page" "512792","landing_pages" "512793","langcheck" "512794","language_extras" "512795","language_sections" "512796","language_select" "512797","languageassign" "512798","languageicons" "512799","languageinterface" "512800","languagelink_title" "512801","lanparty" "512802","last_node" "512803","lastfm" "512804","lastfm_profile" "512805","lastfmsimple" "512806","lat49ads" "512807","late_form_alter" "512808","latest_members" "512809","latestgreatest" "512810","latestposts" "512811","latex" "512812","latexgen" "512813","lazy_image_loader" "512814","lazyreg" "512815","lc" "512816","ldap_addressbook" "512817","ldap_integration" "512818","ldap_lookup" "512819","ldap_provisioning" "512820","ldapab" "512821","ldapcm" "512822","ldapdirectory" "512823","leaguesite" "512824","leech" "512825","leftandright" "512826","legacypath" "512827","legal" "512828","legislation" "512829","legislature" "512830","less" "512831","letters" "512832","level1" "512833","lexicon" "512834","lib" "512835","libdb" "512836","libraries" "512837","library" "512838","licensing" "512839","lifestream" "512840","lifewire_diff" "512841","liffe" "512842","lightbox" "512843","lightbox2" "512844","lightboxV2" "512845","lightcrm" "512846","limited_length_block" "512847","lineage" "512848","link" "512849","link2page" "512850","link_checker" "512851","link_node" "512852","link_resolver" "512853","link_to_us" "512854","link_views_rss" "512855","linkattach" "512856","linkchecker" "512857","linkedin" "512858","linkedtheme" "512859","linkimagefield" "512860","linkit" "512861","linkjump" "512862","linkman" "512863","links" "512864","links_block" "512865","linksdb" "512866","linktocontent" "512867","linkweights" "512868","linode" "512869","linodef" "512870","liquid" "512871","list" "512872","list_edit_add" "512873","listhandler" "512874","lists" "512875","litwol" "512876","live" "512877","live_person" "512878","live_translation" "512879","live_update" "512880","livecoverage" "512881","livediscussions" "512882","livejournal" "512883","livesearch" "512884","livestream" "512885","livezilla" "512886","ljsync" "512887","ljxp" "512888","lm_paypal" "512889","lmo" "512890","loader" "512891","loadtest" "512892","loans" "512893","lobby" "512894","local_menu" "512895","local_tasks_blocks" "512897","localegettext" "512898","localemail" "512899","localizer" "512900","localsolr" "512901","location" "512902","lockdown" "512903","log_archive" "512904","log_to_file" "512905","logging_alerts" "512906","login_destination" "512907","login_one_time" "512908","login_security" "512909","logincookie" "512910","loginlogout" "512911","loginmenu" "512912","loginticket" "512913","logintoboggan" "512914","logo" "512915","logo_attributes" "512916","logotool" "512917","logouttab" "512918","logsearch" "512919","logwatcher" "512920","longer_titles" "512921","lookandfeel" "512922","lookup" "512923","loopfuse" "512924","lootz" "512925","lovehate" "512926","lowername" "512927","ls_extras" "512928","lt_server" "512929","lucene" "512930","luceneapi" "512931","luceneapi_cck" "512932","luceneapi_dym" "512933","luceneapi_morelikethis" "512934","luceneapi_multisite" "512935","luceneapi_node_filter" "512936","luceneapi_tagcloud" "512937","luceneapi_views" "512938","lucid_menu" "512939","ma_bzip2" "512940","machine_tags" "512941","machinelearningapi" "512942","macro" "512943","macrotags" "512944","madmimi" "512945","mado" "512946","magento" "512947","magic_cache" "512948","magic_tabs" "512949","magick" "512950","magicsquares" "512951","magnifier" "512952","mail" "512953","mail2cms" "512954","mail2og" "512955","mail2web" "512956","mail_api" "512957","mail_archive" "512958","mail_edit" "512959","mail_header" "512960","mail_logger" "512961","mail_redirect" "512962","mailalias" "512963","mailarchive" "512964","mailattach" "512965","mailbox" "512966","mailbuild" "512967","mailchimp" "512968","mailcommand" "512969","mailcomment" "512970","maildigest" "512971","mailfix" "512972","mailhandler" "512973","mailing_label" "512974","mailing_list" "512975","mailinglist_subscription" "512976","mailman" "512977","mailman_api" "512978","mailman_groups" "512979","mailman_manager" "512980","mailmanager" "512981","mailout" "512982","mailq" "512983","mailsave" "512984","mailserver" "512985","maintenance_helper" "512986","makemeeting" "512987","manage" "512988","managed_newsletters" "512989","manager" "512990","managesite" "512991","mantra" "512992","many_node_export_views" "512993","map" "512994","map_access" "512995","map_search" "512996","mapapi" "512997","mapbox" "512998","mapbuilder" "512999","mapdir" "513000","mapi" "513001","mappingkit" "513002","maps" "513003","mapserver" "513004","mapstraction" "513005","mapstraction_cck" "513006","mapthing" "513007","maqum" "513008","marc" "513009","mark" "513010","markdown" "513011","markdowneditor" "513012","markdownpreview" "513013","market" "513014","marketplace" "513015","markitup" "513016","marksmarty" "513017","markup" "513018","markup_snippets" "513019","masquerade" "513020","mass_block" "513021","mass_change" "513022","mass_contact" "513023","mass_create" "513024","mass_url" "513025","massdelete" "513026","massmailer" "513027","masstag" "513028","matchapi" "513029","mathfilter" "513030","matrix" "513031","maxlength" "513032","mayadate" "513033","md5check" "513034","me" "513035","mebeam_chat" "513036","mecommerce" "513037","media" "513038","media_8tracks" "513039","media_actions" "513040","media_archive" "513041","media_bitsontherun" "513042","media_brightcove" "513043","media_browser" "513044","media_divshare" "513045","media_flickr" "513046","media_hulu" "513047","media_library" "513048","media_megavideo" "513049","media_mover" "513050","media_npr" "513051","media_player" "513052","media_portfolio" "513053","media_rec" "513054","media_screencast" "513055","media_smugmug" "513056","media_viddler" "513057","media_videojug" "513058","media_youku" "513059","media_youtube" "513060","mediafield" "513061","mediafield_display" "513062","mediarss" "513063","mediawiki" "513064","mediawiki_api" "513065","mediawikiauth" "513066","mediumvote" "513067","meebo" "513068","meez" "513069","member" "513070","members" "513071","membership" "513072","memcache" "513073","memetracker" "513074","memo" "513075","mentions" "513076","menu_access" "513077","menu_add_content" "513078","menu_admin_per_menu" "513079","menu_attributes" "513080","menu_block" "513081","menu_block_split" "513082","menu_breadcrumb" "513083","menu_clone" "513084","menu_css_names" "513085","menu_displayapi" "513086","menu_editor" "513087","menu_firstchild" "513088","menu_html" "513089","menu_icons" "513090","menu_import" "513091","menu_node" "513092","menu_node_edit" "513093","menu_node_views" "513094","menu_otf" "513095","menu_parent_action" "513096","menu_per_role" "513097","menu_perms" "513098","menu_restricter" "513099","menu_rewrite" "513100","menu_site_map" "513101","menu_sitemap" "513102","menu_stp" "513103","menu_toggle" "513104","menu_token" "513105","menu_trail_by_path" "513106","menu_trim" "513107","menuclass" "513108","menuless_nodetype" "513109","menupage" "513110","menus" "513111","menuscout" "513112","menutrails" "513113","menutranslation" "513114","menutree" "513115","menuwriter" "513116","merci" "513117","messagebox" "513118","messagefx" "513119","messages_alter" "513120","messaging" "513121","messaging_sendto" "513122","messenger" "513123","messletters_filter" "513124","meta_refresher" "513125","metadata" "513126","metaformatter" "513127","metatags" "513128","meter" "513129","metrics" "513130","metrics_old" "513131","mibbit_irc" "513132","microblog" "513133","microcontent" "513134","microfiction" "513135","microformats" "513136","microid" "513137","micropayments" "513138","microsummary" "513139","middleware" "513140","middleware_client" "513141","migrate" "513142","migrate_drupal" "513143","migrate_extras" "513144","migrate_i18n" "513145","migrate_og" "513146","migrator" "513147","millennium" "513148","mime_registry" "513149","mimedetect" "513150","mimemail" "513151","mine" "513152","minifaq" "513153","minimenus" "513154","mint" "513155","minutes" "513156","mirror" "513157","misery" "513158","mises" "513159","missing" "513160","missing_kids_404" "513161","mit3xxxtoolbar" "513162","ml" "513163","mlist" "513164","mlm" "513165","mls" "513166","mm2" "513167","mm_bliptv" "513168","mm_contribute" "513169","mm_custom_command" "513170","mm_custom_commmand" "513171","mm_exif" "513172","mm_flvtool2" "513173","mm_remove" "513174","mm_retry" "513175","mm_youtube" "513176","mmb" "513177","mmedia" "513178","moat" "513179","mobi_loader" "513180","mobify" "513181","mobile_codes" "513182","mobile_services" "513183","mobile_theme" "513184","mobile_tools" "513185","mobileplugin" "513186","mobillcash" "513187","mobit" "513188","moblog" "513189","mockup" "513190","modal_noderef" "513191","modalframe" "513192","modalframe_cck_editor" "513193","modalframe_contrib" "513194","modauthmysql" "513195","mode" "513196","moderate" "513197","moderation" "513198","moderation_log" "513199","moderator" "513200","modr8" "513201","modr8_bypass" "513202","modr8_user" "513203","mods_editor" "513204","module_browser" "513205","module_builder" "513206","module_filter" "513207","module_grants" "513208","module_installer" "513209","module_paths" "513210","module_supports" "513211","module_table" "513212","module_taxonomy" "513213","module_template_system" "513214","moduleinfo" "513215","moduleinstall" "513216","modulemagic" "513217","modulename" "513218","moduleweight" "513219","modver" "513220","mog" "513221","mollom" "513222","molstats" "513223","money" "513224","moneypl" "513225","mongodb" "513226","mongodb_watchdog" "513227","monitor" "513228","month" "513229","montharchive" "513230","monthgroup" "513231","monument" "513232","moo" "513233","moodle" "513234","moodle_courselist" "513235","moodlesso" "513236","moopapi" "513237","mopa" "513238","morehelp" "513239","morelikethis" "513240","mousewheel" "513241","moviedb" "513242","moviereview" "513243","movies" "513244","movino" "513245","moxie" "513246","mp3player" "513247","mpac" "513248","mrbs" "513249","msg2log" "513250","msgqueue" "513251","mship" "513252","mt_import" "513253","mugshot" "513254","multi_node_add" "513255","multi_node_edit" "513256","multiblock" "513257","multicolumncheckboxesradios" "513258","multicron" "513259","multicurrency" "513260","multidomain" "513261","multiform" "513262","multiforms" "513263","multilink" "513264","multipage" "513265","multipart_emails" "513266","multiping" "513267","multiple_email" "513268","multiple_etal" "513269","multiple_node_menu" "513270","multireference" "513271","multisearch" "513272","multiselect" "513273","multisite_api" "513274","multisite_info" "513275","multisite_login" "513276","multisite_maintenance" "513277","multisite_manager" "513278","multisite_search" "513279","multisite_user_profile" "513280","multistep" "513281","multivariate" "513282","multivariate%5C" "513283","multuiple_email" "513284","munin" "513285","mutual_credit" "513286","mvf" "513287","mwa" "513288","myaccount_alter" "513289","mybloglog" "513290","mykml" "513291","mymailout" "513292","mymeteo" "513293","mymodule" "513294","mypage" "513295","mysite" "513296","mysql_auth" "513297","mysqlreport" "513298","na_arbitrator" "513299","na_checkbox" "513300","naggregator" "513301","nagios" "513302","naked" "513303","name" "513304","namefield" "513305","namespice" "513306","nat" "513307","nat_ng" "513308","natsort" "513309","nav_table" "513310","navigate" "513311","navigation" "513312","navlinks" "513313","navtable" "513314","ncck" "513315","nd" "513316","nd_contrib" "513317","nedstat" "513318","neighbor" "513319","neighbours" "513320","neologism" "513321","netforum" "513322","netforum_authentication" "513323","netforum_nodes" "513324","netforum_views" "513325","netnews" "513326","network_manager" "513327","new_aggregator" "513328","news" "513329","news_page" "513330","newsengine" "513331","newsletter_checkbox" "513332","newsroom" "513333","newsticker" "513334","nf_handshake" "513335","nf_registration_mod" "513336","ngpcampaign" "513337","ngplinks" "513338","ni_cron" "513339","nice_menus" "513340","nice_primary_menus" "513341","nice_tax_menu" "513342","nicedisplay" "513343","nicedit" "513344","nicelinks" "513345","nicemap" "513346","niftycorners-module" "513347","niftycube" "513348","nikeplus" "513349","nina" "513350","nitf_views" "513351","nivo_slider" "513352","nmoderation" "513353","no_anon" "513354","no_www" "513355","nocase" "513356","node2node" "513357","node_access" "513358","node_access_control" "513359","node_access_rebuild_bonus" "513360","node_adoption" "513361","node_aggregator" "513362","node_agreement" "513363","node_annotate" "513364","node_badges" "513365","node_blaster" "513366","node_block" "513367","node_breadcrumb" "513368","node_browser" "513369","node_clone" "513370","node_color" "513371","node_comment_moderate" "513372","node_content_themehook" "513373","node_convert" "513374","node_dedupe" "513375","node_edit_protection" "513376","node_expire" "513377","node_export" "513378","node_extended_stats" "513379","node_factory" "513380","node_fee" "513381","node_find_replace" "513382","node_footnotes" "513383","node_form_rearrange" "513384","node_form_template" "513385","node_gallery" "513386","node_gallery_access" "513387","node_helper" "513388","node_image" "513389","node_images" "513390","node_import" "513391","node_info" "513392","node_invite" "513393","node_limit" "513394","node_limitnumber" "513395","node_link" "513396","node_media" "513397","node_menu" "513398","node_operations_block" "513399","node_page" "513400","node_parameter_control" "513401","node_permissions_grid" "513402","node_privacy_byrole" "513403","node_quick_find" "513404","node_redirect" "513405","node_relevance" "513406","node_reminder" "513407","node_repeat" "513408","node_scheduler" "513409","node_scheduler_partial" "513410","node_style" "513411","node_template" "513412","node_theme" "513413","node_time_tracker" "513414","node_translation" "513415","node_type_filter" "513416","node_type_heirachy" "513417","node_type_heirarchy" "513418","node_type_list" "513419","node_update_from_url" "513420","node_widget" "513421","nodeaccess" "513422","nodeaccess_autoreference" "513423","nodeaccess_nodereference" "513424","nodeaccess_password" "513425","nodeaccess_userreference" "513426","nodeadelic" "513427","nodeadmin" "513428","nodeapproval" "513429","nodeasblock" "513430","nodeauthor" "513431","nodeblock" "513432","nodebolt" "513433","nodecarousel" "513434","nodecloud" "513435","nodecomment" "513436","nodefamily" "513437","nodeflag" "513438","nodeform" "513439","nodeformcols" "513440","nodeformpopup" "513441","nodeformsettings" "513442","nodeformtemplate" "513443","nodeforum" "513444","nodegift" "513445","nodegooglemap" "513446","nodegoto" "513447","nodegroup" "513448","nodehierarchy" "513449","nodeimageblock" "513450","nodeincck" "513451","nodelimit" "513452","nodelist" "513453","nodelocation_relationship" "513454","nodemap" "513455","nodemonkey" "513456","nodename" "513457","nodeorder" "513458","nodeperm_role" "513459","nodepicker" "513460","nodepreview_by_type" "513461","nodeproduct" "513462","nodeprofile" "513463","nodeprofile_privacy" "513464","nodeprofile_search" "513465","nodequeue" "513466","nodequeue_annotate" "513467","nodequeue_builder" "513468","nodequeue_randomizer" "513469","nodequeue_vocab" "513470","nodequeuenode" "513471","noderecommendation" "513472","noderef_image_helper" "513473","noderefcreate" "513474","nodereference_asmselect" "513475","nodereference_autocreate" "513476","nodereference_count" "513477","nodereference_explorer" "513478","nodereference_field" "513479","nodereference_formatters" "513480","nodereference_subform" "513481","nodereference_url" "513482","nodereference_variables" "513483","nodereference_views" "513484","nodereference_views_select" "513485","nodereferrer" "513486","nodereferrer_baby" "513487","nodereferrer_create" "513488","noderelationships" "513489","nodereview" "513490","nodes" "513491","nodesave_service" "513492","nodeshare" "513493","nodesinblock" "513494","nodeslots" "513495","nodestack" "513496","nodesymlinks" "513497","nodetaxonomy_notifications" "513498","nodeteaser" "513499","nodeterms" "513500","nodetitle" "513501","nodetrail" "513502","nodetriggers" "513503","nodetype" "513504","nodetypetheme" "513505","nodetypeviews" "513506","nodeupdate" "513507","nodeupdates" "513508","nodeupdates_notify" "513509","nodevote" "513510","nodewords" "513511","nodewords_bypath" "513512","nodewords_nodetype" "513513","nofollow" "513514","nofollowlist" "513515","noindex_external_links" "513516","noreqnewpass" "513517","notepad" "513518","notevote" "513519","notice" "513520","notices" "513521","notification_emails" "513522","notifications" "513523","notifications_extra" "513524","notifications_location" "513525","notifications_simpleui" "513526","notifications_team" "513527","notifier" "513528","notify" "513529","notify_by_views" "513530","nr_autocomplete" "513531","nr_popup" "513532","ntlm" "513533","nudge" "513534","nusoap" "513535","nutch" "513536","nws_weather" "513537","o3d" "513538","oagwt" "513539","oai2" "513540","oai2forcck" "513541","oai_pmh" "513542","oainjection" "513543","oaliquid" "513544","oauth" "513545","oauth_common" "513546","oauth_services" "513547","object_driver" "513548","oci8" "513549","ocs" "513550","odfimport" "513551","oembed" "513552","ofc_api" "513553","office_hours" "513554","office_html" "513555","offline_reminder" "513556","ofhlinw" "513557","og" "513558","og2list" "513559","og2mlm" "513560","og_abt" "513561","og_access_roles" "513562","og_actions" "513563","og_add_user_autocomplete" "513564","og_affiliations" "513565","og_aggregator" "513566","og_album" "513567","og_audience" "513568","og_author" "513569","og_autogroups" "513570","og_block_visibility" "513571","og_blocks" "513572","og_blueprints" "513573","og_book" "513574","og_book_inheritance" "513575","og_bookmarks" "513576","og_calendar" "513577","og_civicrm" "513578","og_collections" "513579","og_contact" "513580","og_content_type_admin" "513581","og_default_roles" "513582","og_defaults" "513583","og_domain" "513584","og_donate" "513585","og_event" "513586","og_expire" "513587","og_facets" "513588","og_files" "513589","og_forum" "513590","og_galleries" "513591","og_garden" "513592","og_global_limits" "513593","og_gmap" "513594","og_gpromote" "513595","og_gradebook" "513596","og_hide_membership" "513597","og_hierarchy" "513598","og_invite_restrict" "513599","og_joinrole" "513600","og_ldap" "513601","og_legal" "513602","og_limit" "513603","og_limits" "513604","og_mailhandler" "513605","og_management" "513606","og_manager" "513607","og_mandatory_group" "513608","og_member_import" "513609","og_menu" "513610","og_minutes" "513611","og_moderate" "513612","og_modr8" "513613","og_multiple_mandatory_groups_by_role" "513614","og_node_approval" "513615","og_notify" "513616","og_open_write" "513617","og_panels" "513618","og_path" "513619","og_perm" "513620","og_primary" "513621","og_profiles" "513622","og_project" "513623","og_promote" "513624","og_public_access" "513625","og_read_only" "513626","og_reg_codes" "513627","og_reg_keys" "513628","og_remote_options" "513629","og_resetter" "513630","og_roles" "513631","og_rsvp" "513632","og_schedule" "513633","og_settings" "513634","og_sites" "513635","og_statistics" "513636","og_store" "513637","og_strict_filter" "513638","og_subgroups" "513639","og_superadmin" "513640","og_tac" "513641","og_taxonomy" "513642","og_teampage" "513643","og_titles" "513644","og_translate" "513645","og_user_roles" "513646","og_user_roles_access" "513647","og_username_helper" "513648","og_views" "513649","og_views_extra" "513650","og_vocab" "513651","ogflickrblock" "513652","ogone" "513653","ohloh" "513654","oi" "513655","oldwarning" "513656","olf" "513657","om_broadcast_sync" "513658","om_project" "513659","om_show" "513660","om_support" "513661","om_timeslot_scheduler" "513662","omega_tools" "513663","omniture" "513664","omniture_node" "513665","on_the_web" "513666","onbeforeunload" "513667","one_comment_only" "513668","one_node_per_term" "513669","one_time_login" "513670","onepageprofile" "513671","online" "513672","onlinestatus" "513673","onload" "513674","onthisday" "513675","oop" "513676","ootools" "513677","ooyala" "513678","op_video" "513679","op_youtube" "513680","open_flash_chart_api" "513681","openads" "513682","openadstream" "513683","openband" "513684","opencalais" "513685","opendover" "513687","openid-launchpad" "513688","openid-teams" "513689","openid_autoreg" "513690","openid_ax" "513691","openid_client_ax" "513692","openid_client_sreg" "513693","openid_cp_field" "513694","openid_provider" "513695","openid_provider_ax" "513696","openid_provider_persona" "513697","openid_provider_sreg" "513698","openid_service" "513699","openid_sreg" "513700","openid_sync" "513701","openidadmin" "513702","openidurl" "513703","openlaszlo" "513704","openlayers" "513705","openlayers_geocoder" "513706","openleg" "513707","openlibrary" "513708","openpgp" "513709","openpublish_core" "513710","openpublish_features" "513711","openpublish_theme" "513712","openresort" "513713","opensearch" "513714","opensearch_aggregator" "513715","opensearchclient" "513716","opensearchplugin" "513717","opensecrets_bulk_data" "513718","opensecrets_open_data" "513719","opensocial" "513720","openspace" "513721","openwysiwyg" "513722","openx" "513723","openx_manager" "513724","opinionlab" "513725","opml_import" "513726","opt-in" "513727","optimize" "513728","optin" "513729","option_trim" "513730","options_element" "513731","opusfilter" "513732","oracle" "513733","order" "513734","org_informations" "513735","orm" "513736","oscommerce" "513737","oscommerse_auth" "513738","osflv" "513739","osmobiclient" "513740","otb" "513741","outline" "513742","outline_designer" "513743","outline_dmenu" "513744","over_text" "513745","overlay_gallery" "513746","override_node_options" "513747","ownterm" "513748","ownthatpage" "513749","package_builder" "513750","packager" "513751","pacs" "513752","padfile" "513753","page_lang" "513754","page_renderer" "513755","page_theme" "513756","page_title" "513757","page_title_bypath" "513758","pagearray" "513759","pageear" "513760","pager_preference" "513761","pageroute" "513762","pagestyle" "513763","pagination" "513764","paging" "513765","painter" "513766","pam_auth" "513767","panel_node_restrict" "513768","panel_style" "513769","panels" "513770","panels_accordion" "513771","panels_carousel" "513772","panels_collapse" "513773","panels_everywhere" "513774","panels_fe" "513775","panels_flexigrid" "513776","panels_header" "513777","panels_node_restrict" "513778","panels_plugin_example" "513779","panels_scheduler" "513780","panels_sections" "513781","panels_tabs" "513782","panels_taxonomy" "513783","panels_teasers" "513784","panels_titles" "513785","panels_user" "513786","panelsblock" "513787","papilia" "513788","parachat" "513789","parallel" "513790","paranoia" "513791","paranoidvalidator" "513792","parser_csv" "513793","parser_ical" "513794","parser_kml" "513795","parsing_api" "513796","partial" "513797","partners" "513798","passquickset" "513799","password" "513800","password_change" "513801","password_expire" "513802","password_policy" "513803","password_require" "513804","password_reset" "513805","password_sentry" "513806","password_strength" "513807","password_trigger" "513808","patch" "513809","patch_content_multigroup" "513810","patchdoq" "513812","path_access" "513813","path_aliases_filter" "513814","path_blacklist" "513815","path_en" "513816","path_image" "513817","path_permissions" "513818","path_redirect" "513819","pathauto" "513820","pathauto_extension" "513821","pathauto_uncheck" "513822","pathcache" "513823","pathcopier" "513824","pathen" "513825","pathfilter" "513826","pathmenu" "513827","pathologic" "513828","pathreference" "513829","pathrules" "513830","pathsearch" "513831","pathtrack" "513832","patterns" "513833","pay" "513834","pay2publish" "513835","paybox" "513836","paycom" "513837","payment_ach" "513838","payment_api" "513839","payment_payflowpro" "513840","paypal_framework" "513841","paypal_subscription" "513842","paypal_tipjar" "513843","paypalnode" "513844","paypernode" "513845","pbcore" "513846","pblog" "513847","pbs" "513848","pcapbt" "513849","pclzip" "513850","pclzip_zip_content_files" "513851","pclzip_zip_node_files" "513852","pclzip_zipfolder" "513853","pcp" "513854","pdfflyer" "513855","pdfstamper" "513856","pdfview" "513857","pdir" "513858","pds" "513859","pe" "513860","peanutlabsmedia" "513861","pear" "513862","pearwiki_filter" "513863","peek" "513864","peekaboo" "513865","pegevent" "513866","pegoeditor" "513867","pending_user_notification" "513868","peoplebrowsr" "513869","peoplepond" "513870","peoplesemailnetwork" "513871","pepperjam_merch" "513872","peptalk" "513873","per_theme_blocks" "513874","percent_mobile" "513875","perfectmoney_sci" "513876","performance" "513877","periodical" "513878","permalink" "513879","permission_report" "513880","permission_select" "513881","permissions_api" "513882","permissions_lock" "513883","permissions_sorter" "513884","permsets" "513885","persistent_login" "513886","person" "513887","personalized_settings" "513888","petition" "513889","petition_node" "513890","pg_moneris" "513891","pg_simplepay" "513892","pgapi" "513893","phone" "513894","phone_lookup" "513895","phoneblogz" "513896","phonetic" "513897","phorum" "513898","phorum_integrate" "513899","photo_layover" "513900","photobar" "513901","photoblog" "513902","photoframe" "513903","photos" "513904","photos_access" "513905","php2lua" "513906","php4" "513907","php_errors" "513908","php_nontag_delimiters" "513909","php_variables" "513910","phpass" "513911","phpbb" "513912","phpbb2drupal" "513913","phpbbPostNode" "513914","phpbbforum" "513915","phpedu" "513916","phpfreechat" "513917","phpgedview" "513918","phpids" "513919","phpinfo" "513920","phplayers" "513921","phplist" "513922","phpmailer" "513923","phpsyntaxtree" "513924","phpunit" "513925","phpwebstat" "513926","phpwind" "513927","picasa" "513928","pickem" "513929","piclens" "513930","piclens_lite" "513931","picture" "513932","pictures" "513933","pifr_demo" "513934","pin" "513935","ping_server" "513936","pingback" "513937","pingdom" "513938","pingfm" "513939","pingfmblock" "513940","pingthis" "513941","pirate" "513942","pirets" "513943","pirobox_tipster" "513944","pivots" "513945","pivots-extra" "513946","pivots4do" "513947","piwik" "513948","piwikanalytics" "513949","pjirc" "513950","place" "513951","placemaker" "513952","planet" "513953","planyo_reservation_system" "513954","platnosci_pl" "513955","playlist" "513956","plazes" "513957","please_register" "513958","pledgebank" "513959","plink" "513960","plugin_manager" "513961","plugins" "513962","plus1" "513963","pm" "513964","pm_lite" "513965","pmail" "513966","pmetrics" "513967","pmgrowl" "513968","pmp" "513969","pngbehave" "513970","pngfix" "513971","po" "513972","podtrac" "513973","point_board" "513974","poke" "513975","poll_inline" "513976","pollfield" "513977","pong" "513978","ponto_keychains" "513979","ponto_vc" "513980","pontomail" "513981","poormanscron" "513982","pop_links" "513983","popdesc_og" "513984","popularity" "513985","popup" "513986","popup_filter" "513987","popup_msg" "513988","popups" "513989","popups_reference" "513990","popups_subedit" "513991","portal" "513992","porterstemmer" "513993","portfolio" "513994","post2blogs" "513995","post_reminder" "513996","postal" "513997","postalso" "513998","postblock" "513999","postcard" "514000","postcodeanywhere" "514001","postcount_rank" "514002","posterous" "514003","postiteverywhere" "514004","postsubscribe" "514005","potluck" "514006","potx" "514007","powells" "514008","power" "514009","poweradmin" "514010","pownce" "514011","pownceable" "514012","pqp" "514013","pr" "514014","preferred_format" "514015","premium" "514016","premium_views_field" "514017","premium_views_filter" "514018","prepopulate" "514019","preprocess_order_corrector" "514020","preserve_language" "514021","preset_widget_options" "514022","pressflow_buzzworthy" "514023","pressflow_focus" "514024","pressflow_multidomain" "514025","pressflow_placement" "514026","pressflow_preempt" "514027","pressflow_preempt_panels" "514028","pressflow_recentcomments" "514029","pressflow_transaction" "514030","prev_next" "514031","preview" "514032","pricegun" "514033","primary_links" "514034","primary_term" "514035","print" "514036","printable" "514037","printfriendly" "514038","printipp" "514039","printpage" "514040","priorities" "514041","privacy" "514042","privacy_book" "514043","privatbank" "514044","private" "514045","private_blogs" "514046","private_download" "514047","private_downloads" "514048","private_nodes" "514049","private_number" "514050","private_taxonomy" "514051","private_upload" "514052","privatemsg" "514053","privatemsg_limits" "514054","privatemsg_views" "514055","privatemsgmm" "514056","privatespace" "514057","procon" "514058","prodigem" "514060","profile-ng" "514061","profile2" "514062","profile_access" "514063","profile_blog_info" "514064","profile_category_weight" "514065","profile_checkboxes" "514066","profile_csv" "514067","profile_enforce" "514068","profile_enforcer" "514069","profile_generator" "514070","profile_location" "514071","profile_map" "514072","profile_migrate" "514073","profile_ops" "514074","profile_pages" "514075","profile_permission" "514076","profile_privacy" "514077","profile_privacy_buddylist" "514078","profile_role" "514079","profile_setup" "514080","profile_taxonomy" "514081","profile_visit" "514082","profileplus" "514083","profiler" "514084","profilesearch" "514085","profiletabs" "514086","profilify" "514087","prog_gallery" "514088","progressive" "514089","project" "514090","project2" "514091","project_access" "514092","project_admin_category" "514093","project_cvs_instructions" "514094","project_forecast" "514095","project_issue" "514096","project_issue_file_review" "514097","project_issue_file_test" "514098","project_issue_voting" "514099","project_links" "514100","project_maintainers" "514101","project_permissions" "514102","project_rcs.stale" "514103","promise" "514104","promos" "514105","promote_blocks" "514106","promotion" "514107","prompts" "514108","protect_critical_uids" "514109","protect_critical_users" "514110","protected_node" "514111","protection" "514112","protectwebform" "514113","protocons" "514114","protx" "514115","provision" "514116","provision_boost" "514117","provisionator" "514118","prowl" "514119","proxy" "514120","pspp" "514121","pt2ami" "514122","pubcookie" "514123","pubdlcnt" "514124","public_preview" "514125","publication" "514126","publication_date" "514127","publicbookings" "514128","publicname" "514129","publish" "514130","publishcontent" "514131","published" "514132","publisher" "514133","publishing" "514134","pubmed_integration" "514135","pureftp" "514136","purl" "514137","purr_messages" "514138","pushuptheweb" "514139","pwfcaptcha" "514140","pwn" "514141","python_services" "514142","q_fontsize" "514143","qa_checklist" "514144","qamodules" "514145","qanda" "514146","qb" "514147","qdrupal" "514148","qedit" "514149","qmo_bugzilla" "514150","qpservices" "514151","qr_codes" "514152","qrs_sheets" "514153","quantcast" "514154","quantity_discount" "514155","query" "514156","query_builder" "514157","query_export" "514158","query_monitor" "514159","queryable_variables" "514160","querycache" "514161","querypath" "514162","question" "514163","queue" "514164","queue_mail" "514165","queue_ui" "514166","quick_admin_menu" "514167","quick_child" "514168","quick_disable_enable" "514169","quickbooks" "514170","quickfile" "514171","quickform" "514172","quickmenu" "514173","quickpay" "514174","quickpost" "514175","quicksearch" "514176","quickstats" "514177","quicktables" "514178","quicktabs" "514179","quicktags" "514180","quicktext" "514181","quiz" "514182","quiz_raffle" "514183","quizreg" "514184","qunit" "514185","quota_by_role" "514186","quotation" "514187","quote" "514188","quotes" "514189","quran" "514190","qviews" "514191","qwebirc" "514192","r4032login" "514193","radioactivity" "514194","random_images" "514195","randomblocks" "514196","randomizer" "514197","range" "514198","rapleaf_api" "514199","rating" "514200","rawlog" "514201","rawr" "514202","rcmail" "514203","rcourier" "514204","rcs.stale" "514206","rdfcck" "514207","rdfproxy" "514208","rdl" "514209","read_and_understood" "514210","read_more" "514211","readonlymode" "514212","realchat" "514213","realname" "514214","realname_userreference" "514215","reblog" "514216","recaptcha" "514217","recent_blocks" "514218","recent_changes" "514219","recent_comments" "514220","recipe" "514221","recipient_lists" "514222","recognized_user" "514223","recommendation" "514224","recommended_nodes" "514225","recommender" "514226","record" "514227","recorder" "514228","recycle_node" "514229","red5flashserver" "514230","redirect" "514231","refcolab" "514232","refer" "514233","reference_links" "514234","referer_theme" "514235","referertools" "514236","referral" "514237","referral_links" "514238","referralsources" "514239","refine_by_taxo" "514240","refresh" "514241","reftagger" "514242","reg_with_pic" "514243","regcode" "514244","regex" "514245","regex_filter" "514246","regexpal" "514247","regilo" "514248","region_assign" "514249","region_conf" "514250","region_manager" "514251","region_visibility" "514252","register_country" "514253","register_preapproved" "514254","registerprofile" "514255","registrar_api" "514256","registration_role" "514257","registration_role_with_approval" "514258","reglang" "514259","reindex" "514260","rel_to_abs" "514261","related_block" "514262","related_content" "514263","related_nodes" "514264","related_subform" "514265","related_terms" "514266","relatedcontent" "514267","relateditems" "514268","relatedlinks" "514269","relatedviews" "514270","relations" "514271","relationship" "514272","relativity" "514273","relativity_access" "514274","release" "514275","releasemonitor" "514276","relevance" "514277","relevancy" "514278","relevant_content" "514279","rellinkfilter" "514280","remember_filter" "514281","remember_me" "514282","remindme" "514283","remote_file" "514284","remote_macro" "514285","remoteblocks" "514286","remove_nonviewable_menu_items" "514287","remove_upload_enclosures" "514288","render" "514289","replication" "514290","replies" "514291","report" "514292","report_content" "514293","report_user" "514294","reports" "514295","repository" "514296","repoview" "514297","reptag" "514298","republish" "514299","requestinvitation" "514300","required_for_pub" "514301","requirements" "514302","reroute_email" "514303","research" "514304","reservation" "514305","reservations" "514306","reset_password_page" "514307","resizable_body" "514308","resizer" "514309","resource" "514310","resource_conflict" "514311","resource_management" "514312","rest" "514313","rest_client" "514314","rest_provider" "514315","rest_server" "514316","restapi" "514317","restrict_by_ip" "514318","restrict_content" "514319","restrict_password_change" "514320","restricted_content" "514321","restricted_text" "514322","resultcache" "514323","resultsapi" "514324","retease" "514325","returnpath" "514326","review" "514327","review_extras" "514328","revision" "514329","revision_deletion" "514330","revision_fu" "514331","revision_moderation" "514332","revisionary" "514333","revisioning" "514334","revisionreference" "514335","revisions_rss" "514336","revisiontags" "514337","reward" "514338","rfid_login" "514339","rfireport" "514340","riat" "514341","riddler" "514342","ride" "514343","riffly" "514344","rijksblock" "514345","rimeg" "514346","risk" "514347","rlisting" "514348","rmes" "514349","rmfb" "514350","rnrurl" "514351","roadblock" "514352","roboconf" "514353","robotreplay" "514354","robots_parser" "514355","robotstxt" "514356","rokbox" "514357","role_change_notify" "514358","role_confer" "514359","role_contracts" "514360","role_control" "514361","role_delegation" "514362","role_expire" "514363","role_expire_operations" "514364","role_help" "514365","role_inheritance" "514366","role_invite" "514367","role_limits" "514368","role_login" "514369","role_price" "514370","role_subscription" "514371","role_theme_switcher" "514372","role_theme_switcher_6" "514373","role_to_file" "514374","role_watchdog" "514375","role_weights" "514376","roleassign" "514377","rolechanger" "514378","rolecontact" "514379","roledelay" "514380","rolekey" "514381","rolereference" "514382","rolereferral" "514383","rolesignup" "514384","rolespecific_node" "514385","roleweight" "514386","rollout" "514387","roster" "514388","rotor" "514389","roundcube" "514390","rounded_corners" "514391","rpg" "514392","rpx" "514393","rrdtool" "514394","rrpedia" "514395","rsd" "514396","rss" "514397","rss20_content_importer" "514398","rss_enhanced" "514399","rss_feeds_block" "514400","rss_permissions" "514401","rssad" "514402","rsskey" "514403","rsvp" "514404","rubric" "514405","rules" "514406","rules_executor" "514407","rulesmonkey" "514408","s3_api" "514409","s3saver" "514410","s5" "514411","sabbath" "514412","safarisearch" "514413","safeclick" "514414","safehtml" "514415","sale" "514416","salemail" "514417","salesforce" "514418","salesforcewebform" "514419","salsa_api" "514420","salsa_supporters" "514421","salt" "514422","samizdat" "514423","samplecode" "514424","sanity" "514425","sass" "514426","sass_api" "514427","save_as_draft" "514428","save_edit" "514429","saved_pages" "514430","saveguard" "514431","savetofile" "514432","savetoftp" "514433","sawmill" "514434","scald" "514435","scanner" "514436","scenario" "514437","sched_act" "514438","schedule" "514439","scheduler" "514440","schema" "514441","scholarly" "514442","school_administration" "514443","schoolreport" "514444","scooperceci" "514445","scoopt_words" "514446","scorm" "514447","scouting" "514448","scoutle" "514449","scrap" "514450","scraper" "514451","scribbish" "514452","scribdfield" "514453","scrippet" "514454","scripturefilter" "514455","scroll" "514456","scrollable" "514457","scrollable_content" "514458","scrolltetxt" "514459","scrolltext" "514460","search404" "514461","search_all" "514462","search_and_replace" "514463","search_attachments" "514464","search_autocomplete" "514465","search_block" "514466","search_by_page" "514467","search_config" "514468","search_engine_referers" "514469","search_files" "514470","search_highlight" "514471","search_keywords" "514472","search_log" "514473","search_ranking" "514474","search_restrict" "514475","search_rss" "514476","search_score_improvements" "514477","search_type" "514478","search_uploads" "514479","searchbench" "514480","searchcloud" "514481","searchdescription" "514482","searchexport_csv" "514483","season" "514484","secondlife" "514485","secretcode" "514486","secrole" "514487","sections" "514488","secure_permissions" "514489","securelogin" "514490","securepages" "514491","securepages_disable" "514492","securepages_disabler" "514493","securepages_prevent_hijack" "514494","securesite" "514495","security" "514496","security_review" "514497","security_scanner" "514498","securitydoq" "514499","see_map" "514500","seesmic" "514501","seesmic_api" "514502","seesmic_comment" "514503","select_or_other" "514504","select_publication" "514505","select_translation" "514506","selector_element" "514507","selenium" "514508","selfdestruct" "514509","semantic_filter" "514510","semantic_markup_editor" "514511","semantic_search" "514512","semanticviews" "514513","send" "514514","sentry_client" "514515","seo_checker" "514516","seo_checklist" "514517","seo_friend" "514518","seotools" "514519","seowatcher" "514520","serapi" "514521","serial" "514522","series" "514523","sermons" "514524","servers" "514525","service_attachments" "514526","service_links" "514527","services" "514528","services_oauth" "514529","services_oop" "514530","services_open_api" "514531","sesame" "514532","sesame_access" "514533","sesamevault" "514534","session_api" "514535","session_expire" "514536","session_favorites" "514537","session_limit" "514538","session_restore" "514539","sessions_log" "514540","set4d" "514541","sets" "514542","setting" "514543","settings" "514544","sevenup" "514545","sexy_exposed" "514546","sexybookmarks" "514547","sezwho" "514548","sf_cache" "514549","sf_webform" "514550","sfvote" "514551","shabbat" "514552","shadowbox" "514553","shamu" "514554","share" "514555","shared_account" "514556","shared_edit" "514557","shared_values" "514558","sharedemail" "514559","sharedlinks" "514560","shareomatic" "514561","sharepal" "514562","sharethis" "514563","shazamgallery" "514564","sheetnode" "514565","shib2drupal" "514566","shib_auth" "514567","shootevents" "514568","shopatron" "514569","shoppingads" "514570","shopwindow" "514572","shortcuts" "514573","shorten" "514574","shortform" "514575","shortlink" "514576","shorturl" "514577","shoutbook" "514578","shoutbox" "514579","shoutcast" "514580","show_required" "514581","showaliases" "514582","showcase" "514583","shutterfly" "514584","sidebar" "514585","sidecontent" "514586","sidewiki" "514587","sifr" "514588","signal" "514589","signature" "514590","signature_forum" "514591","signit" "514592","signup" "514593","signup_ecommerce" "514594","signup_multiple" "514595","signup_pay" "514596","signup_pay_early_bird" "514597","signup_restrict_by_role" "514598","signup_scheduler" "514599","signup_status" "514600","signwriter" "514601","similar" "514602","similargroups" "514603","similarity" "514604","similarnodes" "514605","similarterms" "514606","simple" "514607","simple_access" "514608","simple_beanstream" "514609","simple_cck" "514610","simple_committer" "514611","simple_geo" "514612","simple_highlight" "514613","simple_karma" "514614","simple_payments" "514615","simple_paypal" "514616","simple_reservation" "514617","simple_review" "514618","simplead_block" "514619","simpleads" "514620","simpleblogroll" "514621","simplecdn" "514622","simplecontactcheck" "514623","simplediff" "514624","simplefeed" "514625","simplegallery" "514626","simpleguestbook" "514627","simplehtmldom" "514628","simpleinvite" "514629","simplelist" "514630","simplemap" "514631","simplemenu" "514632","simplenews" "514633","simplenews_analytics" "514634","simplenews_bounce" "514635","simplenews_content_selection" "514636","simplenews_digest" "514637","simplenews_multisignup" "514638","simplenews_register" "514639","simplenews_register_block" "514640","simplenews_roles" "514641","simplenews_scheduler" "514642","simplenews_statistics" "514643","simplenews_statistics_path" "514644","simplenews_sub_manager" "514645","simplenews_template" "514646","simplenews_terms" "514647","simplepie" "514648","simplesitemap" "514649","simplest_gmap" "514650","simplestgallery" "514652","simpletest_automator" "514653","simpletest_clone" "514654","simpletest_selenium" "514655","simpletest_unit" "514656","simpletestauto" "514657","simpleviews" "514658","simplevote" "514659","simplexml" "514660","simplify_node_add" "514661","simpyi" "514662","sin" "514663","single_login" "514664","singlesignon" "514665","sioc" "514666","siruna" "514667","site-map" "514668","site_country" "514669","site_info_lite" "514670","site_map" "514671","site_network" "514672","site_tour" "514673","site_user_list" "514674","site_verify" "514675","sitebadges" "514676","sitebrowser" "514677","sitecss" "514678","sitedir_migrate" "514679","sitedoc" "514680","sitemap" "514681","sitemenu" "514682","siteminder" "514683","sitenotes" "514684","sitepass" "514685","sites" "514686","sitestats" "514687","skeeper" "514688","skeleton" "514689","skinr" "514690","skip_required_validation" "514691","skip_validation" "514692","skipcart" "514693","skype_status" "514694","skypesupport" "514695","slashcomments" "514696","slauth" "514697","slcontact_xt" "514698","slfeed" "514699","slicedbook_navigation" "514700","slicedmenu" "514701","slide_menus" "514702","slidebox" "514703","slider" "514704","slider_textfield" "514705","slideshare" "514706","slideshow" "514707","slideshow_2" "514708","slideshow_creator" "514709","slideshowbox" "514710","slideshowcs" "514711","slideshowpro" "514712","slinky" "514713","slot_machine" "514714","slowtell" "514715","sluser" "514716","sm00sh" "514717","smackdown" "514718","smart_menus" "514719","smartcache" "514720","smartlinebreakconverter" "514721","smartlist_manager" "514722","smartphone_theme" "514723","smartqueue_for_path" "514724","smartqueue_nodetypes" "514725","smartqueue_og" "514726","smartqueue_users" "514727","smarty_api" "514728","smarty_filter" "514729","smartypants" "514730","smbexplorer" "514731","smfforum" "514732","smileys" "514733","sms_payments_api" "514734","smsbulk" "514735","smsemail" "514736","smsframework" "514737","smsgateway" "514738","smsgui" "514739","smssend" "514740","smtp" "514741","smtp_checker" "514742","sna" "514743","snap" "514744","snap_preview" "514745","snapshot" "514746","sniff" "514747","snippets" "514748","snoobi" "514749","snowforecast" "514750","snspecial" "514751","so_taxes" "514752","soap" "514753","soap_server" "514754","soapclient" "514755","social_statistics" "514756","socialactions" "514757","socialite" "514758","sociallinks" "514759","socialtwist-taf" "514760","software_projects" "514761","solr" "514762","solr_service" "514763","solrjs" "514764","song" "514765","sonisweb_integration" "514766","sopac" "514767","soundmanager2" "514768","spacegallery" "514769","spaces" "514770","spajax" "514771","spajax_mm" "514772","spam" "514773","spam_mtblacklist" "514774","spam_tokens" "514775","spambot" "514776","spamicide" "514777","spamspan" "514778","spanishstemmer" "514779","sparcool" "514780","sparkline" "514781","sparklines" "514782","sparql" "514783","sparql_ep" "514784","spatial" "514785","spatialsolr" "514786","spaw" "514787","speaklolcat" "514788","special_menu_items" "514789","speedtest" "514790","spellcheck" "514791","spelling" "514792","sphere" "514793","sphinx" "514794","sphinxsearch" "514795","spip2drupal" "514796","splash" "514797","splashpage_redirect" "514798","split_moderation" "514799","split_site" "514800","split_test" "514801","spoiler" "514802","sport" "514803","spotify" "514804","spread" "514805","spreadshirt" "514806","spreadthefox" "514807","sprite" "514808","spritemenu" "514809","sprites" "514810","spry" "514811","sql_auth" "514812","sqlcron" "514813","sqtags" "514814","squirrelmail" "514815","srt" "514816","sru_client" "514817","sshkey" "514818","ssi" "514819","ssl_users" "514820","sso" "514821","sso_multidb" "514822","ssp" "514823","stackoverflow" "514824","stackoverflow_flair" "514825","staffbio" "514826","stafflist" "514827","stage" "514828","staging" "514829","stalker" "514830","statanus" "514831","statcounter" "514832","statereference" "514833","static" "514834","staticHTML" "514835","static_files" "514836","station" "514838","statistics_advanced" "514839","statistics_filter" "514840","statistics_granularity" "514841","statistics_trends" "514842","stats" "514843","stats_plot" "514844","statsapi" "514845","statspro" "514846","status" "514847","status_router" "514848","stc_taxes" "514849","steam_community" "514850","sticky_notes" "514851","stickybeak" "514852","stock" "514853","stock_chart" "514854","stock_portfolio" "514855","stockapi" "514856","storage_api" "514857","storefinder" "514858","storm" "514859","storm_dashboard" "514860","storm_quicktt" "514861","storylink" "514862","stream" "514863","streamsend" "514864","stringoverrides" "514865","striptags_format" "514866","strongarm" "514867","stumble" "514868","style" "514869","style_override" "514870","style_settings" "514871","styles" "514872","stylestripper" "514873","styleswitcher" "514874","su_comments" "514875","subdomain" "514876","subdomain_manager" "514877","subform" "514878","subform_element" "514879","submenutree" "514880","submit_more" "514881","submitagain" "514882","submitted_by" "514883","subnodes_by_taxonomy" "514884","subpath_alias" "514885","subscounter" "514886","subscribe" "514887","subscribed" "514888","subscriber" "514889","subscription" "514890","subscriptions" "514891","subscriptions_author" "514892","subscriptions_og" "514893","subsites" "514894","substnode" "514895","subtitle" "514896","subuser" "514897","subversion" "514898","sudo" "514899","sugarform" "514900","sugarondrupal" "514901","sugarwebform" "514902","suggestedterms" "514903","summary" "514904","sunmailer" "514905","supercron" "514906","superfish" "514907","supernav" "514908","supersearch" "514909","supersearch_seo" "514910","superteaser" "514911","support" "514912","support_custom_email" "514913","support_deadline" "514914","support_fields" "514915","support_nag" "514916","support_sms" "514917","support_timer" "514918","support_views" "514919","supportfile_cache" "514920","suppress_search" "514921","suppress_teasers" "514922","survey" "514923","survey_webform_migrate" "514924","suy" "514925","svn" "514926","swedishstemmer" "514927","swekey" "514928","swfaddress" "514929","swfcharts" "514930","swfembed" "514931","swflink" "514932","swfobject" "514933","swfobject_api" "514934","swfobject_filter" "514935","swftools" "514936","swfupload" "514937","swish" "514938","switchtheme" "514939","swx" "514940","sxip" "514941","sympal_actions" "514942","sympal_book_menu" "514943","sympal_password_hijack" "514944","sympal_scripts" "514945","sympal_theme_module" "514946","sync" "514947","syndication" "514948","synonym_collapsing" "514949","synonyms" "514950","syntaxhighlighter" "514951","synth_products" "514952","sys_en" "514953","sysinfo" "514954","syslog_viewer" "514955","system_email" "514956","system_table_cleaner" "514957","system_theme" "514958","systeminfo" "514959","systemmask" "514960","t9nlinks" "514961","tExt" "514962","tabbed_block" "514963","table" "514964","table_altrow" "514965","table_export" "514966","tablefield" "514967","tablegroup" "514968","tablemanager" "514969","tableofcontents" "514970","tables" "514971","tabname_tweaker" "514972","tabs" "514973","tabsauto" "514974","tabtamer" "514975","tac_lite" "514976","tacle_rules" "514977","tag" "514978","tag_editor" "514979","tagadelic" "514980","tagadelic_views" "514981","tagcloud" "514982","taggame" "514983","tagging" "514984","taggly" "514985","tagmap" "514986","tagmark" "514987","tagnode" "514988","tagorder" "514989","tagtool" "514990","tagtrap" "514991","taguser" "514992","tailor" "514993","take_control" "514994","talk" "514995","talkinator" "514996","talkr" "514997","tami_ltype" "514998","tamil" "514999","tamil_type" "515000","taobao" "515001","tapatio" "515002","tape_tracker" "515003","tapir" "515004","tar" "515005","task" "515006","tasks" "515007","tasks_advanced" "515008","tattlerapp" "515009","tax_by_taxo" "515010","tax_menu" "515011","tax_receipt" "515012","taxi" "515013","taxidermy" "515014","taxiselect" "515015","taxman" "515016","taxnav" "515017","taxolist_filter" "515018","taxomenu" "515019","taxonews" "515021","taxonomySearch" "515022","taxonomy_access" "515023","taxonomy_access_user" "515024","taxonomy_actions" "515025","taxonomy_api" "515026","taxonomy_assoc" "515027","taxonomy_batch_operations" "515028","taxonomy_blacklist" "515029","taxonomy_block" "515030","taxonomy_blocks" "515031","taxonomy_book" "515032","taxonomy_breadcrumb" "515033","taxonomy_browser" "515034","taxonomy_builder" "515035","taxonomy_content_type" "515036","taxonomy_context" "515037","taxonomy_csv" "515038","taxonomy_defaults" "515039","taxonomy_delegate" "515040","taxonomy_depth" "515041","taxonomy_dhtml" "515042","taxonomy_dss" "515043","taxonomy_enhancer" "515044","taxonomy_explorer" "515045","taxonomy_export" "515046","taxonomy_ezfilter" "515047","taxonomy_fields" "515048","taxonomy_filter" "515049","taxonomy_forceall" "515050","taxonomy_grid" "515051","taxonomy_hide" "515052","taxonomy_html" "515053","taxonomy_image" "515054","taxonomy_index" "515055","taxonomy_intro" "515056","taxonomy_jsmenu" "515057","taxonomy_limit" "515058","taxonomy_list" "515059","taxonomy_manager" "515060","taxonomy_menu" "515061","taxonomy_menu_path_ubercart" "515062","taxonomy_multi" "515063","taxonomy_multi_edit" "515064","taxonomy_multiedit" "515065","taxonomy_navigation" "515066","taxonomy_navigator" "515067","taxonomy_nco" "515068","taxonomy_node" "515069","taxonomy_node_operations" "515070","taxonomy_nodetitle" "515071","taxonomy_on-the-fly" "515072","taxonomy_otf" "515073","taxonomy_other" "515074","taxonomy_pages" "515075","taxonomy_parser" "515076","taxonomy_quick_find" "515077","taxonomy_redirect" "515078","taxonomy_rockstar" "515079","taxonomy_role" "515080","taxonomy_router" "515081","taxonomy_search" "515082","taxonomy_select" "515083","taxonomy_sifter" "515084","taxonomy_similar" "515085","taxonomy_single_tag" "515086","taxonomy_strider" "515087","taxonomy_styler" "515088","taxonomy_suggest" "515089","taxonomy_super_select" "515090","taxonomy_switch" "515091","taxonomy_term_menu" "515092","taxonomy_theme" "515093","taxonomy_ticker" "515094","taxonomy_timer" "515095","taxonomy_title" "515096","taxonomy_treemenu" "515097","taxonomy_user" "515098","taxonomy_vocab_relate" "515099","taxonomy_vtn" "515100","taxonomy_widget" "515101","taxonomy_xml" "515102","taxonomyblocks" "515103","taxonomycloud" "515104","taxorole" "515105","taxotoggle" "515106","taxotouch" "515107","taxtractor" "515108","tb" "515109","tbase" "515110","tbp" "515111","tcontact" "515112","teamspeak" "515113","teaser" "515114","teaser_block" "515115","teaser_images" "515116","teaserbytype" "515117","teaserthumbnail" "515118","tec" "515119","technorati" "515120","teleport" "515121","tellafriend" "515122","tellafriend_node" "515123","templates" "515124","templateswitcher" "515125","temporary_invitation" "515126","term_access" "515127","term_blacklist" "515128","term_display" "515129","term_field_weight_sort" "515130","term_fields" "515131","term_lock" "515132","term_menu" "515133","term_merge" "515134","term_message" "515135","term_node_count" "515136","term_permissions" "515137","term_queue" "515138","term_relation_types" "515139","term_statistics" "515140","term_tree" "515141","termblocks" "515142","termcase" "515143","terminal" "515144","terms_of_use" "515145","testimonial" "515146","testing_server_setup" "515147","testlistener" "515148","tetris" "515149","texfilter" "515150","text" "515151","text_field_tags" "515152","text_regexp" "515153","text_resize" "515154","textarea_expander" "515155","textareatabs" "515156","textfield_autocomplete" "515157","textformatter" "515158","textile" "515159","textimage" "515160","textimage_autoinsert" "515161","textlinkads" "515162","textmarks" "515163","textsize" "515164","texturize" "515165","texy" "515166","them_en" "515167","thematous" "515168","theme_editor" "515169","theme_generator" "515170","theme_hues" "515171","theme_rules" "515172","theme_setter" "515173","themebuilder" "515174","themedev" "515175","themefactory" "515176","themefen" "515177","themekey" "515178","themekey_properties" "515179","themen" "515180","themename" "515181","themer" "515182","themesen" "515183","themesettings" "515184","themesettings_extras" "515185","themesettingsapi" "515186","themester" "515187","thermometer" "515188","thickbox" "515189","third_party_wrappers" "515190","thisdayinhistory" "515191","thrifty404" "515193","thumb" "515194","thumbalizr" "515195","thumbnail" "515196","ticketing" "515197","ticketyboo" "515198","tiered_taxonomy_block" "515199","time" "515200","time_limit" "515201","time_qb" "515202","time_report" "515203","time_track" "515204","time_tracker" "515205","timeago" "515206","timeblock" "515207","timebudget" "515208","timecert" "515209","timeline" "515210","timelinemap" "515211","timemap" "515212","timer" "515213","timesheet" "515214","timetracker" "515215","timetweeter" "515216","tinybrowser" "515217","tinymce" "515218","tinymce_ahah" "515219","tinymce_autoconf" "515220","tinymce_dragdrop" "515221","tinymce_node_picker" "515222","tinyplayer" "515223","tinytax" "515224","tinytinymce" "515225","tipit" "515226","tipjoy" "515227","tipping" "515228","tiptasks" "515229","title" "515230","title_perms" "515231","title_rewrite" "515232","tlc" "515233","tldrestrict" "515234","tngintegrate" "515235","to_do" "515236","todo" "515237","todo_filter" "515238","todolist" "515239","toggle_comments" "515240","toggle_www" "515241","togglenode" "515242","token" "515243","token_custom" "515244","token_filter" "515245","token_node" "515246","token_profile" "515247","token_request_params" "515248","tokenauth" "515249","tokenize" "515250","tokennodetokens" "515252","tooltips" "515253","top_authors" "515254","top_commentators" "515255","top_node" "515256","top_searches" "515257","topic" "515258","topichubs" "515259","toplist" "515260","topmenu" "515261","topterms" "515262","total_control" "515263","touch_icons" "515264","tournament" "515265","tql" "515266","tr" "515267","trac_links" "515268","trace" "515269","track" "515270","track_host" "515271","trackback" "515272","tracker2" "515273","trackerlite" "515274","trackfield" "515275","trackit" "515276","tracknstack" "515277","tracrss" "515278","tractis_identity_verifications" "515279","trailscout" "515280","trans_core_labels" "515281","transaction" "515282","transcription" "515283","transformations" "515284","transformations_csv" "515285","transformations_drupal" "515286","transformations_xml" "515287","transformer" "515288","translatable" "515289","translatablecomments" "515290","translatableregions" "515292","translation404" "515293","translation_framework" "515294","translation_helpers" "515295","translation_menusync" "515296","translation_overview" "515297","translation_status" "515298","translation_table" "515299","translation_tabs" "515300","translations" "515301","transliteration" "515302","trash" "515303","trashbin" "515304","travelgrove" "515305","travellog" "515306","travelmap" "515307","travian" "515308","tree" "515309","trees" "515310","tribune" "515311","trigeo" "515312","triggerunlock" "515313","trip_currency" "515314","trip_forum" "515315","trip_image" "515316","trip_link" "515317","trip_search" "515318","troll" "515319","trustcommerce" "515320","tumblr" "515321","tupas" "515322","tvi" "515323","tw" "515324","twci_weather" "515325","tweakbox" "515326","tweet" "515327","tweetbacks" "515328","tweetboard" "515329","tweethook" "515330","tweetmeme" "515331","tweetsimple" "515332","twikifilter" "515333","twingly" "515334","twistage" "515335","twitpic_filter" "515336","twitter" "515337","twitter_input_filter" "515338","twitter_pull" "515339","twitter_search" "515340","twitter_search_feeds" "515341","twitter_views" "515342","twitterbot" "515343","twoi" "515344","txn_currency" "515345","type_local_nids" "515346","type_user_nids" "515347","typecat" "515348","typecheck" "515349","typeface" "515350","typekit" "515351","typografica" "515352","typography" "515353","typogrify" "515354","tzfield" "515355","ua_logger" "515356","ubercart" "515357","ubercart_marketplace" "515358","uberpos" "515359","ubiquity" "515360","ubrowser" "515361","uc-role-progression" "515362","uc_aac" "515363","uc_add_donation" "515364","uc_addresses" "515365","uc_advanced_catalog" "515366","uc_adyen" "515367","uc_affiliate2" "515368","uc_ajax_cart" "515369","uc_alipay" "515370","uc_alternative_price" "515371","uc_atctweaks" "515372","uc_atos" "515373","uc_attribute_clone" "515374","uc_attribute_length" "515375","uc_attribute_stock_filter" "515376","uc_attribute_tokens" "515377","uc_auction" "515378","uc_auriga" "515379","uc_bank_transfer" "515380","uc_boleto" "515381","uc_bought_together" "515382","uc_bulk_discount" "515383","uc_canadapost" "515384","uc_cart_theme" "515385","uc_cart_widget" "515386","uc_catalogmenu" "515387","uc_ccavenue" "515388","uc_cck_currency" "515389","uc_checkout_preview" "515390","uc_checkoutfi" "515391","uc_chinabank" "515392","uc_cim" "515393","uc_civicrm_profile_pane" "515394","uc_clickandbuy" "515395","uc_conditional_payment" "515396","uc_correios_quotes" "515397","uc_coupon" "515398","uc_creditcall" "515399","uc_custom_price" "515400","uc_ddate" "515401","uc_deliveryslot_postcode" "515402","uc_deliverytimeslot" "515403","uc_dependent_attributes" "515404","uc_dialect_pay" "515405","uc_dineromail" "515406","uc_discount" "515407","uc_discount_total" "515408","uc_discounts" "515409","uc_discounts_alt" "515410","uc_diskfile" "515411","uc_domain" "515412","uc_donation" "515413","uc_donation_incentives" "515414","uc_dotpay_pl" "515415","uc_ebs" "515416","uc_echecknet" "515417","uc_echopay" "515418","uc_edi" "515419","uc_egold" "515420","uc_ekomi" "515421","uc_email_others" "515422","uc_epaybg" "515423","uc_epdq" "515424","uc_eway" "515425","uc_excel" "515426","uc_expiry" "515427","uc_extra_fields_pane" "515428","uc_fedex" "515429","uc_fee" "515430","uc_file_retro" "515431","uc_filestream" "515432","uc_flo2cash" "515433","uc_followup" "515434","uc_free_order" "515435","uc_gbase" "515436","uc_generate" "515437","uc_gestpay" "515438","uc_gift_certificate" "515439","uc_gift_order" "515440","uc_google_checkout" "515441","uc_gst" "515442","uc_heartland" "515443","uc_hotel" "515444","uc_ideal_easy" "515445","uc_ideal_lite" "515446","uc_ideal_pro" "515447","uc_image_product" "515448","uc_importer" "515449","uc_interkassa" "515450","uc_invite_discount" "515451","uc_itransact" "515452","uc_lacaixa" "515453","uc_license_keys" "515454","uc_linkpoint_api" "515455","uc_localize" "515456","uc_location" "515457","uc_mailchimp" "515458","uc_make_an_offer" "515459","uc_manufacturer" "515460","uc_marketing" "515461","uc_member_pricing" "515462","uc_migs" "515463","uc_minpercentrate" "515464","uc_moneris" "515465","uc_mpay24" "515466","uc_multi_stock" "515467","uc_multiple_currency" "515468","uc_multiprice" "515469","uc_multisafepay" "515470","uc_mygate" "515471","uc_nab_transact" "515472","uc_nbepay" "515473","uc_netbanx" "515474","uc_netcash" "515475","uc_netpay" "515476","uc_nochex" "515477","uc_node_access" "515478","uc_node_checkout" "515479","uc_node_panes" "515480","uc_node_published" "515481","uc_nodecheckout_actions" "515482","uc_nodewords" "515483","uc_notforsale" "515484","uc_og_subscribe" "515485","uc_ogone" "515486","uc_op_reports" "515487","uc_option_image" "515488","uc_out_of_stock" "515489","uc_pagamento_digital" "515490","uc_pagseguro" "515491","uc_pangora" "515492","uc_paybox" "515493","uc_paydutch" "515494","uc_payflowlink" "515495","uc_payflowpro" "515496","uc_paygate" "515497","uc_payline" "515498","uc_paymentexpress" "515499","uc_paymentgate" "515500","uc_payonomy" "515501","uc_paypal_buttons" "515502","uc_paypoint" "515503","uc_paytrace" "515504","uc_pic_cart_block" "515505","uc_pma" "515506","uc_pnag" "515507","uc_po" "515508","uc_po_condition" "515509","uc_postcodesoftware" "515510","uc_price_per_role" "515511","uc_privatbank" "515512","uc_prochange" "515513","uc_product_blocks" "515514","uc_product_case" "515515","uc_product_keys" "515516","uc_product_minmax" "515517","uc_product_power_tools" "515518","uc_product_quote" "515519","uc_product_triggers" "515520","uc_profile" "515521","uc_promo" "515522","uc_protx_vsp_direct" "515523","uc_qb" "515524","uc_quotes" "515525","uc_realex" "515526","uc_rec" "515527","uc_recurring" "515528","uc_referrals" "515529","uc_reorder" "515530","uc_restrict_qty" "515531","uc_restrictions" "515532","uc_roboxchange" "515533","uc_saferpay" "515534","uc_sage_payments" "515535","uc_salesforce" "515536","uc_save_for_later" "515537","uc_securepayau" "515538","uc_securetrading" "515539","uc_sell_cck" "515540","uc_sermepa" "515541","uc_setcom" "515542","uc_ship2country" "515543","uc_shipwire" "515544","uc_signup" "515545","uc_simple_quote" "515546","uc_skipjack" "515547","uc_sku_manager" "515548","uc_sponsorship" "515549","uc_spplus" "515550","uc_stock_notify" "515551","uc_store_credit" "515552","uc_tablequote" "515553","uc_tax_wa" "515554","uc_taxes_floridasurtax" "515555","uc_termsofservice" "515556","uc_ticket" "515557","uc_tracking" "515558","uc_tranzila" "515559","uc_trustedshops" "515560","uc_turkish_banks" "515561","uc_upsell" "515562","uc_usaepay" "515563","uc_userpoints_discount" "515564","uc_varprice" "515565","uc_vat" "515566","uc_vat_number" "515567","uc_views" "515568","uc_webform_pane" "515569","uc_webform_productize" "515570","uc_webmoney" "515571","uc_webmoneygate" "515572","uc_who_bought_what" "515573","uc_wishlist" "515574","uc_worldpay" "515575","uc_zpayment" "515576","ucount" "515577","ucreate" "515578","ud" "515579","udashboard" "515580","udcountdown" "515581","udheader" "515582","udlocomap" "515583","udplanet" "515584","udsidebar" "515585","udtheme" "515586","uedit" "515587","ufutbol" "515588","ugroup" "515589","ui" "515590","uicarousel" "515591","uid_login" "515592","uieforum" "515593","uieservercontrol" "515594","ulink" "515595","ulink6" "515596","umapper" "515597","umask" "515598","undisposable" "515599","unfuddle_api" "515600","unfuddle_feedback" "515601","unique" "515602","unique_avatar" "515603","unique_field" "515604","uniqueness" "515605","uniquetitle" "515606","unisaraswati" "515607","unitag" "515608","units" "515609","unitsapi" "515610","unlimited_css" "515611","unwrap" "515612","upapi" "515613","upcfield" "515614","upcoming" "515615","upcoming_event" "515616","upcomingorg" "515617","update_advanced" "515618","update_api" "515619","update_form_enhancement" "515620","update_monitor" "515621","update_notifications_disable" "515622","update_status" "515623","update_status_aggregator" "515624","update_test_module" "515625","updown" "515626","upgrade_status" "515628","upload_element" "515629","upload_field" "515630","upload_group" "515631","upload_image" "515632","upload_indexer" "515633","upload_maxfiles" "515634","upload_package" "515635","upload_perm_per_type" "515636","upload_preview" "515637","upload_progress" "515638","upload_replace" "515639","uploadedfilesmover" "515640","uploadfield" "515641","uploadify" "515642","uploadlog" "515643","uploadpath" "515644","uploadprogress" "515645","uploads_in_teasers" "515646","upside_down" "515647","ur_autocomplete" "515648","urchin" "515649","url_access" "515650","url_alter" "515651","url_profile" "515652","url_replace_filter" "515653","url_unpublish" "515654","urlaliasfilter" "515655","urlborg" "515656","urlclass" "515657","urlfill" "515658","urlfilter" "515659","urlicon" "515660","urlify" "515661","urllist" "515662","urlproxy" "515663","usability_suite" "515664","uscongress" "515665","used_modules" "515666","user_activity" "515667","user_aggregator" "515668","user_autorole" "515669","user_availability" "515670","user_badges" "515671","user_board" "515672","user_cancellation" "515673","user_creator" "515674","user_deco" "515675","user_default_filter" "515676","user_delete" "515677","user_disable" "515678","user_display" "515679","user_edit_notify" "515680","user_en" "515681","user_expertise" "515682","user_feedback" "515683","user_force_term" "515684","user_import" "515685","user_import_domain" "515686","user_import_og" "515687","user_interests" "515688","user_karma" "515689","user_list" "515690","user_location" "515691","user_mailman_register" "515692","user_maintenance" "515693","user_permissions" "515694","user_pic_perm" "515695","user_profile_node_integrator" "515696","user_profile_theme" "515697","user_profile_views" "515698","user_prune" "515699","user_quota" "515700","user_readonly" "515701","user_register_notify" "515702","user_related_content" "515703","user_relations_api" "515704","user_relationships" "515705","user_restrictions" "515706","user_role_actions" "515707","user_search" "515708","user_selectable_roles" "515709","user_stats" "515710","user_status" "515711","user_suspend" "515712","user_tags" "515713","user_terms" "515714","user_titles" "515715","user_tools" "515716","user_types" "515717","user_validation" "515718","user_views" "515719","user_visits" "515720","user_visits_adv" "515721","user_voice" "515722","user_wall" "515723","usercomment" "515724","usercontent" "515725","usercount" "515726","userdashboard" "515727","useren" "515728","userfly" "515729","userinfo" "515730","userlink" "515731","userlist" "515732","userlists" "515733","userloginbar" "515734","usermatch" "515735","usermenus" "515736","usermerge" "515737","username_check" "515738","username_highlighter" "515739","usernews" "515740","usernode" "515741","usernode_guestbook" "515742","usernodes" "515743","userone" "515744","userpath" "515745","userpic_minsize" "515746","userplane-5.1" "515747","userplanechat" "515748","userplanechat-5.1" "515749","userplus" "515750","userpoints" "515751","userpoints_contrib" "515752","userpoints_evaporate" "515753","userpoints_history" "515754","userpoints_karma" "515755","userpoints_levels" "515756","userpoints_lite" "515757","userpoints_login" "515758","userpoints_nc" "515759","userpoints_node_action" "515760","userpoints_nodeaccess" "515761","userpoints_top_contributors" "515762","userpoints_ubercart" "515763","userpoints_user_picture" "515764","userpoints_votingapi" "515765","userposts" "515766","userprofile" "515767","userprotect" "515768","userqueue" "515769","userquota" "515770","userreference_access" "515771","userregisterredirect" "515772","userregisterroleurl" "515773","userreview" "515774","userrss" "515775","userswitcher" "515776","usertabs" "515777","uservote" "515778","util" "515779","uts" "515780","uuid" "515781","uurec" "515782","v2wvc" "515783","validateage" "515784","validation" "515785","validation_api" "515786","validations" "515787","validlink" "515788","value_provider" "515789","valuelist" "515790","vamshop" "515791","vardump" "515792","variable" "515793","variable_dump" "515794","variable_editor" "515795","variables" "515796","varnish" "515797","vars" "515798","vbo_contextmenu" "515799","vbtodrupal" "515800","vcalendar" "515801","vcalfield" "515802","vcard" "515803","vchess" "515804","vd" "515805","ventrilo_status" "515806","ventutil" "515807","ventutils" "515808","version" "515809","versioncontrol" "515810","versioncontrol_cvs" "515811","versioncontrol_git" "515812","versioncontrol_hg" "515813","versioncontrol_project" "515814","versioncontrol_soc08" "515815","versioncontrol_svn" "515816","versus" "515817","vertica" "515818","vertical_tabs" "515819","vhosts" "515820","viddler" "515821","video" "515822","video23" "515823","video_cck" "515824","video_filter" "515825","video_thumbnailer" "515826","video_upload" "515827","videoblocks" "515828","videochat" "515829","videocomment" "515830","videofield" "515831","videopublishing" "515832","vidoopcaptcha" "515833","viet_typing" "515834","view_alias" "515835","view_of_views" "515836","view_own" "515837","view_revisions_by_content_type" "515838","view_rss" "515839","view_scheduler" "515840","view_sort" "515841","view_tags" "515842","view_ui_sort" "515843","view_unpublished" "515844","viewcount" "515845","viewers" "515846","viewfeed" "515847","viewfield" "515848","viewreference" "515849","views" "515850","views_accordion" "515851","views_actions_links" "515852","views_ajax_endpoint" "515853","views_alpha_pager" "515854","views_arg_context" "515855","views_argument_api" "515856","views_arguments_extras" "515857","views_as_widgets" "515858","views_attach" "515859","views_audit" "515860","views_block" "515861","views_bonus" "515862","views_bookmark" "515863","views_bulk_operations" "515864","views_calc" "515865","views_catalog" "515866","views_charts" "515867","views_checkboxes" "515868","views_child_remover" "515869","views_cloud" "515870","views_crosstab" "515871","views_customfield" "515872","views_cycle" "515873","views_datasource" "515874","views_daterange" "515875","views_embed" "515876","views_embed_filter" "515877","views_embed_form" "515878","views_enclosure" "515879","views_examples" "515880","views_exclude_previous" "515881","views_export_xls" "515882","views_fastsearch" "515883","views_ff" "515884","views_filter_pack" "515885","views_filterblock" "515886","views_filtergroup" "515887","views_fluid_grid" "515888","views_fluidgrid" "515889","views_formatted_field" "515890","views_fusion" "515891","views_galleria" "515892","views_galleriffic" "515893","views_gallery" "515894","views_groupby" "515895","views_groupby_pack" "515896","views_hacks" "515897","views_header_footer" "515898","views_import" "515899","views_json" "515900","views_last_editor" "515901","views_limit_grouping" "515902","views_mail" "515903","views_menu_nodes" "515904","views_modify_query" "515905","views_multiblock" "515906","views_natural_sort" "515907","views_nids_argument" "515908","views_node_feed" "515909","views_node_taxonomy_filter" "515910","views_notify" "515911","views_or" "515912","views_plugins" "515913","views_podcast" "515914","views_popup" "515915","views_random_seed" "515916","views_report" "515917","views_rotator" "515918","views_rss" "515919","views_savedsearches" "515920","views_savefilter" "515921","views_schema" "515922","views_showcase" "515923","views_slideshow" "515924","views_slideshow_ddblock" "515925","views_slideshow_imageflow" "515926","views_slideshow_menu" "515927","views_slideshow_slider" "515928","views_static_field" "515929","views_table_highlighter" "515930","views_tabs" "515931","views_tagger" "515932","views_taxargs" "515933","views_taxonomy_selective_filter" "515934","views_ticker" "515935","views_translate" "515936","views_trim" "515937","views_turntable" "515938","views_two_column_table" "515939","views_ui_basic" "515940","views_ui_perm" "515941","views_ui_sort" "515942","views_union" "515943","views_unique" "515944","views_watchdog" "515945","views_xml" "515946","viewscarousel" "515947","viewscarousel3d" "515948","viewscheduler" "515949","viewsdisplaytabs" "515950","viewsforms" "515951","viewslivefilters" "515952","viewsnodefield" "515953","viewsphpfilter" "515954","viewtheme" "515955","vimcolor" "515956","vimeo" "515957","vinfield" "515958","virtual_site" "515959","virtualmerchant" "515960","visibility_api" "515961","visitor" "515962","visitorinfo" "515963","visitorpath" "515964","visitors" "515965","visual_admin" "515966","visual_event" "515967","visual_search" "515968","visualize" "515969","visualize_backtrace" "515970","vitzo_easy_translator" "515971","vitzo_powersql" "515972","vitzo_userfly" "515973","vitzo_xajax" "515974","vnc_reflector" "515975","vntf" "515976","vocab" "515977","vocabindex" "515978","vocabperms" "515979","vocabulary" "515980","vocabulary_access" "515981","vocabulary_list" "515982","vocabulary_list_nodes" "515983","volunteer" "515984","volunteer_timeslots" "515985","voodoo" "515986","voodooR" "515987","vote_up_down" "515988","votesmart" "515989","voting" "515990","voting_actions" "515991","voting_rec" "515992","votingapi" "515993","votingapi_field" "515994","voucher_field" "515995","vprint" "515996","vps_api" "515997","vpsnet" "515998","vr" "515999","vs_webform" "516000","vspo" "516001","vt_default" "516002","w3c_validator" "516003","wall" "516004","wallpaper" "516005","warcraft_itemstats" "516006","warning" "516007","warnme" "516008","watch" "516009","watchbug" "516010","watchdog_aggregator" "516011","watchdog_feed" "516012","watchdog_live" "516013","watcher" "516014","watchlist" "516015","watermark" "516016","wave" "516017","wavebot" "516018","waypath" "516019","weather" "516020","weather_es" "516021","weatherfacti" "516022","web_widgets" "516023","webalizer" "516024","webalizer_integration" "516025","webcal" "516026","webcam" "516027","webcam_trigger" "516028","webcams" "516029","webcomic" "516030","webdav" "516031","webfm" "516032","webfm_images" "516033","webfm_statistics" "516034","webform" "516035","webform2pdf" "516036","webform2sugar" "516037","webform_annotate" "516038","webform_associate" "516039","webform_conditional" "516040","webform_confirm_email" "516041","webform_dependencies" "516042","webform_invites" "516043","webform_own_results" "516044","webform_paths" "516045","webform_payments" "516046","webform_pdf" "516047","webform_php" "516048","webform_private_upload" "516049","webform_report" "516050","webform_simplenews" "516051","webform_submissions_acl" "516052","webform_validate" "516053","webform_validation" "516054","webform_viewreference" "516055","webform_views" "516056","webformblock" "516057","webforms2" "516058","weblink" "516059","weblinks" "516060","webmail" "516061","webmail_plus" "516062","webmedia" "516063","webmoney" "516064","webmoney_merchant" "516065","webpurify" "516066","webquest" "516067","webreader" "516068","webserver_auth" "516069","webservices" "516070","website_screenshot" "516071","websnapr" "516072","websnapr_field" "516073","week" "516074","weight" "516075","welcome" "516076","welcome_by_referer" "516077","wf_required_fields" "516078","wfs" "516079","wgbluemarine" "516080","wghtml" "516081","whatcounts" "516082","whatsrelated" "516083","whereis" "516084","whisper" "516085","whitelist" "516086","whitespacefilter" "516087","whizzywig" "516088","whm" "516089","who5" "516090","who_visited_my_profile" "516091","whois" "516092","whoseyourdaddy" "516093","wibiya" "516094","widgeditor" "516095","widgets" "516096","widont" "516097","wiji" "516098","wiki" "516099","wiki404" "516100","wiki_auto_title" "516101","wikify" "516102","wikiovote" "516103","wikitools" "516104","windowslivemessenger" "516105","winliveid" "516106","winlivesearch" "516107","wireframe" "516108","wishlist" "516109","wiz" "516110","wizard" "516111","wlw_blogapi" "516112","wmd" "516113","wmfilter" "516114","wng_profile_action" "516115","woopra" "516116","word2web" "516117","word_import" "516118","wordcount" "516119","wordfilter" "516120","wordpress_import" "516121","wordpressimport" "516122","wordy" "516123","workflow" "516124","workflow_fields" "516125","workflow_graph" "516126","workflow_named_transitions" "516127","workflow_ng" "516128","workflow_owner" "516129","workflow_post_install" "516130","workflow_private_comments" "516131","workflow_relationships" "516132","workflow_wordfilter" "516133","worklog" "516134","workspace" "516135","world_phone" "516136","worldclock" "516137","wowarmory" "516138","wowroster" "516139","wp2drupal" "516140","wp_comments" "516141","wp_publish" "516142","writing_assignment" "516143","wsrp" "516144","wunderbar" "516145","wunderground" "516146","wurfl" "516147","wwsgd" "516148","wwwizard_modules" "516149","wymeditor" "516150","wysiwyg" "516151","wysiwyg-geshi" "516152","wysiwyg_asciimath" "516153","wysiwyg_cleaner" "516154","wysiwyg_codemirror" "516155","wysiwyg_filter" "516156","wysiwyg_image" "516157","wysiwyg_imageupload" "516158","wysiwyg_preelementfix" "516159","wysiwyg_spellcheck" "516160","wysiwyg_syntaxhl" "516161","wysiwyg_template" "516162","wysiwygcck" "516163","xajax" "516164","xapian" "516165","xbox_api" "516166","xbox_gamertag" "516167","xbview" "516168","xc" "516169","xcache" "516170","xcasetracker" "516171","xcasetracker2" "516172","xcss" "516173","xdb" "516174","xen" "516175","xfml" "516176","xliff" "516177","xloadtree" "516178","xml_content_filter" "516179","xml_parser" "516180","xml_sitemap" "516181","xmlcontent" "516182","xmlrpc_api" "516183","xmlrpctester" "516184","xmlsitemap" "516185","xmlsitemap_aliases" "516186","xmlsync" "516187","xmltokml" "516188","xmpp" "516189","xmpp_server" "516190","xmppclient" "516191","xmppframework" "516192","xoops_import" "516193","xor_encryption" "516194","xrds_simple" "516195","xs_activity" "516196","xsasg" "516197","xsend" "516198","xslt_book" "516199","xspf_playlist" "516200","xss_injector" "516201","xssfilter" "516202","xstandard" "516203","xstatic" "516204","xstatistics" "516205","xstory" "516206","xtracker" "516207","yagm" "516208","yahoo_bbauth" "516209","yahoo_geocoding_api" "516210","yahoo_terms" "516211","yahoo_weather" "516212","yahoo_weather_forecast" "516213","yahoomeme" "516214","yahoopipes" "516215","yamli" "516216","yamm" "516217","yatt" "516218","yboss" "516219","yelp" "516220","yilp_api" "516221","ymap" "516222","ymaps" "516223","youtube" "516224","youtube_api" "516225","youtube_cck" "516226","youtube_filter" "516227","yoxview" "516228","yr_verdata" "516229","yshout" "516230","yshout2" "516231","ystock" "516232","yubikey" "516233","yui" "516234","yui_button" "516235","yui_calendar" "516236","yui_datatable" "516237","yui_editor" "516238","yui_form" "516239","yui_logger" "516240","yui_tabview" "516241","yui_treeview" "516242","yuimenu" "516243","z3950" "516244","zadministration" "516245","zeitgeist" "516246","zemanta" "516247","zen_panels" "516248","zencart" "516249","zend" "516250","zend_feed" "516251","zendesk" "516252","zenify" "516253","zenophile" "516254","zenophile_extras" "516255","zensursula" "516256","ziki" "516257","zimbra" "516258","zina" "516259","zipcode" "516260","zipcode_redirect" "516261","zippy_images" "516262","zipsads" "516263","zombiekiller" "516264","zoomify" "516265","zws" ================================================ FILE: nikto/program/databases/db_embedded ================================================ #VERSION,2.004 ####################################################################### # File Source: https://cirt.net # (c) 2001 Chris Sullo, All Rights Reserved. # This file may only be distributed and used with the full Nikto package. # This file may not be used with any software product without written permission from # Chris Sullo (csullo@gmail.com) # # Note: # By submitting updates to this file you are transferring any and all copyright # interest in the data to Chris Sullo so it can modified, incorporated into this product # relicensed or reused. ####################################################################### # Notes: # NiktoDB 1.00 ####################################################################### "nikto_id","uri","match","model","message" "300000","/","^(.*office.xerox.com.*Model=)([A-Za-z0-9+]+)(&.*)$","$2","Host seems to be a Xerox printer, model:" "300001","/","^(.*HEAD_NODE.*)([Xx][Ee][Rr][Oo][Xx][ A-Z0-9a-z]+)(['\"]\);)","$2","Host seems to be a Xerox printer, model:" "300002","/","^([Pp][Hh][Aa][Ss][Ee][Rr][ A-Z0-9a-z]+)(<\/title>)","$1","Host seems to be a Xerox printer, model:" "300003","/","^(var prd=['\"])([XxWw][EeOo][Rr][OoKk][XxCc][ A-Z0-9a-z]+)(['\"];)","$2","Host seems to be a Xerox printer, model:" "300004","/hp/device/this.LCDispatcher","^(.*<title>)([Hh][Pp] [Ll][Aa][Ss][Ee][Rr][Jj][Ee][Tt][ A-Z0-9a-z]+)(<\/title>.*)$","$2","Host seems to be an HP Laserjet printer, model:" "300005","/hp/device/this.LCDispatcher","^(.*<title>)([Hh][Pp] [Cc][Oo][Ll][Oo][Rr] [Ll][Aa][Ss][Ee][Rr][Jj][Ee][Tt][ A-Z0-9a-z]+)(<\/title>.*)$","$2","Host seems to be an HP Laserjet printer, model:" "300006","/hp/device/this.LCDispatcher","^([Hh][Pp] [Cc][Oo][Ll][Oo][Rr] [Ll][Aa][Ss][Ee][Rr][Jj][Ee][Tt][ A-Z0-9a-z]+)(<\/title>.*)$","$1","Host seems to be an HP Laserjet printer, model:" "300007","/hp/device/this.LCDispatcher","^([Hh][Pp] [Ll][Aa][Ss][Ee][Rr][Jj][Ee][Tt][ A-Z0-9a-z]+)(<\/title>.*)$","$1","Host seems to be an HP Laserjet printer, model:" "300008","/hmstat.htm","^(var spcs=\[['\"])([Ww][Oo][Rr][Kk][Cc][ A-Z0-9a-z]+)(['\"].*)$","$2","Host seems to be a Xerox printer, model:" "300009","/SoundBridgeStatus.html","(SoundBridge is running software version )([0-9.]*)$","$2","Host seems to be a Roku SoundBridge media device version:" "300010","/eng/start/StatPtrGen.htm","(^.*PrinterGen\[0\]; sData\[count\+\+\] \= \")([\S]*)(\";)","$2","Host seems to be a Kyocera printer, model:" "300011","/cab/top.shtml","(^.*<span class=\"product_name\">)([A-Z0-9]*)(<\/span><\/td>)","$2","Host seems to be a Canon printer, model:" "300012","/home.asp","(^.*<td><b class=\"is\"><center>)([\._\-A-Z0-9a-z\(\)\/ ]*)(<\/center><\/td><\/tr>)","$2","Host seems to be a Cyclades terminal server, version:" "300013","/","(^serverName=\")([A-Za-z0-9\-\.]+)(\";$)","$2","Host seems to be an HP iLO device, hostname:" "300014","/","(^<html><head><title>)(Remote Access Controller)($)","$2","Host seems to be a Dell" "300015","/","()(Sunny WebBox)()","$2","Host seems to be an SMA America " ================================================ FILE: nikto/program/databases/db_favicon ================================================ #VERSION,2.010 ####################################################################### # File Source: https://cirt.net # (c) 2001 Chris Sullo, All Rights Reserved. # This file may only be distributed and used with the full Nikto package. # This file may not be used with any software product without written permission from # Chris Sullo (csullo@gmail.com) # # Note: # By submitting updates to this file you are transferring any and all copyright # interest in the data to Chris Sullo so it can modified, incorporated into this product # relicensed or reused. ####################################################################### # Notes: # NiktoDB 1.0 # Example to get the md5hash: $ md5sum favicon.ico ####################################################################### "nikto_id","md5hash","description" "500017","4987120f4fb1dc454f889e8c92f6dabe","Google Web Server" "500108","c0dc2e457e05c2ce0a99886ec1048d77","Platform Computing Corporation Platform Management Console Version v2.0" "500109","92d0841188d40b6fef294cf53a8addd7","cPanel cpsrvd webmail server" "500110","9afa5d60e5ef15dc75d7662e418cac72","QNAP TurboNAS" "500111","5f09cded07bb864fd9b3d2dd72b5418e","TwonkyServer Premium 7.0.x" "500112","773669c6c97d65ac5ede9e8ea6b47116","Plex Media Server 0.9.x" "500113","46b742e6ba5d7ac03f13b312601c113f","XBMC Media Center 12.x (Web Interface)" "500114","88733ee53676a47fc354a61c32516e82","Magento Go CMS" "500115","6d2adf39ca320265830403dfc030033a","Liferay Portal" "500117","297d726681297cbf839f43a125e5c9b4","ZNC IRC Bouncer (Web Interface)" "500118","d577e9569381685b30feae22484c8344","ZNC IRC Bouncer (Web Interface)" # Sync from: https://github.com/pvdl/favicon-database/blob/master/favicondb.csv "500151","28c34462a074c5311492759435549468","AContent" "500153","705d63d8f6f485bd40528394722b5c22","Atmail" "500154","9f500a24ccbdda88cf8ae3ec7b61fc40","Atomic CMS" "500155","5b816961f19da96ed5a2bf15e79093cb","ATutor" "500157","f51425ace97f807fe5840c4382580fd5","Beehive Forum 1.x" "500158","eb05f77bf80d66f0db6b1f682ff08bee","Biscom Delivery Server" "500159","5d27143fc38439baba39ba5615cbe9ef","Cascade Server" "500160","0c53ef3d151cbac70a8486dd1ebc8b25","Chamilo e-learning system" "500161","9939a032a9845e4d931d14e08f5a6c7c","Citrix XenApp Logon" "500162","6c633b9b92530843c782664cb3f0542d","ClipBucket" "500163","a59c6fead5d55050674f327955df3acb","CouchPotato 2.x" "500164","107579220745d3b21461c23024d6c4a3","D-Link" "500165","c86974467c2ac7b6902189944f812b9a","Domain Technology Control 0.17.x-0.24.x" "500167","d9aa63661d742d5f7c7300d02ac18d69","Dreambox WebControl" "500168","a4819787db1dabe1a6b669d5d6df3bfd","Drupal 2.x-4.x" "500170","b6341dfc213100c61db4fb8775878cec","Drupal 7.x" "500171","0a99a23f6b1f1bddb94d2a2212598628","Maraschino" "500172","51b916bdaf994ce73d3e5e6dfe2a46ee","Feng Office 2.3" "500173","d134378a39c722e941ac25eed91ca93b","FreePBX" "500174","45210ace96ce9c893f8c27c5decab10d","Fritz!" "500178","835306119474fefb6b38ae314a37943a","Horde Agora (Forum)" "500179","b64a1155b80e0b06272f8b842b83fa57","Horde Ansel (Photo Manager)" "500180","0e6a6ed665a9669b368d9a90b87976a9","Horde Gollem (File Manager)" "500182","6c18a6e983f64b6a6ed0a32c9e8a19b6","HP ProCurve Webserver" "500183","6acfee4c670580ebf06edae40631b946","Iomega StorCenter" "500184","1f9c39ef3f740eebb046c900edac4ba5","Iomega StorCenter ix2-200" "500185","37a99d2ddea8b49f701db457b9a8ffed","Iomega StorCenter ix4-200d" "500186","e7dce6ac6d8713a0b98407254ca33f80","Iomega StorCenter ix4-300d" "500187","f08d232927ab8f2c661616b896928233","Iomega StorCenter px2-300d" "500188","9d203fbb74eabf67f48b965ba5acc9a6","Iomega StorCenter px4-300d" "500189","fbd140da4eff02b90c9ebcbdb3736322","Iomega StorCenter px4-300r" "500190","fd3f689b804ddb7bfab53fdf32bf7c04","Iomega StorCenter px6-300d" "500191","8dfab2d881ce47dc41459c6c0c652bcf","Iomega StorCenter px12-350r" "500192","66dcdd811a7d8b1c7cd4e15cef9d4406","Iomega StorCenter px12-400r" "500193","a7fe149a9f2582f38576d14d9b1f0f55","LaCie Dashboard" "500197","2ba9b777483da0a6a8b29c4ab39a10b2","MagicMail" "500199","701bb703b31f99da18251ca2e557edf0","Mantis Bug Tracker 1.2.9-1.2.15" "500202","d4af3be33d952c1f98684d985019757c","Moodle 2.0 : Magazine" "500203","b88c0eedc72d3bf4e86c2aa0a6ba6f7b","NAS4Free 9.0" "500205","11abb4301d06dccc36d1b5f6dcad093e","ntop 3.3.6-5.0.1" "500206","b9d28bd6822d2e09e01aa0af5d7ccc34","ocPortal 9.0.5" "500207","eec3051d5c356d1798bea1d8a3617c51","Octopress" "500208","9c34a7481ba0c153bb3e2a10e0ea811e","OpenWebif" "500209","49bf194d1eccb1e5110957d14559d33d","OTRS" "500211","d361075db94bb892ff3fb3717714b2da","phpMyBackupPro" "500212","a456dd2bae5746beb68814a5ac977048","phpSysInfo 3.0.7" "500213","6e0c5b7979e9950125c71341e0960f65","phpSysInfo 3.0.8-3.0.12" "500214","ddcc65196f0bc63a90c885bd88ecbb81","phpSysInfo 3.0.12-3.0.20, 3.1.0-3.1.4" "500216","ba4bfe5d1deb2b4410e9eb97c5b74c9b","Puppet Node Manager" "500217","368c15ac73f0096aa3daff8ff6f719f8","Redaxscript 1.0-1.2.1" "500218","6d85758acb4f4baa4d242ba451c91026","Redmine x, Request Tracker" "500220","228ba3f6d946af4298b080e5c934487c","Roundcube Webmail 0.6-0.7 : Default, 0.8-0.9 : Classic, 0.8-0.9 : Larry" "500223","ed8cf53ef6836184587ee3a987be074a","Ruckus" "500224","f6c5f5e8857ecf561029fc5da005b6e3","Sophos Email Appliance" "500229","f682dbd4d0a18dd7699339b8adb28c0f","QNAP TurboNAS 3.8.x : Admin" "500230","7ff45523a7ee9686d3d391a0a27a0b4f","QNAP TurboNAS 4.0.x" "500231","a967c8bfde9ea0869637294b679b7251","Squid Proxy Server" "500232","bc18566dcc41a0ff503968f461c4995a","Subrion CMS" "500233","531e652a15bc0ad59b6af05019b1834a","Synology DSM 4.2" "500234","0ec12e5820517d3b62e56b9a8f1ee5bc","TradingEye" "500236","300b5c3f134d7ec0bca862cf113149d8","TVersity" "500238","8718c2998236c796896b725f264092ee","Typo3 6.1" "500239","7350c3f75cb80e857efa88c2fd136da5","Ushahidi" "500240","2e5e985fe125e3f8fca988a86689b127","VISEC" "500241","d90cc1762bf724db71d6df86effab63c","vtiger CRM" "500242","b14353fafda7c90fb1a2a214c195de50","webERP" "500243","18fe76b96d4eae173bf439a9712fa5c1","WikiWebHelp" "500244","e44d22b74f7ee4435e22062d5adf4a6a","Wordpress 2.x" "500245","3ead5afa19537170bb980924397b70d6","Wordpress 3.x : Twenty Ten" "500246","28a122aa74f6929b0994fc544555c0b1","Wordpress 3.2-3.x : Twenty Eleven" "500248","e9dd9992d222d67c8f6a4704d2c88bdd","Zarafa WebAccess" "500249","c126f7e761813946fea2e90ff7ddb838","Zenoss Core" # End sync from: https://github.com/pvdl/favicon-database/blob/master/favicondb.csv "500501","6399cc480d494bf1fcd7d16c42b1c11b","penguin" "500502","09b565a51e14b721a323f0ba44b2982a","Google web server" "500503","506190fc55ceaa132f1bc305ed8472ca","SocialText" "500504","2cc15cfae55e2bb2d85b57e5b5bc3371","PHPwiki (1.3.14) / gforge (4.6.99+svn6496) - wiki" "500505","389a8816c5b87685de7d8d5fec96c85b","XOOPS cms" "500506","f1876a80546b3986dbb79bad727b0374","NetScreen WebUI or 3Com Router" "500507","226ffc5e483b85ec261654fe255e60be","Netscape 4.1" "500508","b25dbe60830705d98ba3aaf0568c456a","Netscape iPlanet 6.0" "500509","41e2c893098b3ed9fc14b821a2e14e73","Netscape 6.0 (AOL)" "500510","a28ebcac852795fe30d8e99a23d377c1","SunOne 6.1" "500511","71e30c507ca3fa005e2d1322a5aa8fb2","Apache on Redhat" "500512","d41d8cd98f00b204e9800998ecf8427e","Zero byte favicon" "500513","dcea02a5797ce9e36f19b7590752563e","Parallels Plesk " "500514","6f767458b952d4755a795af0e4e0aa17","Yahoo!" "500515","5b0e3b33aa166c88cee57f83de1d4e55","DotNetNuke (http://www.dotnetnuke.com)" "500516","7dbe9acc2ab6e64d59fa67637b1239df","Lotus-Domino" "500517","fa54dbf2f61bd2e0188e47f5f578f736","Wordpress" "500518","6cec5a9c106d45e458fc680f70df91b0","Wordpress - obsolete version" "500519","81ed5fa6453cf406d1d82233ba355b9a","E-zekiel" "500520","ecaa88f7fa0bf610a5a26cf545dcd3aa","3-byte invalid favicon" "500521","c1201c47c81081c7f0930503cae7f71a","vBulletin forum" "500522","edaaef7bbd3072a3a0c3fb3b29900bcb","Powered by Reynolds Web Solutions (Car sales CMS)" "500523","d99217782f41e71bcaa8e663e6302473","Apache on Red Hat/Fedora" "500524","a8fe5b8ae2c445a33ac41b33ccc9a120","Arris Touchstone Device" "500525","d16a0da12074dae41980a6918d33f031","ST 605" "500526","befcded36aec1e59ea624582fcb3225c","SpeedTouch" "500527","e4a509e78afca846cd0e6c0672797de5","i3micro VRG" "500528","3541a8ed03d7a4911679009961a82675","status.net" "500529","fa2b274fab800af436ee688e97da4ac4","Etherpad" "500530","83245b21512cc0a0e7a67c72c3a3f501","OpenXPKI" "500531","85138f44d577b03dfc738d3f27e04992","Gitweb" "500532","70625a6e60529a85cc51ad7da2d5580d","SSLstrip " "500533","99306a52c76e19e3c298a46616c5899c","aMule (2.2.2)" "500534","31c16dd034e6985b4ba929e251200580","Stephen Turner Analog (6.0)" "500535","2d4cca83cf14d1adae178ad013bdf65b","Ant docs manual (1.7.1)" "500536","032ecc47c22a91e7f3f1d28a45d7f7bc","Ant docs (1.7.1) / libjakarta-poi-java (3.0.2)" "500537","31aa07fe236ee504c890a61d1f7f0a97","apache2 (2.2.9) docs-manual" "500538","c0c4e7c0ac4da24ab8fc842d7f96723c","xsp (1.9.1)" "500539","d6923071afcee9cebcebc785da40b226","autopsy (2.08)" "500540","7513f4cf4802f546518f26ab5cfa1cad","axyl (2.6.0)" "500541","de68f0ad7b37001b8241bce3887593c7","b2evolution (2.4.2)" "500542","140e3eb3e173bfb8d15778a578a213aa","bmpx (0.40.14)" "500543","4f12cccd3c42a4a478f067337fe92794","cacti (0.8.7b)" "500544","c0533ae5d0ed638ba3fb3485d8250a28","CakePHP (1.1.x)" "500545","66b3119d379aee26ba668fef49188dd3","cakephp (1.2.x-1.3x)" "500546","09f5ea65a2d31da8976b9b9fd2bf853c","caudium (1.4.12)" "500547","f276b19aabcb4ae8cda4d22625c6735f","cgiirc (0.5.9)" "500548","a18421fbf34123c03fb8b3082e9d33c8","chora2 (2.0.2) " "500549","23426658f03969934b758b7eb9e8f602","chronicle (2.9) theme-steve" "500550","75069c2c6701b2be250c05ec494b1b31","chronicle (2.9) theme-blog.mail-scanning.com" "500551","27c3b07523efd6c318a201cac58008ba","cimg (1.2.0.1) " "500552","ae59960e866e2730e99799ac034eacf7","webcit (7.37)" "500553","2ab2aae806e8393b70970b2eaace82e0","couchdb (0.8.0-0.9.1)" "500554","ddd76f1cfe31499ce3db6702991cbc45","cream (0.41)" "500555","74120b5bbc7be340887466ff6cfe66c6","cups (1.3.9) - doc" "500556","abeea75cf3c1bac42bbd0e96803c72b9","doc-iana-20080601" "500557","3ef81fad2a3deaeb19f02c9cf67ed8eb","dokuwiki (0.0.20080505) " "500558","e6a9dc66179d8c9f34288b16a02f987e","Drupal CMS (5.10) " "500559","bba9f1c29f100d265865626541b20a50","dtc (0.28.10) " "500560","171429057ae2d6ad68e2cd6dcfd4adc1","ebug-http (0.31)" "500561","f6e9339e652b8655d4e26f3e947cf212","eGroupWare (1.0.0.009, 1.4.004-2) (/phpgwapi/templates/idots/images/favicon.ico)" "500562","093551287f13e0ee3805fee23c6f0e12","freevo (1.8.1) " "500563","56753c5386a70edba6190d49252f00bb","gallery (1.5.8)" "500564","54b299f2f1c8b56c8c495f2ded6e3e0b","garlic-doc (1.6) " "500565","857281e82ea34abbb79b9b9c752e33d2","gforge (4.6.99+svn6496) - webcalendar" "500566","27a097ec0dbffb7db436384635d50415","gforge (4.6.99+svn6496) - images" "500567","0e14c2f52b93613b5d1527802523b23f","gforge (4.6.99+svn6496) " "500568","c9339a2ecde0980f40ba22c2d237b94b","glpi (0.70.2)" "500569","db1e3fe4a9ba1be201e913f9a401d794","gollem (1.0.3)" "500570","921042508f011ae477d5d91b2a90d03f","gonzui (1.2+cvs20070129) " "500571","ecab73f909ddd28e482ababe810447c8","gosa (2.5.16.1)" "500572","c16b0a5c9eb3bfd831349739d89704ec","gramps (3.0.1)" "500573","63d5627fc659adfdd5b902ecafe9100f","gsoap (2.7.9l) " "500574","462794b1165c44409861fcad7e185631","hercules (3.05) " "500575","3995c585b76bd5aa67cb6385431d378a","horde-sam (0.1+cvs20080316) - silver" "500576","ee3d6a9227e27a5bc72db3184dab8303","horde-sam (0.1+cvs20080316) - graphics" "500577","7cc1a052c86cc3d487957f7092a6d8c3","horde (3.2.1) - graphics/tango" "500578","5e99522b02f6ecadbb3665202357d775","hplip (2.8.7) - installer" "500579","39308a30527336e59d1d166d48c7742c","Hewlett-Packard HPLIP (2.8.7) - doc" "500580","43d4aa56dc796067b442c95976a864fd","hunchentoot (0.15.7) " "500581","32bf63ac2d3cfe82425ce8836c9ce87c","ikiwiki (2.56ubuntu1)" "500582","f567fd4927f9693a7a2d6cacf21b51b6","Horde IMP (4.1.4 - 4.1.6, also used in Horde Groupware Webmail 1.0.1))" "500583","919e132a62ea07fce13881470ba70293","Horde Groupware Webmail 1.0.1 (Ingo Theme, 1.1.5)" "500584","ed7d5c39c69262f4ba95418d4f909b10","jetty (5.1.14)" "500585","6900fab05a50a99d284405f46e5bc7f6","k3d (0.6.7.0) " "500586","24d1e355c00e79dc13b84d5455534fe7","kdelibs (3.5.10-4.1.4) " "500587","8ab2f1a55bcb0cac227828afd5927d39","kdenetwork (4.1.4)" "500588","54667bea91124121e98da49e55244935","kolab-webadmin (2.1.0-20070510)" "500589","a5b126cdeaa3081f77a22b3e43730942","Horde Groupware Webmail 1.0.1 (Kronolith Theme, 2.1.8)" "500590","d00d85c8fb3a11170c1280c454398d51","ktorrent (3.1.2) " "500591","fa21ab1b1e1b4c9516afbd63e91275a9","lastfmproxy (1.3b) " "500592","663ee93a41000b8959d6145f0603f599","ldap-account-manager (2.3.0) " "500593","ea84a69cb146a947fac2ac7af3946297","boost (1.34.1) " "500594","eb3e307f44581916d9f1197df2fc9de3","flac (1.2.1) " "500595","669bc10baf11b43391294aac3e1b8c52","libitpp (4.0.4)" "500596","b8fe2ec1fcc0477c0d0f00084d824071","lucene (2.3.2) " "500597","12225e325909cee70c31f5a7ab2ee194","ramaze-ruby (0.3.9.1) " "500598","6be5ebd07e37d0b415ec83396a077312","ramaze-ruby (0.3.9.1) - dispatcher" "500599","20e208bb83f3eeed7c1aa8a6d9d3229d","libswarmcache-java (1.0RC2+cvs20071027)" "500600","5f8b52715c08dfc7826dad181c71dec8","mahara (1.0.4)" "500601","ebe293e1746858d2548bca99c43e4969","Mantis Bug Tracker (1.1.2, /bugs/images/favicon.ico)" "500602","0d42576d625920bcd121261fc5a6230b","mathomatic (14.0.6)" "500603","f972c37bf444fb1925a2c97812e2c1eb","mediatomb (0.11.0)" "500604","f5f2df7eec0d1c3c10b58960f3f8fb26","Horde Groupware Webmail 1.0.1 (Mnemo Theme, 2.1.2) " "500605","933a83c6e9e47bd1e38424f3789d121d","Moodle (1.8.2, 1.9.x, multiple default themes) " "500606","b6652d5d71f6f04a88a8443a8821510f","Moodle (1.8.2, 1.9.x, Cornflower Theme, /theme/cornflower/favicon.ico)" "500607","06b60d90ccfb79c2574c7fdc3ac23f05","movabletype-opensource (4.2~rc4)" "500608","21d80d9730a56b26dc9d252ffabb2987","mythplugins (0.21.0+fixes18722) " "500609","81df3601d6dc13cbc6bd8212ef50dd29","Horde Groupware Webmail 1.0.1 (Nag Theme, 2.1.4)" "500610","1c4201c7da53d6c7e48251d3a9680449","nagios (3.0.2)" "500611","28015fcdf84ca0d7d382394a82396927","nanoblogger (3.3)" "500612","868e7b460bba6fe29a37aa0ceff851ba","netmrg (0.20)" "500613","0b2481ebc335a2d70fcf0cba0b3ce0fc","ntop (3.3)" "500614","c30bf7e6d4afe1f02969e0f523d7a251","nulog (2.0)" "500615","9a8035769d7a129b19feb275a33dc5b4","ocsinventory-server (1.01)" "500616","75aeda7adbd012fa93c4ae80336b4f45","parrot (0.4.13) - docs" "500617","70777a39f5d1de6d3873ffb309df35dd","pathological (1.1.3)" "500618","82d746eb54b78b5449fbd583fc046ab2","perl-doc-html (5.10.0)" "500619","90c244c893a963e3bb193d6043a347bd","phpgroupware (0.9.16.012) " "500620","4b30eec86e9910e663b5a9209e9593b6","phpldapadmin (1.1.0.5)" "500621","02dd7453848213a7b5277556bcc46307","phpmyadmin (2.11.8.1) - pmd " "500622","d037ef2f629a22ddadcf438e6be7a325","phpmyadmin (2.11.8.1)" "500623","8190ead2eb45952151ab5065d0e56381","pootle (1.1.0)" "500624","ba84999dfc070065f37a082ab0e36017","prewikka (0.9.14)" "500625","0f45c2c79ebe90d6491ddb111e810a56","python-cherrypy (2.3.0-3.0.2)" "500626","e551b7017a9bd490fc5b76e833d689bf","MoinMoin (1.7.1)" "500627","275e2e37fc7be50c1f03661ef8b6ce4f","myghty (1.1)" "500628","68b329da9893e34099c7d8ad5cb9c940","myghty (1.1) - zblog " "500629","5488c1c8bf5a2264b8d4c8541e2d5ccd","turbogears (1.0.4.4) - genshi/elixir" "500630","6927da350550f29bc641138825dff36f","python-werkzeug (0.3.1) - docs " "500631","e3f28aab904e9edfd015f64dc93d487d","python-werkzeug (0.3.1) - cupoftee-examples" "500632","69f8a727f01a7e9b90a258bc30aaae6a","quantlib-refman-html (0.9.0)" "500633","b01625f4aa4cd64a180e46ef78f34877","quickplot (0.8.13)" "500634","af83bba99d82ea47ca9dafc8341ec110","qwik (0.8.4.4ubuntu2)" "500635","e9469705a8ac323e403d74c11425a62b","roundcube (0.1.1)" "500636","7f57bbd0956976e797b4e8eebdc6d733","selfhtml (8.1.1)" "500637","69acfcb2659952bc37c54108d52fca70","solr (1.2.0) - docs" "500638","ffc05799dee87a4f8901c458f7291d73","solr (1.2.0) - admin" "500639","aa2253a32823c8a5cba8d479fecedd3a","sork-forwards-h3 (3.0.1)" "500640","a2e38a3b0cdf875cd79017dcaf4f2b55","sork-passwd-h3 (3.0)" "500641","cb740847c45ea3fbbd80308b9aa4530a","sork-vacation-h3 (3.0.1)" "500642","7c7b66d305e9377fa1fce9f9a74464d9","spe (0.8.4.h)" "500643","0e2503a23068aac350f16143d30a1273","sql-ledger (2.8.15)" "500644","1fd3fafc1d461a3d19e91dbbba03d0aa","tea (17.6.1)" "500645","4644f2d45601037b8423d45e13194c93","Apache Tomcat (possibly 5.5.26 through 8.0.15), Alfresco Community" "500646","1de863a5023e7e73f050a496e6b104ab","torrentflux (2.4)" "500647","83dea3d5d8c6feddec84884522b61850","torrentflux (2.4) - themes/G4E/" "500648","d1bc9681dce4ad805c17bd1f0f5cee97","torrentflux (2.4) - themes/BlueFlux/" "500649","8d13927efb22bbe7237fa64e858bb523","transmission (1.34)" "500650","5b015106854dc7be448c14b64867dfa5","tulip (3.0.0~B6)" "500651","ff260e80f5f9ca4b779fbd34087f13cf","Horde Groupware Webmail 1.0.1 (Turba Theme, 2.1.7)" "500652","e7fc436d0bf31500ced7a7143067c337","twiki (4.1.2) - logos/favicon.ico" "500653","9789c9ab400ea0b9ca8fcbd9952133bd","twiki (4.1.2) - webpreferences " "500654","2b52c1344164d29dd8fb758db16aadb6","vdr-plugin-live (0.2.0)" "500655","237f837bbc33cd98a9f47b20b284e2ad","vdradmin-am (3.6.1) " "500656","6f7e92fe7e6a62661ac2b41528a78fc6","vlc (0.9.4)" "500657","2507c0b0a60ecdc816ba45482affaedf","webcheck (1.10.2.0) " "500658","ef5169b040925a716359d131afbea033","websvn (2.0) " "500659","f6d0a100b6dbeb5899f0975a1203fd85","witty (2.1.5)" "500660","81feac35654318fb16d1a567b8b941e7","yaws (1.77)" "500661","33b04fb9f2ec918f5f14b41527e77f6d","znc (0.058)" "500662","6434232d43f27ef5462ba5ba345e03df","znc (0.058, webadmin/skins/default)" "500663","e07c0775523271d629035dc8921dffc7","zoneminder (1.23.3)" "500664","4eb846f1286ab4e7a399c851d7d84cca","Plone CMS (3.1.1)" "500665","e298e00b2ff6340343ddf2fc6212010b","Nessus 4.x Scanner Web Client" "500666","240c36cd118aa1ff59986066f21015d4","LANCOM Systems" "500667","ceb25c12c147093dc93ac8b2c18bebff","COMpact 5020 VoIP" "500668","05656826682ab3147092991ef5de9ef3","RapidShare" "500669","e19ffb2bc890f5bdca20f10bfddb288d","Rapid7 (NeXpose)" "500670","1f8c0b08fb6b556a6587517a8d5f290b","owasp.org" "500671","73778a17b0d22ffbb7d6c445a7947b92","Apache on Mac OS X" "500672","799f70b71314a7508326d1d2f68f7519","JBoss Server" "500673","bd0f7466d35e8ba6cedd9c27110c5c41","Serena Collage (4.6, servlet/images/collage_app.ico)" "500674","dc0816f371699823e1e03e0078622d75","Aruba Network Devices (HTTP(S) login page)" "500675","f097f0adf2b9e95a972d21e5e5ab746d","Citrix Access Server" "500676","28893699241094742c3c2d4196cd1acb","Xerox DocuShare" "500677","80656aabfafe0f3559f71bb0524c4bb3","Macromedia Breeze" "500678","48c02490ba335a159b99343b00decd87","Octeth Technologies oemPro (3.5.5.1)" "500679","eb6d4ce00ec36af7d439ebd4e5a395d7","Mailman" "500680","04d89d5b7a290334f5ce37c7e8b6a349","Atlassian Jira Bug Tracker" "500681","d80e364c0d3138c7ecd75bf9896f2cad","Apache Tomcat (6.0.18), Alfresco Enterprise Content Management System" "500682","a6b55b93bc01a6df076483b69039ba9c","Fog Creek Fogbugz (6.1.44)" "500683","ee4a637a1257b2430649d6750cda6eba","Trimble Device Embedded Web Server" "500684","9ceae7a3c88fc451d59e24d8d5f6f166","Plesk managed system" "500685","69ae01d0c74570d4d221e6c24a06d73b","Roku Soundbridge" "500686","2e9545474ee33884b5fb8a9a0b8806dd","Ampache" "500687","639b61409215d770a99667b446c80ea1","Lotus Domino Server" "500688","be6fb62815509bd707e69ee8dad874a1","i.LON server by Echelon" "500689","a46bc7fc42979e9b343335bdd86d1c3e","NetScout NGenius" "500690","192decdad41179599a776494efc3e720","JBoss Installation" "500691","de2b6edbf7930f5dd0ffe0528b2bbcf4","Barracuda Spam/Virus firewall appliance" "500692","386211e5c0b7d92efabd41390e0fc250","SparkWeb web-based collaboration client. http://www.igniterealtime.org/" "500693","f89abd3f358cb964d6b753a5a9da49cf","LimeSurvey" "500694","a7947b1675701f2247921cf4c2b99a78","Alexander Palmo Simple PHP Blog" "500695","01febf7c2bd75cd15dae3aa093d80552","Atlassian Crucible or Fisheye" "500696","1275afc920a53a9679d2d0e8a5c74054","Atlassian Crowd" "500697","12888a39a499eb041ca42bf456aca285","Atlassian Confluence or Crowd" "500698","3341c6d3c67ccdaeb7289180c741a965","Atlassian Confluence or Crowd" "500699","6c1452e18a09070c0b3ed85ce7cb3917","Atlassian Jira" "500700","43ba066789e749f9ef591dc086f3cd14","Atlassian Bamboo" "500701","a83dfece1c0e9e3469588f418e1e4942","Atlassian Bamboo" "500702","f0ee98b4394dfdab17c16245dd799204","Drupal" "500703","7b0d4bc0ca1659d54469e5013a08d240","Netgear (Infrant) ReadyNAS NV+" "500704","cee40c0b35bded5e11545be22a40e363","OSSDL.de Openmailadmin" "500705","4f88ba9f1298701251180e6b6467d43e","Xinit Systems Ltd. Openfiler" "500706","4c3373870496151fd02a6f1185b0bb68","rPath Appliance Agent" "500707","b231ad66a2a9b0eb06f72c4c88973039","Wordpress" "500708","e1e8bdc3ce87340ab6ebe467519cf245","Wordpress" "500709","95103d0eabcd541527a86f23b636e794","Wordpress Multi-User (MU)" "500710","64ca706a50715e421b6c2fa0b32ed7ec","Parallels Plesk Control Panel" "500711","f425342764f8c356479d05daa7013c2f","vBulletin forum" "500712","740af61c776a3cb98da3715bdf9d3fc1","vBulletin forum" "500713","d7ac014e83b5c4a2dea76c50eaeda662","vBulletin forum" "500714","a47951fb41640e7a2f5862c296e6f218","Plone CMS" "500715","10bd6ad7b318df92d9e9bd03104d9b80","Plone CMS" "500716","e08333841cbe40d15b18f49045f26614","21publish Blog" "500717","e2cac3fad9fa3388f639546f3ba09bc0","Invision Power Services IP.Board" "500718","5ec8d0ecf7b505bb04ab3ac81535e062","Telligent Community Server" "500719","83a1fd57a1e1684fafd6d2487290fdf5","Pligg" "500720","b7f98dd27febe36b7275f22ad73c5e84","MoinMoin" "500721","63b982eddd64d44233baa25066db6bc1","Joomla!" "500722","05bc6d56d8df6d668cf7e9e11319f4e6","Jive Forums" "500723","63740175dae089e479a70c5e6591946c","The Lyceum Project" "500724","4cbb2cfc30a089b29cd06179f9cc82ff","Dragonfly" "500725","9187f6607b402df8bbc2aeb69a07bbca","XOOPS" "500727","a1c686eb6e771878cf6040574a175933","CivicPlus" "500728","4d7fe200d85000aea4d193a10e550d04","Intland Software codeBeamer" "500729","1a9a1ec2b8817a2f951c9f1793c9bc54","Bitweaver" "500730","1cc16c64d0e471607677b036b3f06b6e","Roller Weblogger Project" "500731","7563f8c3ebd4fd4925f61df7d5ed8129","Holger Zimmerman Pi3Web HTTP Server" "500732","7f0f918a78ca8d4d5ff21ea84f2bac68","SubText" "500733","86e3bf076a018a23c12354e512af3b9c","Spyce" "500734","9c003f40e63df95a2b844c6b61448310","DD-WRT Embedded Web Server" "500735","9a9ee243bc8d08dac4448a5177882ea9","Dvbbs Forum" "500736","ee1169dee71a0a53c91f5065295004b7","ProjectPier" "500737","7214637a176079a335d7ac529011f4e4","phpress" "500738","1bf954ba2d568ec9771d35c94a6eb2dc","WoltLab Burning Board" "500739","ff3b533b061cee7cfbca693cc362c34a","Kayako SupportSuite" "500740","428b23df874b41d904bbae29057bdba5","Comsenz Technology Ltd ECShop" "500741","8757fcbdbd83b0808955f6735078a287","Comsenz Technology Ltd Discuz!" "500742","9fac8b45400f794e0799d0d5458c092b","Comsenz Technology Ltd Discuz!" "500743","4e370f295b96eef85449c357aad90328","Comsenz Technology Ltd SupeSite" "500744","4cfbb29d0d83685ba99323bc0d4d3513","PHPWind Forums 7" "500745","2df6edffca360b7a0fadc3bdf2191857","PIPS Technology ATZ Executive / Automatic Licence Plate Recognition (ALPR) System" "500746","8c291e32e7c7c65124d19eb17bceca87","Schneider Electric Modicon 340 / BMX P34 CPU B" "500747","6dcab71e60f0242907940f0fcda69ea5","Ubiquiti Ubiquiti M Series / AirOS" "500748","09a1e50dc3369e031b97f38abddd10c8","Ubiquiti Ubiquiti M Series / AirOS" "500749","7b345857204926b62951670cd17a08b7","AXESS TMC X1 or X2 Terminal" "500750","0f584138aacfb79aaba7e2539fc4e642","Plex Media Server" "500751","4973c3c3067f8526ad0dacd2823b814e","Adobe Experience Manager/CQ5" "500752","7a52b2a795dabe950e9dd2381ded8dc7","Adobe CRXDE Lite" "500753","5a77e47fa23554a4166d2303580b0733","Sawmill" "500754","39a1599714e68d8d9af295f8dc5ab314","Apache" "500755","ca5aeaaabc9019eb5ce8e03ec3bd809d","Apache" "500756","fc4f0fca3dc008655feb2563fa7bbdd2","Apache" "500757","ab5fbb78e839bac0eee74787740475e8","Apache" "500758","f4d83423148320676d1db1269c333da2","Apache" "500759","a2b03592bd74d3bf6b71a327a4b39ff6","Apache" "500760","e2f638a6572e9270ac73402f6481425b","Apache" "500761","2b354dcd9968722567eaf374d6ed2132","Apache" "500762","4afcc9582b28af45ce8a1312761d8d4c","Apache" "500763","8d3fd22cab7ad1a6b10ae10e96143333","Apache" "500764","3e87f7b72db63dfb1700207d0ee0ec13","Apache" "500765","5d48c15b19222264f533c25943519861","Apache" "500766","e738f22aab002bd66350d1b2d930e9a9","Apache" "500767","42bb648e781be6baa099b76e75609126","Apache" "500768","07e9163f7ca8cfe6c1d773f895fbebad","Apache" "500769","aa9b62c9aa50e0bc1f77061e6362d736","Apache" "500770","a4eb4e0aa80740db8d7d951b6d63b2a2","ownCloud" "500771","56974e6b57c7bd51448c309915ca0d6c","Ghost blog (0.7.x)" "500772","91b72b23e7f499d6c09cb18c7b1278f1","Kodi Media Center 16.x (Web Interface)" "500773","92c5d340d08c6d33676a41ba8dece857","Android PAW Server" "500774","81edeec6e603d73d52bf85a3354fd093","JAMF Software/Casper Suite" "500775","c1f20852dd1caf078f49de77a2de8e3f","vBulletin forum" "500776","e462005902f81094ab3de44e4381de19","Fortinet Device" "500777","b3045c004dd765466e84bd057eaaa795","Skype for Business" "500778","23e8c7bd78e8cd826c5a6073b15068b1","Jenkins" "500779","1391664373e72311a656c4a5504682af","Jira" ================================================ FILE: nikto/program/databases/db_headers ================================================ #VERSION,2.008 ####################################################################### # File Source: https://cirt.net # (c) 2001 Chris Sullo, All Rights Reserved. # This file may only be distributed and used with the full Nikto package. # This file may not be used with any software product without written permission from # Chris Sullo (csullo@gmail.com) # # Note: # By submitting updates to this file you are transferring any and all copyright # interest in the data to Chris Sullo so it can modified, incorporated into this product # relicensed or reused. ####################################################################### # Notes: # - Use lower case letters # - Keep list alphabetically (for readability and easy human lookup) # Example to get the server headers: $ curl -I www.example.com ####################################################################### "header" "accept" "accept-charset" "accept-encoding" "accept-language" "accept-ranges" "access-control-allow-credentials" "access-control-allow-headers" "access-control-allow-methods" "access-control-allow-origin" "access-control-expose-headers" "access-control-max-age" "age" "allow" "alternates" "authorization" "cache-control" "cf-request-id" "commerce-server-software" "connection" "content-encoding" "content-language" "content-length" "content-location" "content-md5" "content-range" "content-security-policy" "content-security-policy-report-only" "content-type" "dasl" "date" "dav" "etag" "expect" "expect-ct" "expires" "feature-policy" "from" "host" "if-match" "if-modified-since" "if-none-match" "if-range" "if-unmodified-since" "keep-alive" "last-modified" "location" "max-forwards" "mime-version" "nel" "nncoection" "p3p" "persistent-auth" "permissions-policy" "pragma" "proxy-authenticate" "proxy-authorization" "proxy-connection" "public" "range" "referer" "referrer-policy" "report-to" "retry-after" "server" "set-cookie" "status" "strict-transport-security" "te" "trailer" "transfer-encoding" "upgrade" "user-agent" "vary" "via" "warning" "whisker" "www-authenticate" "x-aspnetmvc-version" "x-aspnet-version" "x-cache-hits" "x-clacks-overhead" "x-cnection" "x-content-security-policy" "x-content-type-options" "x-download-options" "x-frame-options" "x-id" "xmlns" "x-dns-prefetch-control" "x-mod-pagespeed" "x-pad" "x-page-speed" "x-permitted-cross-domain-policies" "x-pingback" "x-powered-by" "x-robots-tag" "x-ua-compatible" "x-varnish" "x-webkit-csp" "x-xss-protection" "timing-allow-origin" "cf-cache-status" "cf-ray" "x-cdn" "link" ================================================ FILE: nikto/program/databases/db_httpoptions ================================================ #VERSION,2.002 ####################################################################### # File Source: https://cirt.net # (c) 2001 Chris Sullo, All Rights Reserved. # This file may only be distributed and used with the full Nikto package. # This file may not be used with any software product without written permission from # Chris Sullo (csullo@gmail.com) # # Note: # By submitting updates to this file you are transferring any and all copyright # interest in the data to Chris Sullo so it can modified, incorporated into this product # relicensed or reused. ####################################################################### # Notes: # NiktoDB 1.0 ####################################################################### "nikto_id","method","osvdb","message" "400000","DELETE","5646","HTTP method ('@TYPE@' Header): 'DELETE' may allow clients to remove files on the web server." "400001","PUT","397","HTTP method ('@TYPE@' Header): 'PUT' method could allow clients to save files on the web server." "400002","MOVE","5647","HTTP method ('@TYPE@' Header): 'MOVE' may allow clients to change file locations on the web server." "400003","CONNECT","0","HTTP method ('@TYPE@' Header): 'CONNECT' may allow server to proxy client requests." "400004","PATCH","0","HTTP method: 'PATCH' may allow client to issue patch commands to server. See RFC-5789." # WebDAV methods - "0" in nikto_id tells the code to treat it differently "0","PROPFIND","0","webdav" "0","PROPPATCH","0","webdav" "0","COPY","0","webdav" "0","LOCK","0","webdav" "0","UNLOCK","0","webdav" "0","SEARCH","0","webdav" "0","MKCOL","0","webdav" ================================================ FILE: nikto/program/databases/db_multiple_index ================================================ #VERSION,2.005 ####################################################################### # File Source: https://cirt.net # (c) 2001 Chris Sullo, All Rights Reserved. # This file may only be distributed and used with the full Nikto package. # This file may not be used with any software product without written permission from # Chris Sullo (csullo@gmail.com) # # Note: # By submitting updates to this file you are transferring any and all copyright # interest in the data to Chris Sullo so it can modified, incorporated into this product # relicensed or reused. ####################################################################### # Notes: ####################################################################### "index" "index.php" "index.php3" "index.php4" "index.php5" "index.php7" "index.html" "index.htm" "index.shtml" "index.cfm" "index.cgi" "index.pl" "index.asp" "index.aspx" "default.asp" "default.aspx" "default.htm" "index.do" "index.jhtml" "index.jsp" "index.xml" ================================================ FILE: nikto/program/databases/db_outdated ================================================ #VERSION,2.017 ####################################################################### # File Source: https://cirt.net # (c) 2001 Chris Sullo, All Rights Reserved. # This file may only be distributed and used with the full Nikto package. # This file may not be used with any software product without written permission from # Chris Sullo (csullo@gmail.com) # # Note: # By submitting updates to this file you are transferring any and all copyright # interest in the data to Chris Sullo so it can modified, incorporated into this product # relicensed or reused. ####################################################################### # Notes: # NiktoDB 1.0 ####################################################################### "nikto_id","server","version","message" "600000","\(www\.ebdesk\.com\)/","1.3.20","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600001","0W/","0.6","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600002","3Com/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600003","3Com/v","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600004","4D_WebStar_D/","7.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600005","4D_WebSTAR_S/","5.4.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600006","4n4l0g4l1f3/","31337","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600007","a-p-a-c-h-e/","1-3-26","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600008","ABWS/","537","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600009","Abyss/","2.11.0.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600010","AbyssLib/","2.11.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600011","Academy/","5.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600012","accela/","1.92","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600013","Accipiter-DirectServer/","6.0.0.36","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600014","ACI-4D/","6.57","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600015","Acme\.Serve/","v1.7","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600016","ActiveAgent/","4.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600017","ActiveLinks/","0.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600018","ActuateHttpService/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600019","Adaptec ASM ","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600020","ADSM_HTTP/","0.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600021","AdSubtract","2.54","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600022","adtag/","1.0a","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600023","Adtran Embedded HTTP Server ","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600024","aEGiS_nanoweb/","2.2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600025","AG/","1.3.27","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600026","AGAVA.Banners/","1.10","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600027","Agent-ListenServer-HttpSvr/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600028","Agranat-EmWeb/","R5_2_6","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600029","Agranat/","Agranat-EmWeb/R5_2_6","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600030","Alchemy Eye/","Alchemy Eye/3.0.10","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600031","AlkalineSearchEngine/","1.","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600032","Allegro-Software-RomPager/","4.61","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600033","AllegroServe/","1.2.24","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600034","AMOS-HTTPD/","1.5A127","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600035","AMOS/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600036","Analogx","1.0.7","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600037","Anonymous/","1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600038","anses/","1.16","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600039","AnWeb/","1.42p","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600040","AOLserver/ ","4.5.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600041","Apache Coyote/","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600042","Apache Tomcat/","Apache Tomcat/8.0.15","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER). Tomcat 7.0.57, 6.0.41, 5.5.36 and 4.1.40 are also current." "600044","Apache-AdvancedExtranetServer/","2.0.53","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600045","Apache-Coyote/","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600046","Apache-NeoNova/","1.3.27","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600047","Apache-NeoWebScript/","2.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600048","Apache-SSL-US/","1.1.1+1.2+1.3b3-dev","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600049","Apache-SSL/","1.36","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600050","Apache/","Apache/2.4.54","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER). Apache 2.2.34 is the EOL for the 2.x branch." "600051","apachejserv/","1.1.2i","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600052","ApacheSSL/","2.0.58","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600053","AppleEmbeddedWebServer/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600054","AppleShareIP/","6.3.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600055","ARIN-HTTPd/","1.7","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600056","ARM/","06TD.34","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600057","ArtBlast/","3.5.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600058","ASP/","4.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600059","AtermWARPSTAR/","1.0.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600060","auth_external/","2.2.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600061","auth_kerberos/","4.11","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600062","auth_ldap/","1.6.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600063","auth_mysql/","1.11","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600064","auth_radius/","1.7PR1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600065","AuthentiCache/","2.0.6","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600066","AuthMySQL/","4.3.9-2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600067","AuthMySQL/","deam.org-1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600068","AuthMySQL/","trans-1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600069","AuthMySQLD/","0.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600070","AuthNuSphere/","1.0.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600071","AuthPG/","1.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600072","AuthPostgreSQL/","0.9.7d","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600073","AuthSMB/","0.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600074","AuthTDS/","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600075","AV/","1.0.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600076","Awhttpd/","Awhttpd/2.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600077","AWS/","1.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600078","AXISThinWizard/","v3.05.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600079","AxKit/","1.7","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600080","balanced_by_mod_backhand/","1.1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600081","BaseHTTP/","0.6","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600082","BBC ","06.21.501","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600083","BBCE/","6.6.6","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600084","BeatBoxCapture/","6.5.64","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600085","Ben-SSL/","1.60","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600086","beta/","0.12","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600087","BigFix HTTP Server/","5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600088","BillGatesSeinWebServer/","6.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600089","BiRD/","0.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600090","bkhttp/","0.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600091","Blazix/","1.2.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600092","Bluestem/","0.12","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600093","Boa/","0.94.14","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600094","BOA/","1.2.2c","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600095","bozohttpd/","20060517","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600096","broker/","8.7.0.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600097","BRS-WebWeaver/","1.33","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600098","BSAFE-SSL-C/","1.0.0i","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600099","BSDI/","3.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600100","BunnyServer/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600101","buser/","4.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600102","BustaWS/","3.0.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600103","bw/","3.37","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600104","BWS/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600105","C2NetEU/","3012","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600106","C2NetUS/","2011","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600107","Canon Http Server ","2.10","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600108","Caudium/","1.4.12","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600109","CCO/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600110","CERN/","3.0A","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600111","CheckPointSVNfoundation/","NGFP2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600112","Cheetah/","2.1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600113","Cherry/","6","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600114","CherryPy/","3.2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600115","Chili!Soft-ASP/","3.6.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600116","cisco-CPA/","cisco-CPA/3.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600117","cisco-IOS/","12.0 HTTP-server/1.0(1)","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600118","CiteHTTPD/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600119","Citysearch-Apache/","1.3.12","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600120","CL-HTTP","70.190","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600121","CM4all-JailCGI/","1.4.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600122","CMS_Pipelines/","1.0110","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600123","CMS/","20.000","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600124","CoffeeMaker/","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600125","Commerce-Builder/","2.20","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600126","CommerceServer400/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600127","CommuniGatePro/","5.4.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600128","Communique/","4.2.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600129","CommuniqueServletEngine/","4.0.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600130","CompaqHTTPServer/","9.9","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600131","ConcentricHost-Ashurbanipal/","2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600132","ConcentricHost-NaramSin/","1.8","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600133","ConductorSNMP/","1.0.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600134","ConferenceRoom/","3.5.0.2-SEC.win32-ws2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600135","confproxy/","3.0.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600136","CoolWeb/","3.8.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600137","Core/","2.6.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600138","Cougar ","9.01.01.5001","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600139","covalent_auth/","2.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600140","CovalentSSL/","2.1.03.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600141","Coyote/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600142","cpaneld/","cpaneld/6.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600143","cpsrvd/","11.32.3.21","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600144","Crossing/","5.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600145","Cryptoveg/","4.0.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600146","CSacek/","2.1.9","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600147","Cthulhu/","0.23a","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600148","CUPS/","2.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600149","da\.ru/","1.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600150","DartWebServerTool/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600151","DAV/","2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600152","David-WebBox/","12.00a","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600153","Debut/","1.08","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600154","DeleGate/","8.5.9","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600155","DeltaEdgeCache/","release-2-28-rc2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600156","DHost/","9.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600157","diffprivs/","20030624","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600158","Dina HTTPd Server/","1.15","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600159","DinaHTTPdServer/","1.15","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600160","Dixienet/","6.6.6","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600161","DLXApache/","4.3.29","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600162","DMMWeb/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600163","Domestic/","v2.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600164","Domino-Go-Webserver/","4.6.2.8","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600165","DotTV Webserver ","1.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600166","DSS/","6.0.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600167","dwhttpd/","dwhttpd/4.2a7","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600168","dynamicScale/","2.0.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600169","E-Neverland Data Palm/","1.7","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600170","e/FSV-","28-01","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600171","eBD/","3.2.8","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600172","ebLogic XMLX Module ","8.1 SP1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600173","EHTTP/","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600174","EIMWebServer/","3.35","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600175","Embedded HTTP Server","2.0f","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600176","Embperl/","2.3.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600177","EMWHTTPD/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600178","Engine/","7.02","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600179","Enhydra-MultiServer/","3.1.1b1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600180","Entangle/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600181","EnterpriseWeb/","1.1.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600182","ePerl/","2.2.14","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600183","Eplicator/","1.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600184","EPSON-HTTP/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600185","EServ/","3.00","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600186","ESMWEBSERVERS/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600187","eVisMUX/","6.0.51212128","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600188","EWS-NIC3/","6.31","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600189","EWS-NIC4/","8.43","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600190","Ews/","1.11","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600191","Export/","v2.0-1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600192","exteNdApplicationServer/","100.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600193","ExtraWeb/","4.0.14","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600194","fhttpd/","0.4.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600195","FileMakerPro/","6.0v4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600196","filter/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600197","FireSite/","2.7_PPC","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600198","FirstClass/","8.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600199","FJapache/","6.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600200","fnord-spb/","280604","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600201","fnord/","1.8","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600202","FooServe/","0.1a","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600203","Footprint","4.8","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600204","FortiWeb-","2.2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600205","FoundryNetworks/","2.20","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600206","fp/","4.0.4.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600207","FPWS/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600208","FreezeServer/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600209","Frontier/","9.1b2-MacOSX","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600210","FrontPage-PWS32/","4.0.2.2717","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600211","FrontPage/","5.0.4.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER) (may depend on server version)" "600212","FSID/","M25-8514","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600213","FSPMS/","5.11","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600214","FT::Srv/","2.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600215","FTU/","2.8","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600216","Fujitsu-InfoProvider-Pro/","6.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600217","Fujitsu-InfoProvider-Pro/V","3.0L20","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600218","Ganesh/","2.2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600219","gettxt/","1.0a","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600220","GFE/","2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600221","GG/","3.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600222","giFT-Gnutella/","0.0.10.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600223","glass/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600224","GMSE_Sandcastle/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600225","Gnat-Box/","3.3.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600226","GNNserver/","2.03","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600227","GoAhead-Webs/","2.5.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600228","GoAhead/","2.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600229","GoGoGadgetWebserver/","0.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600230","GordianEmbedded/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600231","GoServe/","2.52","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600232","Ground/","5.3.35","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600233","GTS-Datanet/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600234","GTS/","2.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600235","gtxs/","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600236","GUILD/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600237","GWS/","2.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600238","HackersLabWebServer/","7","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600239","Hardened-PHP/","5.0.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600240","HavelsanEmbeddedQuix/","18.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600241","Hawkeye/","1.3.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600242","heitml/","2.05","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600243","Hitmatic/","5.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600244","HomeGrownServer/","10.3.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600245","Homepage-Engine/","2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600246","HP Apache-based Web Server/","1.3.27 (Unix)","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600247","HP Web Jetadmin/","2.0.50","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600248","HP-ChaiServer/","HP-ChaiServer/3.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600249","HP-ChaiSOE/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600250","HP-UX_Apache-based_Web_Server/","2.0.48","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600251","Hp-Web-JetAdmin-","5.06.190","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600252","Hp-Web-Server-","3.00.1696","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600253","HPWB/","4.3.6","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600254","HSP/","2.10.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600255","HTS/","2.99","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600256","HTTP/","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600257","HTTPd-WASD/","10.1.1O","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600258","httpd/","2.7","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600259","HTTPlistener/","1.0.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600260","HTTPS/","0.991","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600261","HttpStk/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600262","Hunn/","1.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600263","HyNetOS/","2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600264","Hyperwave-Information-Server/","5.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600265","Hyperwave-IS/","6","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600266","IBM HTTP Server/","V5R3M0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600267","IBM_HTTP_Server/","7.0.0.17","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600268","IBM-HTTP-Server/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600269","IBM-ICS/","4.2.1.9","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600270","IBM-PROXY-WTE-US/","7.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600271","IBM-PROXY-WTE/","6f.0.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600272","IBMHTTPServer/","V5R3M0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600273","icecast/","icecast/1.3.12","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600274","IceWarp/","12.2.0.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600275","IceWarpWebSrv/","3.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600276","ID/","878810","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600277","IdeaWebServer/","v0.80","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600278","IDS-Server/","4.1.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600279","IgServ/","1.0.8","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600280","iHTML/","2.20.324","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600281","IIS/","7.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600282","Inc.onz/","VMV4R4.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600283","include/","3.6","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600284","Indy/","10.0.52","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600285","inets/","5.9","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600286","Infrastructure/","4.0.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600287","Inktomi Search","4.5.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600288","Intel NetportExpressPro/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600289","Interaction/","4.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600290","Interambition HTTPd/","2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600291","InterambitionHTTPd/","2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600292","InterJet/","3.2.1p16","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600293","InterSpace HTTP Tunneling/","1.01","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600294","InterSpaceFDS/","2.00","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600295","InterSpaceHTTPTunneling/","1.01","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600296","Intrusion/","1.0.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600297","IPCheck/","5.4.0.796","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600298","IPL/","2.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600299","iPlanet-Enterprise/","4.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600300","iPlanet-Web-Proxy-Server/","3.6","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600301","iPlanetEnterprise/","4.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600302","ipMonitor ","9.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600303","iPrism-httpd/","v3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600304","Ipswitch-IMail/","8.22","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600305","IpswitchWebCalendaring/","8.12","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600306","iPyramid.system/","1.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600307","ISS-PXServer/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600308","iTPSecureWebServer/","4.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600309","iTunes/","4.8","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600310","IXOS-eCON/","5.0A","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600311","J2EE SDK/","1.3.1 (HTTP/1.1 Connector)","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600312","J2EESDK/","1.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600313","JAGeX/","3.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600314","JaguarServerVersion/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600315","Jana-Server/","2.4.6.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600316","JanaServer/","2.2.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600317","JARING/","10.0.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600318","java/","1.7.0_656","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600319","JavaHttpServer/","0.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600320","JavaWebServer/","2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600321","JBoss_","4_0_3_SP1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600322","JC-HTTPD/","1.16.20","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600323","JETServ/","2.2.22","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600325","JeusWebContainer/","Jeus WebContainer/4.2.4.7","RUNNING_VER appears to be outdated (current is at least CURRENT_VER)" "600326","Jigsaw/","2.2.6","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600327","Joke/","0.9b5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600328","JRun/","4.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600329","JRunWebServer/","3.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600330","JSP/","2.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600331","JWalkServer/","Version3.3C8","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600332","JXAS/","3.0.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600333","keyLargo HTTPD ","v1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600334","KK-NET wpp/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600335","KnowNowLiveServer/","2.0.7.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600336","Koalah/","1.3.31","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600337","L series Web/","1.0-beta","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600338","L/","FSV-28-01","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600339","LabVIEW/","5.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600340","LANWeb.I/","v1.82","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600341","Lasso/","8.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600342","Legend-IIS/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600343","LePenguin ","0.2a","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600344","Liberator/","3.4.9","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600345","libwww-perl-daemon/","6.01","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600346","lighttpd/","2.0.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600348","Line-Tap/","3.13","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600349","Linux-Mandrake/","3mdk","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600350","Linux/","11mdk","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600351","LiteSpeed/","2.2.6","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600352","LittleDutchMoose/","v10.3Build","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600353","LocalDirector/","4.2.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600354","Lotus-Domino/","6.0.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600355","Lotus-Domino/Release-","4.6.7a","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600356","LURHQServer/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600357","LV_HTTP/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600358","M-HTTPD/","2.0.11.3 (Unix) PHP/3.0.12","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600359","MacHTTP/","2.6","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600360","madna/","1.42","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600361","MAIA/","4.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600362","MailSite-HTTPMA/","8.0.5.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600363","MakeShop/","1.0.29","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600364","Mandrake Linux/","10.2mdk","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600365","Mark/","1.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600366","Mathopd/","1.6b7","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600367","Matsya/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600368","Mediasurface/","4.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600369","Meridian Data/","2.1.340","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600370","Meta-HTML/","6.10","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600371","MGI Server/","1.7.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600372","MHttpd/","4.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600373","Micro-HTTP/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600374","Microsoft_PWS_Mac/","4.0b1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600375","Microsoft-HTTPAPI/","2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600376","Microsoft-IIS/","10.0","@RUNNING_VER may be outdated (current is at least @CURRENT_VER; IIS 6.0 support is available until 2014)" "600377","Microsoft-Internet-Information-Server/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600378","Microsoft-PWS-95/","2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600379","Microsoft-PWS/","3.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600380","Microsoft-WinCE/","6.00","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600381","Midgard/","8.09.6.99","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600382","mini_httpd/","1.1919","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600383","Mini-Proxy/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600384","Mini-Web/","0.10","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600385","MiniServ/","1.590","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600386","MiniWebSvr/","0.0.9svn","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600387","Minstrel-httpd/","2.0.g","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600388","Miranda Web/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600389","MirandaWeb/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600390","Mirapoint/","3.5.4-GR","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600391","Miwok/","1.618","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600392","mod_accel/","1.0.34","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600393","mod_accessref/","1.0.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600394","mod_accounting/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600395","mod_adu/","cu_1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600396","mod_advert/","1.12","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600397","mod_antihak/","0.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600399","mod_attach/","0.9","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600400","mod_auth_ascauth/","1.1-Basic","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600401","mod_auth_birdview/","1.00","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600402","mod_auth_cutoken/","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600403","mod_auth_external/","2.2.7","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600404","mod_auth_ianus/","3.0.9rc1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600405","mod_auth_inst.c/","19980202","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600406","mod_auth_ip/","1.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600407","mod_auth_kerb/","5.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600408","mod_auth_ldap/","2.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600409","mod_auth_mda/","2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600410","mod_auth_mysql/","2.20","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600411","mod_auth_nds/","0.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600412","mod_auth_notes/","0.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600413","mod_auth_ns/","0.2.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600414","mod_auth_nt/","1.3.6","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600415","mod_auth_ntdom/","0.4.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600416","mod_auth_ora7/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600417","mod_auth_ora8/","2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600418","mod_auth_oracle/","0.5.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600419","mod_auth_pam_external/","0.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600420","mod_auth_pam/","1.1.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600421","mod_auth_passthrough/","2.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600422","mod_auth_pgsql_sys/","0.9.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600423","mod_auth_pgsql/","2.0.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600424","mod_auth_pop3/","0.0.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600425","mod_auth_radius/","1.5.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600426","mod_auth_remote/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600427","mod_auth_shadow/","2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600428","mod_auth_sspi/","1.0.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600429","mod_auth_tkt/","2.1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600430","mod_authserv_userdir/","asam1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600431","mod_backhand/","1.2.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600432","mod_bandwidth/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600433","mod_become/","1.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600434","mod_bigwig/","2.0-15","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600435","mod_binford/","6100","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600436","mod_blosxom/","0.05","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600437","mod_bluestem/","0.19","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600438","mod_bwlimited/","1.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600439","mod_bwprotect/","0.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600440","mod_bwshare/","0.2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600441","mod_cap/","2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600442","mod_catax/","4.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600443","mod_cgi_sugid/","1.8","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600444","mod_choke/","0.07","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600445","mod_chroot/","0.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600446","mod_clarassl/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600447","mod_clickthru/","0.7","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600448","mod_czech/","3.1.1b2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600449","mod_deflate/","1.0.21","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600450","mod_demonstrans/","0.3.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600451","mod_dp/","lk.0.20.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600452","mod_dtcl/","mod_dtcl/0.5.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600453","mod_fastcgi/","2.4.6","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600454","mod_filter/","1.4.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600455","mod_frontpage/","4.0.4.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600456","mod_gzip/","2.1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600457","mod_id/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600458","mod_imode/","1.0.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600459","mod_index_rss/","1.01","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600460","mod_interchange/","1.34","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600461","mod_ipdrop/","0.01","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600462","mod_ipw/","0.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600463","mod_jk/","1.2.46","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600464","mod_jk2/","2.0.5-dev","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600465","Mod_JServ/","1.1.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600466","mod_layout/","4.0.1a","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600467","mod_ldap_userdir/","1.1.17","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600468","mod_lisp/","2.35","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600469","mod_log_byte/","1.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600470","mod_log_bytes/","1.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600471","mod_loopback/","2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600472","mod_macro/","1.1.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600473","mod_mcrypt/","2.4.11","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600474","mod_mirror/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600475","mod_mono/","3.12","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600476","mod_mp3/","1.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600477","mod_mp3idver/","0.12","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600478","mod_mrim/","0.17","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600479","mod_mundinteractivos/","2.1.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600480","mod_mya/","3.0.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600481","mod_mylo/","0.2.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600482","mod_nsn/","1.0_0-dev","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600483","mod_oas/","5.8","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600484","Mod_OOiS/","0.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600485","mod_oprocmgr/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600486","mod_pcgi2/","2.0.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600487","mod_perl/","2.0.11","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600488","mod_plsql/","11.1.1.0.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600489","mod_pointer/","0.8","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600490","mod_protection/","0.0.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600491","mod_psoft_traffic/","0.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600492","mod_pubcookie/","3.3.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600493","mod_pubcookie/a5/","1.77.2.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600494","mod_python/","3.5.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600495","mod_random/","2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600496","mod_rbcban/","2.7","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600497","mod_rdbcookie/","1.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600498","mod_relocate/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600499","mod_repository/","0.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600500","mod_require_host/","2.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600501","mod_roaming/","2.0.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600502","mod_rpaf/","0.6","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600503","mod_rsawebagent/","8.0.2[765]","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600504","mod_ruby/","1.3.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600505","mod_scgi/","1.14","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600506","Mod_security/","1.9","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600507","mod_session/","1.12","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600508","mod_sleep/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600509","mod_snmp/","1.3.6.11","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600510","mod_spidercache/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600511","mod_ssl/","2.8.31","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER) (may depend on server version)" "600512","mod_sugid_files/","2.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600513","mod_survey/","3.0.15","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600514","mod_suspend/","0.8","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600515","mod_tagx/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600516","mod_tcl/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600517","mod_text2html/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600518","mod_throttle/","3.2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600519","mod_trigger/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600520","mod_tsunami/","3.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600521","mod_uwa/","3.2.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600522","mod_vdbh/","2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600523","mod_vhost_ldap/","1.2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600524","mod_vhost_mysql/","0.10","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600525","mod_view/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600526","mod_virgule/","1.41","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600527","mod_virtual/","0.97.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600528","mod_watch/","4.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600529","mod_webapp/","1.2.0-dev","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600530","mod_webkit/","0.9.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600531","mod_webkit2/","0.9.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600532","mod_websh/","3.5.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600533","mod_wodan/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600534","mod_xlayout_jh/","0.0.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600535","mod_xslt/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600536","mod-xslt/","1.3.9","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600537","ModLayout/","5.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600538","ModNeva/","2.0.b","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600539","Monkey/","0.9.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600540","Mono-XSP Server/","1.0.5.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600541","Mono-XSPServer/","1.0.5.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600542","MontaVistaLinux/","2.1UPnP","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600543","MortBay-Jetty-","2.3.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600544","MS-MFC-HttpSvr/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600545","MSIWB/","MSIWB/1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600546","MTransit2/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600547","Mya/","1.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600548","MyWebServer/","1.0.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600549","NaviServer/","2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600550","NCSA-CRC+/","1.4.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600551","NCSA/","1.5.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600552","NDCAP/","2.00","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600553","NeoWebScript/","3.3.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600554","NetApp/","7.3.6","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600556","NetApp/build.","RbecksN_000805_0805.000805_0940","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600557","NetCache appliance \(NetApp\/","6.1.1RC1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600558","NetCacheappliance\(NetApp\/","6.1.1RC1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600559","NetEVI/","3.01","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600560","NetPhantom/","3.61","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600561","NetPresenz/","4.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600562","NetPublisher/","1.10.020","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600563","Netrox-Apache/","1.3.24","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600564","Netscape-Administrator/","3.54","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600565","Netscape-Brew/","6.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600566","Netscape-Commerce/","1.13","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600567","Netscape-Communications/","1.12","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600568","Netscape-Enterprise/","6.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600569","Netscape-FastTrack/","4.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600570","Netscape-Proxy/","3.52","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600571","NetWare-Enterprise-Web-Server/","5.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600572","NetZoom","1.00","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600573","ngd/","4.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600574","mod_wsgi/","4.6.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600575","nginx/","1.18.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600576","Niagara Web Server/","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600577","NiagaraWebServer/","3.5.34","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600578","NIS/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600579","Nitix/","4.2.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600580","Novell-HTTP-Server/","3.1R1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600581","NS_","6.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600582","Nucleus/","4.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600583","NUD/","3.9.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600584","NULLhttpd/","0.5.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600585","NYSED-A-Series/","2.0X","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600586","OAS/","4.57","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600587","OFIWebServer","1.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600588","OmniHTTPd/","2.10","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600589","OmniSecure/","3.0a3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600590","Open-Market-Secure-WebServer/","V2.1.","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600591","Open-Market-Secure-WebServerGlobal/","2.0.10.RC0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600592","Open-Market-SecureLink-Bridge/","V2.1.RC0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600593","OpenPKG/","2.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600594","OpenSA/","1.0.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600595","OpenSSL/","1.1.1q","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER). OpenSSL 3.0.5 is also current." "600596","oplweb/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600597","Oracle HTTP Server Powered by Apache/","1.3.22","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600598","Oracle_Web_Listener_NT_","2.1.0.3.1/1.20in2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600599","Oracle_Web_Listener/","4.0.8.2.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600600","Oracle_Web_listener2.1/","1.20in2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600601","Oracle_Web_listener3.0.2.0.0/","2.14FC1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600602","Oracle_Web_listener3.0/","2.13","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600603","Oracle_WebDb_Listener/","2.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600604","Oracle-Application-Server-10g/","10.1.3.5.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600605","Oracle9i Enterprise Edition Release ","9.2.0.1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600606","Oracle9iAS ","(9.0.3.0.0) Containers for J2EE","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600607","Oracle9iAS-Web-Cache/","9.0.4.0.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600608","Oracle9iAS/","9.0.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600609","OracleAS-Web-Cache-10g/","10.1.2.3.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600610","Orion/","2.0.7","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600611","OSDK/","2.0.44","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600612","OSU/","3.10a","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600613","OWW/","29.3.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600614","Pack/","1.0-ea1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600615","PaintChatHTTP/","3.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600616","PasteWSGIServer/","0.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600617","Patchy/","1.3.31","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600618","PBFilter/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600619","PCGI/","2.0a5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600620","Perl/","v5.28.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600621","PersonalNetFinder/","1.0 ID/ACGI","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600622","PEWG/","1.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600623","Phantom/","2.2.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600624","PHP-CGI/","0.9","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600625","PHP/","7.4.10","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER) or PHP 7.1.27 for the 7.1.x branch." "600626","PHP/FI-","2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600627","PI/","7.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600628","Pi3Web/","2.0.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600629","pks_www/","0.9.6","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600630","plex/","9.5.2a","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600631","plexus/","3.0m","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600632","Polycom-WS/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600633","Pow Web/","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600634","PowerDynamo Personal Web Server/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600635","PoweredByIISBanner/","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600636","PowerWeb/","4.05r5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600637","PowWeb/","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600638","Pramati Server/","6.0 SP2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600639","PRINT_SERVER WEB ","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600640","ProfiHost.com/","1.3.28","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600641","Protocol ","1.99; Server OpenSSH_2.1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600642","proxy_html/","3.1.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600644","prxp_solo/","1.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600645","Purveyor / ","v1.2 Windows NT","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600646","Purveyor Encrypt Export/","v2.0-1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600647","Purveyor/","v1.3.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600648","PWPWEB/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600649","PWS/","8.0.9","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600650","PWSERV-","65","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600651","PyApache/","4.19","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600652","Python/","3.8.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600653","QTSS/","6.1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600654","QuantumCorporation./","3.4.790","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600655","query/","1.16.83","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600656","Quid Pro Quo/","2.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600657","QuidProQuo/","2.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600658","RAID HTTP Server/","1.11","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600659","RAIDHTTPServer/","1.11","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600660","Rapid Logic/","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600661","RapidLogic/","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600662","Rapidsite/Apa/","1.3.33","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600663","RAQdevil/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600664","Rational_Web_Platform/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600665","RCS/","3000","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600666","RealVNC/","4.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600667","Red-Hat-Secure/","3.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600668","RedHat/","3022","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600669","RedirServer/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600670","Redline Networks Accelerator ","2.3.13","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600671","REMTEK/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600672","RENSRV/v","8.43","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600673","Replicon Web Time Sheet/","6.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600674","RepliconWebTimeSheet/","6.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600675","Replique/v","0.2.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600676","Report Server/","3.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600677","Resin/","4.0.27","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600678","rewrit/","1.1a","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600679","rewrite/","3.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600680","Rex/","12.0.7601.17514","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600681","REXX_SOCKETS/","3.01","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600682","REXX/","4.01","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600683","RMSWebServer/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600684","RomPager/","4.51","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600685","Roxen/","5.1.185_NT-release1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600687","Roxen·Challenger/","1.3.126","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600688","Ruby/","1.8.7","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600689","rus/","PL30.22","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600690","rwh/","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600691","S.u.S.E./","6.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600692","Sambar/","Sambar/7.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600693","SAPJ2EEEngine/","7.02","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600694","SAPOttpd/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600695","Savant/","3.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600696","SDD/","1.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600697","Secure/","3.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600698","secured_by_Covalent/","1.6.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600699","secured_by_Raven/","1.5.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600700","SecureEntry/","0.1.8","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600702","SecureTransport/","4.9.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600703","SEDWebserver/","1.3.26","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600704","Seed/","4103c","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600706","Server:Apache/","1.2b7-dev","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600707","Server/","12.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600708","Servertec-IWS/","1.11","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600709","Service admin/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600710","Servlet/","2.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600711","ServletExec/","3.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600712","ServletExecAS/","3.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600713","Shadow-OS-390-Web-Server/","04.08.01","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600714","SHC/","1.5.8b","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600715","ShomitiTHGs/","3.10","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600716","Signature/","2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600717","SilverStream Server/","3.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600718","SilverStreamServer/","100.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600719","Simple, Secure Web Server ","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600720","SimpleHTTP/","1.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600721","SimpleWebserver/","2.13","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600722","simwebs/","4.0.6","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600723","SiteScope/","8.0.0.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600724","SkunkWeb/","3.4b3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600725","Slinger/","1.1a","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600726","Sly-ISUmods/","2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600727","Smart CDS/","2.9-final","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600728","SmartCDS/","2.9-final","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600729","SmartServer/","4.08.0002","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600730","SmiskigWWWServer/","69","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600731","Snap Appliances, Inc./","3.0.566","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600732","SNMP Research DR-Web Agent/","1.25.4.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600733","SomeServer/","4.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600734","SonarHosting/","1.3.27","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600735","SpaceSurfer/","1.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600736","SpecialixJETSTREAM/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600737","Speed Touch Web Server/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600738","SpeedTouchWebServer/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600739","Spinnaker/","3.12","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600740","SpinServer/","1.0.00","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600741","Spipe/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600742","Splash/","3.0.3(Foo-nix)","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600743","Spry-SafetyWEB-Server-NT/","1.3a","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600744","Spyglass_MicroServer/","2.01FC1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600745","Squeegit/","1.2.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600746","Squid/","3.1.18","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600747","SSI/","POEM-iso2022-20001201","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600748","SSL/","1.15","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600749","SSLeay/","0.9.0b","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600750","SST/","210q","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600751","Statistics Server ","5.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600752","Stonghold/","2.4.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600753","StorageNetFibreChannelAccessHub/","V1.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600754","StorageTekAccessHub/","V1.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600755","StoreSense-Bridge/","1.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600756","Streamer-Server/","3.1.18","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600757","Stronghold/","4.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600758","StummCom/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600759","StWeb/","1.3.27","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600760","Sun Directory Services ","3.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600761","Sun_WebServer/","2.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600762","Sun-Java-System-Application-Server/","72004Q2UR5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600763","Sun-Java-System-Web-Server/","7.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600764","Sun-ONE-Application-Server/","7.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600765","Sun-ONE-ASP/","4.0.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600766","Sun-ONE-Web-Server/","6.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600767","SunOS/","5.8","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600768","SVN/","1.10.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600769","sw/","1.7","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600770","swcd/","5.2.0032","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600771","SWS-","2.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600772","sxnet/","1.2.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600773","System Management Homepage/","2.1.6.156","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600774","T-httpd/","1.2.7","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600775","T/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600776","TAC/","Xenta 5111.10","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600777","TagWeb/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600778","TAuth/","1.0.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600779","Tcl-Webserver/","3.4.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600780","TeamFile/","2.1.2-4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600781","TeamTrack/","6.1(61025)","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600782","TeleFinder/","5.7","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600783","Temple-of-Hate/","9.1.1-1.3.31","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600784","Texis-Monitor/","5.01.1161965127","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600785","THEO Server/","5.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600786","ThreadedDBL/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600787","thttpd/","2.30","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600788","Thunderstone-Texis-Vortex/","4.02.1047973790","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600789","Thunderstone-Texis/","4.03.1052723967","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600790","Thy/","0.9.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600791","tigershark/","3.0.128","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600792","TinyWeb/","1.93","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600793","tivo-httpd-","1:8.3-01-2:540","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600794","TKTAuth/","1.3.7","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600795","Tomcat Web Server/","3.3.2 Final ( JSP 1.1; Servlet 2.2 )","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600796","Tomcat/","8.0.15","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER). Tomcat 7.0.57, 6.0.41, 5.5.36 and 4.1.40 are also current." "600797","tracd/","0.12.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600798","trakkerd/","v2.87-mm-as+re+ex+mp-WAP+WML","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600799","Tree/","8.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600800","TSM_HTTP/","0.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600801","TTP/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600802","TUX/","2.0 (Linux)","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600803","TuxSQLConf/","20070207-00","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600804","TuxTrafficLogRotate/","20051209-00","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600805","Ubicom/","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600806","UcoZXSrv/","1.4.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600807","UHTTPServer/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600808","Ultraseek/","5.8.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600809","UNIT_Homepage/","2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600810","UnrealEngine UWeb Web Server Build ","436","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600811","UPS_Server/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600812","UserLand Frontier/","9.0-WinNT","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600813","UserWeb/","v2.65","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600814","uWS/","2.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600815","v.ii/","0.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600816","v2h/","1.5.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600817","VCNET2-Server/","1.03","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600818","VDB/","1.1.1-se","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600819","Vernier/","5.2.0.63","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600820","vhostdb/","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600821","Viking/","1.9","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600822","Virata-EmWeb/","R6_2_1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600823","VIRTUAL/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600824","VisiBroker/","4.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600825","VisualPulse (tm) ","3.0c","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600826","Vivasoft/","8.8","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600827","VM_ESA/","2.3.0.9902","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600828","VM:Secure/","2.5A","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600829","VM:Webgateway/","03.1A","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600830","Vorlon SR ","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600831","Vortech_PHP/","0.1.0-p0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600832","vqServer/","vqServer/1.9.55","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600833","w/CBS::adtag/","1.0a","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600834","w/CBS::gettxt/","1.0a","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600835","WC/","3000","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600836","WDaemon/","10.0.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER). Versions lower than 4 have serious vulnerabilities." "600837","Web Crossing/","4.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600838","Web Sphere Application Server/","5.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600839","Web Transaction Server For ClearPath MCP ","6.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600840","Web_Server_4D/","3.6.1b8","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600841","Web-Server/","3.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600842","WEB602/","1.04","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600843","WebAuth/","3.7.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600844","WebBase 4.5 build ","69","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600845","WebCo/","Build9708-2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600846","WebCollage-Syndicator/","3.2.4.4040","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600847","WebCompanion/","6.0v1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600848","webfs/","1.21","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600849","weBLink/","0.3.9","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600850","WebLogic ","5.1.0 Service Pack 9 04/06/2001 12:48:33 #105983","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600851","WebLogic WebLogic Server ","7.0 SP2 Sun Jan 26 23:09:32 PST 2003 234192","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600852","WebLogic WebLogic Temporary Patch ","5 for PeopleSoft","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600853","WebLogic WebLogic Temporary Patch for ","CR067505 02/12/2002 17:10:21","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600854","WebLogic/","7.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600855","WebOTX_Web_Server/","1.3.36","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600856","WEBrick/","1.5.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600857","WebSEAL/","7.0.0.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600858","Webserver/","2.71828183","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600859","Webshare/","1.2.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600860","WebSiphon/","2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600861","WebSite/","3.5.19","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600862","WebsiteFactory/","0.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600863","WebSitePro/","3.1.13.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600864","Websphere/","4.0.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600865","WebSphereApplicationServer/","8.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600866","WebSrv/","3.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600867","WebSTAR/","4.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600868","WebTen/","3.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600869","WebtoB/","4.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600870","WebTopia/","2.2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600871","WebTV/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600872","WebTwist/","3.0.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600873","WebWhois/","2.0.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600874","WebZerver/","V06.04","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600875","wg_httpd/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600876","WhatsUp_Gold/","8.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600877","whostmgr/","whostmgr/3.9.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600878","Wind Manage/","4.00","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600879","WindManage/","4.00","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600880","Windows-IIS/","5.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600881","WindWeb/","2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600882","WISE_Homepage/","1.0.7","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600883","WN/","2.4.7","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600884","Worldgroup/","3.30","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600885","WSGIServer/","0.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600886","wti-httpd/","1.0.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600887","WWW Server/","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600888","WWWServer/","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600889","WYM/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600890","X-IVO/","1.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600891","Xauth/","2.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600892","Xeneo/","2.2.10","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600893","Xerox_MicroServer/","Xerox11","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600894","Xerver/","4.03","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600895","Xgate/","3.00","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600896","Xitami web server ","v2.4c0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600897","xs-httpd/","3.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600898","XunleiHttpServer/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600899","Y.G.Apache-SSLv3/","1.3.9","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600900","yasl/","2.25","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600901","YAWN/","1.05","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600902","Yaws/","2.49.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600903","z_VM/","4.4.0.0000","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600904","Zend-LaunchPad/","1.0.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600906","Zope/","Zope/2.13.29","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600907","ZOT-PS-15/","6.8.0104","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600908","ZOT-PS-30/","8.2.0004","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600909","ZServer/","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600910","ZyXEL-RomPager/","ZyXEL-RomPager/3.02","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600911","SAF/","4.0rc1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600912","Twisted/","13.2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600913","Plone/","3.3.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600914","CovalentSNMP/","3.0.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600915","Snap Appliance, Inc./","4.0.860","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600916","CJServer/","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600917","Devshed/","2.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600918","mod_bla_bla_bla/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600919","G4200.GSI/","2.22.0131","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600920","KONICHIWA/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600921","CatWalk/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600922","CERNhttpd/","3.0.A(Unix)","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600923","mod_transform/","0.6.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600924","mod_auth_ianus_sso/","1.15","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600925","LANDeskManagementAgent/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600926","WebKnight/","2.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600927","AOLServer/","4.5.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600928","SE/","0.5.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600929","Sun-Java-System-Web-Proxy-Server/","4.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600931","iSpit/","1.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600932","Phusion_Passenger/","6.0.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600933","Sun Java System Application Server ","9.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600934","tinyproxy/","1.6.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600935","ntop/","3.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600936","Mono.WebServer2/","0.2.0.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600937","mod_log_online/","0.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600938","mod_apreq2-20050712/","2.1.3-dev","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600939","JSF/","1.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600940","HTTPGW/","1.1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600941","AAISP/","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600942","AppleIDiskServer-","1G301009","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600943","Apusic/","4.0.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600944","cheyenne/","2.2.8","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600945","GlobalSCAPE-EFTServer/","6.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600946","GlobalSCAPE-SecureServer/","3.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600947","InteSoft-ASPAccelerator/","3.7.5000.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600948","iPyramid.system2/","2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600949","MailEnable-HTTP/","5.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600950","mod_copstng/","2.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600951","mod_ddmh/","0.0.16","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600952","mod_defer/","0.1.lk","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600953","mod_dp20/","0.99.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600954","mod_gnutls/","0.5.9","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600955","mod_lisp2/","1.3.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600956","mod_top/","2.2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600957","mod_vhost_online/","1.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600958","ModemNV3/","1.0.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600959","Simple-Server/","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600960","TinyHTTPProxy/","0.2.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600962","WebMail/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600963","WWW-KODEKS/","4.10","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600964","YTS/","1.20.10","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600965","OpenCms/","7.5.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600966","Mbedthis-AppWeb/","2.4.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600967","WebProxy/","5.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600968","MicrosoftIIS/",".6.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600969","Cherokee/","1.2.104","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600970","debut/","1.08","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600971","DnionOS/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600972","FAV-WebSRV/","1.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600973","gorgona/","2.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600974","HASPLM/","13.20","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600975","IntotoHttpServer//","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600976","ISS/","7","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600977","LotusExpeditorWebContainer/","6.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600978","mod_fcgid/","2.3.10-dev","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600979","mod_scgi_pubsub/","1.11-pubsub","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600980","mod_vhs/","1.0.32","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600981","PowerBoutique/","2.2.3/10.0.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600982","RemotelyAnywhere/","8.0.668","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600983","SERMEPAServer/","0.9","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600984","TongWeb-Director/","4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600985","uServ/","1.5.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600986","AdventAPAuthS/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600987","CPLIMS/","3.0.8.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600988","HDSHi-TrackServer/","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600989","JuniperNetworksNitroCache/v","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600990","MochiWeb/","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600991","SWS/","3.10.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600992","bit_asic/","3.8","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600993","ASERVER/","1.0.12","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600994","BarracudaHTTP2.0/","2.2.10","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600995","HZV/","2009","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600996","HintSoftWS/","1.0.00","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600998","LiveWorld/","cc_2_048","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "600999","NIServiceLocator/","1.0.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601000","PowerHomeWebserver/","2.1b","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601001","Seminole/","2.64","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601002","Serv-U/","11.3.0.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601003","SiemensGigaset-Server/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601004","TWebAP/","2.1.2.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601005","TornadoServer/","2.2.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601006","W3MFC/","1.68","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601007","WebROaR-","0.3.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601008","WingFTPServer/","3.5.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601009","afts/","0.9.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601010","corehttp-","0.5.3.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601011","dhttpd/","1.02a","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601012","gSOAP/","2.7","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601013","mod_apreq2-20051231/","2.6.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601014","mod_flog/","0.4.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601015","mod_hcgi/","0.9.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601016","mod_musicindex/","1.2.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601017","mod_ort/","1.00","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601018","mod_qos_control/","7.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601020","sw-cp-server/","1.0.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601021","Oracle-iPlanet-Web-Server/","7.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601022","CVOS/","3.9.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601023","Zeus/","6_0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601024","mod_lo/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601025","mod_ruid2/","0.9","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601026","mod_cluster/","1.3.11","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601027","mod_aspdotnet/","2.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601028","mod_antiloris/","0.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601029","PRTG/","9.1.3.1792","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601030","DMCRUIS/","0.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601031","Easy-WebServer/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601032","EdgePrism/","4.0.10.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601033","FlashCom/","3.5.7","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601034","sqlmap/","1.1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601035","IOSFirewallHTTP/","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601036","IPG/","7000","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601037","KWS/","2009","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601038","KWS2009/","12","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601039","junction/","1.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601040","LITBWS/","1.0.10","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601041","Beacon/","3.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601042","Asterisk/","1.8.5.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601043","BinarySEC/","3.1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601044","CentileEmbeddedHTTPSdserver/","4.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601046","cPNginx.Co/","0.8.5.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601047","Dahlia/","1.0.7","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601048","DataONTAP/","7.3.2P7","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601049","Formilux/","0.1.8","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601050","gunicorn/","0.14.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601051","HBS/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601052","HOJ-WebServer/","0.2.11","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601053","HTTPProxy/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601054","ipOS/","7.6","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601055","IQhttpD/","1.007oct2007","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601056","JavaPseudoHttpd/","0.4.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601057","LiveCache/","2.4a","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601058","LuCId-HTTPd/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601059","m4vh/","1.2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601060","mini-http/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601061","nCore/","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601062","NetworkActiv-Web-Server/","3.5.16","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601063","nginxvta/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601064","Noelios-Restlet-Engine/","1.0rc3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601065","OwilAppserv/","1.30","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601066","PHP5/","5.6.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER). PHP 5.5.18, 5.4.34 and 5.3.29 are also current." "601067","POSIXDLNADOC/","1.50UPnP/1.0.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601068","qjy168/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601069","Rocket1.0.6aPython/","2.6.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601070","SAPNetWeaverApplicationServer/","ABAP701","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601072","TembriaWebServer/","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601073","TongWebApplicationServer/","4.6","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601074","TUNIX-httpscreen/","4.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601075","TwistedWeb/","11.0.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601076","uhttpd/","1.0.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601077","UltiDevCassini/","2.1.4.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601078","WebMod/","0.48","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601079","xrl-thttpd/","2.25b08jan2011","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601080","PanWebServer/","2.4.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601081","mod_put/","2.0.9","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601082","mod_qos/","11.64","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601083","ScriptLogic.Webserver/","8.0.0.440","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601084","Phusion Passenger/","4.0.53","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601085","Zope/","(Zope/2.13.10","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601086","DMRND/","0.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601087","HelixMobileServer\/","14.3.0.268","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601088","JoostNRG/","0.0.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601089","KDH\/","6100.8","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601090","mod_cntr\/","2.5.6","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601091","mod_nss\/","2.4.6","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601092","mod_spy\/","1.3.24","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601093","Mundu\/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601094","OmnitureDC\/","2.0.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601095","PPEngine\/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601096","SouthRiver\/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601097","Sun-ILOM-Web-Server\/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601098","uc-httpd\/","1.0.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601099","ymweb\/","1.5.34","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601100","ZhihuServer\/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601101","GlassFish Server Open Source Edition ","3.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601102","JPMC","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601103","Rehwork Webserver ","v7.3b","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601104","TUNHS ","v.0.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601105","TVP Portal ","3.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601106","Viajeros2-","ECFE4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601107","Xtransform-","0.1.1-beta","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601108","tws","0.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601109","IWS/","2.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601110","Moo/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601111","mod_apreq2-20090110/","2.8.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601112","mod_fastcgisa/","2.4.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601113","LMLmod_ssl/","2.8.31","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601114","37wan/","9.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601115","3fe/","2.7.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601116","ATS/","3.2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601117","AderleeWebPortal/","7.0.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601118","ArcWS/","4.0.20","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601119","AtyponWS/","7.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601120","BSWS/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601121","BWM/","1.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601122","Become/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601123","BlueDragonServer/","7.1.0.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601124","CHINACACHE/","CCN-BJ-3-57J","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601125","CPC/","2.2.17","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601126","CWS/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601127","ClaraPXWebv2.1/","FMAK","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601128","CloobFramework/","1.0.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601129","Cnaws/","1.0.0.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601130","ComsenzWS/","1.0.00","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601131","DDWS/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601132","DHNWS/","2.15","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601133","DME/","2.8","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601134","DMS/","1.0.42","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601135","DZSERVER/","0.1.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601136","DayServletEngine/","4.1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601137","Dict/","2.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601138","FWS/","7.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601139","FlightAware/","2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601140","FreeFind/","8.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601141","FriendFeedServer/","0.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601142","GNWS/","0.7.42","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601143","GWS-GRFE/","0.50","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601144","Geobytes-GeoSelect/","3.0.0.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601145","Haaretz/","0.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601146","HavenServer/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601147","IAGR/","1.0.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601148","IBM_HTTP_SERVER/","1.3.28","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601149","Inyoka/","rev-5723","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601150","JWS/","2010","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601151","Jrun/","4.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601152","KA/","0.03","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601153","KYOWS/","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601154","Kerio_WebSTAR/","5.4.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601156","LOVE/","4_3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601157","Lucy-HTTPd/","2.2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601158","MII-WSD/","1.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601159","MWS/","3.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601160","Meishi/","1.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601161","MobileAware-MF/","1.0.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601164","NWS/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601165","OKWS/","3.1.4.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601166","Ocamlnet/","2.2.9","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601167","OmnitureAWS/","2.0.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601168","On-DemandRouter/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601169","PEARLWebshop/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601170","PPS/","2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601171","PhobyxCluster/","0.1.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601172","PipeBoost/","2.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601173","Pizza/","4cheese","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601174","ROTOR/","2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601175","RWS/","1.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601176","RapidbazLive/","0.0.6","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601177","RapidbazLiveFW/","0.07","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601178","Rediff/","2.0.6","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601179","Safe3WAF/","6.4.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601180","IBM WebSphere sMash/","1.1.1.6.141217","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601181","SmugMug/","0.9","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601182","Snowball/","5.2a","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601184","TinyURL/","1.6","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601185","UPWS/","9.8","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601186","USF-11/","155","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601187","UWS/","0.17","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601188","UltraBrutalServer/","7.6112","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601189","VXS/","3.38","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601191","W3TotalCache/","0.9.1.4b","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601192","WebGUI/","7.4.20","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601193","WebMatrixiDCHTTPServer/","8.0.53","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601194","YEEPAY-WBS/","2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601195","YJSWS/","0.8.53","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601196","YLS/","0.15","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601197","YServer/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601198","YWS/","2010","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601199","ZSWS/","2.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601200","ZendCore/","2.5.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601201","ZendServer/","5.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601202","alabout/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601203","aliBeacon/","3.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601204","barista/","3.3.6","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601205","ddspn/","0.8.34","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601206","emuch/","2010","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601207","ezot/","3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601208","follow5/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601209","gevent/","0.13","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601210","iPad/","8","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601211","ibibo-WS/","2.2.9","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601212","iptoXGmbHHPC5/","2.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601213","k\!/","45.8.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601214","kzserver/","1.0.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601215","magic_ponies/","2.718","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601216","mcdn/","1.alpha","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601217","mod_AliCookie/","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601218","mod_chxj/","0.12.35","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601219","mod_cinemark/","2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601220","mod_defensible/","1.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601221","mod_evasive/","2.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601223","mod_onsint/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601224","mod_ossl/","10.1.3.0.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601225","mod_rsp20/","rsp_plugins_v15.08-07-29","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601226","mod_security2/","2.5.7","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601227","mod_ucam_webauth/","1.4.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601228","mru_xml/","0.471","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601229","naukri.comnginx/","0.7.62","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601230","nfzmX/","700607","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601231","nginx-adamantsys/","0.7.67","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601232","nginx-catap/","0.8.7.528.179136c","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601233","proxy_xml/","0.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601234","prxp_module/","1.12.28","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601235","psso_module/","0.9.14","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601236","pxg2_module/","0.8","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601237","qip.mail/","4.1.2120328.01.2011","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601238","rackcorpcdn/","1.0.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601239","sws/","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601240","uloztows/","1.26.19","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601241","xingyun/","0.8.88","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601242","yy365/","0.8.88","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601243","OwnServer","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601244","MobileAdmin/","7.0.15609","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601245","ClearSCADA/","6.71.4165.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601246","Zscaler/","3.4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601247","comForteSWAPWebServer/","SLD_1055","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601248","corpweb/","3.3a.QEL4","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601249","CouchDB/","1.0.2(ErlangOTP/R14B)","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601250","FreeBSDHost-WebServer/","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601252","ISYSSearchServer/","9.5","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601253","MLDonkey/","3.0.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601254","mod_hive/","1.10","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601255","MX4J-HTTPD/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601256","Speedr/","0.8.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601257","Apache-ADTI/","1.3.41","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601258","EvoWebBase/","1.8","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601259","Mohican/","127.0.0.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601260","NetJetEngine/","2.29646EB013568","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601261","OCP/","1.3.27","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601262","Progressive/","3.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601263","River/","2.14","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601264","SiteWelder/","5.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601265","SmallWebServer/","2.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601266","VWS/","3.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601267","WebContainer/","4.2.4.7","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601268","mod_auth_gforge/","0.5.9.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601269","mod_extfilter/","1.3","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601271","mod_pwdir/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601272","mod_security/","1.8.7","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601273","mod_suid/","1.1","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601274","srp/","2.c","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)" "601275","Jetty/","9.4.20.v20190813","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER). Jetty 9.2.14.v20151106, 8.1.17.v20150415 and 7.6.17.v20150415 are also current." "601276","Jetty\(","9.4.20.v20190813","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER). Jetty 9.2.14.v20151106, 8.1.17.v20150415 and 7.6.17.v20150415 are also current." "601277","Sawmill/","8.7.7.6","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)." "601278","KDH","6300.7","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)." "601279","Jetty/winstone-","2.9","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)." ================================================ FILE: nikto/program/databases/db_parked_strings ================================================ #VERSION,2.001 ####################################################################### # File Source: https://cirt.net # (c) 2001 Chris Sullo, All Rights Reserved. # This file may only be distributed and used with the full Nikto package. # This file may not be used with any software product without written permission from # Chris Sullo (csullo@gmail.com) # # Note: # By submitting updates to this file you are transferring any and all copyright # interest in the data to Chris Sullo so it can modified, incorporated into this product # relicensed or reused. ####################################################################### parked FREE # GoDaddy courtesy of GoDaddy\.com # GoDaddy \?epl= # domainsponsor.com Below are sponsored listings # Google doubleclick.net\/apps\/domainpark # Google Asia Registry # AsiaRegistry.com netsolhost # Network Solutions Sponsored Listings # Voodoo.com ================================================ FILE: nikto/program/databases/db_realms ================================================ #VERSION,2.002 ####################################################################### # File Source: https://cirt.net # (c) 2001 Chris Sullo, All Rights Reserved. # This file may only be distributed and used with the full Nikto package. # This file may not be used with any software product without written permission from # Chris Sullo (csullo@gmail.com) # # Note: # By submitting updates to this file you are transferring any and all copyright # interest in the data to Chris Sullo so it can modified, incorporated into this product # relicensed or reused. ####################################################################### # Notes: # format: realm,id,password,message # @ANY = match any realm name (generic) # If ID and PW fields are blank, realm match is used for message only ######################################################################## "nikto_id","realm","id","password","message" "700000","@ANY","","_Cisco","Cisco device" "700001","@ANY","","0","Accton wireless router" "700002","@ANY","","0000","Deutsche Telekomm T-Sinus 130 DSL" "700003","@ANY","","00000000","Konica/Minolta Di 2010f" "700004","@ANY","","12345","US Robotics modem" "700005","@ANY","","admin","Generic account discovered" "700006","@ANY","","Administrative","Avenger News System" "700007","@ANY","","cisco","Cisco device" "700008","@ANY","","Cisco","Cisco device" "700009","@ANY","","connect","Fujitsu Siemens" "700010","@ANY","","epicrouter","Conexant Router" "700011","@ANY","","intermec","Intermec EasyLAN" "700012","@ANY","","PASSWORD","Kyocera EcoLink" "700013","@ANY","","password","NRG/Ricoh printer" "700014","@ANY","","smcadmin","SMC Router" "700015","@ANY","","Symbol","Symbol Spectrum" "700016","@ANY","","TANDBERG","Tandberg device" "700017","@ANY","","x6zynd56","Polycom ViewStation" "700018","@ANY","1502","1502","X-Micro WLAN 11b router" "700019","@ANY","admin","","Generic account discovered" "700020","@ANY","admin","0000","Infosmart SOHO router" "700021","@ANY","admin","1111","Xerox WorkCentre Pro" "700022","@ANY","admin","1234","Generic account discovered" "700023","@ANY","admin","1234","ZyXEL Prestige" "700024","@ANY","admin","22222","Xerox DocuCentre 425" "700025","@ANY","admin","admin","Generic account discovered." "700026","@ANY","admin","administrator","Efficient Speedstream" "700027","@ANY","admin","articon","Blue Coat systems" "700028","@ANY","admin","asd","NGSec NGSecureWeb" "700029","@ANY","admin","barney","Avaya SIP telephone" "700030","@ANY","admin","barricade","SMC Barricade 7401BRA" "700031","@ANY","admin","demo","OpenMarket Content Server" "700032","@ANY","admin","epicrouter","Generic account discovered" "700033","@ANY","admin","hagpolm1","Siemens SpeedStream 4100" "700034","@ANY","admin","hp.com","Hewlett-Packard webmin" "700035","@ANY","Admin","ImageFolio","BizDesign ImageFolio" "700036","@ANY","admin","ironport","IronPrt C30" "700037","Motive Chorus","admin","isee","Hewlett-Packard Motive Chorus" "700038","@ANY","admin","linga","Alteon ACEswitch 180e" "700039","@ANY","admin","motorola","Motorola wireless router" "700040","@ANY","admin","mp3mystic","MP3Mystic" "700041","@ANY","admin","muze","Muze Ariadne" "700042","@ANY","admin","netadmin","Enterasys ANG-1105" "700043","@ANY","admin","operator","iPSTAR Satellite" "700044","@ANY","admin","password","Generic account discovered" "700045","@ANY","admin","secure","Generic account discovered" "700046","@ANY","admin","setup","Nortel Contivity" "700047","@ANY","admin","smallbusiness","Pirelli AGE-SB" "700048","@ANY","admin","smcadmin","SMC Barricade 7204BRB" "700049","@ANY","admin","synnet","3COM CellPlex" "700050","@ANY","admin","TANDBERG","Tandberg device" "700051","@ANY","admin","tomcat","Apache Tomcat" "700052","@ANY","admin@example.com","admin","MySQL Eventum" "700053","@ANY","Administrator","","Generic account discovered" "700054","@ANY","administrator","**#","Polycom Soundstation IP" "700055","@ANY","Administrator","0000","Snom VoIP business phone" "700056","@ANY","Administrator","1234","Integrated Networks IP Phone" "700057","@ANY","administrator","1234","IntelliTouch Voip Broadband phone" "700058","@ANY","Administrator","12345678","Integrated Networks IP Phone" "700059","@ANY","Administrator","19750407","Luxon Communications/Integrated Networks IP Phone" "700060","@ANY","Administrator","admin","Generic account discovered" "700061","@ANY","administrator","administrator","Compaq WBEM" "700062","@ANY","administrator","administrator","Generic account discovered." "700063","@ANY","administrator","adminpass","NessusWeb" "700064","@ANY","AdvWebadmin","advcomm500349","Hosting Controller" "700065","@ANY","anonymous","","Sambar Server" "700066","@ANY","apc","apc","APC UPS" "700067","@ANY","billy-bob","","Sambar Server" "700068","@ANY","Bobo","hello","OpenMarket Content Server" "700069","@ANY","cac_admin","cacadmin","Openwave MSP" "700070","@ANY","Cisco","Cisco","Cisco device" "700071","@ANY","Coco","hello","OpenMarket Content Server" "700072","@ANY","customer","","Aspect ACD" "700073","@ANY","device","device","APC UPS" "700074","@ANY","e250","e250changeme","Network Associates WebShield Security Appliance e250" "700075","@ANY","e500","e500changeme","Network Associates WebShield Security Appliance e500" "700076","@ANY","Flo","hello","OpenMarket Content Server" "700077","@ANY","ftp","","Sambar Server" "700078","@ANY","guest","","Generic account discovered" "700079","@ANY","guest","guest","Generic account discovered." "700080","@ANY","intel","intel","Intel wireless gateway" "700081","@ANY","jagadmin","","Sybase EAServer" "700082","@ANY","Jetform","","Jetform Design" "700083","@ANY","Joe","hello","OpenMarket Content Server" "700084","@ANY","LDAP_Anonymous","LdapPassword_1","Microsoft SiteServer" "700085","@ANY","manager","admin","Allied Telesyn switch" "700086","@ANY","Manager","fried","Allied Telesyn router" "700087","@ANY","Moe","hello","OpenMarket Content Server" "700088","@ANY","naadmin","naadmin","NetGenesis NetAnalysis Web Reporting" "700089","@ANY","operator","","Magicolor 3100" "700090","@ANY","operator","$schwarzepumpe","Intershop" "700091","@ANY","piranha","piranha","Redhat 6.2" "700092","@ANY","piranha","q","Redhat 6.2" "700093","@ANY","Polycom","SpIp","Polycom Soundpoint VoIP phones" "700094","@ANY","public","public","Samsung Router" "700095","@ANY","role","changethis","Apache Tomcat" "700096","@ANY","role1","role1","Apache Tomcat" "700097","@ANY","Root","","3COM Netbuilder" "700098","@ANY","root","","Generic account discovered" "700099","@ANY","root","calvin","Dell Remote Access Card" "700100","@ANY","root","changeme","Sun Microsystems ILOM/X4100" "700101","@ANY","root","changethis","Apache Tomcat" "700102","@ANY","tomcat","s3cret","Apache Tomcat" "700103","@ANY","root","Cisco","Cisco device" "700104","@ANY","root","nsi","NSI vmXfw" "700105","@ANY","root","pass","Axis Webcams" "700106","@ANY","root","password","BestPractical RT" "700107","@ANY","root","root","Apache Tomcat" "700108","@ANY","root","root","Generic account discovered" "700109","@ANY","root","tslinux","Cyclades TS800" "700110","@ANY","sadmin","","Novell NDS iMonitor" "700111","@ANY","smc","smcadmin","SMC Barricade 7401BRA" "700112","@ANY","storwatch","specialist","IBM TotalStorage" "700113","@ANY","super","5777364","Netgear wireless gateway" "700114","@ANY","superadmin","secret","IBM Web administration tool" "700115","@ANY","superman","21241036","Netgear wireless gateway" "700116","@ANY","superuser","admin","Efficient Speedstream" "700117","@ANY","supervisor","PlsChgMe","Nortel Business Communications Manager" "700118","@ANY","support","h179350","Psion Teklogix 9150" "700119","@ANY","sys","uplink","Openwave WAP gateway" "700120","@ANY","sysadmin","password","Ricoh Aficio" "700121","@ANY","system","password","Mitel 3300 ICP" "700122","@ANY","test","test","Generic account discovered." "700123","@ANY","tomcat","changethis","Apache Tomcat" "700124","@ANY","tomcat","tomcat","Apache Tomcat" "700125","@ANY","user_analyst","demo","OpenMarket Content Server" "700126","@ANY","user_approver","demo","OpenMarket Content Server" "700127","@ANY","user_author","demo","OpenMarket Content Server" "700128","@ANY","user_checker","demo","OpenMarket Content Server" "700129","@ANY","user_designer","demo","OpenMarket Content Server" "700130","@ANY","user_editor","demo","OpenMarket Content Server" "700131","@ANY","user_expert","demo","OpenMarket Content Server" "700132","@ANY","user_marketer","demo","OpenMarket Content Server" "700133","@ANY","user_pricer","demo","OpenMarket Content Server" "700134","@ANY","user_publisher","demo","OpenMarket Content Server" "700135","@ANY","user","","D-Link router" "700136","@ANY","User","","D-Link router" "700137","@ANY","webadmin","1234","ZyXEL Prestige" "700138","@ANY","webadmin","webadmin","Broadlogic XLT router" "700139","@ANY","websecadm","changeme","Entrust getAccess" "700140","ConfigToolPassword",,,"Realm matches a Nokia Checkpoint Firewall-1" "700141","daap","","","DAAP (iTunes?) server with authentication." "700142","EIC","root","ncr","Enterprise Intranet Configurator - NCR Teradata server" "700143","Entrust GetAccess SCA","admin","admin","Entrust GetAccess Service Control Agent" "700144","hp print server appliance","admin","admin","HP Print Server" "700145","InterScanVirusWall","admin","admin","Trend Micro's InterScan Virus Wall" "700146","Monitor or Admin","admin","","StorageTek's StorageNet, ID 'admin' with no password" "700147","Monitor or Admin","monitor","","StorageTek's StorageNet, ID monitor' with no password" "700148","Netscape Administration","admin","admin","Netscape server administration" "700149","Netscape Mission Control","admin","admin","Netscape server administration" "700150","Topaz Prism Site","admin","admin","Topaz Prism monitoring from Mercurity Interactive" "700151","Topaz Site Realm","admin","admin","Mercury Interactive Topaz administrator" "700152","UpgradeAdministrator","admin","ncr","NCR's Terradata server, Parallel Upgrade Tool (PUT)" "700153","@ANY","manager","manager","3com switch/Apache Tomcat" "700154","Linksys WAG160N ","","admin","Wireless-N ADSL2+ Gateway WAG160N" "700155","@ANY","tomcat","","Apache Tomcat" "700156","@ANY","j2deployer","j2deployer","Apache Tomcat" "700157","@ANY","ovwebusr","OvW*busr1","Apache Tomcat" "700158","@ANY","cxsdk","kdsxc","Apache Tomcat" "700159","@ANY","root","owaspbwa","Apache Tomcat" "700160","@ANY","ADMIN","ADMIN","Apache Tomcat" "700161","@ANY","xampp","xampp","Apache Tomcat" "700162","@ANY","QCC","QLogic66","Apache Tomcat" "700163","@ANY","both","tomcat","Apache Tomcat" "700164","@ANY","role1","tomcat","Apache Tomcat" "700165","@ANY","admin","changethis","Apache Tomcat" "700166","SPIP Configuration","Polycom","456","Polycom SoundStation/SoundPoint IP" "700167","@ANY","username","password","ComfortableMexicanSofa CMS Engine" "700168","OSGi Management Console","admin","admin","Adobe Experience Manager default password found" "700169","Power+ (default: admin/admin)","admin","admin","Gamatronic Power+ default password found" ================================================ FILE: nikto/program/databases/db_server_msgs ================================================ #VERSION,2.006 ####################################################################### # File Source: https://cirt.net # (c) 2001 Chris Sullo, All Rights Reserved. # This file may only be distributed and used with the full Nikto package. # This file may not be used with any software product without written permission from # Chris Sullo (csullo@gmail.com) # # Note: # By submitting updates to this file you are transferring any and all copyright # interest in the data to Chris Sullo so it can modified, incorporated into this product # relicensed or reused. ####################################################################### # Notes: # NiktoDB 1.0 # Example to get the server-message: # ~$ curl --head --silent www.example.com | grep --ignore-case server ####################################################################### "nikto_id","server","osvdb","message" "800000","4D_WebSTAR_S\/5\.([0-2]|3\.[0-2])","7794","May be vulnerable to multiple flaws. http://secunia.com/advisories/12063/" "800001","4D_WebSTAR_S\/5\.([0-2]|3\.[01])","0","May be vulnerable to denial of service threw openssl implementation bug. http://secunia.com/advisories/11181/" "800002","4D_WebSTAR_S\/5\.([0-3]|4[^.])","16154","May be vulnerable to a buffer overflow in tomcat plugin URL. http://secunia.com/advisories/15278/" "800003","4D_WebSTAR_S\/5\.3\.1","2542","May be vulnerable to remote exploitable buffer overflow. http://secunia.com/advisories/9723/" "800004","Abyss\/1\.0\.3","5237","May be vulnerable to directory traversal by using '%5c%2e%2e%5c' type paths." "800005","ADSM_HTTP\/","0","May be Tivoli server administration. Default account is admin/admin." "800006","Acme.Serve/v1.7 of 13nov96","0","Java class Acme.Serve.Serve is used as an embedded server for many devices, including APC InfraStruXure Manager. This server string is the default for the servlet. Check for port 9090, which may have a browsable c:\ drive. See: http://www.acme.com/java/software/Acme.Serve.Serve.html" "800007","AdSubtract","0","Adsubtract.com, a Windows proxy which removes popup ads, can be configure for remote access or localhost only." "800008","Agranat-EMWeb","0","Most likely a printer." "800009","alibaba","10","http://alibaba.austria.eu.net/ This server has lots of problems (overflows, etc)" "800010","Allegro-Software-RomPager","0","Most likely a printer." "800011","allegro-software","0","Most often a printer or other embedded device" "800012","american sitebuilder","0","http://www.american.com/product1.html" "800013","aolserver","0","http://www.aolserver.com/ runs on Dec OSF1" "800014","Apache Tomcat\/4\.(0\.[1-4]|1\.[0-9][^0-9]|1\.10)","8773","May be vulnerable to JSP source code exposure. CAN-2002-1148." "800015","Apache Tomcat\/4\.0\.3","5051","Apache Tomcat 4.0.3 Win 2000 server is vulnerable to a DoS attack. Upgrade to a 4.1.3beta or higher." "800016","apache-ssl-us","0","http://apachessl.c2.net" "800017","Apache\/.* Ben-SSL\/1\.([0-9][^0-9]|[0-3][0-9]|4[0-6])[^0-9]","0","This version of Apache-SSl is vulnerable to a buffer overflow." "800018","Apache\/(1\.2\.([2-9].*|1[0-9])|1\.3\.([0-1].*|2[0-4]))","838","Apache 1.x up 1.2.34 are vulnerable to a remote DoS and possible code execution. CAN-2002-0392." "800019","Apache\/1\.0\.3","0","Probably a Xerox printer" "800020","Apache\/1\.1\.1","0","May be able view directory contents regardless of index.html" "800021","Apache\/1\.1\.3","9717","This version has a mod_cookies buffer overflow" "800022","Apache\/1\.3\.(0.*|1.*|2[0-6])","4552","Apache 1.3 below 1.3.27 are vulnerable to a local buffer overflow which allows attackers to kill any process on the system. CAN-2002-0839." "800023","Apache\/1\.3\.(0.*|1.*|2[0-8])","2733","Apache 1.3 below 1.3.29 are vulnerable to overflows in mod_rewrite and mod_cgi. CAN-2003-0542." "800024","Apache\/1\.3\.27","9715","Windows and OS/2 version vulnerable to remote exploit. CAN-2003-0460" "800025","Apache\/2\.0\.([0-2].*|3.*)","859","Apache 2.0 to 2.0.39 Windows may be vulnerable to arbitrary file retrieval. CAN-2002-0661." "800026","Apache\/2\.0\.([0-2].*|3[0-8])","838","Apache 2.0 up 2.0.36 are vulnerable to a remote DoS and possible code execution. CAN-2002-0392." "800027","Apache\/2\.0\.([0-3].*|4.[0-8])","2733","Apache 2.0 to 2.0.48: overflows in mod_alias and mod_rewrite (OSVDB-2733, OSVDB-7611), mod_cgid may send the output of CGI to the incorrect client (OSVDB-15889)." "800028","Apache\/2\.0\.([0-3].*|4[0-6])","2672","Apache 2.0 up 2.0.46 are vulnerable to multiple remote problems. CAN-2003-0192. CAN-2003-0253. CAN-2003-0254. CERT VU#379828." "800029","Apache\/2\.0\.([0-3].*|4[0-7])","15889","Apache 2.0 up 2.0.47 are vulnerable to multiple remote problems in mod_rewrite and mod_cgi. CAN-2003-0789. CAN-2003-0542." "800030","Apache\/2\.0\.([0-4].*|5\.[0-1])","9994","Apache 2.0 to 2.0.51 contain multiple problems: overflow in apr-util (OSVDB-9994), config file variable overflow (OSVDB-9991), indirect lock refresh DoS (OSVDB-9948), SSL input filter DoS (OSVDB-9742), potential infinite loop (OSVDB-9523)." "800031","Apache\/2\.0\.([0-4].*|5\.[0-2])","10218","Apache 2.0 to 2.0.52 could allow bypassing of authentication via the Satisfy directive. CAN-2004-0811. OSVDB-10218." "800032","Apache\/2\.0\.([0-4].*|5\.[0-3])","10637","Apache 2.0 to 2.0.53 allows bypassing of an SSLCipherSuite setting. CAN-2004-0885. OSVDB-10637. Also contains a memory exhaustion DoS through MIME folded requests. CAN-2004-0942. OSVDB-11391" "800033","Apache\/2\.0\.([0-4].*|5\.0)","6472","Apache 2.0 to 2.0.50 contain a buffer overflow in FakeBasicAuth with trusted client certificates. CAN-2004-0488. OSVDB-6472. Also a DoS with certain input data. CAN-2004-0493. OSVDB-7269." "800034","Apache\/2\.0\.(3[7-9]|4[0-5])","0","Apache versions 2.0.37 through 2.0.45 are vulnerable to a DoS in mod_dav. CAN-2003-0245." "800035","Apache\/2\.0\.[0-4].*","0","Apache 2.0 to 2.0.49: memory leak in plain-HTTP-on-SSL-port handling (OSVDB-4182), a DoS with short-lived connections on rarely-accessed sockets (OSVDB-4383), and may allow unescaped data into logfiles (OSVDB-4382)." "800036","Apache\/2\.0\.4[0-5]","0","Apache versions 2.0.40 through 2.0.45 are vulnerable to a DoS in basic authentication. CAN-2003-0189." "800037","Apache\/2\.0\.43","0","Win9x and ME servers allow arbitrary code execution, DoS and/or arbitrary file retrieval. CAN-2003-0016. CAN-2003-0017." "800038","Apache\/2\.0\.44","0","Apache 2.0.44 is vulnerable to a DoS when linefeed characters are submitted consecutively. CAN-2003-0132." "800039","apachejserv\/1\.(0|1\.[0-1])","0","This version of Apache JServ allows files to be retrieved and possibly executed from outside the web root. CAN-2001-0307." "800040","aserve","0","http://www.phone.net/aws" "800041","ATPhttpd","0","http://www.redshift.com/~yramin/atp/atphttpd/ V0.4 contains a DoS by sending a GET 3000 chars long (many times). See securityoffice.net. Also see http://bespin.org/~qitest1 for more bugs/patches." "800042","avenida","0","http://www.avenida.co.uk/" "800043","Avirt","0","Check www.avirt.com for updates, some versions of the proxies have buffer overflows that allow attackers to run arbitrary commands." "800044","awhttpd","0","http://pulsar.systes.net/awhttpd/ v2.2 has a local DoS if a user has write access to the HTML directory, see http://sec.angrypacket.com for more info." "800045","BadBlue\/([0-1].*|2\.[0-9]{1}|2\.1[0-5]{1})","0","BadBlue Web server 2.15 allow remote users to execute commands on the machine. http://www.badblue.com/" "800046","BadBlue\/(0\..*|1\.([0-6].*|7\.0))","0","BadBlue Web server 1.7.0 and below allows directories to be listed by appending a unicode % to the end of a string. http://www.badblue.com/" "800047","bkhttp\/0.3","0","BitKeeper may allow anyone to execute arbitrary commands on the remote system. See http://www.securiteam.com/securitynews/5TP0D0K8UQ.html." "800048","Blazix\/1\.2\.1","0","Can view JSP source by appending a + to the end of the request." "800049","boa","0","http://www.boa.org/" "800050","boulevard","0","http://www.resnova.com/boulevard" "800051","Brickserver Modifications","0","May be vulnerable to %2f type directory listing vulnerabilities if the directory contains an index.shtml but not index.html file." "800052","cpaneld","0","This is a web hosting manager. It should not be running unless required, as it allows web server administration." "800053","cern","0","http://www.w3.org/hypertext/WWW/Daemon" "800054","ChaiServer","0","HP printer." "800055","Cherokee\/0\.2\.7","0","This version of Cherokee allows arbitrary files to be retrieved remotely. See http://www.securitytracker.com/alerts/2001/Dec/1003074.html" "800056","cisco ios","0","Cisco Catalyst Switch" "800057","cisco-CPA","0","Most likely a router/switch web management port" "800058","cl-http","0","http://www.ai.mit.edu/projects/iiip/doc/cl-http/home-page.html" "800059","Cobalt","0","Cobalt RaQ system" "800060","commerce-builder","0","http://www.ifact.com/" "800061","CompaqHTTPServer","0","Has had a few remote DoS issues. Can also give a lot of system information, especially if anonymous access enabled." "800062","cosmos","0","http://www.ris.fr/" "800063","DeleGate\/","0","www.globalintersec.com has found multiple vulnerabilities in the DeleGate proxies and recommends using Squid or another proxy device as the author(s) have not fixed previous versions." "800064","DeleGate\/7\.7\.[0-1]","0","DeleGate 7.7.1 & 7.7.0 are vulnerable to CSS." "800065","dwhttpd","0","Probably Sun Microsystem's AnswerBook server. v3.1a4, 4.0.2a7a and 4.1a6 have problems." "800066","dwhttpd\/4\.(0\.2a7a|1a6)","0","May allow unauthorized users to add administrators or view logs remotely." "800067","Embedded HTTP Server","0","Likely this is a D-Link SoHo router." "800068","emwac","0","http://emwac.ed.ac.uk/" "800069","enterpriseweb","0","http://www.beyond-software.com/products/eweb/eweb.html" "800070","Eserv\/2\.97","0","Server allows pass protected directories to be retrieved by prepending '/./' to it, ie http://server/./protected/, or directory listings by appending ?" "800071","Essentia\/2\.1","0","Essentia 2.1 is vulnerable to directory traversal problems with /../ type requests, along with a DoS on long (2000 chars) requests." "800072","Ews/","0","Probably a printer." "800073","falcon","0","May allow ../../ file system browsing" "800074","fnord","0","Win 32 platform" "800075","Folkweb","0","Win 32 platform" "800076","frontier","0","http://www.frontiertech.com/products/superweb.htm" "800077","frontpage","0","http://www.insecure.org/sploits/Microsoft.frontpage.insecurities.html" "800078","^ghttpd\/1\.[0-4]","0","The Ghttpd server may contain a remote buffer overflow. Upgrade to the latest version." "800079","glaci","0","Netware web server" "800080","GoAhead-Webs","0","This may be a Cyclade, http://www.cyclades.com/" "800081","GoAhead-Webs\/2\.(0.*|1)","0","GoAhead-Webs 2.1 and below is vulnerable to command execution through a buffer overflow. See http://www.securiteam.com for details." "800082","Gordian Embedded","0","Lantronix device, may give system/networking information freely. Could be an access badge reader/card swipe." "800083","goserve","0","http://www2.hursley.ibm.com/goserve" "800084","gosite","0","http://www.gosite.com/" "800085","GWS\/","0","Could be the Google Web Server. 2.0 seems to be current." "800086","hellbent java webserver v0.1","0","This version of the server is vulnerable to a path disclosure bug and can allow attackers to view .prefs files under certain circumstances. Upgrade to 0.11 or higher. See http://www.securityfocus.com/archive/82/73778" "800087","homedoor","0","http://www.opendoor.com/" "800088","HP-Web-Server","0","HP Printer" "800089","hyperwave","0","http://www.hyperwave.com/" "800090","i\/net","0","http://www.inetmi.com/" "800091","ibm internet connection server","0","http://www.ics.raleigh.ibm.com" "800092","IBM-HTTP-Server\/1\.0","0","This IBM web server allows file source to be viewed by adding a '/' to the URI, like http://server/index.jsp/" "800093","icecast/1\.3\.(7|8.*beta[0-2])","0","This version of Icecast may allow an attacker to execute commands on the server with a format string attack." "800094","iis\/4","0","May be able to bypass security settings using 8.3 file names. ESB-98.015." "800095","Intrusion\/","0","The server may be running Tripwire for web pages. This can allow attackers to gain sensitive information about the web setup." "800096","Ipswitch-IMail\/7\.11","0","May be vulnerable to a remote command execution overflow, see http://online.securityfocus.com/archive/1/284465" "800097","Jaguar Server","0","Probably a Sybase web interface" "800098","jakarta-tomcat-4.0.1","0","Server will reveal path" "800099","JavaWebServer","0","Probably Sun Microsystem's servlet interface. May have default code which is exploitable. Try admin/admin for id/password." "800100","JetAdmin","0","HP Printer" "800101","Jeus WebContainer\/([0-3]\.[0-2]\..*)","0","JEUS below 3.2.2 is vulnerable to XSS if a nonexistent url is requested, i.e. [victim site]/[javascript].jsp" "800102","Jigsaw\/([0-1].*|2\.([0-1].*|2\.0))","0","Jigsaw 2.1.0 or below may be vulnerable to XSS if a nonexistent host name is requested, i.e. nosuchhost.domain.com/","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","\[SQL SERVER\] Error Code","","","","","ColdFusion may reveal SQL information in malformed requests.","","" "000717","0","4","/upload.php?type=\"","GET","","GET",";","GET","","GET","666.jsp","GET","","GET","","GET","","GET","","GET","","GET","","GET",".shtm","GET",".stm","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET",";","GET","","GET","","GET","","GET","","GET","","GET","&file=1&keywords=vulnerable","GET","","GET","","GET","","GET",";","GET","&Where=&Sort=Photo&Dir=","GET","","GET",".aspx?aspxerrorpath=null","GET",".aspx","GET",".asp","GET","&rollid=admin&x=3da59a9da8825&","GET","&email1=","GET","alert\(\"Vulnerable\"\)<\/script>","","","","","PHP Web Chat 2.0 is vulnerable to Cross Site Scripting (XSS). CA-2000-02.","","" "000773","0","4","/webamil/test.php","GET","IMP: 3\.\(0\|1\|2\|2\\\.1\)","","","","","IMP version 3.0, 3.1, 3.2, or 3.2.1 are vulnerabl to Cross Site Scripting (XSS). See http://marc.theaimsgroup.com/?l=imp&m=105940167329471&w=2.","","" "000774","59444","4","/users.php?mode=profile&uid=<script>alert(document.cookie)</script>","GET","","GET","","GET","","GET","</script>","GET","</script>","GET","</script>","GET","","GET","&story=&storyext=&op=Preview","GET","","GET","&page=list_users&user=P","GET","","POST","","POST","","GET","","GET","","GET","","GET","","GET","","GET","","GET","alert\('Vulnerable'\)<\/script>","","","","","ASP.Net 1.1 may allow Cross Site Scripting (XSS) in error pages (only some browsers will render this). CA-2000-02.","","" "000800","0","4","/script>alert('Vulnerable').cfm","GET","&logic=AND","GET","","GET","","GET","","GET","%3Ca%20s=%22&code=1","GET","","GET","&MMN_position=[X:X]","GET","","GET","","GET","&email1=","GET","alert\(\"Vulnerable\"\)<\/script>","","","","","PHP Web Chat 2.0 is vulnerable to Cross Site Scripting (XSS). CA-2000-02.","","" "000814","59093","4","/phptonuke.php?filnavn=","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","200","","","","","OpenAutoClassifieds 1.0 is vulnerable to a XSS attack","","" "000828","2767","4","/openautoclassifieds/friendmail.php?listing=<script>alert(document.domain);</script>","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","&fid=2","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","&month=3&month_l=test","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","<","GET","","GET","&PhraseSearchText=&SearchContentClassID=-1&SearchSectionID=-1&SearchDate=-1&SearchButton=Search","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET",";","GET","","GET","&comment=&pid=0&sid=0&mode=&order=&thold=op=Preview","GET","","GET","&email1=","GET","alert\(\"Vulnerable\"\)<\/script>","","","","","PHP Web Chat 2.0 is vulnerable to Cross Site Scripting (XSS). CA-2000-02.","","" "000905","651","4","/cgi-local/cgiemail-1.6/cgicso?query=","GET","","GET","&month=03&day=05","GET","","GET","&PATH=acatalog%2f","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","&op=browse","GET",".thtml","GET",".shtml","GET",".jsp","GET",".aspx","GET",".jsp","GET","","GET",";","GET","&addressemail=junk@example.com","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET"," ","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET",">","GET","","GET","","GET","","GET",">&tzone=dmz","GET","","GET","&startline=0","GET","&startline=0(naturally)","GET",",/system/status/session","GET",",/system/status/moniter,/system/status/session","GET","&button_url=/system/status/status,/system/status/moniter,/system/status/session","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","","GET","","Cisco\sUCS\sDirector","200","","","Generic login page (possible Cisco UCS Director) detected.","","" "007266","0","3","http://169.254.169.254/hetzner/v1/metadata/private-networks","GET","alias_ips:","","","","","The Hetzner Cloud host is configured as a reverse proxy (SSRF) which allows access to the Meta-Data service. This could allow significant access to the host/infrastructure.","","Host: 169.254.169.254\r\naccept: */*\r\nProxy-Connection: Keep-Alive\r\n" "007267","0","3","http://192.0.0.192/latest/","GET","user-data","","","","","The Oracle Cloud host is configured as a reverse proxy (SSRF) which allows access to the Meta-Data service. This could allow significant access to the host/infrastructure.","","Host: \192.0.0.192\r\naccept: */*\r\nProxy-Connection: Keep-Alive\r\n" "007268","0","3","http://169.254.169.254/metadata/instance?api-version=2017-08-01","GET","instance\/","","","","","The Azure host is configured as a reverse proxy (SSRF) which allows access to the Meta-Data service. This could allow significant access to the host/infrastructure.","","Host: 169.254.169.254\r\naccept: */*\r\nProxy-Connection: Keep-Alive\r\nMetadata: true\r\n" "007269","0","8","/vpn/../vpns/cfg/smb.conf","GET","(name\sresolve\sorder|encrypt\spasswords)\s*=","^\[global\]","200","","","Citrix ADC and Citrix Gateway are vulnerable to CVE-2019-19781. See: https://www.tripwire.com/state-of-security/vert/citrix-netscaler-cve-2019-19781-what-you-need-to-know/","","" "007270","0","23","/whoAmI","GET","IsAuthenticated","","","","","The Jenkins \"Who Am I?\" page is exposed and may reveal system/app information.","","" "007271","0","3","/.coveralls.yml","GET","repo_token","","","","","A Coveralls.io file is exposed and contains a repository token, which could allow access to source control","","" "007272","0","3","/nginx_status","GET","Active\sconn","","","","","Nginx status page found","","" "007273","0","3","/Dockerfile","GET","FROM\s","ENTRYPOINT\s","ENV\s","","","Dockerfile found.","","" "007274","0","3","/cdn-cgi/trace","GET","visit_scheme=","","","","","Cloudflare trace CGI found, which may leak some system information.","","" "007275","0","3","/v1/tasks","GET","KnownStatus","","","","","Amazon Elastic Container Service metadata URL found which may leak open ports and other information. See https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-metadata-endpoint.html","","" "007276","0","3","/v2/tasks","GET","KnownStatus","","","","","Amazon Elastic Container Service metadata URL found which may leak open ports and other information. See https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-metadata-endpoint.html","","" "007277","0","3","/v3/tasks","GET","KnownStatus","","","","","Amazon Elastic Container Service metadata URL found which may leak open ports and other information. See https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-metadata-endpoint.html","","" "007278","0","3","/v4/tasks","GET","KnownStatus","","","","","Amazon Elastic Container Service metadata URL found which may leak open ports and other information. See https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-metadata-endpoint.html","","" "007279","0","23","/.dockerignore","GET","200","","","","",".dockerignore file found. It may be possible to grasp the directory structure and learn more about the site.","","" "007280","0","7","/tmui/login.jsp/..;/tmui/locallb/workspace/fileRead.jsp?fileName=/etc/hosts","GET","\{\"output\":\"","","","","","The F5 Big-IP's TMUI is vulnerable to a local file inclusion vulnerability and likely command exec. CVE-2020-5902.","","" "007281","0","be","/","GET","BIG-IP®- Redirect","","200","","","F5 BIG-IP Traffic Management User Interface (TMUI) detected.","","" "007282","0","1","/var/","GET","[Ii]ndex [Oo]f ","[Dd]irectory [Ll]isting ([Oo]f|[Ff]or) ","","","","/var directory has indexing enabled.","","" "007283","0","1","/var/log/","GET","[Ii]ndex [Oo]f ","[Dd]irectory [Ll]isting ([Oo]f|[Ff]or) ","","","","/var directory has indexing enabled.","","" "007284","0","1","/etc/","GET","[Ii]ndex [Oo]f ","[Dd]irectory [Ll]isting ([Oo]f|[Ff]or) ","","","","'/etc directory has indexing enabled.","","" "007285","0","12","/.ftpconfig","GET","\"port\":","","","","","This file may contain login credentials.","","" "007286","0","12","/.remote-sync.json","GET","\"port\":","","","","","This file may contain login credentials.","","" "007287","0","12","/.vscode/ftp-sync.json","GET","\"port\":","","","","","This VSCode file may contain login credentials.","","" "007288","0","12","/.vscode/sftp.json","GET","\"port\":","","","","","This VSCode file may contain login credentials.","","" "007289","0","12","/deployment-config.json","GET","\"port\":","","","","","This file may contain login credentials.","","" "007290","0","12","/ftpsync.settings","GET","\"port\":","","","","","This file may contain login credentials.","","" "007291","0","12","/sftp-config.json","GET","\"port\":","","","","","This file may contain login credentials.","","" "007292","0","1","/Service/","GET","You have created a service","","","","","WCF endpoint found.","","" "007293","0","1","/Services/","GET","You have created a service","","","","","WCF endpoint found.","","" "007294","0","1","/Services/BackOfficeService.svc?wsdl","GET","You have created a service","","","","","WCF endpoint found.","","" "007295","0","1","/Service/BackOfficeService.svc?wsdl","GET","You have created a service","","","","","WCF endpoint found.","","" "007296","0","1","/Service/Service.svc","GET","You have created a service","","","","","WCF endpoint found.","","" "007297","0","1","/Services/Service`.svc","GET","You have created a service","","","","","WCF endpoint found.","","" "007298","0","1","/Service/Service1.svc","GET","You have created a service","","","","","WCF endpoint found.","","" "007299","0","1","/Services/Service1`.svc","GET","You have created a service","","","","","WCF endpoint found.","","" "007300","0","1","/BackOffice/Services/","GET","You have created a service","","","","","WCF endpoint found.","","" "007301","0","3","/phpci.yml","GET","build_settings:","","","","","PHP CI config file found.","","" "007302","0","1","/README.md","GET","200","","","","","Readme Found","","" "007303","0","3","/JAMonAdmin.jsp","GET","200","\| JAMonAdmin \|","","","","JAMon - Java Application Monitor Admin interface. Versions 2.7 and earlier are affected by CVE-2013-6235","","" "007304","0","7","/hsqldb;","GET","HSQL Database Engine Servlet","","","","","The F5 Big-IP's TMUI is vulnerable to a local file inclusion vulnerability and likely command exec. CVE-2020-5902.","","" ================================================ FILE: nikto/program/databases/db_variables ================================================ #VERSION,2.004 ####################################################################### # File Source: https://cirt.net # (c) 2001 Chris Sullo, All Rights Reserved. # This file may only be distributed and used with the full Nikto package. # This file may not be used with any software product without written permission from # Chris Sullo (csullo@gmail.com) # # Note: # By submitting updates to this file you are transferring any and all copyright # interest in the data to Chris Sullo so it can modified, incorporated into this product # relicensed or reused. ####################################################################### # Notes: # Variables which will be used as replacements for values in the scan_database.db and user_scan_database.db files. # Any values to be replaced must start with the @ character, such as: @CGIDIRS. # # User defined variables should be set in config.txt as this file may be over-written during updates. ####################################################################### @CGIDIRS=/cgi.cgi/ /webcgi/ /cgi-914/ /cgi-915/ /bin/ /cgi/ /mpcgi/ /cgi-bin/ /ows-bin/ /cgi-sys/ /cgi-local/ /htbin/ /cgibin/ /cgis/ /scripts/ /cgi-win/ /fcgi-bin/ /cgi-exe/ /cgi-home/ /cgi-perl/ /scgi-bin/ /cgi-bin-sdb/ /cgi-mod/ @NUKE=/ /postnuke/ /postnuke/html/ /modules/ /phpBB/ /forum/ @ADMIN=/admin/ /adm/ /administrator/ @USERS=adm bin daemon ftp guest listen lp mysql noaccess nobody nobody4 nuucp operator root smmsp smtp sshd sys test unknown uucp web www @PASSWORDDIRS=/ /admin/ /clients/ /pass/ /password/ /passwords/ /store/ /users/ /access/ /members/ /private/ /ccbill/ /dmr/ /mastergate/ /dmr/ /epoch/ /netbilling/ /webcash/ /wwwjoin/ /etc/security/ @PASSWORDFILES=admins clients pass password passwords passwd passwd.adjunct store users .htpasswd .passwd @PHPMYADMIN=/3rdparty/phpMyAdmin/ /phpMyAdmin/ /3rdparty/phpmyadmin/ /phpmyadmin/ /pma/ /.tools/phpMyAdmin/current/ @HTTPFOUND=200 301 302 403 @FCKEDITOR=/fckeditor/ /FCKeditor/ /Script/fckeditor/ /sites/all/modules/fckeditor/fckeditor/ /modules/fckeditor/fckeditor/ /class/fckeditor/ /inc/fckeditor/ /sites/all/libraries/fckeditor/ /js/editor/fckeditor/ /includes/fckeditor/ /include/fckeditor/ /modules/fckeditor/ /plugins/fckeditor/ @CRYSTALREPORTS=/ /CrystalReports/ /crystal/ /businessobjects/ /crystal/enterprise10/ /crystal/Enterprise10/ePortfolio/en/ @OWNCLOUD=/ /cloud/ /owncloud/ /ownCloud/ /OwnCloud/ @OCFILES=data/owncloud.log data/htaccesstest.txt data/owncloud.db @SECLORE=/ /filesecure/ /policyserver/ @SHELLSHOCK= admin.cgi administrator.cgi authLogin.cgi bb-hist.sh banner.cgi book.cgi cgiinfo.cgi cgitest.py cgi_wrapper contact.cgi count.cgi defaultwebpage.cgi download.cgi entropysearch.cgi env.cgi environment.cgi ezmlm-browse formmail.cgi FormMail-clone.cgi guestbook.cgi helpdesk.cgi index.cgi index.php index.pl info.cgi info.sh loadpage.cgi login.cgi login.php login.pl pathtest.pl php php4 php5 php-cgi php.cgi php.fcgi printenv restore_config.cgi ruby.rb search search.cgi server.php status sysinfo.pl test test-cgi test.cgi test_cgi.php test.cgi.php test_cgi.pl test-cgi.pl test.py test.sh tmUnblock.cgi uname.cgi viewcvs.cgi welcome whois.cgi @TYPO3=/ /cms/ /site/ /typo/ /typo3/ @AXIS2=/ /axis/ /axis2/ /imcws/ /WebServiceImpl/ /dswsbobje/ /ws/ @MODIR=/ /phpmoadmin/ /wu-moadmin/ /moadmin/ @MOFILE=moadmin.php wu-moadmin.php @ADOBEXML=/flex2gateway/ /flex2gateway/http /flex2gateway/httpsecure /flex2gateway/cfamfpoolling /flex2gateway/amf /flex2gateway/amfpolling /messagebroker/http /messagebroker/httpsecure /blazeds/messagebroker/http /blazeds/messagebroker/httpsecure /samples/messagebroker/http /samples/messagebroker/httpsecure /lcds/messagebroker/http /lcds/messagebroker/httpsecure /lcds-samples/messagebroker/http /lcds-samples/messagebroker/httpsecure @JENKINS=/ /jenkins/ /hudson/ @RAINLOOP=/ /rainloop/ /webmail/ @TOMCATADMIN=/manager/ /jk-manager/ /jk-status/ /admin/ /host-manager/ @PHPINFODIRS=/ /test/ @PHPINFOFILES=phpinfo.php phpinfo.php3 test.php info.php index.php php_info.php @MANTIS=/ /mantis/ /mantisbt/ @DOKUWIKI=/ /wiki/ /dokuwiki/ @ROCKMONGO=/ /rockmongo/ /rock-mongo/ @MAGENTO=/ /magento/ /shop/ @MAGMI=/ /magmi/ /magmi-importer/ /magento/magmi/ /magento/magmi-importer/ /shop/magmi/ /shop/magmi-importer/ @HYBRIS=/ /hmc/ /hac/ @PIWIK=/ /piwik/ /analytics/ @FORUM=/ /forum/ /forums/ /forumz/ /htforum/ /board/ /community/ @VBULLETIN=/vb/ /vbulletin/ @PAGESPEED=/ngx_pagespeed_statistics /ngx_pagespeed_global_statistics /ngx_pagespeed_message /mod_pagespeed_statistics /mod_pagespeed_global_statistics /mod_pagespeed_message /pagespeed_console /pagespeed_admin/ /pagespeed_global_admin/ @SYMPHONY=/ /cms/ /symphony/ @CKEDITOR=/ /ckeditor/ /admin/ckeditor/ /sites/all/modules/ckeditor/ /resources/ckeditor/ /clientscript/ckeditor/ /wp-content/plugins/ckeditor-for-wordpress/ckeditor/ @STRUTSACTIONS=/ /index.action /login.action @WORDPRESS=/ /wordpress/ ================================================ FILE: nikto/program/docs/nikto.1 ================================================ .\" Title: nikto .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.2 .\" Date: 01/19/2010 .\" Manual: .\" Source: .\" .TH "NIKTO" "1" "01/19/2010" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .SH "NAME" nikto \- Scan web server for known vulnerabilities .SH "SYNOPSIS" .HP 21 \fBnikto\fR [options...] .SH "DESCRIPTION" .PP Examine a web server to find potential problems and security vulnerabilities, including: .sp .RS 4 \h'-04'\(bu\h'+03'Server and software misconfigurations .RE .sp .RS 4 \h'-04'\(bu\h'+03'Default files and programs .RE .sp .RS 4 \h'-04'\(bu\h'+03'Insecure files and programs .RE .sp .RS 4 \h'-04'\(bu\h'+03'Outdated servers and programs .RE .PP Nikto is built on LibWhisker (by RFP) and can run on any platform which has a Perl environment\&. It supports SSL, proxies, host authentication, IDS evasion and more\&. It can be updated automatically from the command\-line, and supports the optional submission of updated version data back to the maintainers\&. .SH "OPTIONS" .PP Below are all of the Nikto command line options and explanations\&. A brief version of this text is available by running Nikto with the \-h (\-help) option\&. .PP \fB\-Cgidirs\fR .RS 4 Scan these CGI directories\&. Special words "none" or "all" may be used to scan all CGI directories or none, (respectively)\&. A literal value for a CGI directory such as "/cgi\-test/" may be specified (must include trailing slash)\&. If this is option is not specified, all CGI directories listed in config\&.txt will be tested\&. .RE .PP \fB\-config\fR .RS 4 Specify an alternative config file to use instead of the config\&.txt located in the install directory\&. .RE .PP \fB\-dbcheck\fR .RS 4 Check the scan databases for syntax errors\&. .RE .PP \fB\-Display\fR .RS 4 Control the output that Nikto shows\&. See Chapter 5 for detailed information on these options\&. Use the reference number or letter to specify the type, multiple may be used: .sp 1 \- Show redirects .sp 2 \- Show cookies received .sp 3 \- Show all 200/OK responses .sp 4 \- Show URLs which require authentication .sp D \- Debug Output .sp V \- Verbose Output .RE .PP \fB\-evasion\fR .RS 4 Specify the LibWhisker IDS evasion technique to use (see the LibWhisker docs for detailed information on these)\&. Use the reference number to specify the type, multiple may be used: .sp 1 \- Random URI encoding (non\-UTF8) .sp 2 \- Directory self\-reference (/\&./) .sp 3 \- Premature URL ending .sp 4 \- Prepend long random string .sp 5 \- Fake parameter .sp 6 \- TAB as request spacer .sp 7 \- Change the case of the URL .sp 8 \- Use Windows directory separator (\e) .RE .PP \fB\-findonly\fR .RS 4 Only discover the HTTP(S) ports, do not perform a security scan\&. This will attempt to connect with HTTP or HTTPS, and report the Server header\&. .RE .PP \fB\-Format\fR .RS 4 Save the output file specified with \-o (\-output) option in this format\&. If not specified, the default will be taken from the file extension specified in the \-output option\&. Valid formats are: .sp csv \- a comma\-seperated list .sp htm \- an HTML report .sp txt \- a text report .sp xml \- an XML report .RE .PP \fB\-host\fR .RS 4 Host(s) to target\&. Can be an IP address, hostname or text file of hosts\&. A single dash (\-) maybe used for stdout\&. Can also parse nmap \-oG style output .RE .PP \fB\-Help\fR .RS 4 Display extended help information\&. .RE .PP \fB\-id\fR .RS 4 ID and password to use for host Basic host authentication\&. Format is "id:password"\&. .RE .PP \fB\-list\-plugins\fR .RS 4 Will list all plugins that Nikto can run against targets and then will exit without performing a scan\&. These can be tuned for a session using the \-plugins option\&. .sp The output format is: .sp Plugin \fIname\fR .sp \ \&\fIfull name\fR \- \fIdescription\fR .sp \ \&Written by \fIauthor\fR, Copyright (C) \fIcopyright\fR .RE .PP \fB\-mutate\fR .RS 4 Specify mutation technique\&. A mutation will cause Nikto to combine tests or attempt to guess values\&. These techniques may cause a tremendous amount of tests to be launched against the target\&. Use the reference number to specify the type, multiple may be used: .sp 1 \- Test all files with all root directories .sp 2 \- Guess for password file names .sp 3 \- Enumerate user names via Apache (/~user type requests) .sp 4 \- Enumerate user names via cgiwrap (/cgi\-bin/cgiwrap/~user type requests) .sp 5 \- Attempt to brute force sub\-domain names, assume that the host name is the parent domain .sp 6 \- Attempt to guess directory names from the supplied dictionary file .RE .PP \fB\-mutate\-options\fR .RS 4 Provide extra information for mutates, e\&.g\&. a dictionary file .RE .PP \fB\-nolookup\fR .RS 4 Do not perform name lookups on IP addresses\&. .RE .PP \fB\-nossl\fR .RS 4 Do not use SSL to connect to the server\&. .RE .PP \fB\-no404\fR .RS 4 Disable 404 (file not found) checking\&. This will reduce the total number of requests made to the webserver and may be preferable when checking a server over a slow link, or an embedded device\&. This will generally lead to more false positives being discovered\&. .RE .PP \fB\-output\fR .RS 4 Write output to the file specified\&. The format used will be taken from the file extension\&. This can be over\-riden by using the \-Format option (e\&.g\&. to write text files with a different extension\&. Existing files will have new information appended\&. .RE .PP \fB\-plugins\fR .RS 4 Select which plugins will be run on the specified targets\&. A comma separated list should be provided which lists the names of the plugins\&. The names can be found by using \-list\-plugins\&. .sp There are two special entries: ALL, which specifies all plugins shall be run and NONE, which specifies no plugins shall be run\&. The default is ALL .RE .PP \fB\-port\fR .RS 4 TCP port(s) to target\&. To test more than one port on the same host, specify the list of ports in the \-p (\-port) option\&. Ports can be specified as a range (i\&.e\&., 80\-90), or as a comma\-delimited list, (i\&.e\&., 80,88,90)\&. If not specified, port 80 is used\&. .RE .PP \fB\-Pause\fR .RS 4 Seconds to delay between each test\&. .RE .PP \fB\-root\fR .RS 4 Prepend the value specified to the beginning of every request\&. This is useful to test applications or web servers which have all of their files under a certain directory\&. .RE .PP \fB\-ssl\fR .RS 4 Only test SSL on the ports specified\&. Using this option will dramatically speed up requests to HTTPS ports, since otherwise the HTTP request will have to timeout first\&. .RE .PP \fB\-Single\fR .RS 4 Perform a single request to a target server\&. Nikto will prompt for all options which can be specified, and then report the detailed output\&. See Chapter 5 for detailed information\&. .RE .PP \fB\-timeout\fR .RS 4 Seconds to wait before timing out a request\&. Default timeout is 10 seconds\&. .RE .PP \fB\-Tuning\fR .RS 4 Tuning options will control the test that Nikto will use against a target\&. By default, if any options are specified, only those tests will be performed\&. If the "x" option is used, it will reverse the logic and exclude only those tests\&. Use the reference number or letter to specify the type, multiple may be used: .sp 0 \- File Upload .sp 1 \- Interesting File / Seen in logs .sp 2 \- Misconfiguration / Default File .sp 3 \- Information Disclosure .sp 4 \- Injection (XSS/Script/HTML) .sp 5 \- Remote File Retrieval \- Inside Web Root .sp 6 \- Denial of Service .sp 7 \- Remote File Retrieval \- Server Wide .sp 8 \- Command Execution / Remote Shell .sp 9 \- SQL Injection .sp a \- Authentication Bypass .sp b \- Software Identification .sp c \- Remote Source Inclusion .sp x \- Reverse Tuning Options (i\&.e\&., include all except specified) .sp The given string will be parsed from left to right, any x characters will apply to all characters to the right of the character\&. .RE .PP \fB\-useproxy\fR .RS 4 Use the HTTP proxy defined in the configuration file\&. .RE .PP \fB\-update\fR .RS 4 Update the plugins and databases directly from cirt\&.net\&. .RE .PP \fB\-Version\fR .RS 4 Display the Nikto software, plugin and database versions\&. .RE .PP \fB\-vhost\fR .RS 4 Specify the Host header to be sent to the target\&. .RE .SH "FILES" .PP \fInikto\&.conf\fR .RS 4 The Nikto configuration file\&. This sets Nikto\'s global options\&. Several nikto\&.conf files may exist and are parsed in the below order\&. As each configuration file is loaded is supersedes any previously set configuration: .sp .RS 4 \h'-04'\(bu\h'+03'System wide (e\&.g\&. /etc/nikto\&.conf) .RE .sp .RS 4 \h'-04'\(bu\h'+03'Home directory (e\&.g\&. $HOME/nikto\&.conf) .RE .sp .RS 4 \h'-04'\(bu\h'+03'Current directory (e\&.g\&. \&./nikto\&.conf) .RE .RE .PP \fI${NIKTO_DIR}/plugins/db*\fR .RS 4 db files are the databases that nikto uses to check for vulnerabilities and issues within the web server\&. .RE .PP \fI${NIKTO_DIR}/plugins/*\&.plugin\fR .RS 4 All nikto\'s plugins exist here\&. Nikto itself is just a wrapper script to manage CLI and pass through to the plugins\&. .RE .PP \fI${NIKTO_DIR}/templates\fR .RS 4 Contains the templates for nikto\'s output formats\&. .RE .SH "BUGS" .PP The current features are not supported: .sp .RS 4 \h'-04'\(bu\h'+03'SOCKS Proxies .RE .SH "AUTHORS" .PP Nikto is written and maintained by Chris Sullo and David Lodge\&. See the main documentation for other contributors\&. .PP All code is (C) Chris Sullo\&., except LibWhisker which is (C) rfp\&.labs (wiretrip\&.net)\&. Other portions of code may be (C) as specified\&. .SH "SEE ALSO" .PP \fINikto Homepage\fR\&[1] .SH "NOTES" .IP " 1." 4 Nikto Homepage .RS 4 \%https://cirt.net/ .RE ================================================ FILE: nikto/program/docs/nikto.dtd ================================================ ================================================ FILE: nikto/program/docs/nikto_manual.html ================================================ Nikto v2.1.0 - The Manual

Nikto v2.1.0 - The Manual


Chapter1.Introduction

Overview

Nikto is a web server assessment tool. It is designed to find various default and insecure files, configurations and programs on any type of web server.

Description

Examine a web server to find potential problems and security vulnerabilities, including:

  • Server and software misconfigurations

  • Default files and programs

  • Insecure files and programs

  • Outdated servers and programs

Nikto is built on LibWhisker (by RFP) and can run on any platform which has a PERL environment. It supports SSL, proxies, host authentication, IDS evasion and more. It can be updated automatically from the command-line, and supports the optional submission of updated version data back to the maintainers.

The name "Nikto" is taken from the movie "The Day the Earth Stood Still", and of course subsequent abuse by Bruce Campbell in "Army of Darkness". More information on the pop-culture popularity of Nikto can be found at http://www.blather.net/blather/2005/10/klaatu_barada_nikto_the_day_th.html

Advanced Error Detection Logic

Most web security tools, (including Nikto 1.32 and below), rely heavily on the HTTP response to determine if a page or script exists on the target. Because many servers do not properly adhere to RFC standards and return a 200 "OK" response for requests which are not found or forbidden, this can lead to many false-positives. In addition, error responses for various file extensions can differ--the "not found" response for a .html file is often different than a .cgi.

Some testing tools, such as Nessus, also look at the content of the response to help eliminate these false positives. While often effective, this method relies on pre-defined strings to help eliminate false positives.

As of version 2.0 Nikto no longer assumes the error pages for different file types will be the same. A list of unique file extensions is generated at run-time (from the test database), and each of those extensions is tested against the target. For every file type, the "best method" of determining errors is found: standard RFC response, content match or MD4 hash (in decreasing order of preference). This allows Nikto to use the fastest and most accurate method for each individual file type, and therefore help eliminate the false positives seen for some servers in version 1.32 and below.

For example, if a server responds with a 404 "not found" error for a non-existent .txt file, Nikto will match the HTTP response of "404" on tests. If the server responds with a 200 "OK" response, it will try to match on the content, and assuming it finds a match (for example, the words "could not be found"), it will use this method for determining missing .txt files. If the other methods fail, Nikto will attempt to remove date and time strings (which can constantly change) from the returned page's content, generate an MD5 hash of the content, and then match that hash value against future .txt tests. The latter is by far the slowest type of match, but in many cases will provide valid results for a particular file type.

History

The Nikto 1.00 Beta was released on December 27, 2001, (followed almost immediately by the 1.01 release). Over the course of two years Nikto's code evolved into the most popular freely available web vulnerability scanner. The 2.0 release, in November, 2007 represents several years of improvements.

In 2008, due to other commitments, Sullo, the original author couldn't continue to support Nikto and the code was released under the GPL and passed to the community for support.

Chapter2.Installation

Table of Contents

Requirements
Install

Requirements

Any system which supports a basic PERL installation should allow Nikto to run. It has been extensively tested on:

  • Windows (using ActiveState Perl)

  • Mac OSX

  • Various Linux and Unix installations (including RedHat, Solaris, Debian, Knoppix, etc.)

The only required PERL module that does not come standard is LibWhisker. Nikto comes with and is configured to use a local LW.pm file (in the plugins directory), but users may wish to change Nikto to use a version installed on the system. See Section 2 for further information.

For SSL support the Net::SSLeay PERL module must be installed (which in turn requires OpenSSL on the Unix platform). Windows support for SSL is dependent on the installation package, but is rumored to exist for ActiveState's Perl.

The nmap scanner can also be used, if desired. In some cases using nmap will slow down Nikto execution, as it must call an external program. For scanning many ports across one or more servers, using nmap will be faster than using Nikto's internal PERL scanning.

Install

These instructions do not include information on installing PERL, PERL Modules, OpenSSL, LibWhisker or any of the utilities that may be needed during installation (such as gzip, tar, etc.). Please see the distributor's documentation for information on how to install and configure those software packages.

Unpack the download file:

tar -xvfz nikto-current.tar.gz

Assuming a standard OS/PERL installation, Nikto should now be usable. See Chapter 4 (Options) or Chapter 8 (Troubleshooting) for further configuration information.

Chapter3.Usage

Basic Testing

The most basic Nikto scan requires simply a host to target, since port 80 is assumed if none is specified. The host can either be an IP or a hostname of a machine, and is specified using the -h (-host) option. This will scan the IP 192.168.0.1 on TCP port 80:

perl nikto.pl -h 192.168.0.1

To check on a different port, specify the port number with the -p (-port) option. This will scan the IP 192.168.0.1 on TCP port 443:

perl nikto.pl -h 192.168.0.1 -p 443

Hosts, ports and protocols may also be specified by using a full URL syntax, and it will be scanned:

perl nikto.pl -h https://192.168.0.1:443/

There is no need to specify that port 443 may be SSL, as Nikto will first test regular HTTP and if that fails, HTTPS. If you are sure it is an SSL server, specifying -s (-ssl) will speed up the test.

perl nikto.pl -h 192.168.0.1 -p 443 -ssl
[Note]Note

-mutate 1 increases the number of tests so that all filenames are tested against all databases inc db_tests. This will produce over 2,000,000 extra tests, which will use up a massive amount of resource.

More complex tests can be performed using the -mutate parameter, as detailed later. This can produce extra tests, some of which may be provided with extra parameters through the -mutate-options parameter. For example, using -mutate 3, with or without a file attempts to brute force usernames if the web server allows ~user URIs:

perl nikto.pl -h 192.168.0.1 -mutate 3 -mutate-options user-list.txt

Multiple Port Testing

Nikto can scan multiple ports in the same scanning session. To test more than one port on the same host, specify the list of ports in the -p (-port) option. Ports can be specified as a range (i.e., 80-90), or as a comma-delimited list, (i.e., 80,88,90). This will scan the host on ports 80, 88 and 443.

perl nikto.pl -h 192.168.0.1 -p 80,88,443

Multiple Host Testing

Nikto support scanning multiple hosts in the same session via a text file of host names or IPs. Instead of giving a host name or IP for the -h (-host) option, a file name can be given. A file of hosts must be formatted as one host per line, with the port number(s) at the end of each line. Ports can be separated from the host and other ports via a colon or a comma. If no port is specified, port 80 is assumed.

This is an example of a valid hosts file:

Example3.1.Valid Hosts File

192.168.0.1:80
http://192.168.0.1:8080/
192.168.0.3

[Note]Note

For win32 users: due to peculiaries in the way that cmd.exe works with pipes, the above example may not work for you. In this case a temporary file will have to be used to store the output from nmap

A host file may also be an nmap output in "greppable" format (i.e. from the output from -oG).

A file may be passed to Nikto through stdout/stdin using a "-" as the filename. For example:

nmap -p80 192.168.0.0/24 -oG - | nikto.pl -h -

Using a Proxy

If the machine running Nikto only has access to the target host (or update server) via an HTTP proxy, the test can still be performed. Set the PROXY* variables (as described in section 4), then execute Nikto with the -u (-useproxy) command. All connections will be relayed through the HTTP proxy specified in the configuration file.

perl nikto.pl -h 192.168.0.1 -p 80 -u

Updating

Nikto can be automatically updated, assuming you have Internet connectivity from the host Nikto is installed on. To update to the latest plugins and databases, simply run Nikto with the -update command.

[Note]Note

The -update option cannot be abbreviated.

perl nikto.pl -update

If updates are required, you will see a list of the files downloaded:

 perl nikto.pl -update
 + Retrieving 'nikto_core.plugin'
 + Retrieving 'CHANGES.txt'
      

Updates may also be manually downloaded from http://www.cirt.net/

Integration with Nessus

Nessus (http://www.nessus.org/nessus/) can be configured to automatically launch Nikto when it finds a web server. Ensure Nikto works properly, then place the directory containing nikto.pl in root's PATH environment variable. When nessusd starts, it should see the nikto.pl program and enable usage through the GUI.

Chapter4.Command Line Options

All Options

Below are all of the Nikto command line options and explanations. A brief version of this text is available by running Nikto with the -h (-help) option.

-Cgidirs

Scan these CGI directories. Special words "none" or "all" may be used to scan all CGI directories or none, (respectively). A literal value for a CGI directory such as "/cgi-test/" may be specified (must include trailing slash). If this is option is not specified, all CGI directories listed in config.txt will be tested.

-config

Specify an alternative config file to use instead of the config.txt located in the install directory.

-dbcheck

Check the scan databases for syntax errors.

-Display

Control the output that Nikto shows. See Chapter 5 for detailed information on these options. Use the reference number or letter to specify the type, multiple may be used:

1 - Show redirects

2 - Show cookies received

3 - Show all 200/OK responses

4 - Show URLs which require authentication

D - Debug Output

V - Verbose Output

-evasion

Specify the LibWhisker IDS evasion technique to use (see the LibWhisker docs for detailed information on these). Use the reference number to specify the type, multiple may be used:

1 - Random URI encoding (non-UTF8)

2 - Directory self-reference (/./)

3 - Premature URL ending

4 - Prepend long random string

5 - Fake parameter

6 - TAB as request spacer

7 - Change the case of the URL

8 - Use Windows directory separator (\)

-findonly

Only discover the HTTP(S) ports, do not perform a security scan. This will attempt to connect with HTTP or HTTPS, and report the Server header.

-Format

Save the output file specified with -o (-output) option in this format. If not specified, the default will be taken from the file extension specified in the -output option. Valid formats are:

csv - a comma-seperated list

htm - an HTML report

txt - a text report

xml - an XML report

-host

Host(s) to target. Can be an IP address, hostname or text file of hosts. A single dash (-) maybe used for stdout. Can also parse nmap -oG style output

-Help

Display extended help information.

-id

ID and password to use for host Basic host authentication. Format is "id:password".

-list-plugins

Will list all plugins that Nikto can run against targets and then will exit without performing a scan. These can be tuned for a session using the -plugins option.

The output format is:

Plugin name

full name - description

Written by author, Copyright (C) copyright

-mutate

Specify mutation technique. A mutation will cause Nikto to combine tests or attempt to guess values. These techniques may cause a tremendous amount of tests to be launched against the target. Use the reference number to specify the type, multiple may be used:

1 - Test all files with all root directories

2 - Guess for password file names

3 - Enumerate user names via Apache (/~user type requests)

4 - Enumerate user names via cgiwrap (/cgi-bin/cgiwrap/~user type requests)

5 - Attempt to brute force sub-domain names, assume that the host name is the parent domain

6 - Attempt to guess directory names from the supplied dictionary file

-mutate-options

Provide extra information for mutates, e.g. a dictionary file

-nolookup

Do not perform name lookups on IP addresses.

-nossl

Do not use SSL to connect to the server.

-no404

Disable 404 (file not found) checking. This will reduce the total number of requests made to the webserver and may be preferable when checking a server over a slow link, or an embedded device. This will generally lead to more false positives being discovered.

-output

Write output to the file specified. The format used will be taken from the file extension. This can be over-riden by using the -Format option (e.g. to write text files with a different extenstion. Existing files will have new information appended.

-plugins

Select which plugins will be run on the specified targets. A comma separated list should be provided which lists the names of the plugins. The names can be found by using -list-plugins.

There are two special entries: ALL, which specifies all plugins shall be run and NONE, which specifies no plugins shall be run. The default is ALL

-port

TCP port(s) to target. To test more than one port on the same host, specify the list of ports in the -p (-port) option. Ports can be specified as a range (i.e., 80-90), or as a comma-delimited list, (i.e., 80,88,90). If not specified, port 80 is used.

-Pause

Seconds to delay between each test.

-root

Prepend the value specified to the beginning of every request. This is useful to test applications or web servers which have all of their files under a certain directory.

-ssl

Only test SSL on the ports specified. Using this option will dramatically speed up requests to HTTPS ports, since otherwise the HTTP request will have to timeout first.

-Single

Perform a single request to a target server. Nikto will prompt for all options which can be specified, and then report the detailed output. See Chapter 5 for detailed information.

-timeout

Seconds to wait before timing out a request. Default timeout is 10 seconds.

-Tuning

Tuning options will control the test that Nikto will use against a target. By default, if any options are specified, only those tests will be performed. If the "x" option is used, it will reverse the logic and exclude only those tests. Use the reference number or letter to specify the type, multiple may be used:

0 - File Upload

1 - Interesting File / Seen in logs

2 - Misconfiguration / Default File

3 - Information Disclosure

4 - Injection (XSS/Script/HTML)

5 - Remote File Retrieval - Inside Web Root

6 - Denial of Service

7 - Remote File Retrieval - Server Wide

8 - Command Execution / Remote Shell

9 - SQL Injection

a - Authentication Bypass

b - Software Identification

c - Remote Source Inclusion

x - Reverse Tuning Options (i.e., include all except specified)

The given string will be parsed from left to right, any x characters will apply to all characters to the right of the character.

-useproxy

Use the HTTP proxy defined in the configuration file.

-update

Update the plugins and databases directly from cirt.net.

-Version

Display the Nikto software, plugin and database versions.

-vhost

Specify the Host header to be sent to the target.

Mutation Techniques

A mutation will cause Nikto to combine tests or attempt to guess values. These techniques may cause a tremendous amount of tests to be launched against the target. Use the reference number to specify the type, multiple may be combined.

  1. Test all files with all root directories. This takes each test and splits it into a list of files and directories. A scan list is then created by combining each file with each directory.

  2. Guess for password file names. Takes a list of common password file names (such as "passwd", "pass", "password") and file extensions ("txt", "pwd", "bak", etc.) and builds a list of files to check for.

  3. Enumerate user names via Apache (/~user type requests). Exploit a misconfiguration with Apache UserDir setups which allows valid user names to be discovered. This will attempt to brute-force guess user names. A file of known users can also be supplied by supplying the file name in the -mutate-options parameter.

  4. Enumerate user names via cgiwrap (/cgi-bin/cgiwrap/~user type requests). Exploit a flaw in cgiwrap which allows valid user names to be discovered. This will attempt to brute-force guess user names. A file of known users can also be supplied by supplying the file name in the -mutate-options parameter.

  5. Attempt to brute force sub-domain names. This will attempt to brute force know domain names, it will assume the given host (without a www) is the parent domain.

  6. Attempt to brute directory names. This is the only mutate option that requires a file to be passed in the -mutate-options parameter. It will use the given file to attempt to guess directory names. Lists of common directories may be found in the OWASP DirBuster project.

Display

By default only some basic information about the target and vulnerabilities is shown. Using the -Display parameter can produce more information for debugging issues.

  • 1 - Show redirects. This will display all requests which elicit a "redirect" response from the server.

  • 2 - Show cookies received. This will display all cookies that were sent by the remote host.

  • 3 - Show all 200/OK responses. This will show all responses which elicit an "okay" (200) response from the server. This could be useful for debugging.

  • 4 - Show URLs which require authentication. This will show all responses which elicit an "authorization required" header.

  • D - Debug Output. Show debug output, which shows the verbose output and extra information such as variable content.

  • V - Verbose Output. Show verbose output, which typically shows where Nikto is during program execution.

Scan Tuning

Scan tuning can be used to decrease the number of tests performed against a target. By specifying the type of test to include or exclude, faster, focused testing can be completed. This is useful in situations where the presence of certain file types are undesired -- such as XSS or simply "interesting" files.

Test types can be controlled at an individual level by specifying their identifier to the -T (-Tuning) option. In the default mode, if -T is invoked only the test type(s) specified will be executed. For example, only the tests for "Remote file retrieval" and "Command execution" can performed against the target:

perl nikto.pl -h 192.168.0.1 -T 58

If an "x" is passed to -T then this will negate all tests of types following the x. This is useful where a test may check several different types of exploit. For example:

perl nikto.pl -h 192.168.0.1 -T 58xb

The valid tuning options are:

  • 0 - File Upload. Exploits which allow a file to be uploaded to the target server.

  • 1 - Interesting File / Seen in logs. An unknown but suspicious file or attack that has been seen in web server logs (note: if you have information regarding any of these attacks, please contact us).

  • 2 - Misconfiguration / Default File. Default files or files which have been misconfigured in some manner. This could be documentation, or a resource which should be password protected.

  • 3 - Information Disclosure. A resource which reveals information about the target. This could be a file system path or account name.

  • 4 - Injection (XSS/Script/HTML). Any manner of injection, including cross site scripting (XSS) or content (HTML). This does not include command injection.

  • 5 - Remote File Retrieval - Inside Web Root. Resource allows remote users to retrieve unauthorized files from within the web server's root directory.

  • 6 - Denial of Service. Resource allows a denial of service against the target application, web server or host (note: no intentional DoS attacks are attempted).

  • 7 - Remote File Retrieval - Server Wide. Resource allows remote users to retrieve unauthorized files from anywhere on the target.

  • 8 - Command Execution / Remote Shell. Resource allows the user to execute a system command or spawn a remote shell.

  • 9 - SQL Injection. Any type of attack which allows SQL to be executed against a database.

  • a - Authentication Bypass. Allows client to access a resource it should not be allowed to access.

  • b - Software Identification. Installed software or program could be positively identified.

  • c - Remote source inclusion. Software allows remote inclusion of source code.

  • x - Reverse Tuning Options. Perform exclusion of the specified tuning type instead of inclusion of the specified tuning type.

Single Request Mode

Single request mode is designed to preform a solitary request against the target. This is useful to confirm a test result using the same resources Nikto used during a scan. The single option allows manual setting of most variables used by Nikto and LibWhisker, and upon completion will display both the request and the result of the operation.

Most options have a default value or can be left blank. The most common and required values are at the beginning of the "questions" section for slightly easier use. True and false are specified by numeric equivalents, 1 and 0 respectively. Please note that Single mode is not very user-friendly. Here is an example Nikto run with the -Single option.


[dave@yggdrasil nikto-2.03]$ ./nikto.pl -Single
--------------------------------------------  Nikto 2.1.0
--------------------------------------------  Single Request Mode
                              Hostname or IP: localhost
                                   Port (80):
                                     URI (/): /test.html
                                     SSL (0):
                                  Proxy host:
                                  Proxy port:
                      Show HTML Response (1):
                          HTTP Version (1.1):
                           HTTP Method (GET):
      User-Agent (Mozilla/4.75 (Nikto/2.1.0):
                     Connection (Keep-Alive):
                                        Data:
                        force_bodysnatch (0):
                             force_close (1):
                             http_space1 ( ):
                             http_space2 ( ):
                     include_host_in_uri (0):
           invalid_protocol_return_value (1):
                                max_size (0):
                             protocol (HTTP):
           require_newline_after_headers (0):
                                   retry (0):
                           ssl_save_info (0):
                                timeout (10):
                             uri_password ():
                              uri_postfix ():
                               uri_prefix ():
                                 uri_user ():
                         Enable Anti-IDS (0):
--------------------------------------------  Done with questions
        Host Name: localhost
        Host IP: 127.0.0.1
        HTTP Response Code: 404
--------------------------------------------  Connection Details
        Connection: Keep-Alive
        Host: localhost
        User-Agent: Mozilla/4.75 (Nikto/2.1.0
        data:
        force_bodysnatch: 0
        force_close: 1
        force_open: 0
        host: localhost
        http_space1:
        http_space2:
        ignore_duplicate_headers: 1
        include_host_in_uri: 0
        invalid_protocol_return_value: 1
        max_size: 0
        method: GET
        port: 80
        protocol: HTTP
        require_newline_after_headers: 0
        retry: 0
        ssl: 0
        ssl_save_info: 0
        timeout: 10
        trailing_slurp: 0
        uri: /test.html
        uri_param_sep: ?
        uri_postfix:
        uri_prefix:
        version: 1.1
--------------------------------------------  Response Headers
        Connection: close
        Content-Length: 268
        Content-Type: text/html; charset=iso-8859-1
        Date: Tue, 18 Aug 2009 10:13:57 GMT
        Server: Apache/2
        code: 404
        http_data_sent: 1
        http_eol:

        http_space1:
        http_space2:
        message: Not Found
        protocol: HTTP
        uri: /test.html
        version: 1.1
--------------------------------------------  Response Content
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /test.html was not found on this server.</p>
<hr>
<address>Apache/2 Server at localhost Port 80</address>
</body></html>

Chapter5.Configuration Files

Table of Contents

Location
Format
Variables

Location

Nikto, like any non-trivial program needs to know a few things about how to work with the current environment. For most situations the default configuration file will work. Sometimes, tuning may be required, or some things may need to be changes.

Nikto will look for a configuration file in three places and if it finds one, will apply it in the strict order, listed below. A later found configuration file will overwrite any variables set in an earlier configuration file. The locations are:

  1. /etc/nikto.conf (this may be altered depending on platform)

  2. $HOME/nikto.conf

  3. nikto.conf

Format

The configuration files are formated like a standard Unix configuration file: blank lines are ignored, any line starting with a # is ignored, variables are set with VariableName=Value line.

Variables

The following variables may be set within the configuration file:

CLIOPTS

Default options that should always be passed to the command line. For example:

CLIOPTS=-output results.txt -Format text

Default Setting

CLIOPTS=
NIKTODTD

Path to the location of the DTD used for XML output. If the path is not absolute then it will be relative to the directory where Nikto is executed.

Default Setting

NIKTODTD=docs/nikto.dtd
NMAP, NMAPOPTS

Deprecated

Location of nmap and the default nmap options. Nikto used to use nmap to aid in checking for valid HTTP ports on any targets. From Nikto 2.10, nmap is no longer used from within Nikto and this variable will do nothing. This variable may be removed in a later version.

Default Setting

NMAP=/usr/local/bin/nmap
NMPOPTS=-P0
SKIPPORTS

Deprecated

This configuration item originally defined ports that would never be scanned by Nikto. This is currently unused and deprecated.

Default Setting

SKIPPORTS=21 111
SKIPIDS
[Note]Note

Note, this filter only applies to tests in the db_tests database

Contains a space separated list of Test IDs (tids) that Nikto will not run on the system, for example:

SKIPIDS=000045 000345

Default Setting

SKIPIDS=
DEFAULTHTTPVER

Defines the default version of HTTP that Nikto will use, unless superceded by a specific test. Usually keeping this to the default will suffice, though some web servers may only work with later versions of the HTTP protocol.

Default Setting

DEFAULTHTTPVER=1.0
UPDATES

If the outdated Nikto plugin sees a web server it doesn't know of, or a version that is later than that defined in db_outdated, then it will send this information back to cirt.net for inclusion in future versions of Nikto. Server specific information (e.g. IP addresses or hostnames) are not sent.

This item can be set to one of the below values:

UPDATES=yes

Display each submission and ask for permission before it is sent

UPDATES=no

Do not send any data back to cirt.net

UPDATES=auto

Send data back to cirt.net with no prompting

Default Setting

UPDATES=yes
MAX_WARN

Unused

Produces a warning of a number of MOVED responses are retrieved. This is currently unused.

Default Setting

MAX_WARN=20
PROMPTS

Deprecated

Disables Nikto prompts if set to "no". This is currently unused and has been deprecated by the UPDATES item.

Default Setting

PROMPTS=
CIRT

The IP address that Nikto will use to update the databases and plugins, or will send version information back to (as described in the UPDATES item).

Default Setting

CIRT=107.170.99.251
PROXYHOST, PROXYPORT, PROXYUSER, PROXYPASS

Address, port and username password of a proxy to relay all requests through. Note, to use a proxy, you must set the configuration items in the configuration file and supply the -useproxy switch to the command line.

Default Setting

PROXYHOST=
PROXYPORT=
PROXYUSER=
PROXYPASS=
STATIC-COOKIE

Adds the supplied cookie to all requests made via Nikto, this is generally useful is an authentication cookie is required for a website. For example:

STATIC-COOKIE=userid=0

Default Setting

STATIC-COOKIE=
CHECKMETHODS

Nikto will attempt to identify targets as webservers by sending a request to fetch the / URI via certain HTTP methods. Some web servers do not implement all HTTP methods and may cause Nikto to fail to identify the web server correctly if it doesn't support the method being used.

If this setting is missing from the configuration file, then Nikto will default back to the Nikto 2.02 default of HEAD.

Default Setting

CHECKMETHODS=HEAD GET
EXECDIR, PLUGINDIR, TEMPLATEDIR, DOCDIR

Defines where to find the location of Nikto, its plugins, XML/HTML templates and documents. This should only normally be changed if repackaging Nikto to work with different file system standards. Nikto will use the EXECDIR item to guess the other directories.

Default Setting

EXECDIR=.
PLUGINDIR=EXECDIR/plugins
TEMPLATEDIR=EXECDIR/templates
DOCDIR=EXECDIR/docs

Chapter6.Output and Reports

Export Formats

Nikto saved output comes in four flavours: text, CSV, XML or HTML. When using -output, an output format may be specified with -Format. Text format is assumed if nothing is specified with -Format. The DTD for the Nikto XML format can be found in the 'docs' directory (nikto.dtd).

HTML and XML Customisation

HTML reports are generated from template files located in the templates directory. Variables are defined as #variable-name, and are replaced when the report is generated. The files htm_start.tmpl and htm_end.tmpl are included at the beginning and end of the report (respectively). The htm_summary.tmpl also appears at the beginning of the report. The htm_host_head appears once for every host, and the htm_host_item.tmpl and htm_host_im.tmpl appear once for each item found on a host and each "informational message" per host (respectively).

All valid variables are used in these templates. Future versions of this documentation will include a list of variables and their meaning.

The copyright statements must not be removed from the htm_end.tmpl without placing them in another of the templates. It is a violation of the Nikto licence to remove these notices.

Chapter7.Test and Code Writing

Scan Database Field Values

Though some checks can be found in other plugins, the scan_database.db contains the bulk of the web test information. Here is a description of the field values:

Table7.1.Scan Database Fields

Test IDNikto test ID
OSVDB-IDCorresponding vulnerability entry number for osvdb.org
Server TypeGeneric server matching type
URIURI to retrieve
HTTP MethodHTTP method to use for URI
Match 1String or code to match for successful test
Match 1 (Or)String or code to alternatively match for successful test
Match1 (And)String or code to also match for successful test
Fail 1String or code to match for test failure
Fail 2String or code to match for test failure (alternative)
SummarySummary message to report for successful test
HTTP DataHTTP data to be sent during POST tests
HeadersAdditional headers to send during test

User-Defined Tests

Users can create their own, private tests for any of the databases. By placing a syntactically correct database file in the plugins directory, with a file name prefaced with a "u", the data will be loaded along with the built-in checks.

For example, create the file plugins/udb_tests and it will be loaded at the same time plugins/db_tests is loaded. These files will also be checked for syntax when -dbcheck is used.

For tests which require a "private" OSVDB ID, use the OSVDB ID 0 (zero). This should be used for all vulnerabilities that do not (or should not) exist in OSVDB, as ID 0 is for testing only. You are encouraged to send missing information to OSVDB at moderators@osvdb.org.

For the "Test ID", it is recommended you use unique numbers between 400000 and 499999 to allow for growth of the Nikto database without interfering with your own tests (note: numbers above 500000 are reserved for other tests).

Please help Nikto's continued success by sending test updates to .

Scan Database Syntax

The scan database is a CSV delimited file which contains most of the tests. Fields are enclosed by quotes and separated by commas. The field order is:

Test-ID, OSVDB-ID, Tuning Type, URI, HTTP Method, Match 1, Match 1 Or, Match1 And, Fail 1, Fail 2, Summary, HTTP Data, Headers

Here is an example test:

"120","3092","2","/manual/","GET","200","","","","","Web server manual","",""

Plugins

To allow a bit more flexibility, Nikto allows plugins so that there is easy expansion of existing capabilities and some future proofing.

Plugins are run in four different phases, these are:

Initialisation (mandatory)

Plugin initialisation is performed before targets are assigned. During this phase, the plugin should tell Nikto about its existence and capabilities. It may optionally set up any later required variables.

Reconnaisance (optional)

During the reconnaisance phase, the plugin should look for interesting information that may be of use during the scan phase. It may report vulnerablities, though this is discouraged.

Scan (optional)

The scan phase should perform the meat of the plugin - this is where it should look at the web server and return any potential vulnerabilities.

Reporting (optional)

The reporting phase is used to export any found vulnerabilities into a format that they can be used later, for example written as a file report, or imported into a database. No testing of the web server, or reporting of new vulnerbilies should be performed in this phase.

This phase is slightly more complex than the others and may be called at several points during Nikto's execution, as detailed later

Plugins are written in standard perl in the current context. They should be placed within the PLUGINDIR defined in the Nikto configuration file and must have a filename ending in .plugin.

An important concept to grasp about plugins and the order that are executed in is plugin weight: each phase will execute all defined plugins in the order defined by the weight. A plugin's weight is defined as a number between 1 and 100, where 1 is high priority and 100 is low priority. Plugins of equal weight will be executed in an undefined order.

Initialisation Phase

As described above, all plugins must be able to execute in the initialisation phase or they will be ignored.

A perl sub must exist called filename_init. The sub is passed no parameters and should return a hash reference to a hash that should contain the following entries:

name (mandatory)

The short name of the plugin. This is used to identify the plugin during verbose logging and will, in future versions, be used to select plugin execution. The name should be one word and, ideally, lower case.

full_name (mandatory)

The full name of the plugin. This is used to identify the plugin during verbose logging and may be used in reporting modules to identify tests run against the web server.

author (mandatory)

The name or handle of the author of the plugin. This may be used during reporting to identify ownerships of copyright of tests run against the web server.

description (mandatory)

A short sentence to describe the purpose of the plugin. This may be used during reporting, or by a front end to describe the purpose of the plugin.

copyright (mandatory)

The copyright string (or lack of it) of the plugin. This may be used during reporting to ensure that appropriate copyright is assigned to reports.

recon_method (optional)

This should be a reference to a function used during the reconnaisance phase of the plugin's execution. If this is left undefined then the plugin will not execute during the reconnaisance phase.

recon_cond (optional)

This is an expression to be evaluated before the plugin is executed; if true, the plugins is executed, if false, the plugin is skipped. This can be used to minimise plugin execution.

recon_weight (optional)

This is the weight used to schedule the running of the plugin during the reconnaisance phase. If this is left undefined it will default to 50.

scan_method (optional)

This should be a reference to a function used during the scan phase of the plugin's execution. If this is left undefined then the plugin will not execute during the scan phase.

scan_cond (optional)

This is an expression to be evaluated before the plugin is executed; if true, the plugins is executed, if false, the plugin is skipped. This can be used to minimise plugin execution.

scan_weight (optional)

This is the weight used to schedule the running of the plugin during the scan phase. If this is left undefined it will default to 50.

report_head (optional)

This should be a reference to a function executed before any testing commences. If this is left undefined then the plugin will not be called to produce a report header.

report_host_start (optional)

This should be a reference to a function executed before the reconnaisance phase of each host. If this is left undefined then the plugin will not be called to produce a host header.

report_host_end (optional)

This should be a reference to a function executed after the scan phase of each host. If this is left undefined then the plugin will not be called to produce a host footer.

report_item (optional)

This should be a reference to a function executed after each found vulnerability. If this is left undefined then the plugin will not be called to produce an item record.

report_close (optional)

This should be a reference to a function executed after testing of all hosts has been finished. If this is left undefined then the plugin will not be called to close the report.

report_format (optional)

This should describe the file format that the plugin handles. This is internally matched with the contents of the -output switch to reduce excessive calls to plugins.

report_weight (optional)

This is the weight used to schedule the running of the plugin during the reporting phase. If this is left undefined it will default to 50.

Example7.1.Example initialisation function

 sub nikto_dictionary_attack_init
{
   my $id =
   {
      name         => "dictionary",
      full_name    => "Dictionary attack",
      author       => "Deity",
      description  => "Attempts to dictionary attack commonly known directories/files",
      recon_method => \&nikto_dictionary_attack,
      recon_cond   => '$CLI{mutate} =~ /6/',
      recon_weight => 20,
      copyright    => "2009 Chris Sullo"
   };

   return $id;
}  

Reconnaisance Phase

The reconnaisance phase is executed for each target at the start of each scan.

Each reconnaisance method such expect to take a mark hash ref. It should return nothing.

void recon_method(mark);
hashref mark;

The reconnaisance phase is intended to be used to pull information about the web server for later use by the plugin, or by other plugins. Reporting vulnerabilities in this phase is discouraged.

Example uses of the reconnaisance phase are to spider a site, check for known applications etc.

Scan Phase

The scan phase is the meat of the plugin's life, this is run, for each target, immediately after the reconnaisance phase.

Each scan should check for vulnerabilities it knows about and report on them as it finds one.

void scan_method(mark);
hashref mark;

Reporting Phase

This is potentially the most convoluted phase as it has several hooks that may be used for each section in the scan's lifetime.

The hooks are:

Report Head

This hook is called immediately after target acquisition and before the reconnaisance phase. It is designed to allow the reporting plugin to open the report and ensure that any headers are appropiately written.

handle report_head(filename);
string filename;

The filename parameter is a bit of a misnomer; it will be a copy of the string passed to the -output switch and may indicate, for example, a database name.

The handle is a handle that will be passed to other reporting functions for this plugin so should be internally consistent.

Report Host Start

This hook is called immediately before the reconnaisance phase for each target. It is designed to allow the reporting plugin to write any host specfic information.

void report_host_start(rhandle,
mark);
handle rhandle;
hashref mark;

The rhandle parameter is the output of the plugin's Report Head function.

The mark parameter is a hashref for the target information (described below).

Report Host End

This hook is called immediately after the scan phase for each target. It is designed to allow the reporting plugin to close any host specfic information.

void report_host_end(rhandle,
mark);
handle rhandle;
hashref mark;

The rhandle parameter is the output of the plugin's Report Head function.

The mark parameter is a hashref for the target information (described below).

Report Item

This hook is called once for each vulnerability found on the target This should report details about the vulnerability.

void report_item(rhandle,
mark,
vulnerbility);
handle rhandle;
hashref mark;
hashref vulnerbility;

The rhandle parameter is the output of the plugin's Report Head function.

The mark parameter is a hashref for the target information (described below).

The vulnerability parameter is a hashref for the vulnerability information (described below).

Report Close

This hook is called immediately after all targets have been scanned. It is designed to allow the reporting plugin to elegantly close the report.

void report_close(rhandle);
handle rhandle;

The rhandle parameter is the output of the plugin's Report Head function.

Data Structures

The below data structures are used to communicate between the various plugin methods. Unless otherwise mentioned, they are all standard perl hash references with the detailed members.

Mark

The mark hash contains all information about a target. It contains the below members. It should be read-only.

Table7.2.Members of the Mark structure

ident Host identifier, usually equivalent to what was passed on the command line.
hostname Host name of the target.
ip IP address of the target.
port TCP port of the target.
display_name Either the hostname, or the IP address of the target, dependant on whether a hostname has been discovered.
ssl Flag to indicate whether the target runs over SSL. If it is set to 0, then the plugin should not use SSL. Any other value indicates SSL should be used.
vhost Virtual hostname to use for the target.
root Root URI to use for the target.
banner Banner of the target's web server.

Vulnerability

The vulnerability hash contains all information about a vulnerability. It contains the below members. It should be read-only and should only be written using the add_vulnerability method.

Table7.3.Members of the Vulnerability structure

markHash ref to a mark data structure.
messageMessage for the vulnerability.
nikto_idTest ID (tid) of the vulnerability, this should be a unique number which'll identify the vulnerability.
osvdbOSVDB reference to the vulnerability in the Open Source Vulnerability Database. This may be 0 if an OSVDB reference is not relevant or doesn't exist.
methodHTTP method used to find the vulnerability.
uriURI for the result.
resultAny HTTP data, excluding headers.

Standard Methods

Several standard methods are defined in nikto_core.plugin that can be used for all plugins. It is strongly advised that these should be used where possible instead of writing new methods.

For some methods, such as add_vulnerability which write to global variables, these must be the only interface to those global variables.

array change_variables(line);
string line;

Expands any variables in the line parameter. The expansions are variables defined in the global array @VARIABLES, which may be read from db_variables, or added by reconnaisance plugin methods.

int is_404(uri,
content,
HTTPcode);
string uri;
string content;
string HTTPcode;

Makes a guess whether the result is a real web page or an error page. As several web servers are badly configured and don't return HTTP 404 codes when a page isn't found, Nikto attempts to look for common error pages. Returns 1 if the page looks like an error.

string get_ext(uri);
string uri;

Attempts to work out the extension of the uri. Will return the extension or the special cases: DIRECTORY, DOTFILE, NONE.

string date_disp();
;

Returns the current time in a human readable format (YYYY-mm-dd hh:mm:ss)

string rm_active(content);
string content;

Attempts to remove active content (e.g. dates, adverts etc.) from a page. Returns a filtered version of the content.

string get_banner(mark);
hashref mark;

Pulls the web servers banner. This is automatically performed for all targets before a mark is passed to the plugin.

boolean content_present(HTTPcode);
string HTTPcode;

Checks the HTTPresponse against known "found" responses. TRUE indicates that the request was probably successful.

string HTTPCode, string content fetch(uri,
method,
content,
headers,
noclean);
string uri;
string method;
string content;
hashref headers;
boolean noclean;

Deprecated

Performs a simple HTTP request to URI using the HTTP method, method. content supplies any data to pass in the HTTP body. headers allows any custom headers to be placed in the request. noclean is a flag specifying that the request shouldn't be cleaned up before being sent (e.g. if the Host: header is blank).

string HTTPCode, string content nfetch(uri,
method,
content,
headers,
noclean);
string uri;
string method;
string content;
hashref headers;
boolean noclean;

An updated version of fetch that uses a local, rather than a global request/result structure. This should be used in preference to fetch.

hashref setup_hash(requesthash,
mark);
hashref requesthash;
hashref mark;

Sets up up a libwhisker hash with the normal Nikto variables. This should be used if any custom calls to libwhisker are used.

string char_escape(line);
string line;

Escapes any characters within line.

array parse_csv(text);
string text;

Breaks a line of CSV text into an array of items.

arrayref init_db(dbname);
string dbname;

Initialises a database that is in PLUGINDIR and returns an arrayref. The arrayref is to an array of hashrefs, each hash member is configured by the first line in the database file, for example:

"nikto_id","md5hash","description"

This will result in an array of hashrefs with parameters:

array[0]->{nikto_id}
array[0]->{md5hash}
array[0]->{description}
void add_vulnerability(mark,
message,
nikto_id,
osvdb,
method,
uri,
data);
hashref mark;
string message;
string nikto_id;
string osvdb;
string method;
string uri;
string data;

Adds a vulnerability for the mark, displays it to standard out and sends it to any reporting plugins.

void nprint(message,
display);
string message;
string display;

Prints message to standard out. Display specifies a filter for the message, currently this can be "v" for verbose and "d" for debug output.

Global Variables

The following global variables exist within Nikto, most of them are defined for internal use and their use by plugins is not advised. Several have been deprecated, these should not be used by plugins.

%TEMPLATES (read/write)

Hash to store the HTML and XML report templates.

%ERRSTRINGS (read)

Hash to contain all the entries in db_404 - a list of strings that may indicate a 404.

%CLI (read)

Hash of passed CLI parameters

%VARIABLES (read) (write)

Hash of contents of the entries in db_variables. Plugins should only write to this hash in the reconnaisance phase.

%TESTS (read) (write)

Hash of the db_tests database. This is only intended to be used by the tests plugin, though it could be used by a reconnaisance plugin to add tests on the fly.

$CONTENT (read) (write) (deprecated)

Global variable to store data from a fetch or nfetch. A local variable should be used instead

%NIKTO (read)

Hash which contains internal Nikto data, such as help for the command line parameters.

%REALMS (read)

Hash of data from db_realms.

%NIKTOCONFIG (read)

Hash containing the data read from the configuration files.

%request (read) (write) (deprecated), %result (read) (write) (deprecated)

Global libwhisker hash. This should not be used; nfetch or a local hash should be used.

%COUNTERS (read) (write)

Hash containing various global counters (e.g. number of requests)

%db_extensions (read) (deprecated)

Hash containing a list of common extensions

%FoF (read) (write)

Hash containing data for each extension and what the server produces if a request for a non-existent file is requested.

%UPDATES (read) (write)

Hash containing any updates that need to be sent back to cirt.net

$DIV (read)

Divider mark for the items sent to standard out.

@DBFILE (read)

Placeholder used to hold the contents of db_tests.

@BUILDITEMS (read) (write) (deprecated)

Array to hold information for tests to act on later. Use should be avoided, a local variable should be used instead.

$PROXYCHECKED (read)

Flag to see whether connection through the proxy has been checked.

$http_eol (read) (deprecated)

Contains the http end of line pattern.

@RESULTS (read)

Array of reported vulnerabilities, should only be written to through add_vulnerability.

@PLUGINS (read)

Array of hashrefs for each plugin. Used internally to run plugins.

@MARKS (read)

Array of marks to indicate each target.

@REPORTS (read)

Ordered array that reporting plugins should be run in. Used for efficency on calling reporting plugins.

%CACHE (read) (write)

Containing the URI cache, should only be read/written through nfetch. Members:

Table7.4.Members of the cache structure

{uri}URI for the cache
{uri}{method}HTTP method used
{uri}{res}HTTP result for URI
{uri}{content}data for URI
{uri}{mark}mark hashref for URI

Test Identifiers

Each test, whether it comes from one of the databases or in code, must have a unique identifier. The numbering scheme for writing tests is as follows:

Table7.5.TID Scheme

000000db_tests
400000user defined tests (udb* files)
500000db_favicon
600000db_outdated
700000db_realms
800000db_server_msgs
900000tests defined in code

As much data as possible in the %TESTS hash should be populated for each new test that is defined in code (plugins). These fields include URI for the test, message to print on success, HTTP method and OSVDB ID. Without a 'message' value in %TESTS output will not be saved in HTML or XML reports. Not all tests are expected to have a uri, method or OSVDB ID. Here is an example of setting those fields:

$TESTS{999999}{uri}="/~root";
$TESTS{999999}{message}="Enumeration of users is possible by requesting ~username";
$TESTS{999999}{method}="GET";
$TESTS{999999}{osvdb}=637;

Code Copyrights

Any new or updated code, tests or information sent to the author is assumed to free of copyrights. By sending new or updated code, tests or information to the author you relinquish all claims of copyright on the material, and agree that this code can be claimed under the same copyright as Nikto.

Chapter8.Troubleshooting

Table of Contents

SOCKS Proxies
Debugging

SOCKS Proxies

Nikto does not currently support SOCKS proxies.

Debugging

The major route to debugging Nikto requests is to use the -Display with v (verbose) or d (debug). This will output a vast amount of extra information to the screen, so it is advised to redirect output to a file when using them.

Chapter9.Licences

Table of Contents

Nikto
LibWhisker
Tests

Nikto

Nikto is licensed under the GNU General Public License (GPL), and copyrighted by Chris Sullo

LibWhisker

LibWhisker is licensed under the GNU General Public License (GPL), and copyrighted by Rain Forrest Puppy.

Tests

The web tests are licensed for use with Nikto only, and may not be reused without written consent from Chris Sullo

Chapter10.Credits

Table of Contents

Nikto
Thanks

Nikto

Nikto is written and maintained by Chris Sullo and David Lodge. LibWhisker was written by Rain Forrest Puppy

Thanks

Many people have provided feedback, fixes, and suggestions. This list attempts to make note of those people, though not all contributors are listed. In no particular order:

  • Nikto 2 Testing: Paul Woroshow, Mark G. Spencer, Michel Arboi, Jericho, rfp

  • Jericho (attrition.org/OSVDB/OSF). Support/ideas/tests/corrections/spam and help matching OSVDB IDs to tests.

  • rfp (wiretrip.net). LibWhisker and continuing support.

  • Erik Cabetas for many updates and fixes.

  • Jake Kouns (OSVDB/OSF).

  • Jabra (spl0it.org) for XML DTD, XML templates and supporting code.

  • Stephen Valdez. Extensive testing. We all miss you.

  • S Saady. Extensive testing.

  • Zeno (cgisecurity.com). Nikto mirroring.

  • P Eronen (nixu.com). Provided many code fixes.

  • M Arboi. Great support by writing the code to make Nikto work within Nessus, as well as bug reports.

  • T Seyrat. Maintains Nikto for the Debian releases.

  • J DePriest. Ideas/fixes.

  • P Woroshow. Ideas/fixes.

  • fr0stman. Tests.

  • H Heimann. Tests.

  • Xiola (xiola.net). Web design and more.

  • Ryan Dewhurst. Domain guessing code.

This document is 2009 Chris Sullo and may not be reused without permission.

================================================ FILE: nikto/program/docs/nikto_schema.sql ================================================ CREATE TABLE 'nikto_table' ( 'testid' varchar(6) NOT NULL, 'ip' varchar(15) DEFAULT NULL, 'hostname' text DEFAULT NULL, 'port' int(5) DEFAULT NULL, 'usessl' tinyint(1) DEFAULT NULL, 'osvdb' int(11) DEFAULT NULL, 'httpmethod' text DEFAULT NULL, 'uri' text DEFAULT NULL, 'message' text DEFAULT NULL, 'request' blob DEFAULT NULL, 'response' blob DEFAULT NULL ); ================================================ FILE: nikto/program/nikto.conf.default ================================================ ######################################################################################################### # CONFIG STUFF # $Id: config.txt 94 2009-01-21 22:47:25Z deity $ ######################################################################################################### # This is the default config file. If you want to change it, we strongly suggest you copy it to nikto.conf # This will stop it being over-ridden when you git pull # default command line options, can't be an option that requires a value. used for ALL runs. # CLIOPTS=-g -a # ports never to scan SKIPPORTS=21 111 # User-Agent variables: # @VERSION - Nikto version # @TESTID - Test identifier # @EVASIONS - List of active evasions # Example: USERAGENT=Mozilla/5.00 (Nikto/@VERSION) (Evasions:@EVASIONS) (Test:@TESTID) USERAGENT=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36 # RFI URL. This remote file should return a phpinfo call, for example: # You may use the one below, if you like. RFIURL=http://cirt.net/rfiinc.txt? # IDs never to alert on (Note: this only works for IDs loaded from db_tests) #SKIPIDS= # The DTD NIKTODTD=docs/nikto.dtd # the default HTTP version to try... can/will be changed as necessary DEFAULTHTTPVER=1.1 # Nikto can submit updated version strings to CIRT.net. It won't do this w/o permission. You should # send updates because it makes the data better for everyone ;) *NO* server specific information # such as IP or name is sent, just the relevant version information. # UPDATES=yes - ask before each submission if it should send # UPDATES=no - don't ask, don't send # UPDATES=auto - automatically attempt submission *without prompting* UPDATES=yes # Warning if MAX_WARN OK or MOVED responses are retrieved MAX_WARN=20 # Prompt... if set to 'no' you'll never be asked for anything. Good for automation. #PROMPTS=no # cirt.net : set the IP so that updates can work without name resolution -- just in case CIRT=107.170.99.251 # Proxy settings -- still must be enabled by -useproxy #PROXYHOST=127.0.0.1 #PROXYPORT=8080 #PROXYUSER=proxyuserid #PROXYPASS=proxypassword # Cookies: send cookies with all requests # Multiple can be set by separating with a semi-colon, e.g.: # "cookie1"="cookie value";"cookie2"="cookie val" #STATIC-COOKIE="name=value";"something=nothing"; # The below allows you to vary which HTTP methods are used to check whether an HTTP(s) server # is running. Some web servers, such as the autopsy web server do not implement the HEAD method CHECKMETHODS=GET # If you want to specify the location of any of the files, specify them here # EXECDIR=/opt/nikto # Location of Nikto # PLUGINDIR=/opt/nikto/plugins # Location of plugin dir # DBDIR=/opt/nikto/databases # Location of database dir # TEMPLATEDIR=/opt/nikto/templates # Location of template dir # DOCDIR=/opt/nikto/docs # Location of docs dir # Default plugin macros # Remove plugins designed to be run standalone @@EXTRAS=dictionary;siebel;embedded @@DEFAULT=@@ALL;-@@EXTRAS;tests(report:500) # Choose SSL libs: # SSLeay - use Net::SSLeay # SSL - use Net::SSL # auto - automatically choose what's available # (SSLeay wins if both are available) LW_SSL_ENGINE=auto # Number of failures before giving up # Set to 0 to disable entirely FAILURES=20 ================================================ FILE: nikto/program/nikto.pl ================================================ #!/usr/bin/env perl use strict; #VERSION,2.1.6 ############################################################################### # Modules are now loaded in a function so errors can be trapped and evaluated load_modules(); ############################################################################### # Nikto # ############################################################################### # Copyright (C) 2001 Chris Sullo # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; version 2 # of the License only. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to # Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # # Contact Information: # Sullo (sullo@cirt.net) # http://cirt.net/ ####################################################################### # See the COPYING file for more information on the License Nikto is distributed under. # # This program is intended for use in an authorized manner only, and the author # can not be held liable for anything done with this program, code, or items discovered # with this program's use. ####################################################################### # global var/definitions use vars qw/$TEMPLATES %CLI %VARIABLES %TESTS/; use vars qw/%NIKTO %CONFIGFILE %COUNTERS %db_extensions/; use vars qw/@RESULTS @PLUGINS @DBFILE @REPORTS %CONTENTSEARCH/; # setup Getopt::Long::Configure('no_ignore_case'); $COUNTERS{'scan_start'} = time(); $VARIABLES{'DIV'} = "-" x 75; $VARIABLES{'name'} = "Nikto"; $VARIABLES{'version'} = "2.1.6"; # signal trap so we can close down reports properly $SIG{'INT'} = \&safe_quit; config_init(); setup_dirs(); require "$CONFIGFILE{'PLUGINDIR'}/nikto_core.plugin"; nprint("T:" . localtime($COUNTERS{'scan_start'}) . ": Starting", "d"); require "$CONFIGFILE{'PLUGINDIR'}/LW2.pm"; $VARIABLES{'GMTOFFSET'} = gmt_offset(); # use LW2; ### Change this line to use a different installed version #set SSL Engine LW2::init_ssl_engine($CONFIGFILE{'LW_SSL_ENGINE'}); my ($a, $b) = split(/\./, $LW2::VERSION); die("- You must use LW2 2.4 or later\n") if ($a != 2 || $b < 4); general_config(); load_databases(); load_databases('u'); nprint("- $VARIABLES{'name'} v$VARIABLES{'version'}"); nprint($VARIABLES{'DIV'}); # No targets - quit while we're ahead if ($CLI{'host'} eq '') { nprint("+ ERROR: No host (-host) specified"); usage(1); } $COUNTERS{'total_targets'} = $COUNTERS{'hosts_completed'} = 0; load_plugins(); my $is_failure = 0; # Parse the supplied list of targets my @MARKS = set_targets($CLI{'host'}, $CLI{'ports'}, $CLI{'ssl'}, $CLI{'root'}); if (defined($CLI{'key'}) || defined($CLI{'cert'})) { $CLI{'key'} = $CLI{'cert'} unless (defined($CLI{'key'})); $CLI{'cert'} = $CLI{'key'} unless (defined($CLI{'cert'})); } # Open reporting report_head($CLI{'format'}, $CLI{'file'}); # Now check each target is real and remove duplicates/fill in extra information foreach my $mark (@MARKS) { $mark->{'messages'} = (); $mark->{'test'} = 1; $mark->{'failures'} = 0; # Try to resolve the host my $msgs; ($mark->{'hostname'}, $mark->{'ip'}, $mark->{'display_name'}, $msgs) = resolve($mark->{'ident'}); if ($msgs ne "") { push(@{ $mark->{'messages'} }, $msgs); #push ($mark->{'messages'}, $msgs); } # Skip if we can't resolve the host - we'll error later if (!defined $mark->{'ip'}) { $mark->{'test'} = 0; next; } # Read cookies from conf & set into the cookie jar if (defined $CONFIGFILE{'STATIC-COOKIE'}) { $mark->{'cookiejar'} = LW2::cookie_new_jar(); foreach my $p (split(/;/, $CONFIGFILE{'STATIC-COOKIE'})) { if ($p =~ /"([^=]+)=(.+)"/) { LW2::cookie_set(\%{ $mark->{'cookiejar'} }, $1, $2); } } } if (defined $CLI{'vhost'}) { $mark->{'vhost'} = $CLI{'vhost'} } # Check that the port is open my $open = port_check(time(), $mark->{'hostname'}, $mark->{'ip'}, $mark->{'port'}, $CLI{'key'}, $CLI{'cert'}, $mark->{'vhost'}); if ($open == 0) { $mark->{'test'} = 0; next; } else { $COUNTERS{'total_targets'}++; } $mark->{'ssl'} = $open - 1; if ($mark->{'ssl'}) { $mark->{'key'} = $CLI{'key'}; $mark->{'cert'} = $CLI{'cert'}; } } # Load db_tests set_scan_items(); # Start hook to allow plugins to load databases etc run_hooks("", "start"); # Now we've done the precursor, do the scan foreach my $mark (@MARKS) { next unless ($mark->{'test'}); $mark->{'start_time'} = time(); $VARIABLES{'TEMPL_HCTR'}++; if (defined $CLI{'vhost'}) { $mark->{'vhost'} = $CLI{'vhost'}; } # Saving responses if ($CLI{'saveresults'} ne '') { $mark->{'save_dir'} = save_createdir($CLI{'saveresults'}, $mark); $mark->{'save_prefix'} = save_getprefix($mark); } $mark->{'total_vulns'} = 0; $mark->{'total_errors'} = 0; my %FoF = (); nfetch($mark, "/", "GET", "", "", { noprefetch => 1, nopostfetch => 1 }, "getinfo"); report_host_start($mark); if ($CLI{'findonly'}) { my $protocol = "http"; if ($mark->{'ssl'}) { $protocol .= "s"; } if ($mark->{'banner'} eq "") { $mark->{'banner'} = "(no identification possible)"; } add_vulnerability($mark, "Server: $protocol://$mark->{'display_name'}:$mark->{'port'}\t$mark->{'banner'}", 0); } else { dump_target_info($mark); unless ((defined $CLI{'nofof'}) || ($CLI{'plugins'} eq '@@NONE')) { map_codes($mark) } run_hooks($mark, "recon"); run_hooks($mark, "scan"); } if ($mark->{'total_errors'} > 0 || $mark->{'total_vulns'} > 0) { $is_failure = 1; } $mark->{'end_time'} = time(); $mark->{'elapsed'} = $mark->{'end_time'} - $mark->{'start_time'}; if (!$CLI{'findonly'}) { if (!$mark->{'terminate'}) { nprint( "+ $COUNTERS{'totalrequests'} requests: $mark->{'total_errors'} error(s) and $mark->{'total_vulns'} item(s) reported on remote host" ); } else { nprint( "+ SCAN TERMINATED: $mark->{'total_errors'} error(s) and $mark->{'total_vulns'} item(s) reported on remote host" ); $is_failure = 1; } nprint( "+ End Time: " . date_disp($mark->{'end_time'}) . " (GMT$VARIABLES{'GMTOFFSET'}) ($mark->{'elapsed'} seconds)"); } nprint($VARIABLES{'DIV'}); $COUNTERS{'hosts_completed'}++; report_host_end($mark); } $COUNTERS{'scan_end'} = time(); $COUNTERS{'scan_elapsed'} = ($COUNTERS{'scan_end'} - $COUNTERS{'scan_start'}); report_summary(); report_close(); if (!$CLI{'findonly'}) { nprint("+ $COUNTERS{'hosts_completed'} host(s) tested"); nprint("+ $COUNTERS{'totalrequests'} requests made in $COUNTERS{'scan_elapsed'} seconds", "v"); send_updates(@MARKS); } nprint("T:" . localtime() . ": Ending", "d"); exit $is_failure; ################################################################################# # Load config files in order sub config_init { my (@CF, $home); my $config_exists = 0; # read just the --config option { my %optcfg; Getopt::Long::Configure('pass_through', 'noauto_abbrev'); GetOptions(\%optcfg, "config=s"); Getopt::Long::Configure('nopass_through', 'auto_abbrev'); if (defined $optcfg{'config'}) { $VARIABLES{'configfile'} = $optcfg{'config'}; } } # Guess Nikto current directory my $NIKTODIR = abs_path($0); chomp($NIKTODIR); $NIKTODIR =~ s#[\\/]nikto.pl$##; # Guess user's home directory -- to support Windows foreach my $var (split(/ /, "HOME USERPROFILE")) { $home = $ENV{$var} if ($ENV{$var}); } # Read the conf files in order (previous values are over-written with each, if multiple found) push(@CF,"$NIKTODIR/nikto.conf.default"); push(@CF,"/etc/nikto.conf"); push(@CF,"$home/nikto.conf"); push(@CF,"$NIKTODIR/nikto.conf"); push(@CF,"nikto.conf"); push(@CF,"$VARIABLES{'configfile'}"); # load in order, over-writing values as we go for (my $i=0;$i<=$#CF;$i++) { my $error = load_config($CF[$i]); $config_exists = 1 if ($error eq ""); # any loaded is good } # Couldn't find any if ($config_exists == 0) { die "- Could not find a valid nikto config file. Tried: @CF\n"; } return; } ############################################################################### sub load_modules { my $errors=0; my @modules = qw/Getopt::Long Time::Local IO::Socket Net::hostent/; push(@modules,"List::Util qw(sum)"); push(@modules,"Cwd 'abs_path'"); foreach my $mod (@modules) { eval "use $mod"; if ($@) { print "ERROR: Required module not found: $mod\n"; $errors=1; } } @modules = (); push(@modules,"Time::HiRes qw(sleep ualarm gettimeofday tv_interval)"); push(@modules,"POSIX qw(:termios_h)"); foreach my $mod (@modules) { eval "use $mod"; if ($@ && $^O !~ /MSWin32/) { # Allow this to work on Windows if ($@) { print "ERROR: Required module not found: $mod\n"; $errors=1; } } } if ($errors) { exit 1; } } ################################################################################# # load config file # error=load_config(FILENAME) sub load_config { my $configfile = $_[0]; open(CONF, "<$configfile") || return "+ ERROR: Unable to open config file '$configfile'"; my @CONFILE = ; close(CONF); foreach my $line (@CONFILE) { $line =~ s/\#.*$//; chomp($line); $line =~ s/\s+$//; $line =~ s/^\s+//; next if ($line eq ""); my @temp = split(/=/, $line, 2); if ($temp[0] ne "") { $CONFIGFILE{ $temp[0] } = $temp[1]; } } # add CONFIG{'CLIOPTS'} to ARGV if defined... if (defined $CONFIGFILE{'CLIOPTS'}) { my @t = split(/ /, $CONFIGFILE{'CLIOPTS'}); foreach my $c (@t) { push(@ARGV, $c); } } # Check for necessary config items check_config_defined("CHECKMETHODS", "HEAD"); check_config_defined('@@DEFAULT', '@@ALL'); return ""; } ################################################################################# # find plugins directory sub setup_dirs { my $CURRENTDIR = abs_path($0); chomp($CURRENTDIR); $CURRENTDIR =~ s#[\\/]nikto.pl$##; $CURRENTDIR = "." if $CURRENTDIR =~ /^nikto.pl$/; # First assume we get it from CONFIGFILE unless (defined $CONFIGFILE{'EXECDIR'}) { if (-d "$ENV{'PWD'}/plugins") { $CONFIGFILE{'EXECDIR'} = $ENV{'PWD'}; } elsif (-d "$CURRENTDIR/plugins") { $CONFIGFILE{'EXECDIR'} = $CURRENTDIR; } elsif (-d "./plugins") { $CONFIGFILE{'EXECDIR'} = $CURRENTDIR; } else { print STDERR "Could not work out the nikto EXECDIR, try setting it in nikto.conf\n"; exit; } } unless (defined $CONFIGFILE{'PLUGINDIR'}) { $CONFIGFILE{'PLUGINDIR'} = "$CONFIGFILE{'EXECDIR'}/plugins"; } unless (defined $CONFIGFILE{'TEMPLATEDIR'}) { $CONFIGFILE{'TEMPLATEDIR'} = "$CONFIGFILE{'EXECDIR'}/templates"; } unless (defined $CONFIGFILE{'DOCDIR'}) { $CONFIGFILE{'DOCDIR'} = "$CONFIGFILE{'EXECDIR'}/docs"; } unless (defined $CONFIGFILE{'DBDIR'}) { $CONFIGFILE{'DBDIR'} = "$CONFIGFILE{'EXECDIR'}/databases"; } return; } ###################################################################### ## check_config_defined(item, default) ## Checks whether config has been set, warns and sets to a default sub check_config_defined { my $item = $_[0]; my $default = $_[1]; if (!defined $CONFIGFILE{$item}) { print STDERR "- Warning: $item is not defined in Nikto configuration, setting to \"$default\"\n"; $CONFIGFILE{$item} = $default; } return; } ================================================ FILE: nikto/program/plugins/LW2.pm ================================================ #!perl # LW2 version 2.5.1 # LW2 Copyright (c) 2009, Jeff Forristal (wiretrip.net) # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # - Redistributions of source code must retain the above copyright # notice, this list of conditions and the following disclaimer. # # - Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. # # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS # FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, # BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER # CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN # ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # # Note that this file has been updated as part of the Nikto project, # and is technically a fork of LibWhisker 2.5. =head1 NAME LW2 - Perl HTTP library version 2.5 =head1 SYNOPSIS use LW2; require 'LW2.pm'; =head1 DESCRIPTION Libwhisker is a Perl library useful for HTTP testing scripts. It contains a pure-Perl reimplementation of functionality found in the C, C, C, C, C, C, C, C, C, C, and C modules. Libwhisker is designed to be portable (a single perl file), fast (general benchmarks show libwhisker is faster than LWP), and flexible (great care was taken to ensure the library does exactly what you want to do, even if it means breaking the protocol). =head1 FUNCTIONS The following are the functions contained in Libwhisker: =over 4 =cut package LW2; $LW2::VERSION="2.5"; $PACKAGE='LW2'; # BEGIN is at the end of the file. Here come the functions. ######################################################################## # =item B Params: $lw_ssl_engine Return: always returns undef This function chooses the right SSL Engine and initializes SSL if needed. This has been done because SSLeay seems to have memory leaks and there was no other way to quickly change SSL Engine. lw_ssl_engine can have these values: auto = autodetection where it uses SSL first (this is the default upon loading the module) SSL = Net::SSL SSLeay = Net::SSLeay Precondition for the function is that if you choose a specific library this library must be installed. =cut sub init_ssl_engine { my ($lw_ssl_engine) = @_; # if user-specified, undef initialization in case user's desired lib is not available if ($lw_ssl_engine ne 'auto') { $LW_SSL_LIB = 0; $_SSL_LIBRARY = undef; } if ($lw_ssl_engine eq 'SSLeay'){ # use Net::SSLeay as your SSL Library eval "use Net::SSLeay"; if ( !$@ ) { $LW_SSL_LIB = 1; $_SSL_LIBRARY = 'Net::SSLeay'; Net::SSLeay::load_error_strings(); Net::SSLeay::SSLeay_add_ssl_algorithms(); Net::SSLeay::randomize(); } else { print "ERROR: $@\n"; exit; } } elsif ($lw_ssl_engine eq 'SSL'){ # use Net:SSL eval "use Net::SSL"; if ( !$@ ) { $LW_SSL_LIB = 2; $_SSL_LIBRARY = 'Net::SSL'; } else { print "ERROR: $@\n"; exit; } } else { # assuming autodetection eval "use Net::SSL"; if ( !$@ ) { $LW_SSL_LIB = 2; $_SSL_LIBRARY = 'Net::SSL'; } else { eval "use Net::SSLeay"; if ( !$@ ) { $LW_SSL_LIB = 1; $_SSL_LIBRARY = 'Net::SSLeay'; Net::SSLeay::load_error_strings(); Net::SSLeay::SSLeay_add_ssl_algorithms(); Net::SSLeay::randomize(); } } } return undef; } #sub ######################################################################## # Module Initialization starts here BEGIN { package LW2; $PACKAGE='LW2'; ## LW module manager stuff ## $LW_SSL_LIB = 0; $LW_SSL_KEEPALIVE = 0; $LW_NONBLOCK_CONNECT = 1; $_SSL_LIBRARY = undef; # check for Socket eval "use Socket"; if ( $@ ) { die('You have to install the module Socket'); } # init SSL with autoconfig first. App can later override this init_ssl_engine('auto'); if ( $^O !~ /Win32/ ) { eval "use POSIX qw(:errno_h :fcntl_h)"; if ($@) { $LW_NONBLOCK_CONNECT = 0; } } else { # taken from Winsock2.h *EINPROGRESS = sub { 10036 }; *EWOULDBLOCK = sub { 10035 }; } } # BEGIN ######################################################################## =item B Params: $auth_method, \%req, $user, \@passwords [, $domain, $fail_code ] Return: $first_valid_password, undef if error/none found Perform a HTTP authentication brute force against a server (host and URI defined in %req). It will try every password in the password array for the given user. The first password (in conjunction with the given user) that doesn't return HTTP 401 is returned (and the brute force is stopped at that point). You should retry the request with the given password and double-check that you got a useful HTTP return code that indicates successful authentication (200, 302), and not something a bit more abnormal (407, 500, etc). $domain is optional, and is only used for NTLM auth. Note: set up any proxy settings and proxy auth in %req before calling this function. You can brute-force proxy authentication by setting up the target proxy as proxy_host and proxy_port in %req, using an arbitrary host and uri (preferably one that is reachable upon successful proxy authorization), and setting the $fail_code to 407. The $auth_method passed to this function should be a proxy-based one ('proxy-basic', 'proxy-ntlm', etc). if your server returns something other than 401 upon auth failure, then set $fail_code to whatever is returned (and it needs to be something *different* than what is received on auth success, or this function won't be able to tell the difference). =cut sub auth_brute_force { my ( $auth_method, $hrin, $user, $pwordref, $dom, $fail_code ) = @_; my ( $P, %hout ); $fail_code ||= 401; return undef if ( !defined $auth_method || length($auth_method) == 0 ); return undef if ( !defined $user || length($user) == 0 ); return undef if ( !( defined $hrin && ref($hrin) ) ); return undef if ( !( defined $pwordref && ref($pwordref) ) ); map { ( $P = $_ ) =~ tr/\r\n//d; auth_set( $auth_method, $hrin, $user, $P, $dom ); return undef if ( http_do_request( $hrin, \%hout ) ); return $P if ( $hout{whisker}->{code} != $fail_code ); } @$pwordref; return undef; } ######################################################################## =item B Params: \%req Return: nothing (modifies %req) Modifies %req to disable all authentication (regular and proxy). Note: it only removes the values set by auth_set(). Manually-defined [Proxy-]Authorization headers will also be deleted (but you shouldn't be using the auth_* functions if you're manually handling your own auth...) =cut sub auth_unset { my $href = shift; return if ( !defined $href || !ref($href) ); delete $$href{Authorization}; delete $$href{'Proxy-Authorization'}; delete $$href{whisker}->{auth_callback}; delete $$href{whisker}->{auth_proxy_callback}; delete $$href{whisker}->{auth_data}; delete $$href{whisker}->{auth_proxy_data}; } ######################################################################## =item B Params: $auth_method, \%req, $user, $password [, $domain] Return: nothing (modifies %req) Modifies %req to use the indicated authentication info. Auth_method can be: 'basic', 'proxy-basic', 'ntlm', 'proxy-ntlm'. Note: this function may not necessarily set any headers after being called. Also, proxy-ntlm with SSL is not currently supported. =cut sub auth_set { my ( $method, $href, $user, $pass, $domain ) = ( lc(shift), @_ ); return if ( !( defined $href && ref($href) ) ); return if ( !defined $user || !defined $pass ); if ( $method eq 'basic' ) { $$href{'Authorization'} = 'Basic ' . encode_base64( $user . ':' . $pass, '' ); } if ( $method eq 'proxy-basic' ) { $$href{'Proxy-Authorization'} = 'Basic ' . encode_base64( $user . ':' . $pass, '' ); } if ( $method eq 'ntlm' ) { http_close($href); $$href{whisker}->{auth_data} = ntlm_new( $user, $pass, $domain ); $$href{whisker}->{auth_callback} = \&_ntlm_auth_callback; } if ( $method eq 'proxy-ntlm' ) { utils_croak('',"auth_set: proxy-ntlm auth w/ SSL not currently supported") if ( $href->{whisker}->{ssl} > 0 ); http_close($href); $$href{whisker}->{auth_proxy_data} = ntlm_new( $user, $pass, $domain ); $$href{whisker}->{auth_proxy_callback} = \&_ntlm_auth_proxy_callback; } } ######################################################################## =item B Params: none Return: $jar Create a new cookie jar, for use with the other functions. Even though the jar is technically just a hash, you should still use this function in order to be future-compatible (should the jar format change). =cut sub cookie_new_jar { return {}; } ######################################################################## =item B Params: $jar, \%response [, \%request, $reject ] Return: $num_of_cookies_read Read in cookies from an %response hash, and put them in $jar. Notice: cookie_read uses internal magic done by http_do_request in order to read cookies regardless of 'Set-Cookie[2]' header appearance. If the optional %request hash is supplied, then it will be used to calculate default host and path values, in case the cookie doesn't specify them explicitly. If $reject is set to 1, then the %request hash values are used to calculate and reject cookies which are not appropriate for the path and domains of the given request. =cut sub cookie_read { my ( $count, $jarref, $hrs, $hrq, $rej ) = ( 0, @_ ); return 0 if ( !( defined $jarref && ref($jarref) ) ); return 0 if ( !( defined $hrs && ref($hrs) ) ); return 0 if ( !( defined $$hrs{whisker}->{cookies} && ref( $$hrs{whisker}->{cookies} ) ) ); my @opt; if(defined $hrq && ref($hrq)){ push @opt, $hrq->{whisker}->{host}; my $u = $hrq->{whisker}->{uri}; $u=~s#/.*?$##; $u='/' if($u eq ''); push @opt, $u, $rej; } foreach ( @{ $hrs->{whisker}->{cookies} } ) { cookie_parse( $jarref, $_ , @opt); $count++; } return $count; } ######################################################################## =item B Params: $jar, $cookie [, $default_domain, $default_path, $reject ] Return: nothing Parses the cookie into the various parts and then sets the appropriate values in the cookie $jar. If the cookie value is blank, it will delete it from the $jar. See the 'docs/cookies.txt' document for a full explanation of how Libwhisker parses cookies and what RFC aspects are supported. The optional $default_domain value is taken literally. Values with no leading dot (e.g. 'www.host.com') are considered to be strict hostnames and will only match the identical hostname. Values with leading dots (e.g. '.host.com') are treated as sub-domain matches for a single domain level. If the cookie does not indicate a domain, and a $default_domain is not provided, then the cookie is considered to match all domains/hosts. The optional $default_path is used when the cookie does not specify a path. $default_path must be absolute (start with '/'), or it will be ignored. If the cookie does not specify a path, and $default_path is not provided, then the default value '/' will be used. Set $reject to 1 if you wish to reject cookies based upon the provided $default_domain and $default_path. Note that $default_domain and $default_path must be specified for $reject to actually do something meaningful. =cut sub cookie_parse { my ( $jarref, $header ) = (shift, shift); my ( $Dd, $Dp, $R ) = (shift, shift, shift||0); return if ( !( defined $jarref && ref($jarref) ) ); return if ( !( defined $header && length($header) > 0 ) ); my @C = ( undef, undef, undef, undef, 0 ); $header =~ tr/\r\n//d; my ($f,%seen,$n,$t) = (1); while( length($header) ){ $header =~ s/^[ \t]+//; last if(!($header =~ s/^([^ \t=;]+)//)); # LW2.5 change: cookie name is no longer lower-cased # my $an = lc($1); my $an = $1; my $av = undef; $header =~ s/^[ \t]+//; if(substr($header,0,1) eq '='){ $header=~s/^=[ \t]*//; if(substr($header,0,1) eq '"'){ my $p = index($header,'"',1); last if($p == -1); $av = substr($header,1,$p-1); substr($header,0,$p+1)=''; } else { $av = $1 if($header =~ s/^([^ \t;,]*)//); } } else { my $p = index($header,';'); substr($header,0,$p)=''; } $header =~ s/^.*?;//; if($f){ return if(!defined $av); ($f,$n,$C[0])=(0,$an,$av); } else { $seen{$an}=$av if(!exists $seen{$an}); } } return if(!defined $n || $n eq ''); my $del = 0; $del++ if($C[0] eq ''); $del++ if(defined $seen{'max-age'} && $seen{'max-age'} eq '0'); if($del){ delete $$jarref{$n} if exists $$jarref{$n}; return; } if(defined $seen{domain} && $seen{domain} ne ''){ $t = $seen{domain}; $t='.'.$t if(substr($t,0,1) ne '.' && !_is_ip_address($t)); } else { $t=$Dd; } $t=~s/\.+$// if(defined $t); $C[1]=$t; if(defined $seen{path}){ $t = $seen{path}; } else { $t=$Dp || '/'; } $t=~s#/+$##; $t='/' if(substr($t,0,1) ne '/'); $C[2]=$t; $C[4]=1 if(exists $seen{secure}); return if($R && !_is_valid_cookie_match($C[1], $C[2], $Dd, $Dp)); $$jarref{$n} = \@C; } ######################################################################## sub _is_ip_address { my $n = shift; return 1 if($n=~/^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$/); return 0; } sub _is_valid_cookie_match { my ($cd, $cp, $td, $tp) = @_; return 0 if(index($tp,$cp)!=0); if(substr($cd,0,1) eq '.'){ if( $td =~ /(.+)$cd$/ ){ return 1 if(index($1,'.') == -1); } return 0; } else { return 0 if($cd ne $td); } return 1; } ######################################################################## =item B Params: $jar, \%request, $override Return: nothing Goes through the given $jar and sets the Cookie header in %req pending the correct domain and path. If $override is true, then the secure, domain and path restrictions of the cookies are ignored and all cookies are essentially included. Notice: cookie expiration is currently not implemented. URL restriction comparison is also case-insensitive. =cut sub cookie_write { my ( $jarref, $hin, $override ) = @_; my ( $name, $out ) = ( '', '' ); return if ( !( defined $jarref && ref($jarref) ) ); return if ( !( defined $hin && ref($hin) ) ); $override = $override || 0; $$hin{'whisker'}->{'ssl'} = $$hin{'whisker'}->{'ssl'} || 0; foreach $name ( keys %$jarref ) { next if ( $name eq '' ); if($override){ $out .= "$name=$$jarref{$name}->[0];"; next; } next if ( $$hin{'whisker'}->{'ssl'} == 0 && $$jarref{$name}->[4] > 0 ); if ( $$hin{'whisker'}->{'host'} =~ /$$jarref{$name}->[1]$/i && $$hin{'whisker'}->{'uri'} =~ /^$$jarref{$name}->[2])/ ) { $out .= "$name=$$jarref{$name}->[0];"; } } if ( $out ne '' ) { $$hin{'Cookie'} = $out; } } ######################################################################## =item B Params: $jar, $name Return: @elements Fetch the named cookie from the $jar, and return the components. The returned items will be an array in the following order: value, domain, path, expire, secure value = cookie value, should always be non-empty string domain = domain root for cookie, can be undefined path = URL path for cookie, should always be a non-empty string expire = undefined (depreciated, but exists for backwards-compatibility) secure = whether or not the cookie is limited to HTTPs; value is 0 or 1 =cut sub cookie_get { my ( $jarref, $name ) = @_; return undef if ( !( defined $jarref && ref($jarref) ) ); if ( defined $$jarref{$name} ) { return @{ $$jarref{$name} }; } return undef; } ######################################################################## =item B Params: $jar Return: @names Fetch all the cookie names from the jar, which then let you cooke_get() them individually. =cut sub cookie_get_names { my ( $jarref, $name ) = @_; return undef if ( !( defined $jarref && ref($jarref) ) ); return keys %$jarref; } ######################################################################## =item B Params: $jar, $domain, $url, $ssl Return: @names Fetch all the cookie names from the jar which are valid for the given $domain, $url, and $ssl values. $domain should be string scalar of the target host domain ('www.example.com', etc.). $url should be the absolute URL for the page ('/index.html', '/cgi-bin/foo.cgi', etc.). $ssl should be 0 for non-secure cookies, or 1 for all (secure and normal) cookies. The return value is an array of names compatible with cookie_get(). =cut sub cookie_get_valid_names { my ( $jarref, $domain, $url, $ssl ) = @_; return () if ( !( defined $jarref && ref($jarref) ) ); return () if ( !defined $domain || $domain eq '' ); return () if ( !defined $url || $url eq '' ); $ssl ||= 0; my (@r, $name); foreach $name ( keys %$jarref ) { next if ( $name eq '' ); next if ( $$jarref{$name}->[4] > 0 && $ssl == 0 ); if ( $domain =~ /$$jarref{$name}->[1]$/i && $url =~ /^$$jarref{$name}->[2])/i ) { push @r, $name; } } return @r; } ######################################################################## =item B Params: $jar, $name, $value, $domain, $path, $expire, $secure Return: nothing Set the named cookie with the provided values into the %jar. $name is required to be a non-empty string. $value is required, and will delete the named cookie from the $jar if it is an empty string. $domain and $path can be strings or undefined. $expire is ignored (but exists for backwards-compatibility). $secure should be the numeric value of 0 or 1. =cut sub cookie_set { my ( $jarref, $name, $value, $domain, $path, $expire, $secure ) = @_; my @construct; return if ( !( defined $jarref && ref($jarref) ) ); return if ( $name eq '' ); if ( !defined $value || $value eq '' ) { delete $$jarref{$name}; return; } $path = $path || '/'; $secure = $secure || 0; @construct = ( $value, $domain, $path, undef, $secure ); $$jarref{$name} = \@construct; } ######################################################################## ##################################################### # cluster global variables %_crawl_config = ( 'save_cookies' => 0, 'reuse_cookies' => 1, 'save_offsites' => 0, 'save_non_http' => 0, 'follow_moves' => 1, 'url_limit' => 1000, 'use_params' => 0, 'params_double_record' => 0, 'skip_ext' => { gif => 1, jpg => 1, png => 1, gz => 1, swf => 1, pdf => 1, zip => 1, wav => 1, mp3 => 1, asf => 1, tgz => 1 }, 'save_skipped' => 0, 'save_referrers' => 0, 'use_referrers' => 1, 'do_head' => 0, 'callback' => 0, 'netloc_bug' => 1, 'normalize_uri' => 1, 'source_callback' => 0 ); %_crawl_linktags = ( 'a' => 'href', 'applet' => [qw(codebase archive code)], 'area' => 'href', 'base' => 'href', 'bgsound' => 'src', 'blockquote' => 'cite', 'body' => 'background', 'del' => 'cite', 'embed' => [qw(src pluginspage)], 'form' => 'action', 'frame' => [qw(src longdesc)], 'iframe' => [qw(src longdesc)], 'ilayer' => 'background', 'img' => [qw(src lowsrc longdesc usemap)], 'input' => [qw(src usemap)], 'ins' => 'cite', 'isindex' => 'action', 'head' => 'profile', 'layer' => [qw(background src)], 'link' => 'href', # 'meta' => 'http-equiv', 'object' => [qw(codebase data archive usemap)], 'q' => 'cite', 'script' => 'src', 'table' => 'background', 'td' => 'background', 'th' => 'background', 'xmp' => 'href', ); ##################################################### =item B Params: $START, $MAX_DEPTH, \%request_hash [, \%tracking_hash ] Return: $crawl_object The crawl_new() functions initializes a crawl object (hash) to the default values, and then returns it for later use by crawl(). $START is the starting URL (in the form of 'http://www.host.com/url'), and MAX_DEPTH is the maximum number of levels to crawl (the START URL counts as 1, so a value of 2 will crawl the START URL and all URLs found on that page). The request_hash is a standard initialized request hash to be used for requests; you should set any authentication information or headers in this hash in order for the crawler to use them. The optional tracking_hash lets you supply a hash for use in tracking URL results (otherwise crawl_new() will allocate a new anon hash). =cut sub crawl_new { my ( $start, $depth, $reqref, $trackref ) = @_; my %X; return undef if ( !defined $start || !defined $depth ); return undef if ( !defined $reqref || !ref($reqref) ); $trackref = {} if ( !defined $trackref || !ref($trackref) ); $X{track} = $trackref; $X{request} = $reqref; $X{depth} = $depth || 2; $X{start} = $start; $X{magic} = 7340; $X{reset} = sub { $X{errors} = []; # all errors encountered $X{urls} = []; # temp; used to hold all URLs on page $X{server_tags} = {}; # all server tags found $X{referrers} = {}; # who refers to what URLs $X{offsites} = {}; # all URLs that point offsite $X{response} = {}; # temp; the response hash $X{non_http} = {}; # all non_http URLs found $X{cookies} = {}; # all cookies found $X{forms} = {}; # all forms found $X{jar} = {}; # temp; cookie jar $X{url_queue} = []; # temp; URLs to still fetch $X{config} = {}; %{ $X{config} } = %_crawl_config; %{ $X{track} } = (); $X{parsed_page_count} = 0; }; $X{crawl} = sub { crawl( \%X, @_ ) }; $X{reset}->(); return \%X; } ##################################################### =item B Params: $crawl_object [, $START, $MAX_DEPTH ] Return: $count [ undef on error ] The heart of the crawl package. Will perform an HTTP crawl on the specified HOST, starting at START URI, proceeding up to MAX_DEPTH. Crawl_object needs to be the variable returned by crawl_new(). You can also indirectly call crawl() via the crawl_object itself: $crawl_object->{crawl}->($START,$MAX_DEPTH) Returns the number of URLs actually crawled (not including those skipped). =cut { # START OF CRAWL CONTAINER sub crawl { my ( $C, $START, $MAX_DEPTH ) = @_; return undef if ( !defined $C || !ref($C) || $C->{magic} != 7340 ); # shortcuts, to reduce dereferences and typing my $CONFIG = $C->{config}; my $TRACK = $C->{track}; my $URLS = $C->{urls}; my $RESP = $C->{response}; my $REQ = $C->{request}; my $Q = $C->{url_queue}; $START ||= $C->{start}; $C->{depth} = $MAX_DEPTH || $C->{depth}; my ( $COUNT, $T, @ST ) = ( 0, '' ); # ST[] = [ 0.HOST, 1.PORT, 2.URL, 3.DEPTH, 4.CWD, 5.REF ] my @v = uri_split($START); my $error = undef; $error = 'Start protocol not http or https' if ( $v[1] ne 'http' && $v[1] ne 'https' ); $error = 'Bad start host' if ( !defined $v[2] || $v[2] eq '' ); push( @{ $C->{errors} }, $error ) && return undef if ( defined $error ); @ST = ( $v[2], $v[3], $v[0], 1, '', '' ); $REQ->{whisker}->{ssl} = 1 if ( $v[1] eq 'https' ); $REQ->{whisker}->{host} = $ST[0]; $REQ->{whisker}->{port} = $ST[1]; $REQ->{whisker}->{lowercase_incoming_headers} = 1; $REQ->{whisker}->{ignore_duplicate_headers} = 0; delete $REQ->{whisker}->{parameters}; http_fixup_request($REQ); push @$Q, \@ST; while (@$Q) { @ST = @{ shift @$Q }; next if ( defined $TRACK->{ $ST[2] } && $TRACK->{ $ST[2] } ne '?' ); if ( $ST[3] > $C->{depth} ) { $TRACK->{ $ST[2] } = '?' if ( $CONFIG->{save_skipped} > 0 ); next; } $ST[4] = uri_get_dir( $ST[2] ); $REQ->{whisker}->{uri} = $ST[2]; if ( $ST[5] ne '' && $CONFIG->{use_referrers} > 0 ) { $REQ->{Referrer} = $ST[5]; } my $result = _crawl_do_request( $REQ, $RESP, $C ); if ( $result == 1 || $result == 2 ) { push @{ $C->{errors} }, "$ST[2]: $RESP->{whisker}->{error}"; next; } $COUNT++; $TRACK->{ $ST[2] } = $RESP->{whisker}->{code} if ( $result == 0 || $result == 4 ); $TRACK->{ $ST[2] } = '?' if ( ( $result == 3 || $result == 5 ) && $CONFIG->{save_skipped} > 0 ); if ( defined $RESP->{server} && !ref( $RESP->{server} ) ) { $C->{server_tags}->{ $RESP->{server} }++; } if ( defined $RESP->{'set-cookie'} ) { if ( $CONFIG->{save_cookies} > 0 ) { if ( ref( $RESP->{'set-cookie'} ) ) { $C->{cookies}->{$_}++ foreach ( @{ $RESP->{'set-cookie'} } ); } else { $C->{cookies}->{ $RESP->{'set-cookie'} }++; } } cookie_read( $C->{jar}, $RESP ) if ( $CONFIG->{reuse_cookies} > 0 ); } next if ( $result == 4 || $result == 5 ); next if ( scalar @$Q > $CONFIG->{url_limit} ); if ( $result == 0 ) { # page should be parsed if ( $CONFIG->{source_callback} != 0 && ref( $CONFIG->{source_callback} ) eq 'CODE' ) { &{ $CONFIG->{source_callback} }($C); } html_find_tags( \$RESP->{whisker}->{data}, \&_crawl_extract_links_test, 0, $C, \%_crawl_linktags ); $C->{parsed_page_count}++; } push @$URLS, $RESP->{location} if ( $result == 3 ); foreach $T (@$URLS) { $T =~ tr/\0\r\n//d; next if ( length($T) == 0 ); next if ( $T =~ /^#/i ); # fragment push @{ $C->{referrers}->{$T} }, $ST[2] if ( $CONFIG->{save_referrers} > 0 ); if ( $T =~ /^([a-zA-Z0-9]*):/ && lc($1) ne 'http' && lc($1) ne 'https' ) { push @{ $C->{non_http}->{$T} }, $ST[2] if ( $CONFIG->{save_non_http} > 0 ); next; } if ( substr( $T, 0, 2 ) eq '//' && $CONFIG->{netloc_bug} > 0 ) { if ( $REQ->{whisker}->{ssl} > 0 ) { $T = 'https:' . $T; } else { $T = 'http:' . $T; } } if ( $CONFIG->{callback} != 0 ) { next if &{ $CONFIG->{callback} }( $T, $C ); } $T = uri_absolute( $T, $ST[4], $CONFIG->{normalize_uri} ); # (uri,protocol,host,port,params,frag,user,pass) @v = uri_split($T); # make sure URL is on same host and port if ( ( defined $v[2] && $v[2] ne $ST[0] ) || ( $v[3] > 0 && $v[3] != $ST[1] ) ) { $C->{offsites}->{ uri_join(@v) }++ if ( $CONFIG->{save_offsites} > 0 ); next; } if ( $v[0] =~ /\.([a-z0-9]+)$/i ) { if ( defined $CONFIG->{skip_ext}->{ lc($1) } ) { $TRACK->{ $v[0] } = '?' if ( $CONFIG->{save_skipped} > 0 ); next; } } if ( defined $v[4] && $CONFIG->{use_params} > 0 ) { $TRACK->{ $v[0] } = '?' if ( $CONFIG->{params_double_record} > 0 && !defined $TRACK->{ $v[0] } ); $v[0] = $v[0] . '?' . $v[4]; } next if ( defined $TRACK->{ $v[0] } ) ; # we've processed this already # ST[] = [ 0.HOST, 1.PORT, 2.URL, 3.DEPTH, 4.CWD, 5.REF ] push @$Q, [ $ST[0], $ST[1], $v[0], $ST[3] + 1, '', $ST[2] ]; } # foreach @$URLS = (); # reset for next round } # while return $COUNT; } # end sub crawl ##################################################### sub _crawl_extract_links_test { my ( $TAG, $hr, $dr, $start, $len, $OBJ ) = ( lc(shift), @_ ); return undef if ( !scalar %$hr ); # fastpath quickie # we know this is defined, due to our tagmap my $t = $_crawl_linktags{$TAG}; # lowercase tags for normalization to prevent undefined behavior # See: https://github.com/sullo/nikto/issues/142 $hr = { map lc, %$hr }; while ( my ( $key, $val ) = each %$hr ) { # normalize element values $$hr{ $key } = $val; } # all of this just to catch meta refresh URLs if ( $TAG eq 'meta' && defined $$hr{'http-equiv'} && $$hr{'http-equiv'} eq 'refresh' && defined $$hr{'content'} && $$hr{'content'} =~ m/url=(.+)/i ) { push( @{ $OBJ->{urls} }, $1 ); } elsif ( ref($t) ) { foreach (@$t) { push( @{ $OBJ->{urls} }, $$hr{$_} ) if ( defined $$hr{$_} ); } } else { push( @{ $OBJ->{urls} }, $$hr{$t} ) if ( defined $$hr{$t} ); } if ( $TAG eq 'form' && defined $$hr{action} ) { my $u = $OBJ->{response}->{whisker}->{uri}; $OBJ->{forms}->{ uri_absolute( $$hr{action}, $u, 1 ) }++; } return undef; } ################################################################ sub _crawl_do_request_ex { my ( $hrin, $hrout, $OBJ ) = @_; my $ret; $ret = http_do_request( $hrin, $hrout ); return ( 2, $ret ) if ( $ret == 2 ); # if there was connection error, do not continue if ( $ret == 0 ) { # successful request # WARNING: what if *all* HEAD respones are 302'd on purpose, but # all GETs are normal? if ( $$hrout{whisker}->{code} < 308 && $$hrout{whisker}->{code} > 300 ) { if ( $OBJ->{config}->{follow_moves} > 0 ) { return ( 3, $ret ) if ( defined $$hrout{location} && !ref( $$hrout{location} ) ); } return ( 5, $ret ); # not avail } if ( $$hrout{whisker}->{code} == 200 ) { # no content-type is treated as text/htm if ( defined $$hrout{'content-type'} && $$hrout{'content-type'} !~ /^text\/htm/i ) { return ( 4, $ret ); } } } return ( -1, $ret ); # fallthrough } ################################################################ sub _crawl_do_request { my ( $hrin, $hrout, $OBJ ) = @_; my ( $cret, $lwret ); if ( $OBJ->{config}->{do_head} && $$hrin{whisker}->{method} ne 'HEAD' ) { my $save = $$hrin{whisker}->{method}; $$hrin{whisker}->{method} = 'HEAD'; ( $cret, $lwret ) = _crawl_do_request_ex( $hrin, $hrout, $OBJ ); $$hrin{whisker}->{method} = $save; return $cret if ( $cret > 0 ); if ( $lwret == 0 ) { # successful request if ( $$hrout{whisker}->{code} == 501 ) { # HEAD not allowed $OBJ->{config}->{do_head} = 0; # no more HEAD requests } } # request errors are essentially redone via GET, below } ( $cret, $lwret ) = _crawl_do_request_ex( $hrin, $hrout, $OBJ ); return $lwret if ( $cret < 0 ); return $cret; } } # CRAWL_CONTAINER ################################################################ ######################################################################## =item B Params: $name, \@array [, $name, \%hash, $name, \$scalar ] Return: $code [ undef on error ] The dump function will take the given $name and data reference, and will create an ASCII perl code representation suitable for eval'ing later to recreate the same structure. $name is the name of the variable that it will be saved as. Example: $output = LW2::dump('request',\%request); NOTE: dump() creates anonymous structures under the name given. For example, if you dump the hash %hin under the name 'hin', then when you eval the dumped code you will need to use %$hin, since $hin is now a *reference* to a hash. =cut sub dump { my %what = @_; my ( $final, $k, $v ) = (''); while ( ( $k, $v ) = each %what ) { return undef if ( ref($k) || !ref($v) ); $final .= "\$$k = " . _dump( 1, $v, 1 ); $final =~ s#,\n$##; $final .= ";\n"; } return $final; } ######################################################################## =item B Params: $file, $name, \@array [, $name, \%hash, $name, \@scalar ] Return: 0 if success; 1 if error This calls dump() and saves the output to the specified $file. Note: LW does not checking on the validity of the file name, it's creation, or anything of the sort. Files are opened in overwrite mode. =cut sub dump_writefile { my $file = shift; my $output = &dump(@_); return 1 if ( !open( OUT, ">$file" ) || !defined $output ); binmode(OUT); print OUT $output; close(OUT); } ######################################################################## sub _dump { # dereference and dump an element my ( $t, $ref, $depth ) = @_; my ( $out, $k, $v ) = (''); $depth ||= 1; # to protect against circular loops return 'undef' if ( $depth > 128 ); if ( !defined $ref ) { return 'undef'; } elsif ( ref($ref) eq 'HASH' ) { $out .= "{\n"; while ( ( $k, $v ) = each %$ref ) { # next if ( $k eq '' ); $out .= "\t" x $t; $out .= _dumpd($k) . ' => '; if ( ref($v) ) { $out .= _dump( $t + 1, $v, $depth + 1 ); } else { $out .= _dumpd($v); } $out .= ",\n" unless ( substr( $out, -2, 2 ) eq ",\n" ); } $out =~ s#,\n$#\n#; $out .= "\t" x ( $t - 1 ); $out .= "},\n"; } elsif ( ref($ref) eq 'ARRAY' ) { $out .= "["; if ( ~~@$ref ) { $out .= "\n"; foreach $v (@$ref) { $out .= "\t" x $t; if ( ref($v) ) { $out .= _dump( $t + 1, $v, $depth + 1 ); } else { $out .= _dumpd($v); } $out .= ",\n" unless ( substr( $out, -2, 2 ) eq ",\n" ); } $out =~ s#,\n$#\n#; $out .= "\t" x ( $t - 1 ); } $out .= "],\n"; } elsif ( ref($ref) eq 'SCALAR' ) { $out .= _dumpd($$ref); } elsif ( ref($ref) eq 'REF' ) { $out .= _dump( $t, $$ref, $depth + 1 ); } elsif ( ref($ref) ) { # unknown/unsupported ref $out .= "undef"; } else { # normal scalar $out .= _dumpd($ref); } return $out; } ######################################################################## sub _dumpd { # escape a scalar string my $v = shift; return 'undef' if ( !defined $v ); return "''" if ( $v eq '' ); return "$v" if ( $v eq '0' || $v !~ tr/0-9//c && $v !~ m#^0+# ); if ( $v !~ tr/ !-~//c ) { $v =~ s/(['\\])/\\$1/g; return "'$v'"; } $v =~ s#\\#\\\\#g; $v =~ s#"#\\"#g; $v =~ s#\r#\\r#g; $v =~ s#\n#\\n#g; $v =~ s#\t#\\t#g; $v =~ s#\$#\\\$#g; $v =~ s#([^!-~ ])#sprintf('\\x%02x',ord($1))#eg; return "\"$v\""; } ######################################################################## ######################################################################## { # package variables my $MIMEBASE64_TRYLOADING = 1; ######################################################################## =item B Params: $data [, $eol] Return: $b64_encoded_data This function does Base64 encoding. If the binary MIME::Base64 module is available, it will use that; otherwise, it falls back to an internal perl version. The perl version carries the following copyright: Copyright 1995-1999 Gisle Aas NOTE: the $eol parameter will be inserted every 76 characters. This is used to format the data for output on a 80 character wide terminal. =cut sub encode_base64 { if ($MIMEBASE64_TRYLOADING) { eval "require MIME::Base64"; $MIMEBASE64_TRYLOADING = 0; } goto &MIME::Base64::encode_base64 if ($MIME::Base64::VERSION); my $res = ""; my $eol = $_[1]; $eol = "\n" unless defined $eol; pos( $_[0] ) = 0; while ( $_[0] =~ /(.{1,45})/gs ) { $res .= substr( pack( 'u', $1 ), 1 ); chop($res); } $res =~ tr|` -_|AA-Za-z0-9+/|; my $padding = ( 3 - length( $_[0] ) % 3 ) % 3; $res =~ s/.{$padding}$/'=' x $padding/e if $padding; if ( length $eol ) { $res =~ s/(.{1,76})/$1$eol/g; } $res; } ######################################################################## =item B Params: $data Return: $b64_decoded_data A perl implementation of base64 decoding. The perl code for this function was actually taken from an older MIME::Base64 perl module, and bears the following copyright: Copyright 1995-1999 Gisle Aas =cut sub decode_base64 { if ($MIMEBASE64_TRYLOADING) { eval "require MIME::Base64"; $MIMEBASE64_TRYLOADING = 0; } goto &MIME::Base64::decode_base64 if ($MIME::Base64::VERSION); my $str = shift; my $res = ""; $str =~ tr|A-Za-z0-9+=/||cd; $str =~ s/=+$//; # remove padding $str =~ tr|A-Za-z0-9+/| -_|; # convert to uuencoded format while ( $str =~ /(.{1,60})/gs ) { my $len = chr( 32 + length($1) * 3 / 4 ); # compute length byte $res .= unpack( "u", $len . $1 ); # uudecode } $res; } ######################################################################## } # end package variables ######################################################################## =item B Params: $data Return: $result This function encodes every character (except the / character) with normal URL hex encoding. =cut sub encode_uri_hex { # normal hex encoding my $str = shift; $str =~ s/([^\/])/sprintf("%%%02x",ord($1))/ge; return $str; } ######################################################################### =item B Params: $data Return: $result This function randomly encodes characters (except the / character) with normal URL hex encoding. =cut sub encode_uri_randomhex { # random normal hex encoding my @T = split( //, shift ); my $s; foreach (@T) { if (m#[;=:&@\?]#) { $s .= $_; next; } if ( ( rand() * 2 ) % 2 == 1 ) { $s .= sprintf( "%%%02x", ord($_) ); } else { $s .= $_; } } return $s; } ######################################################################### =item B Params: $data Return: $result This function randomly changes the case of characters in the string. =cut sub encode_uri_randomcase { my ( $x, $uri ) = ( '', shift ); return $uri if ( $uri !~ tr/a-zA-Z// ); # fast-path my @T = split( //, $uri ); for ( $x = 0 ; $x < ( scalar @T ) ; $x++ ) { if ( ( rand() * 2 ) % 2 == 1 ) { $T[$x] =~ tr/A-Za-z/a-zA-Z/; } } return join( '', @T ); } ######################################################################### =item B Params: $data Return: $result This function converts a normal string into Windows unicode format (non-overlong or anything fancy). =cut sub encode_unicode { my ( $c, $r ) = ( '', '' ); foreach $c ( split( //, shift ) ) { $r .= pack( "v", ord($c) ); } return $r; } ######################################################################### =item B Params: $unicode_string Return: $decoded_string This function attempts to decode a unicode (UTF-8) string by converting it into a single-byte-character string. Overlong characters are converted to their standard characters in place; non-overlong (aka multi-byte) characters are substituted with the 0xff; invalid encoding characters are left as-is. Note: this function is useful for dealing with the various unicode exploits/vulnerabilities found in web servers; it is *not* good for doing actual UTF-8 parsing, since characters over a single byte are basically dropped/replaced with a placeholder. =cut sub decode_unicode { my $str = $_[0]; return $str if ( $str !~ tr/!-~//c ); # fastpath my ( $lead, $count, $idx ); my $out = ''; my $len = length($str); my ( $ptr, $no, $nu ) = ( 0, 0, 0 ); while ( $ptr < $len ) { my $c = substr( $str, $ptr, 1 ); if ( ord($c) >= 0xc0 && ord($c) <= 0xfd ) { $count = 0; $c = ord($c) << 1; while ( ( $c & 0x80 ) == 0x80 ) { $c <<= 1; last if ( $count++ == 4 ); } $c = ( $c & 0xff ); for ( $idx = 1 ; $idx < $count ; $idx++ ) { my $o = ord( substr( $str, $ptr + $idx, 1 ) ); $no = 1 if ( $o != 0x80 ); $nu = 1 if ( $o < 0x80 || $o > 0xbf ); } my $o = ord( substr( $str, $ptr + $idx, 1 ) ); $nu = 1 if ( $o < 0x80 || $o > 0xbf ); if ($nu) { $out .= substr( $str, $ptr++, 1 ); } else { if ($no) { $out .= "\xff"; # generic replacement char } else { my $prior = ord( substr( $str, $ptr + $count - 1, 1 ) ) << 6; $out .= pack( "C", (( ord( substr( $str, $ptr + $count, 1 ) ) & 0x7f ) + $prior ) & 255 ); } $ptr += $count + 1; } $no = $nu = 0; } else { $out .= $c; $ptr++; } } return $out; } ######################################################################## =item B Params: \%request, $modes Return: nothing encode_anti_ids computes the proper anti-ids encoding/tricks specified by $modes, and sets up %hin in order to use those tricks. Valid modes are (the mode numbers are the same as those found in whisker 1.4): =over 4 =item 1 Encode some of the characters via normal URL encoding =item 2 Insert directory self-references (/./) =item 3 Premature URL ending (make it appear the request line is done) =item 4 Prepend a long random string in the form of "/string/../URL" =item 5 Add a fake URL parameter =item 6 Use a tab instead of a space as a request spacer =item 7 Change the case of the URL (works against Windows and Novell) =item 8 Change normal separators ('/') to Windows version ('\') =item 9 Session splicing [NOTE: not currently available] =item A Use a carriage return (0x0d) as a request spacer =item B Use binary value 0x0b as a request spacer =back You can set multiple modes by setting the string to contain all the modes desired; i.e. $modes="146" will use modes 1, 4, and 6. =cut sub encode_anti_ids { my ( $rhin, $modes ) = ( shift, shift ); my ( @T, $x, $c, $s, $y ); my $ENCODED = 0; my $W = $$rhin{'whisker'}; return if ( !( defined $rhin && ref($rhin) ) ); # in case they didn't do it already $$rhin{'whisker'}->{'uri_orig'} = $$rhin{'whisker'}->{'uri'}; # note: order is important! # mode 9 - session splicing #if($modes=~/9/){ # $$rhin{'whisker'}->{'ids_session_splice'}=1; #} # mode 4 - prepend long random string if ( $modes =~ /4/ ) { $s = ''; if ( $$W{'uri'} =~ m#^/# ) { $y = &utils_randstr; $s .= $y while ( length($s) < 512 ); $$W{'uri'} = "/$s/.." . $$W{'uri'}; } } # mode 7 - (windows) random case sensitivity if ( $modes =~ /7/ ) { $$W{'uri'} = encode_uri_randomcase( $$W{'uri'} ); } # mode 2 - directory self-reference (/./) if ( $modes =~ /2/ ) { $$W{'uri'} =~ s#/#/./#g; } # mode 8 - windows directory separator (\) if ( $modes =~ /8/ ) { $$W{'uri'} =~ s#/#\\#g; $$W{'uri'} =~ s#^\\#/#; $$W{'uri'} =~ s#^([a-zA-Z0-9_]+):\\#$1://#; $$W{'uri'} =~ s#\\$#/#; } # mode 1 - random URI (non-UTF8) encoding if ( $modes =~ /1/ ) { if ( $ENCODED == 0 ) { $$W{'uri'} = encode_uri_randomhex( $$W{'uri'} ); $ENCODED = 1; } } # mode 5 - fake parameter if ( $modes =~ /5/ ) { ( $s, $y ) = ( &utils_randstr, &utils_randstr ); $$W{'uri'} = "/$s.html%3F$y=/../$$W{'uri'}"; } # mode 3 - premature URL ending if ( $modes =~ /3/ ) { $s = &utils_randstr; $$W{'uri'} = "/%20HTTP/1.1%0d%0aAccept%3a%20$s/../..$$W{'uri'}"; } # mode 6 - TAB as request spacer if ( $modes =~ /6/ ) { $$W{'http_space1'} = "\t"; } # mode A - CR as request spacer if ( $modes =~ /A/i ) { $$W{'http_space1'} = $$W{'http_space2'} = "\x0d"; } # mode B - 0x0b as request spacer if ( $modes =~ /B/i ) { $$W{'http_space1'} = $$W{'http_space2'} = "\x0b"; } } =item B The goal is to parse the variable, human-readable HTML into concrete structures usable by your program. The forms functions does do a good job at making these structures, but I will admit: they are not exactly simple, and thus not a cinch to work with. But then again, representing something as complex as a HTML form is not a simple thing either. I think the results are acceptable for what's trying to be done. Anyways... Forms are stored in perl hashes, with elements in the following format: $form{'element_name'}=@([ 'type', 'value', @params ]) Thus every element in the hash is an array of anonymous arrays. The first array value contains the element type (which is 'select', 'textarea', 'button', or an 'input' value of the form 'input-text', 'input-hidden', 'input-radio', etc). The second value is the value, if applicable (it could be undef if no value was specified). Note that select elements will always have an undef value--the actual values are in the subsequent options elements. The third value, if defined, is an anonymous array of additional tag parameters found in the element (like 'onchange="blah"', 'size="20"', 'maxlength="40"', 'selected', etc). The array does contain one special element, which is stored in the hash under a NULL character ("\0") key. This element is of the format: $form{"\0"}=['name', 'method', 'action', @parameters]; The element is an anonymous array that contains strings of the form's name, method, and action (values can be undef), and a @parameters array similar to that found in normal elements (above). Accessing individual values stored in the form hash becomes a test of your perl referencing skills. Hint: to access the 'value' of the third element named 'choices', you would need to do: $form{'choices'}->[2]->[1]; The '[2]' is the third element (normal array starts with 0), and the actual value is '[1]' (the type is '[0]', and the parameter array is '[2]'). =cut ################################################################ # Cluster global variables %_forms_ELEMENTS = ( 'form' => 1, 'input' => 1, 'textarea' => 1, 'button' => 1, 'select' => 1, 'option' => 1, '/select' => 1 ); ################################################################ =item B Params: \$html_data Return: \@found_forms This function parses the given $html_data into libwhisker form hashes. It returns a reference to an array of hash references to the found forms. =cut sub forms_read { my $dr = shift; return undef if ( !ref($dr) || length($$dr) == 0 ); my $A = [ {}, [] ]; html_find_tags( $dr, \&_forms_parse_callback, 0, $A, \%_forms_ELEMENTS ); if ( scalar %{ $A->[0] } ) { push( @{ $A->[1] }, $A->[0] ); } return $A->[1]; } ################################################################ =item B Params: \%form_hash Return: $html_of_form [undef on error] This function will take the given %form hash and compose a generic HTML representation of it, formatted with tabs and newlines in order to make it neat and tidy for printing. Note: this function does *not* escape any special characters that were embedded in the element values. =cut sub forms_write { my $hr = shift; return undef if ( !ref($hr) || !( scalar %$hr ) ); return undef if ( !defined $$hr{"\0"} ); my $t = '
[0] . '" method="'; $t .= $$hr{"\0"}->[1] . '" action="' . $$hr{"\0"}->[2] . '"'; if ( defined $$hr{"\0"}->[3] ) { $t .= ' ' . join( ' ', @{ $$hr{"\0"}->[3] } ); } $t .= ">\n"; my ( $name, $ar ); while ( ( $name, $ar ) = each(%$hr) ) { next if ( $name eq "\0" ); next if ( $name eq '' && $ar->[0]->[0] eq '' ); foreach $a (@$ar) { my $P = ''; $P = ' ' . join( ' ', @{ $$a[2] } ) if ( defined $$a[2] ); $t .= "\t"; if ( $$a[0] eq 'textarea' ) { $t .= "\n"; } elsif ( $$a[0] =~ m/^input-(.+)$/ ) { $t .= "\n"; } elsif ( $$a[0] eq 'option' ) { $t .= "\t