Skip to content

Commit

Permalink
Feature v2.4.18 合入pull
Browse files Browse the repository at this point in the history
  • Loading branch information
panyi committed Aug 1, 2024
1 parent 5d80360 commit a025f7a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,5 +188,12 @@ if __name__ == '__main__':
<sub><b>10cks</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/fireinrain">
<img src="https://avatars.githubusercontent.com/u/14249262?v=4" width="100;" alt="fireinrain"/>
<br />
<sub><b>10cks</b></sub>
</a>
</td>
</tr>
</table>
3 changes: 3 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG 代码变更记录

### 2.4.18
+ 合入(pull request)(https://github.com/Cl0udG0d/Fofa-hack/pull/85)

### 2.4.17
+ 删除文档里面的存在问题的部分
+ 修改setup.py,更新fofa-hack包为0.02版本 [pip fofa-hack](https://pypi.org/manage/project/fofa-hack/release/0.0.2/)
Expand Down
8 changes: 4 additions & 4 deletions tookit/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
# @File : config.py
# @Github: https://github.com/Cl0udG0d

VERSION_NUM = "2.4.17"
ROOT_PATH=""
VERSION_NUM = "2.4.18"
ROOT_PATH = ""
AUTHORIZATION = ""
AUTHORIZATION_LIST = [

]
AUTHORIZATION_FILE =""
AUTHORIZATION_FILE = ""

### ============================================================================
### 代理相关的配置参数
Expand All @@ -27,4 +27,4 @@
IS_PROXY = False

# 代理类型 默认为 http
PROXY_TYPE = "http"
PROXY_TYPE = "http"

0 comments on commit a025f7a

Please sign in to comment.