From b1919a4b24c8b91dbfb68997f781fb9d5620c9bb Mon Sep 17 00:00:00 2001 From: RabbitMask Date: Fri, 8 Apr 2022 11:01:25 +0800 Subject: [PATCH] update --- README.md | 10 ++++++++-- requirements.txt | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b684e5f..8028810 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,15 @@ # Meppo 漏洞检测框架 Meppo | By WingsSec -### Version +### Update Log +##### V1.0 `2021-09-26` `框架开源` ##### V1.1 `2022-03-23` `正式开源` -##### V2.0 `2022-04-07` `版本重大更新,我们换了套皮肤 /手动狗头` + 同时开源了大量高质量漏洞检测脚本 +##### V2.0 `2022-04-07` + 版本重大更新,我们换了套皮肤 /手动狗头 + 优化框架交互,优化多种消息的颜色等级提示 + 继fofa之后新增shodan、hunter API导出 + 进一步丰富和优化脚本· ` ![](show.png) diff --git a/requirements.txt b/requirements.txt index 723fa55..b604b39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ beautifulsoup4==4.10.0 requests==2.25.1 -shodan=1.27.0 \ No newline at end of file +shodan==1.27.0 \ No newline at end of file