删除组件检测功能,增加Js打印,增加easylist更新

This commit is contained in:
little_stone
2022-06-14 15:48:57 +08:00
parent bd2d50cf35
commit cc4f977db2
110 changed files with 386 additions and 15386 deletions

9
comp.py Normal file
View File

@@ -0,0 +1,9 @@
from Wappalyzer import Wappalyzer, WebPage
import builtwith
webpage = WebPage.new_from_url("http://iqiyi.com")
wappalyzer = Wappalyzer.latest()
print(wappalyzer.analyze(webpage))