-7
votes
1answer
33 views

Metasploit Auxiliary module doesn't work [closed]

I have a problem with a pentest I am running on a website and, after having discovered with nmap the open ports 80,8080, I decided to test the 8080 one, which has installed Apache Tomcat/Coyote JSP ...
0
votes
2answers
185 views

can a backdoor executable be used on an occupied port?

Suppose I am doing a penetration test on a network that has a firewall that blocks all ports except 80, 110, and 443. I want to use a metasploit reverse-TCP backdoor executable written in msfpayload ...
2
votes
2answers
233 views

Tools/methods helping to determine application/protocol serving specific port

I do blackbox testing of the server and figured out that there is a bunch of listening ports. I need to determine what services/protocols those ports are used for. What I've tried so far is to use ...