
एक उपकरण जो यह पहचानने के लिए है कि कोई डोमेन एक CMS (जैसे Wordpress, Moodle, Joomla, Drupal या Prestashop) है या नहीं।
यह उपकरण यह पहचानने के लिए है कि किसी डोमेन में CMS है या नहीं और उसका संस्करण निर्धारित करता है।
वर्तमान में, CMSsc4n द्वारा समर्थित CMS WordPress, Moodle, Joomla, Drupal और Prestashop हैं।
आप GitHub रिपॉजिटरी को क्लोन करके CMSsc4n का नवीनतम संस्करण डाउनलोड कर सकते हैं:
git clone https://github.com/n4xh4ck5/CMSsc4n.git
pip के माध्यम से निर्भरताएँ स्थापित करें:
pip install -r requirements.txt
python cmssc4n.py -h
usage: cmssc4n.py [-h] [-e EXPORT] [-c CMS] -i INPUT
This tool verifies if the domain is a CMS (Wordpress , Drupal, Joomla, Prestashop or Moodle) and returns the version
optional arguments:
-h, --help show this help message and exit
-e EXPORT, --export EXPORT
File in xlsx format which contains the domains want to know if they are a CMS (y/n)
-c CMS, --cms CMS Identify a CMS: W-Wordpress, J-Joomla, D-Drupal, M-Moodle or P-PrestaShop.Default:All
-i INPUT, --input INPUT
Input in txt o json with the domains which it wants to analyze
Ignacio Brihuega Rodríguez उर्फ n4xh4ck5
Twitter: @n4xh4ck5
वेब: fwhibbit.es
इस उपकरण का उपयोग आपकी जिम्मेदारी है। मैं इस उपकरण द्वारा की गई कार्रवाइयों के लिए किसी भी जिम्मेदारी से इनकार करता हूँ।