MCPcopy Create free account
hub / github.com/EASY233/Finger / api_data

Method api_data

lib/options.py:26–30  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

24 self.get_ip()
25
26 def api_data(self, args):
27 if args.fofa:
28 run = Fofa()
29 elif args.quake:
30 run = Quake()
31
32 def target(self):
33 if self._url:

Callers 1

__init__Method · 0.95

Calls 2

FofaClass · 0.90
QuakeClass · 0.90

Tested by

no test coverage detected