vulnx icon indicating copy to clipboard operation
vulnx copied to clipboard

Support for Module to be used by other python modules

Open latest-release opened this issue 5 years ago • 0 comments

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")

latest-release avatar Oct 01 '19 10:10 latest-release