Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
工具/GitHubGitHub/sanix-darker/falla
OSINT (开源情报)信息收集学习与教育网络爬虫
GitHubsanix-darker/falla

falla

一个适用于超过15个搜索引擎(包括Google. duckduckgo, Bing, Ask等)的搜索引擎CLI爬取工具。

查看仓库
2641年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

FAllA

一款针对超过15个搜索引擎的CLI爬虫工具,包括Google、duckduckgo、Bing、Ask等。
注意: 仅用于教育目的,本人不对该工具的滥用负责!

环境要求

  • Python(3.x)
  • Docker-CE(并非所有搜索引擎都需要,仅部分搜索需要)

如何安装

  • 你需要安装所有依赖:
root@kitploit:~
pip3 install -r requirements.txt
  • 安装geckodriver:
root@kitploit:~
# For linux users
sudo apt install firefox-geckodriver

# For other OS's users, please check releases on https://github.com/mozilla/geckodriver/releases
  • 从docker-hub拉取并运行splash-scrap模块(部分搜索引擎需要此模块):
root@kitploit:~
docker run -p 8050:8050 scrapinghub/splash
  • 将 example.config.txt 重命名为 config.txt,并提供splash-scrap的运行IP

如何启动

如何使用Falla:

root@kitploit:~
usage: main.py [-h] [-e ENGINE] [-q QUERY]

optional arguments:
  -h, --help            show this help message and exit
  -e ENGINE, --engine ENGINE
                        The search engine
  -q QUERY, --query QUERY
                        The query text
  • 列出所有搜索引擎:
root@kitploit:~
$ python3 -m app.main
# output
[+] Falla [the search-engine-scraper]
[+] Listing search-Engines
[+] > google
[+] > bing
[+] > aol
[+] > dogpile
[+] > falla
[+] > ask
[+] > qwant
[+] > duckduckgo
[+] > mojeek
[+] > gibiru
[+] > yandex
[+] > yahoo
[+] > searchencrypt
[+] > iem
[+] > kallasearch
[+] > wosx
  • 搜索内容:
root@kitploit:~
$ python3 -m app.main -e google -q "sanix darker"
# output
## 作者
  • Sanix-darker
下载工具