Tuhinshubhra / CMSeeK

CMS Detection and Exploitation suite - Scan WordPress, Joomla, Drupal and over 180 other CMSs
GNU General Public License v3.0
2.31k stars 497 forks source link

Make CMSeek installable #180

Open ocervell opened 6 months ago

ocervell commented 6 months ago

Using good Python practices, we should be able to install cmseek using:

pip install cmseek
cmseek --help

or the same with pipx.

This PR allows to use cmseek as a CLI.