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

SeamlessPass: Using Kerberos Tickets to Access Microsoft 365

SeamlessPass is a specialized tool designed to leverage on-premises Active Directory Kerberos tickets to obtain…

3 hours ago

PPLBlade: Advanced Memory Dumping and Obfuscation Tool

PPLBlade is a powerful Protected Process Dumper designed to capture memory from target processes, hide…

6 hours ago

HikPwn : Simple Scanner For Hikvision Devices With Basic Vulnerability Scanning

HikPwn: Comprehensive Guide to Scanning Hikvision Devices for Vulnerabilities If you’re searching for an efficient…

1 day ago

Comments in Bash Scripts

What Are Bash Comments? Comments in Bash scripts, are notes in your code that the…

6 days ago

Shebang (#!) in Bash Script

When you write a Bash script in Linux, you want it to run correctly every…

1 week ago

Bash String Concatenation – Bash Scripting

Introduction If you’re new to Bash scripting, one of the first skills you’ll need is…

1 week ago