TCP backdoor 32764 – how we could patch the Internet (or part of it)
blog.quarkslab.com
TCP backdoor 32764 – how we could patch the Internet (or part of it)
1–10 of 22 posts
Re: TCP backdoor 32764 – how we could patch the Internet (or part of it)
#2Re: TCP backdoor 32764 – how we could patch the Internet (or part of it)
#3term1$ tcpdump -i en1 -X -n port 32764
term2$ telnet 192.168.0.1 32764
Output doesn't show the expected hex code. Is this naive?
Re: TCP backdoor 32764 – how we could patch the Internet (or part of it)
#4Anyone played with this? term1$ tcpdump -i en1 -X -n port 32764 term2$ telnet 192.168.0.1 32764 Output doesn't show the expected hex code. Is this naive?
$ telnet [redacted] 32764
Trying [redacted]...
telnet: connect to address [redacted]: Connection refused
telnet: Unable to connect to remote host
Does this mean my router has no backdoor? Is it clever enough to avoid detection?Re: TCP backdoor 32764 – how we could patch the Internet (or part of it)
#5Re: TCP backdoor 32764 – how we could patch the Internet (or part of it)
#6Anyone played with this? term1$ tcpdump -i en1 -X -n port 32764 term2$ telnet 192.168.0.1 32764 Output doesn't show the expected hex code. Is this naive?
Yeah, I tried but with my external IP: $ telnet [redacted] 32764 Trying [redacted]... telnet: connect to address [redacted]: Connection refused telnet: Unable to connect to remote host Does this mean my router has no backdoor? Is it clever enough to avoid detection?
Re: TCP backdoor 32764 – how we could patch the Internet (or part of it)
#7Re: TCP backdoor 32764 – how we could patch the Internet (or part of it)
#8Anyone played with this? term1$ tcpdump -i en1 -X -n port 32764 term2$ telnet 192.168.0.1 32764 Output doesn't show the expected hex code. Is this naive?
Yeah, I tried but with my external IP: $ telnet [redacted] 32764 Trying [redacted]... telnet: connect to address [redacted]: Connection refused telnet: Unable to connect to remote host Does this mean my router has no backdoor? Is it clever enough to avoid detection?
Metasploit has a check module for this, and will also get you a shell:
https://community.rapid7.com/community/metasploit/blog/2014/...
Re: TCP backdoor 32764 – how we could patch the Internet (or part of it)
#9Increasingly, it seems that firewalls are doing less to improve actual security, while continuing to hinder legitimate network connectivity and the deployment of new protocols.
Re: TCP backdoor 32764 – how we could patch the Internet (or part of it)
#10Edit: search directly for the vulnerability