JSINFO-SCAN
JSINFO-SCAN copied to clipboard
递归式寻找域名和api。
elif os.path.isfile(target): with open(target, 'r+', encoding='utf-8') as f: for domain in f: domain = domain.strip() if not domain.startswith(('http://', 'https://')): domain = 'http://www.' + domain self.root_domains.append(domain) self.queue.put(domain) 这样就好啦~
Bumps [loguru](https://github.com/Delgan/loguru) from 0.4.1 to 0.5.3. Release notes Sourced from loguru's releases. 0.5.3 Fix child process possibly hanging at exit while combining enqueue=True with third party library like uwsgi (#309,...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.4 to 3.8.5. Release notes Sourced from aiohttp's releases. 3.8.5 Security bugfixes Upgraded the vendored copy of llhttp_ to v8.1.1 -- by :user:webknjaz and :user:Dreamsorcerer. Thanks to...
please take a look on this error: /home/test/Desktop/mod/JSINFO-SCAN/jsinfo.py:171: DeprecationWarning: There is no current event loop loop = asyncio.get_event_loop() /home/test/Desktop/mod/JSINFO-SCAN/jsinfo.py:186: DeprecationWarning: There is no current event loop tasks.append(asyncio.ensure_future(self.FindLinkInPage(url)))