MCPcopy Create free account
hub / github.com/blacklanternsecurity/bbot / in_scope

Method in_scope

bbot/scanner/scanner.py:898–899  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

896 self.helpers.clean_old_scans()
897
898 def in_scope(self, *args, **kwargs):
899 return self.preset.in_scope(*args, **kwargs)
900
901 def whitelisted(self, *args, **kwargs):
902 return self.preset.whitelisted(*args, **kwargs)

Callers 12

handle_eventMethod · 0.45
handle_eventMethod · 0.45
filter_eventMethod · 0.45
make_queryMethod · 0.45
processMethod · 0.45
report_prepMethod · 0.45
emit_dns_childrenMethod · 0.45
add_affiliateMethod · 0.45
build_requestMethod · 0.45
curlMethod · 0.45
test_scanFunction · 0.45
test_preset_scopeFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_scanFunction · 0.36
test_preset_scopeFunction · 0.36