Fix bug with Wappalyzer.py - resolution returned before all entities were processed.

This commit is contained in:
AccentuSoft
2022-04-15 07:17:03 +03:00
parent 557a46ac36
commit 93fd1846d0

View File

@@ -24,4 +24,4 @@ class Wappalyzer:
return_result.append([{'Infrastructure': cms,
'Entity Type': 'Website Infrastructure'},
{uid: {'Resolution': 'Wappalyzer Scan', 'Notes': ''}}])
return return_result
return return_result