/Fofa-script

Fofa爬虫

Primary LanguagePython

Fofa-python-脚本

起因

使用关键字在fofa上查询后,手动测试fofa上面每一个链接,并且进行漏洞测试着实麻烦,但fofaAPI又是要收费的,所以很容易会想到使用爬虫进行链接爬取

简介

基于python3fofa爬取

爬取的链接会存储在hello_world.txt

默认每隔5秒爬取一页数据

下载

git clone https://github.com/Cl0udG0d/Fofa-script

使用

配置config.py中的cookie

运行fofa.py

python3 fofa.py

原理

https://www.cnblogs.com/Cl0ud/p/14324445.html

logo

         /$$$$$$$$ /$$$$$$  /$$$$$$$$ /$$$$$$                                   
        | $$_____//$$__  $$| $$_____//$$__  $$                                  
        | $$     | $$  \ $$| $$     | $$  \ $$                                  
        | $$$$$  | $$  | $$| $$$$$  | $$$$$$$$                                  
        | $$__/  | $$  | $$| $$__/  | $$__  $$                                  
        | $$     | $$  | $$| $$     | $$  | $$                                  
        | $$     |  $$$$$$/| $$     | $$  | $$                                  
        |__/      \______/ |__/     |__/  |__/         
                                    /$$$$$$            /$$       /$$                    
                           /$$__  $$          |__/      | $$                    
                          | $$  \__/  /$$$$$$  /$$  /$$$$$$$  /$$$$$$   /$$$$$$ 
                          |  $$$$$$  /$$__  $$| $$ /$$__  $$ /$$__  $$ /$$__  $$
                           \____  $$| $$  \ $$| $$| $$  | $$| $$$$$$$$| $$  \__/
                           /$$  \ $$| $$  | $$| $$| $$  | $$| $$_____/| $$      
                          |  $$$$$$/| $$$$$$$/| $$|  $$$$$$$|  $$$$$$$| $$      
                           \______/ | $$____/ |__/ \_______/ \_______/|__/      
                                    | $$                                        
                                    | $$                                        
                                    |__/                                        
                            
                                                                            version:1.0