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
install exploitdb with searchsploit
run the cmsmap and see errors when searchsploit is called
Expected behaviour
No searchsploit usage
Fix
had to change a file in cmsmap/lib/exploitdbsearch.py
the the colour parameter had to be changed self.grepCMD = self.searchsploit+" --disable-colour " ...
The text was updated successfully, but these errors were encountered:
Issue Details
CMSmap Version: CMSmap tool v1.0 - Simple CMS Scanne
CMS Type: Joomla
CMS Version: Joomla Version: 3.8.8
Plugin Name:
OS Information:
Steps to reproduce the issue
install exploitdb with searchsploit
run the cmsmap and see errors when searchsploit is called
Expected behaviour
No searchsploit usage
Fix
had to change a file in
cmsmap/lib/exploitdbsearch.py
the the colour parameter had to be changed
self.grepCMD = self.searchsploit+" --disable-colour "
...The text was updated successfully, but these errors were encountered: