Forum Discussion

KingMashaba's avatar
KingMashaba
Icon for Bronze II rankBronze II
2 months ago
Solved

Introduction to Metasploit: Ep.9 – Demonstrate Your Skills

Please help me out here. I managed to brute for to Apache Tomcat Manager using:  auxiliary/scanner/http/tomcat_mgr_login QCC:Qlogic66 When i try to log in to site it is not working  http://10....
  • neeemu's avatar
    2 months ago

    I'd suggest double checking all the options for the exploits, little mistakes can often mess up exploits.
    Be careful when copying passwords as they are case sensitive.
    Do you have the correct rport set?
    Try different targetURIs such as /manager

    Failing that, if you have the username & password you will likely be able to login to web app and upload a reverse shell  then set up a listener in Metasploit using exploit/multi/handler to get a shell.