【笔记】CMSeek学习笔记

前言

A content management system (CMS) manages the creation and modification of digital content. It typically supports multiple users in a collaborative environment. Some noteable examples are: WordPress, Joomla, Drupal etc.(Github

准备工作

  • git
1
git --version
  • python3
1
2
python3 --version
pip3 --version

下载项目

1
2
git clone https://github.com/Tuhinshubhra/CMSeeK
cd CMSeeK

安装依赖

1
pip3 install -r requirements.txt

启动SMeek

1
python3 cmseek.py

扫描结果存放目录

1
2
+ CMSeeK
+ Result

完成

参考文献

微信公众号——白帽子左一