Cmseek API

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.

import requests
headers= {"X-Auth-Email":"youremail@something-here-re.com"}

# or if you want to use api X-AUTH-KEY and api X-AUTH-SECRET
headers = {"X-AUTH-SECRET":"", "X-AUTH-KEY":""}

url="https://api.nmmapper.com/api/v1/cmseek/?domain=your-domain-here"
res = requests.get(url, headers=headers)