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
I have been testing this tool and so far is good and I like it. Only one request adding support for module like import to be used by other python modules or python scripts.
The reason I want this is because I want to intergrate this tool online here at https://www.nmmapper.com. But right now there is no module like support for it.
In other words If something like this is added in
import vulnx
# or
from vulnx import cmsscanner
# then
results = cmsscanner.scan("cmsexample.com")
The text was updated successfully, but these errors were encountered:
I have been testing this tool and so far is good and I like it. Only one request adding support for module like import to be used by other python modules or python scripts.
The reason I want this is because I want to intergrate this tool online here at https://www.nmmapper.com. But right now there is no module like support for it.
In other words If something like this is added in
The text was updated successfully, but these errors were encountered: