pivot to yaml structure for tool definitions (#33)

This commit is contained in:
Ryan Good
2020-04-25 16:00:02 -04:00
committed by GitHub
parent 5e7053fd33
commit db1dbb8e2b
20 changed files with 201 additions and 129 deletions

View File

@@ -59,7 +59,6 @@ from .models.searchsploit_model import SearchsploitResult # noqa: F401,E402
from .recon import ( # noqa: F401,E402
get_scans,
tools,
scan_parser,
install_parser,
status_parser,
@@ -77,6 +76,8 @@ from .recon import ( # noqa: F401,E402
port_results_parser,
)
from .tools import tools # noqa: F401,E402
# select loop, handles async stdout/stderr processing of subprocesses
selector = selectors.DefaultSelector()