mirror of
https://github.com/aljazceru/recon-pipeline.git
synced 2025-12-20 15:54:25 +01:00
Add scan tests (#12) - tests of current codebase complete
* recon.targets tests added * restructured tests logically * fixed yaml error * fixed job names * recon.__init__ tests added * recon.config tests added * recon.amass.ParseAmassScan tests added * fixed test destined to fail on CI pipeline * testing amass partially complete * Changed the dir layout (#6) and fixed paths (#8) this commit closes #6 and #8 updated existing tests to utilize new paths * tests of current codebase complete * added is_kali check to searchsploit test * added test_web action to pipeline
This commit is contained in:
@@ -10,13 +10,7 @@ from recon.web.webanalyze import WebanalyzeScan
|
||||
|
||||
|
||||
@inherits(
|
||||
SearchsploitScan,
|
||||
AquatoneScan,
|
||||
TKOSubsScan,
|
||||
SubjackScan,
|
||||
CORScannerScan,
|
||||
GobusterScan,
|
||||
WebanalyzeScan,
|
||||
SearchsploitScan, AquatoneScan, TKOSubsScan, SubjackScan, CORScannerScan, GobusterScan, WebanalyzeScan,
|
||||
)
|
||||
class FullScan(luigi.WrapperTask):
|
||||
""" Wraps multiple scan types in order to run tasks on the same hierarchical level at the same time.
|
||||
|
||||
Reference in New Issue
Block a user