You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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 (BlackArch/blackarch#2365) you opened seems more relevant imho
Issue Details
Related blackarch issue: BlackArch/blackarch#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 examplewp_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
oredbtype = GIT
can work.The text was updated successfully, but these errors were encountered: