Metasploit auxiliary(scanner/http/tomcat_mgr_login) errorMetasploit Default exploits folderError when...

What is a romance in Latin?

What mechanic is there to disable a threat instead of killing it?

Why didn't Boeing produce its own regional jet?

How can I determine if the org that I'm currently connected to is a scratch org?

Do UK voters know if their MP will be the Speaker of the House?

How did the Super Star Destroyer Executor get destroyed exactly?

Im going to France and my passport expires June 19th

How would I stat a creature to be immune to everything but the Magic Missile spell? (just for fun)

Why would the Red Woman birth a shadow if she worshipped the Lord of the Light?

Can I run a new neutral wire to repair a broken circuit?

Can we compute the area of a quadrilateral with one right angle when we only know the lengths of any three sides?

What's the in-universe reasoning behind sorcerers needing material components?

Zip/Tar file compressed to larger size?

Is it possible to create a QR code using text?

Why was the shrinking from 8″ made only to 5.25″ and not smaller (4″ or less)?

Watching something be piped to a file live with tail

How much of data wrangling is a data scientist's job?

How do I handle a potential work/personal life conflict as the manager of one of my friends?

Why can't we play rap on piano?

Can compressed videos be decoded back to their uncompresed original format?

Ambiguity in the definition of entropy

Intersection Puzzle

How do conventional missiles fly?

Is it logically or scientifically possible to artificially send energy to the body?



Metasploit auxiliary(scanner/http/tomcat_mgr_login) error


Metasploit Default exploits folderError when installing metasploit-framework on Mac YosemiteUpdating Metasploit: Most recent modulesError running Metasploit Framework on Mac OS X YosemiteMetasploit Community Console on Windows errorInstalling WPScan and Metasploit on Ubuntu 16.04In Metasploit, how to scan workspace's addresses with db_nmap?Raspberry Pi install MetasploitForward Metasploit Requests to another ipNexpose service not available in Metasploit













0















i was using this auxiliary and 5 mins in i get this error;



