Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions HGather.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
init(autoreset=True)

config = open('config.txt','r')
cookie_config=config.readline().strip()
header = {
'Authorization':config.readline()
'Authorization':cookie_config
}
api=('https://api.fofa.so/v1/search')

Expand Down Expand Up @@ -155,4 +156,4 @@ def main():
C_ip(text1_list)

if __name__ == "__main__":
main()
main()
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

资产收集+C段整理二合一

基于fofa资产搜索引擎进行资产收集,快速检索目标条件下的IP,URL以及标题,适用于资产较多时对模糊资产的快速检索,新增C段整理功能,整理出资产处于的IPC段并统计。
基于fofa资产搜索引擎进行资产收集,快速检索目标条件下的IP,URL以及标题,适用于资产较多时对模糊资产的快速检索,新增C段整理和输出高亮功能,整理出资产处于的IPC段并统计。

### 使用方法:

Expand Down