Hot pot

Results 11 issues of Hot pot

![image](https://user-images.githubusercontent.com/61687719/149702672-e6012d16-5a5d-45fb-a0f6-3ef19bc787f2.png) 应该加上 if domain in subdomain: 判断该域名是否为扫描的根域名,不然会收集到其他的dns根域名 ![ZB3_(RWV%ZJDIZ(SGJGYZC9](https://user-images.githubusercontent.com/61687719/149702814-d81987dc-b703-4573-ac99-59ed87e2e2f6.png)

resolved

![P6WSCQ$7KZ2$419KZ _D(}6](https://user-images.githubusercontent.com/61687719/128599142-0d0be7c0-917b-464a-8f5d-700a36a71008.png) unicodeDecodeError: 'gbk' codec can't decode byte 0xae 这个问题怎么解决

resolved

零零信安平台和fofa,是一个网络空间资产搜索引擎平台 代码如下: `import time from config import settings from common.search import Search class ZeroZoneQuery(Search): def __init__(self, domain): Search.__init__(self) self.domain = domain self.module = 'Search' self.source = 'ZeroZoneQuery' self.addr = 'https://0.zone/api/data/'...

bug

我发现插件不能保存根域名的资产,每次重新打开资产数据库,根域名的资产都是空的,备份资源那里也没有保存到根域名

### Bug Description I use this command to bring vllmserverr up ``` python -m vllm.entrypoints.openai.api_server --model /hy-tmp/hub/models--Phind--Phind-CodeLlama-34B-v2/snapshots/949f61e203f91b412efe8f679c798f09f0ff4b0c --tokenizer /hy-tmp/hub/models--Phind--Phind-CodeLlama-34B-v2/snapshots/949f61e203f91b412efe8f679c798f09f0ff4b0c --gpu-memory-utilization 0.9 ``` and use this llamaindex script to connect it,...

bug
triage

### Question Validation - [X] I have searched both the documentation and discord for an answer. ### Question ``` chat_store = SimpleChatStore() chat_store = SimpleChatStore.from_persist_path("./chat_stores.json") memory = ChatMemoryBuffer.from_defaults(token_limit=5000, chat_store=chat_store, chat_store_key="code")...

question

**Description** A clear and concise description of what you want to be implemented. **Additional Context** If applicable, please provide any extra information, external links, or screenshots that could be useful.

enhancement

### Feature Description # This uses https://huggingface.co/HuggingFaceH4/zephyr-7b-alpha # downloaded (if first invocation) to the local Hugging Face model cache, # and actually runs the model on your local machine's hardware...

enhancement
triage
stale