Auxiliary failed: RuntimeError Problem invalidating login: PG::InvalidRegularExpression: ERROR: invalid regular expression: quantifier operand invalid
: SELECT DISTINCT "metasploit_credential_cores"."id", "metasploit_credential_cores"."id" AS alias_0 FROM "metasploit_credential_cores" LEFT OUTER JOIN "metasploit_credential_privates" ON "metasploit_credential_privates"."id" = "metasploit_credential_cores"."private_id" LEFT OUTER JOIN "metasploit_credential_publics" ON "metasploit_credential_publics"."id" = "metasploit_credential_cores"."public_id" LEFT OUTER JOIN "metasploit_credential_logins" ON "metasploit_credential_logins"."core_id" = "metasploit_credential_cores"."id" LEFT OUTER JOIN "services" ON "services"."id" = "metasploit_credential_logins"."service_id" LEFT OUTER JOIN "hosts" ON "hosts"."id" = "services"."host_id" LEFT OUTER JOIN "metasploit_credential_realms" ON "metasploit_credential_realms"."id" = "metasploit_credential_cores"."realm_id" WHERE "metasploit_credential_cores"."workspace_id" = $1 AND "services"."name" IN ('https') AND "services"."port" IN (443) AND ("metasploit_credential_publics"."username" ~* '^tomcat$') AND ("metasploit_credential_privates"."data" ~* '^******$') AND ("metasploit_credential_logins"."id" IS NOT NULL) ORDER BY "metasploit_credential_cores"."id" ASC LIMIT 1. See log for more details.
[-] Call stack:
[-] /usr/share/metasploit-framework/lib/metasploit/framework/data_service/proxy/core.rb:174:in log_error'
[-] /usr/share/metasploit-framework/lib/metasploit/framework/data_service/proxy/login_data_proxy.rb:55:in
rescue in invalidate_login'
[-] /usr/share/metasploit-framework/lib/metasploit/framework/data_service/proxy/login_data_proxy.rb:32:in invalidate_login'
[-] /usr/share/metasploit-framework/lib/msf/core/auxiliary/report.rb:58:in
invalidate_login'
[-] /usr/share/metasploit-framework/modules/auxiliary/scanner/http/tomcat_mgr_login.rb:133:in block in run_host'
[-] /usr/share/metasploit-framework/lib/metasploit/framework/login_scanner/base.rb:234:in
block in scan!'
[-] /usr/share/metasploit-framework/lib/metasploit/framework/login_scanner/base.rb:179:in block in each_credential'
[-] /usr/share/metasploit-framework/lib/metasploit/framework/credential_collection.rb:132:in
block in each'
[-] /usr/share/metasploit-framework/lib/metasploit/framework/credential_collection.rb:130:in each_line'
[-] /usr/share/metasploit-framework/lib/metasploit/framework/credential_collection.rb:130:in
each'
[-] /usr/share/metasploit-framework/lib/metasploit/framework/login_scanner/base.rb:141:in each_credential'
[-] /usr/share/metasploit-framework/lib/metasploit/framework/login_scanner/base.rb:205:in
scan!'
[-] /usr/share/metasploit-framework/modules/auxiliary/scanner/http/tomcat_mgr_login.rb:119:in run_host'
[-] /usr/share/metasploit-framework/lib/msf/core/auxiliary/scanner.rb:111:in
block (2 levels) in run'
[-] /usr/share/metasploit-framework/lib/msf/core/thread_manager.rb:106:in `block in spawn'
[*] Auxiliary module execution completed



Anyone know why?









share







New contributor




user1016656 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    i was using this auxiliary and 5 mins in i get this error;



    Auxiliary failed: RuntimeError Problem invalidating login: PG::InvalidRegularExpression: ERROR: invalid regular expression: quantifier operand invalid
    : SELECT DISTINCT "metasploit_credential_cores"."id", "metasploit_credential_cores"."id" AS alias_0 FROM "metasploit_credential_cores" LEFT OUTER JOIN "metasploit_credential_privates" ON "metasploit_credential_privates"."id" = "metasploit_credential_cores"."private_id" LEFT OUTER JOIN "metasploit_credential_publics" ON "metasploit_credential_publics"."id" = "metasploit_credential_cores"."public_id" LEFT OUTER JOIN "metasploit_credential_logins" ON "metasploit_credential_logins"."core_id" = "metasploit_credential_cores"."id" LEFT OUTER JOIN "services" ON "services"."id" = "metasploit_credential_logins"."service_id" LEFT OUTER JOIN "hosts" ON "hosts"."id" = "services"."host_id" LEFT OUTER JOIN "metasploit_credential_realms" ON "metasploit_credential_realms"."id" = "metasploit_credential_cores"."realm_id" WHERE "metasploit_credential_cores"."workspace_id" = $1 AND "services"."name" IN ('https') AND "services"."port" IN (443) AND ("metasploit_credential_publics"."username" ~* '^tomcat$') AND ("metasploit_credential_privates"."data" ~* '^******$') AND ("metasploit_credential_logins"."id" IS NOT NULL) ORDER BY "metasploit_credential_cores"."id" ASC LIMIT 1. See log for more details.
    [-] Call stack:
    [-] /usr/share/metasploit-framework/lib/metasploit/framework/data_service/proxy/core.rb:174:in log_error'
    [-] /usr/share/metasploit-framework/lib/metasploit/framework/data_service/proxy/login_data_proxy.rb:55:in
    rescue in invalidate_login'
    [-] /usr/share/metasploit-framework/lib/metasploit/framework/data_service/proxy/login_data_proxy.rb:32:in invalidate_login'
    [-] /usr/share/metasploit-framework/lib/msf/core/auxiliary/report.rb:58:in
    invalidate_login'
    [-] /usr/share/metasploit-framework/modules/auxiliary/scanner/http/tomcat_mgr_login.rb:133:in block in run_host'
    [-] /usr/share/metasploit-framework/lib/metasploit/framework/login_scanner/base.rb:234:in
    block in scan!'
    [-] /usr/share/metasploit-framework/lib/metasploit/framework/login_scanner/base.rb:179:in block in each_credential'
    [-] /usr/share/metasploit-framework/lib/metasploit/framework/credential_collection.rb:132:in
    block in each'
    [-] /usr/share/metasploit-framework/lib/metasploit/framework/credential_collection.rb:130:in each_line'
    [-] /usr/share/metasploit-framework/lib/metasploit/framework/credential_collection.rb:130:in
    each'
    [-] /usr/share/metasploit-framework/lib/metasploit/framework/login_scanner/base.rb:141:in each_credential'
    [-] /usr/share/metasploit-framework/lib/metasploit/framework/login_scanner/base.rb:205:in
    scan!'
    [-] /usr/share/metasploit-framework/modules/auxiliary/scanner/http/tomcat_mgr_login.rb:119:in run_host'
    [-] /usr/share/metasploit-framework/lib/msf/core/auxiliary/scanner.rb:111:in
    block (2 levels) in run'
    [-] /usr/share/metasploit-framework/lib/msf/core/thread_manager.rb:106:in `block in spawn'
    [*] Auxiliary module execution completed



    Anyone know why?









    share







    New contributor




    user1016656 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      i was using this auxiliary and 5 mins in i get this error;



      Auxiliary failed: RuntimeError Problem invalidating login: PG::InvalidRegularExpression: ERROR: invalid regular expression: quantifier operand invalid
      : SELECT DISTINCT "metasploit_credential_cores"."id", "metasploit_credential_cores"."id" AS alias_0 FROM "metasploit_credential_cores" LEFT OUTER JOIN "metasploit_credential_privates" ON "metasploit_credential_privates"."id" = "metasploit_credential_cores"."private_id" LEFT OUTER JOIN "metasploit_credential_publics" ON "metasploit_credential_publics"."id" = "metasploit_credential_cores"."public_id" LEFT OUTER JOIN "metasploit_credential_logins" ON "metasploit_credential_logins"."core_id" = "metasploit_credential_cores"."id" LEFT OUTER JOIN "services" ON "services"."id" = "metasploit_credential_logins"."service_id" LEFT OUTER JOIN "hosts" ON "hosts"."id" = "services"."host_id" LEFT OUTER JOIN "metasploit_credential_realms" ON "metasploit_credential_realms"."id" = "metasploit_credential_cores"."realm_id" WHERE "metasploit_credential_cores"."workspace_id" = $1 AND "services"."name" IN ('https') AND "services"."port" IN (443) AND ("metasploit_credential_publics"."username" ~* '^tomcat$') AND ("metasploit_credential_privates"."data" ~* '^******$') AND ("metasploit_credential_logins"."id" IS NOT NULL) ORDER BY "metasploit_credential_cores"."id" ASC LIMIT 1. See log for more details.
      [-] Call stack:
      [-] /usr/share/metasploit-framework/lib/metasploit/framework/data_service/proxy/core.rb:174:in log_error'
      [-] /usr/share/metasploit-framework/lib/metasploit/framework/data_service/proxy/login_data_proxy.rb:55:in
      rescue in invalidate_login'
      [-] /usr/share/metasploit-framework/lib/metasploit/framework/data_service/proxy/login_data_proxy.rb:32:in invalidate_login'
      [-] /usr/share/metasploit-framework/lib/msf/core/auxiliary/report.rb:58:in
      invalidate_login'
      [-] /usr/share/metasploit-framework/modules/auxiliary/scanner/http/tomcat_mgr_login.rb:133:in block in run_host'
      [-] /usr/share/metasploit-framework/lib/metasploit/framework/login_scanner/base.rb:234:in
      block in scan!'
      [-] /usr/share/metasploit-framework/lib/metasploit/framework/login_scanner/base.rb:179:in block in each_credential'
      [-] /usr/share/metasploit-framework/lib/metasploit/framework/credential_collection.rb:132:in
      block in each'
      [-] /usr/share/metasploit-framework/lib/metasploit/framework/credential_collection.rb:130:in each_line'
      [-] /usr/share/metasploit-framework/lib/metasploit/framework/credential_collection.rb:130:in
      each'
      [-] /usr/share/metasploit-framework/lib/metasploit/framework/login_scanner/base.rb:141:in each_credential'
      [-] /usr/share/metasploit-framework/lib/metasploit/framework/login_scanner/base.rb:205:in
      scan!'
      [-] /usr/share/metasploit-framework/modules/auxiliary/scanner/http/tomcat_mgr_login.rb:119:in run_host'
      [-] /usr/share/metasploit-framework/lib/msf/core/auxiliary/scanner.rb:111:in
      block (2 levels) in run'
      [-] /usr/share/metasploit-framework/lib/msf/core/thread_manager.rb:106:in `block in spawn'
      [*] Auxiliary module execution completed



      Anyone know why?









      share







      New contributor




      user1016656 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      i was using this auxiliary and 5 mins in i get this error;



      Auxiliary failed: RuntimeError Problem invalidating login: PG::InvalidRegularExpression: ERROR: invalid regular expression: quantifier operand invalid
      : SELECT DISTINCT "metasploit_credential_cores"."id", "metasploit_credential_cores"."id" AS alias_0 FROM "metasploit_credential_cores" LEFT OUTER JOIN "metasploit_credential_privates" ON "metasploit_credential_privates"."id" = "metasploit_credential_cores"."private_id" LEFT OUTER JOIN "metasploit_credential_publics" ON "metasploit_credential_publics"."id" = "metasploit_credential_cores"."public_id" LEFT OUTER JOIN "metasploit_credential_logins" ON "metasploit_credential_logins"."core_id" = "metasploit_credential_cores"."id" LEFT OUTER JOIN "services" ON "services"."id" = "metasploit_credential_logins"."service_id" LEFT OUTER JOIN "hosts" ON "hosts"."id" = "services"."host_id" LEFT OUTER JOIN "metasploit_credential_realms" ON "metasploit_credential_realms"."id" = "metasploit_credential_cores"."realm_id" WHERE "metasploit_credential_cores"."workspace_id" = $1 AND "services"."name" IN ('https') AND "services"."port" IN (443) AND ("metasploit_credential_publics"."username" ~* '^tomcat$') AND ("metasploit_credential_privates"."data" ~* '^******$') AND ("metasploit_credential_logins"."id" IS NOT NULL) ORDER BY "metasploit_credential_cores"."id" ASC LIMIT 1. See log for more details.
      [-] Call stack:
      [-] /usr/share/metasploit-framework/lib/metasploit/framework/data_service/proxy/core.rb:174:in log_error'
      [-] /usr/share/metasploit-framework/lib/metasploit/framework/data_service/proxy/login_data_proxy.rb:55:in
      rescue in invalidate_login'
      [-] /usr/share/metasploit-framework/lib/metasploit/framework/data_service/proxy/login_data_proxy.rb:32:in invalidate_login'
      [-] /usr/share/metasploit-framework/lib/msf/core/auxiliary/report.rb:58:in
      invalidate_login'
      [-] /usr/share/metasploit-framework/modules/auxiliary/scanner/http/tomcat_mgr_login.rb:133:in block in run_host'
      [-] /usr/share/metasploit-framework/lib/metasploit/framework/login_scanner/base.rb:234:in
      block in scan!'
      [-] /usr/share/metasploit-framework/lib/metasploit/framework/login_scanner/base.rb:179:in block in each_credential'
      [-] /usr/share/metasploit-framework/lib/metasploit/framework/credential_collection.rb:132:in
      block in each'
      [-] /usr/share/metasploit-framework/lib/metasploit/framework/credential_collection.rb:130:in each_line'
      [-] /usr/share/metasploit-framework/lib/metasploit/framework/credential_collection.rb:130:in
      each'
      [-] /usr/share/metasploit-framework/lib/metasploit/framework/login_scanner/base.rb:141:in each_credential'
      [-] /usr/share/metasploit-framework/lib/metasploit/framework/login_scanner/base.rb:205:in
      scan!'
      [-] /usr/share/metasploit-framework/modules/auxiliary/scanner/http/tomcat_mgr_login.rb:119:in run_host'
      [-] /usr/share/metasploit-framework/lib/msf/core/auxiliary/scanner.rb:111:in
      block (2 levels) in run'
      [-] /usr/share/metasploit-framework/lib/msf/core/thread_manager.rb:106:in `block in spawn'
      [*] Auxiliary module execution completed



      Anyone know why?







      linux tomcat metasploit





      share







      New contributor




      user1016656 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share







      New contributor




      user1016656 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share



      share






      New contributor




      user1016656 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 6 mins ago









      user1016656user1016656

      1




      1




      New contributor




      user1016656 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      user1016656 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      user1016656 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          user1016656 is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1421189%2fmetasploit-auxiliaryscanner-http-tomcat-mgr-login-error%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          user1016656 is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          user1016656 is a new contributor. Be nice, and check out our Code of Conduct.













          user1016656 is a new contributor. Be nice, and check out our Code of Conduct.












          user1016656 is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Super User!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1421189%2fmetasploit-auxiliaryscanner-http-tomcat-mgr-login-error%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

          Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

          looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...