阿里云备案相关

Posted lijiext

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了阿里云备案相关相关的知识,希望对你有一定的参考价值。

aliyun备案相关

扫描代码

#ip段 https://bgp.he.net/
import requests
import threading
def get_title(ip):
	try:
		res = requests.get("http://"+ip,timeout=3)
		if res.status_code == 200:
			html = res.content.decode("utf-8")
			title = html.split("<title>")[1].split("</title>")[0].strip()
		else:
			pass
		title = f"{ip} {title[0:20]}"
	except:
		title = None
	if (title):
		print(title)
for m in range(0,10):
	for i in range(0,255):
		ip = f"39.104.{m}.{i}"
		t=threading.Thread(target=get_title,args=(ip,))
		t.start()

ip段扫描
原文链接

以上是关于阿里云备案相关的主要内容,如果未能解决你的问题,请参考以下文章

阿里云的香港服务器不需要备案吗

阿里云初次备案全流程与注意事项!

如何将添加阿里云备案号并居中显示

阿里云ECS云服务器购买须知(买前必看)!

公安备案接入服务商如何填写?(网站接入信息)

阿里云的备案非常快,赞一个