# CMS (Content Management System) Pentesting

CMS (Content Management System) is computer software used to manage the creation and modification of digital content.

### CMS Detection <a href="#cms-detection" id="cms-detection"></a>

If you don't know which CMS used in target websites, you can detect it using [**Cmseek**](https://github.com/Tuhinshubhra/CMSeeK) which is an automatic CMS detection tool.

```
cmseek -u vulnerable.com
```
