Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
falla — A search-engine-cli-scraper for more than 15 search engines, including Google. duckduckgo, Bing, Ask, etc... | Kitploit
Tools/GitHubGitHub/sanix-darker/falla
OSINT (Open Source Intelligence)Information GatheringLearning & EducationCrawler
GitHubsanix-darker/falla

falla

A search-engine-cli-scraper for more than 15 search engines, including Google. duckduckgo, Bing, Ask, etc...

View Repository
2641 year agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

FAllA

A search-engine-cli-scraper for more than 15 search engines, including Google. duckduckgo, Bing, Ask, etc...
NOTE: For educationnal purpose, am not responsible of the bad use of this tool !

Requirements

  • Python (3.x)
  • Docker-CE (Not required for all search-engine, just few of them)

How to install

  • You need to install all requirements :
root@kitploit:~
pip3 install -r requirements.txt
  • Install 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
  • Pull and run the splash-scrap module from docker-hub (Some of search engine need this):
root@kitploit:~
docker run -p 8050:8050 scrapinghub/splash
  • Replace example.config.txt by config.txt and provide the running IP for the splash-scrap

How to launch

How to use 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
  • To list all search-engine:
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
  • To search something:
root@kitploit:~
$ python3 -m app.main -e google -q "sanix darker"
# output
## Author
  • Sanix-darker
Download Tool