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

Method __init__

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

Source from the content-addressed store, hash-verified

9
10class initoptions:
11 def __init__(self, args):
12 self.key = ["\"","","","\\","'"]
13 Urls.url = []
14 Ips.ip = []
15 self._url = args.url
16 self._file = args.file
17 self._ip = args.ip
18 self._ipfile = args.ipfile
19 self.format = args.output
20 # 查询顺序非常重要不能随便移动位置
21 self.api_data(args)
22 self.target()
23 self.output()
24 self.get_ip()
25
26 def api_data(self, args):
27 if args.fofa:

Callers

nothing calls this directly

Calls 4

api_dataMethod · 0.95
targetMethod · 0.95
outputMethod · 0.95
get_ipMethod · 0.95

Tested by

no test coverage detected