Honeypot

1. 信息收集

1.1. IP解析

┌──(root㉿kali)-[~/Desktop/cyberstrikelab/honypot]
└─# curl http://honeypot.cslab:8080/ -v
* Host honeypot.cslab:8080 was resolved.
* IPv6: (none)
* IPv4: 172.90.33.58
*   Trying 172.90.33.58:8080...
* Connected to honeypot.cslab (172.90.33.58) port 8080
* using HTTP/1.x
> GET / HTTP/1.1
> Host: honeypot.cslab:8080
> User-Agent: curl/8.12.1
> Accept: */*
> 
* Request completely sent off
< HTTP/1.1 200 
< Content-Type: text/html;charset=UTF-8
< Transfer-Encoding: chunked
< Date: Sat, 31 May 2025 04:51:50 GMT
< 

1.2. 端口扫描