Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

running an NMAP port scan on a reverse TCP listener kills it #6497

Closed
bcook-r7 opened this issue Jan 22, 2016 · 0 comments
Closed

running an NMAP port scan on a reverse TCP listener kills it #6497

bcook-r7 opened this issue Jan 22, 2016 · 0 comments
Assignees

Comments

@bcook-r7
Copy link
Contributor

It seems that if a connection is made, and is shut down between the accept call and the inner loop to dispatch it inside of core/handler/reverse_tcp.rb, we end up breaking out of the accept loop and stop functioning.

E.g.:

./msfconsole -qx 'use exploit/multi/handler; set payload windows/meterpreter/reverse_tcp; set lhost 192.168.56.1; run -j -z'

nmap 192.168.56.1 -p 4444
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants