vulnx
vulnx copied to clipboard
Support for Module to be used by other python modules
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")