Tuhinshubhra / CMSeeK

CMS Detection and Exploitation suite - Scan WordPress, Joomla, Drupal and over 180 other CMSs
GNU General Public License v3.0
2.31k stars 497 forks source link

Modularize CMSeek to be used in other python3 modules(pip) #86

Closed latest-release closed 4 years ago

latest-release commented 4 years ago

Am wondering if it's possible to moduralize cmseek to be used in other python module. In other words csmsek to be used like

from cmseek import scan
results = scan.scanhost("github.com")
if(result):
    # do stuff
else:
    # do missing stuff.

And perhaps make it available in pip. Am asking this because am the main beneficiary as I did host the tool online here https://www.nmmapper.com/tools/reconnaissance-tools/cmseek-scanning/CMS%20Detection%20and%20Exploitation%20suite/. But seems am behind with major updates.

Tuhinshubhra commented 4 years ago

Well i'll see that once the number of cms detected reaches over 300, for now tho there's no plan.