shlogg · Early preview
Mohamed @medjahdi

WhoWeB Scanner - Simple Website Scanning Tool With Python

WhoWeB Scanner: Simple website scanner tool that extracts links, cookies, IP address, email addresses & more. Install with pip install requests beautifulsoup4 colorama. Run with python whoweb_scanner.py [URL]

WhoWeB Scanner - Simple Website Scanner Tool

Author: @medjahdi
License: Python License  


  
  
  🔍 Introduction

WhoWeB Scanner is a simple yet powerful website scanning tool designed to gather basic information about a website. This tool is intended for educational and informational purposes only and should be used responsibly.


  
  
  🚀 Features

Extracts all links from a webpage.
Detects cookies used on the site.
Retrieves website IP address and its associated country.
Finds email addresses (if present in mailto links).
Checks for Apache server and PHP usage.
Identifies the presence...