
进入它网站发现它是iFrame嵌入了https://2023.ip138.com/,核心查询是这个网站,外面是个壳,为了拉广告流量的
Dim hc As New HttpClient("https://2023.ip138.com/")
Dim regex As New Regex("<title>(.*?)<\/title>")
Dim s As String = hc.GetData
Dim match As Match = regex.Match(s)
If match.Success Then
s = match.Groups(1).Value.Substring(8)
Output.Show(s)
End If结果:14.28.129.33