Skip to content

Commit

Permalink
Feature | 更新部分功能,详情见CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Cl0udG0d committed Mar 17, 2023
1 parent 97a645d commit 24fd914
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 14 deletions.
28 changes: 15 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,25 @@ pip install -r requirements.txt
> python3 fofa.py --help
```shell
Fofa-hack>python fofa.py --help

____ ____ ____ ____
| ===|/ () \| ===|/ () \
|__| \____/|__| /__/\__\
_ _ ____ ____ __ __
| |_| | / () \ / (__`| |/ /
|_| |_|/__/\__\\____)|__|\__\ V2.0.0
usage: fofa.py [-h] [--timesleep TIMESLEEP] --keyword KEYWORD
[--endcount ENDCOUNT] [--level LEVEL] [--output OUTPUT]
Fofa-hack v2.0.0 使用说明
Fofa-hack>python fofa.py -h

____ ____ ____ ____
| ===|/ () \| ===|/ () \
|__| \____/|__| /__/\__\
_ _ ____ ____ __ __
| |_| | / () \ / (__`| |/ /
|_| |_|/__/\__\\____)|__|\__\ V2.0.6
usage: fofa.py [-h] [--timesleep TIMESLEEP] [--timeout TIMEOUT] --keyword KEYWORD [--endcount ENDCOUNT] [--level LEVEL] [--output OUTPUT] [--fuzz]
Fofa-hack v2.0.6 使用说明
optional arguments:
-h, --help show this help message and exit
--timesleep TIMESLEEP, -t TIMESLEEP
爬取每一页等待秒数,防止IP被Ban,默认为3
--timeout TIMEOUT, -to TIMEOUT
爬取每一页的超时时间
--keyword KEYWORD, -k KEYWORD
fofa搜索关键字,默认为test
--endcount ENDCOUNT, -e ENDCOUNT
Expand All @@ -57,6 +58,7 @@ optional arguments:
爬取等级: 1-3 ,数字越大内容越详细,默认为 1
--output OUTPUT, -o OUTPUT
输出格式:txt、json,默认为txt
--fuzz, -f 关键字fuzz参数,增加内容获取粒度
```

爬取的结果会存储到`md5(搜索关键字)_运行时间戳.txt`文件中
Expand Down
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# @Github: https://github.com/Cl0udG0d

# Fofa-hack 版本号
VERSION_NUM="2.0.5"
VERSION_NUM="2.0.6"
# 登录最大重试次数
MAX_LOGIN_RETRY_NUM=3
# 页面URL获取最大重试次数
Expand Down
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.0.6
+ 修改README等文件
+ 合并代码 - 优化时间戳逻辑

### 2.0.5
+ 新增贡献者 tastypear
+ 尝试优化时间戳逻辑
Expand Down

0 comments on commit 24fd914

Please sign in to comment.