Skip to content

ephreet/CoW-Scan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

CoW-Scan

πŸ„ CoW-Scan – Console Web Scanner Tool

CoW-Scan (Console Web Scanner) is a lightweight web scanning tool designed to run directly from the browser's console.

It is still pretty green and under REALLY lazy development, I started fiddling with it to have an aid in discovering hidden paths, mining parameters, and analyzing web responses with ease β€” when other REAL tools aren't available or not an option.

πŸš€ Features

βœ… Path Discovery – Discover hidden paths using a customizable wordlist.

βœ… Parameter Mining – Find GET parameters and analyze responses for differences.

βœ… Depth Control – Customize crawl depth to fine-tune your scans.

βœ… Custom Paths – Add custom paths for targeted discovery.

πŸ› οΈ How to Use

Open your browser's developer console (F12 or Ctrl + Shift + I).

Copy and paste the CoW-Scan script into the console.

OR

fetch('https://raw.githubusercontent.com/ephreet/CoW-Scan/refs/heads/main/cow-scan.js')
  .then(response => response.text())
  .then(script => eval(script))
  .catch(error => console.error('Failed to load CoW-Scan:', error));

Follow the on-screen menu to start scanning!

🌐 Why CoW-Scan?

Simple and fast β€” no installation required.

Directly leverages browser-based network capabilities.

Ideal for quick recon and web penetration testing.

About

πŸ„ CoW-Scan – Console Web Scanner Tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published