(self, args)
| 9 | |
| 10 | class 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: |