Skip to content

Commit

Permalink
Feature | 更新部分功能,详情见CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
panyi committed May 2, 2023
1 parent 95afd9e commit f133fd3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG 代码变更记录

### 2.2.0

+ 合并wanswu代理功能

### 2.1.12

+ 支持JSON文件输出 -o json
Expand Down
3 changes: 2 additions & 1 deletion docs/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

+ 高级语法混合使用情况下的报错处理,增加程序稳定性
+ 2.2.x版本添加代理
+ git action维护代理池
+ https://github.com/fate0/getproxy
+ 添加csv文件支持
+ 添加json文件输出支持
+ 挑战fofa-hack极限
+ 修复level = 2,3 情况下的BUG

2 changes: 1 addition & 1 deletion fofa.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def __init__(self):
self.countryList = []
self.timestampIndex = 0
# Fofa-hack 版本号
self.VERSION_NUM = "2.1.12"
self.VERSION_NUM = "2.2.0"
# 登录最大重试次数
self.MAX_LOGIN_RETRY_NUM = 3
# 页面URL获取最大重试次数
Expand Down

0 comments on commit f133fd3

Please sign in to comment.