dionach / CMSmap

CMSmap is a python open source CMS scanner that automates the process of detecting security flaws of the most popular CMSs.
GNU General Public License v3.0
1.02k stars 251 forks source link

CMSmap can't work on archlinux #11

Open noraj opened 5 years ago

noraj commented 5 years ago

Issue Details

Related blackarch issue: https://github.com/BlackArch/blackarch/issues/2365

It is currently impossible to use cmsmap on BlackArch Linux without root permissions because /usr/lib/python3.7/site-packages/cmsmap/ is write protected and cmsmap try to write in it, for example wp_plugins_small.txt.

Why is wp_plugins_small.txt no already in https://github.com/Dionach/CMSmap/tree/master/cmsmap/data ?

Also on Arch based distro exploitdb was install with pacman not apt-get or git so we can't use git either to update. So neither edbtype = APT or edbtype = GIT can work.

noraj commented 4 years ago

bump

noraj commented 4 years ago

Is the project unmaintained ?

lp1dev commented 4 years ago

I'm not sure the project is maintained, but try to use the git versions instead of the ones given in arch's repos and don't install cmsmap, just run it with python3 cmsmap.py. Git clone the exploitdb somewhere you have write access, update your config file and voilà. This is a very specific issue and the other issue (https://github.com/BlackArch/blackarch/issues/2365) you opened seems more relevant imho