abdollahianali

Results 1 comments of abdollahianali

there is no in_scope in target-Object. to fix that : ` if program: for target in program.get("target_groups", []): if target.get("in_scope") is False: for item in target.get("targets", []): dataJson["outOfScope"].append(item.get("name", "Unknown Target"))...