Xscanweb is a simple tool for scanning a website,This tool is designed to assist security administrators and developers in auditing website security effortlessly.
$ pkg update -y && pkg upgrade -y
$ apt update -y && apt upgrade -y
$ pkg install git
$ pkg install python -y
$ git clone https://github.com/Whomrx666/Xscanweb.git
$ cd Xscanweb
$ bash install.sh
$ make run
- first: Install tools according to the instructions above
- second: Enter the URL of a website you want to scan.
- last: Click enter and the tool will automatically scan the website and show the results.
- Retrieve IP address information.
- SSL certificate status (validity and expiration dates).
- Key HTTP headers (CSP, X-Frame-Options, XSS Protection, etc.).
- Domain information (creation and expiration dates).
- Server technology detection.
- Easy-to-use terminal interface.
- Clean output using
rich
library.
This is a tool for education only, I am not responsible for any misuse