0
votes
2answers
167 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 ...
0
votes
1answer
358 views

Telnet local privilege escalation exploits possible even when telnet is running under a normal user account?

http://www.exploit-db.com/exploits/8055/ says: The telnet protocol allows to pass environment variables inside the telnet traffic and assign them to the other side of the tcp connection. The ...
2
votes
2answers
209 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 ...