ajinabraham / CMSScan

CMS Scanner: Scan Wordpress, Drupal, Joomla, vBulletin websites for Security issues
https://opensecurity.in
GNU General Public License v3.0
941 stars 147 forks source link

Unable to detect vBulliting board? #20

Closed angelperezleon closed 3 years ago

angelperezleon commented 4 years ago

https://apg-clan.org/ - Powered by vBulletin® Version 4.2.5

Just wondering why CMSScan can find it?

ajinabraham commented 4 years ago

Can you try with latest master?

angelperezleon commented 4 years ago

tried ./setup and update came back with Successfully installed Flask-1.1.1 Flask-BasicAuth-0.2.0 Jinja2-2.10.1 MarkupSafe-1.1.1 Werkzeug-0.15.5 cement-2.6.2 certifi-2019.6.16 chardet-3.0.4 click-7.0 droopescan-1.41.3 fake-useragent-0.1.11 futures-3.1.1 gunicorn-19.9.0 idna-2.8 itsdangerous-1.1.0 pystache-0.5.4 requests-2.22.0 urllib3-1.25.3 fatal: Not a git repository: /src/bdqpfm5puej92bvauxrvk5i/.git/modules/plugins/joomscan Unable to find current revision in submodule path 'plugins/joomscan' fatal: Not a git repository: /src/bdqpfm5puej92bvauxrvk5i/.git/modules/plugins/vbscan fatal: Not a git repository: /src/bdqpfm5puej92bvauxrvk5i/.git/modules/plugins/joomscan

using docker install on debian host that runs apache2 as well.

angelperezleon commented 4 years ago

think i got it fixed with follwing cmommands:

rm -rf plugins/joomscan rm -rf plugins/vbscan git submodule update Submodule path 'plugins/joomscan': checked out '60f7446899e93dd17d32ea5c0027a9a43909398f' Submodule path 'plugins/vbscan': checked out 'f11f1f056c00b07ea9a7f14479c6e1530c2e320b' ++++ I now get the docker fetch of both the currupt/broken CMSScan plugins (github.com/rezasp/vbscan & github.com/rezasp/joomscan)

`remote: Enumerating objects: 3, done. remote: Counting objects: 100% (3/3), done. remote: Total 5 (delta 2), reused 2 (delta 2), pack-reused 2 Unpacking objects: 100% (5/5), done. From https://github.com/rezasp/vbscan

angelperezleon commented 4 years ago

even after doing the above, unable to scan the VBulleting forum site :/

credit for using the "git submodule update" line goes to: https://stackoverflow.com/a/8573310

angelperezleon commented 4 years ago

guess not fixed!!!

DJE98 commented 3 years ago

@ajinabraham @angelperezleon Is there still a problem? Otherwise you can close the issue.