thetillhoff / webscan

Verifies web things
MIT License
1 stars 1 forks source link

webscan

Go Report Card

Webscan tries to retrieve as much information from URLs and IPs as is possible from an external perspective. It covers

of a specified url or ip and gives improvement recommendations based on best-practices.

Usage

webscan google.com # Scan domain and website
webscan 192.168.0.1 # Scan IP and website
webscan https://github.com/thetillhoff/webscan # Scan domain and website at specific path

webscan --help # Learn more about running specific scans

Installation

If you're feeling fancy:

curl -s https://raw.githubusercontent.com/thetillhoff/webscan/main/install.sh | sh

or manually from https://github.com/thetillhoff/webscan/v3/releases/latest.

Features

DNS

Display dns information about the provided URL, and give improvement recommendations.

DNS mail security

Subdomain finder

IPv6 readiness

IP analysis

Open ports

SSL/TLS check

HTTP detection

By default webscan assumes you're using https. Yet, it will check whether it's available via http as well.

HTTP headers

[x] Analyze host-headers of the response and recommend best-practices.

HTML content

Print recommendations on the html code.