SEcraper : Search Engine Scraper Tool With BASH Script

SEcraper is a search engine scraper tool with BASH script.

Dependency

  • curl (cli)

Available Search Engine

  • Ask.com
  • Search.yahoo.com
  • Bing.com

Also Read – PCFG Cracker : Probabilistic Context Free Grammar (PCFG) Password Guess Generator

Installation

git clone https://github.com/zerobyte-id/SEcraper.git
cd SEcraper/

Run

bash secraper.bash “QUERY”

R K

Recent Posts

How to Remove Files and Directories in Linux: rm, shred, rmdir

The command line does not have a Trash folder. When you delete a file from…

22 hours ago

How to Create a systemd Service File in Linux: Step-by-Step Guide

Systemd is the init system on most modern Linux distributions. A service file (also called…

22 hours ago

How to Create Users in Linux with useradd: A Complete Guide

Linux is a multi-user system. Each person or service that needs access should have its…

22 hours ago

watch Command in Linux: Monitor Changing Output in Real Time

The watch command in Linux runs a command at regular intervals and refreshes the terminal with the…

22 hours ago

xargs Command in Linux: Build and Execute Commands from Input

The xargs command in Linux reads items from standard input and passes them as arguments to another…

3 days ago

locate Command in Linux: Find Files Fast with a Database Search

The locate command in Linux searches for files and directories by name. It queries a pre-built database…

3 days ago