mirror of
https://github.com/aljazceru/recon-pipeline.git
synced 2025-12-21 08:14:21 +01:00
* added tools command with placeholders for un/reinstall along with placeholder tests * added missing docs build dependency * updated documentation to reflect tools vs install * refactored some code for DRY, fixed up prior merge with master * fixed broken tests in test_recon_pipeline_shell * existing tests all passing * added tools list command * added tools list command * added tools reinstall * removed lint * fixed reinstall test * fixed install go test * fixed go install test again
This commit is contained in:
@@ -6,16 +6,19 @@ from .masscan import MasscanScan, ParseMasscanOutput
|
||||
from .nmap import ThreadedNmapScan, SearchsploitScan
|
||||
from .config import top_udp_ports, top_tcp_ports, defaults, web_ports
|
||||
from .parsers import (
|
||||
install_parser,
|
||||
uninstall_parser,
|
||||
scan_parser,
|
||||
view_parser,
|
||||
tools_parser,
|
||||
status_parser,
|
||||
database_parser,
|
||||
db_attach_parser,
|
||||
db_delete_parser,
|
||||
db_detach_parser,
|
||||
db_list_parser,
|
||||
view_parser,
|
||||
tools_list_parser,
|
||||
tools_install_parser,
|
||||
tools_uninstall_parser,
|
||||
tools_reinstall_parser,
|
||||
target_results_parser,
|
||||
endpoint_results_parser,
|
||||
nmap_results_parser,
|
||||
|
||||
Reference in New Issue
Block a user