开发者

Detecting blog or forum software using python?

开发者 https://www.devze.com 2023-03-06 09:55 出处:网络
Is there a way beside checking for known signatures in the site co开发者_高级运维ntent to find out what kind of software is the website running e.g vbbuliten,WP etc, preferably python.re_generator = r

Is there a way beside checking for known signatures in the site co开发者_高级运维ntent to find out what kind of software is the website running e.g vbbuliten,WP etc, preferably python.


re_generator = re.compile('<meta name="generator" content="(.*?)" /?>', re.IGNORECASE)

This might be helpful


Some sites will set the 'generator' meta-tag in the html head.

0

精彩评论

暂无评论...
验证码 换一张
取 消