We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I think's i have find a issue :
python3 cmseek.py -u drupal.com -r
[+] CMS Scan Results [+]
┏━Target: www.drupal.com ┃ ┠── CMS: Drupal ┃ │ ┃ ├── Version: 8 ┃ ╰── URL: https://drupal.org ┃ ┠── Result: /home/user/CMSeeK/Result/drupal.com/cms.json ┃ ┗━Scan Completed in 2.16 Seconds, using 2 Requests
cat /home/user/CMSeeK/Result/drupal.com/cms.json
Output : { "cms_id": "dru", "cms_name": "", "cms_url": "", "detection_param": "header", "last_scanned": "2018-08-27 12:38:12.692850", "url": "http://drupal.com/" }
{ "cms_id": "dru", "cms_name": "", "cms_url": "", "detection_param": "header", "last_scanned": "2018-08-27 12:38:12.692850", "url": "http://drupal.com/" }
As you can see "cms_name" and "cms_url" is empty.
The text was updated successfully, but these errors were encountered:
🐛 issue #28 fix
2cda626
Hi, thanks for reporting the issue. I have pushed a fix please update your CMSeeK and confirm if it's fixed :)
Sorry, something went wrong.
Confirmed fix.. Closing the issue!
Works perfectly, thanks !
No branches or pull requests
Hello,
I think's i have find a issue :
python3 cmseek.py -u drupal.com -r
[+] CMS Scan Results [+]
┏━Target: www.drupal.com
┃
┠── CMS: Drupal
┃ │
┃ ├── Version: 8
┃ ╰── URL: https://drupal.org
┃
┠── Result: /home/user/CMSeeK/Result/drupal.com/cms.json
┃
┗━Scan Completed in 2.16 Seconds, using 2 Requests
cat /home/user/CMSeeK/Result/drupal.com/cms.json
Output :
{ "cms_id": "dru", "cms_name": "", "cms_url": "", "detection_param": "header", "last_scanned": "2018-08-27 12:38:12.692850", "url": "http://drupal.com/" }
As you can see "cms_name" and "cms_url" is empty.
The text was updated successfully, but these errors were encountered: