Port 7680
Nmap discovered an open port of 7680
on the target system, but unable to enumerate further.
┌──(kali㉿kali)-[~/archive/htb/labs/buff]
└─$ nmap -Pn -sV -p7680 $IP
starting nmap 7.93 ( https://nmap.org ) at 2023-01-27 11:31 CET
Nmap scan report for 10.10.10.198
Host is up (0.054s latency).
PORT STATE SERVICE VERSION
7680/tcp open pando-pub?
service detection performed. please report any incorrect results at https://nmap.org/submit/ .
nmap done: 1 IP address (1 host up) scanned in 48.76 seconds
I tried doing it again, but got nothing out of it.
┌──(kali㉿kali)-[~/archive/htb/labs/buff]
└─$ nc $IP 7680
It’s connecting to the port, but there is no response.
I can confirm that there is no response.
The only thing that has been done is the TCP handshake.
There is no other traffic
I sent in a bunch of A’s
There is the
push
, but the port immediately drops the connection with the fin
flag
Deadend.