Cmseek API cms detection and exploitation suite
Cmseek is CMS Detection and Exploitation suite - Scan WordPress, Joomla, Drupal and over 180 other CMSs.
To use our API you will have to register Or you can contact us. And then generate API Key. Our API is not provided for free, you can either become a patreon or you can contact us and we see how to setup.
1import requests
2headers= {"X-Auth-Email":"youremail@something-here-re.com"}
3
4 # or if you want to use api X-AUTH-KEY and api X-AUTH-SECRET
5headers = {"X-AUTH-SECRET":"", "X-AUTH-KEY":""}
6
7url="https://api.nmmapper.com/api/v1/cmseek/?domain=your-domain-here"
8res = requests.get(url, headers=headers)
9#
That is all you need and you will get your cms detected.