mirror of
https://github.com/aljazceru/recon-pipeline.git
synced 2025-12-19 23:34:27 +01:00
pivot to yaml structure for tool definitions (#33)
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user