You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: analyzers/Lookyloo/lookyloo.py
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,21 @@ def __init__(self):
17
17
self.lookyloo_instance=self.get_param("config.Lookyloo_instance", "https://lookyloo.circl.lu/") # By default, it will query the public instance of Lookyloo
18
18
self.timeout=self.get_param("config.Capture_timeout", 120) # Default timeout set at 120s
19
19
self.listing=self.get_param("config.Capture_listing", False) # If True, capture will appear on Lookyloo's public index page
0 commit comments