This Python script is a basic web scraping tool designed to find and extract email addresses from a target website. this script takes a target URL, recursively fetches web pages linked from that URL, extracts email addresses from the content of these pages, and prints the extracted email addresses to the console.
- git clone https://github.com/OFD5/Cobvis.git
- pip install -r requirements.txt
- python Cobvis.py
- Enter the URL to find URL: https://example.com
⚠ legal disclaimer : Usage of Cobvis for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program.