Seal

KASHA

Stealth Web Scraper - “Butter” Edition

Crafted by K0NxT3D | Version 1.2


Description

Kasha is a stealth web scraping utility designed for precision and silence. Named after the Japanese demon that steals corpses from funerals, Kasha moves with similar discretion — gathering data from remote web targets without drawing attention.

Built upon Python HTTPX and fortified with BeautifulSoup for parsing, it employs a random User-Agent engine — and not just some of them, but every known browser string ever compiled. The complete arsenal was too immense to list here.

Note: A vast range of browser identifiers were included in the source. You have access to all of them, ensuring each connection appears unique and unpredictable.

Purpose

Kasha is crafted for developers, researchers, and digital samurai who must collect remote data efficiently — whether for:

Usage

Invoke from terminal:

./kasha <url> [options]
Available Options:
Option Description
--resourcesScrape and save all assets (images, CSS, JS)
--dynamicEnable Playwright mode for dynamic pages
--loggingActivate detailed logging output
--follow-internalFollow and scrape all internal links
--follow-allFollow all links (internal & external)
--rate-limit NPause N seconds between requests
Example Command:
./kasha https://example.com --resources --follow-internal --rate-limit 2

Structure

All scraped data is preserved in the scrapes/ directory, organized by domain:

scrapes/
  ├── example.com/
  │   ├── index.html
  │   ├── assets/
  │   ├── css/
  │   └── js/
  └── anotherdomain.org/

Features

Philosophy

In the tradition of the Ronin, Kasha acts without master or mercy — silent, methodical, and precise.
Each scrape is a strike: deliberate, unseen, and final.

“Strike once, unseen — leave only echoes.”

K0NxT3D, Creator of Kasha

Requirements

Install dependencies:

pip install httpx beautifulsoup4 playwright

License

This project is distributed under a permissive open license. Use with responsibility and respect for target servers. The sword is sharp — wield it wisely.

Download Kasha