Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
wsvuls — CLI website vulnerability scanner that detects outdated server software, insecure HTTP headers, and extracts Cloudflare IP/port data with performance statistics and request mapping. | Kitploit
Tools/GitHubGitHub/anouarbensaad/wsvuls
Vulnerability ScannersInformation GatheringWeb SecurityCrawler
GitHubanouarbensaad/wsvuls

wsvuls

CLI website vulnerability scanner that detects outdated server software, insecure HTTP headers, and extracts Cloudflare IP/port data with performance statistics and request mapping.

View Repository
57124 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share


WSVuls
WSVuls

Website vulnerability scanner detect issues [ outdated server software and insecure HTTP headers.]

issues

What's WSVuls?

WSVuls is a simple and powerful command line tool for Linux, Windows and macOS. It's designed for developers/testers and for those workers in IT who want to test vulnerabilities and analyses website from a single command. It detects issues outdated software version, insecures HTTP headers, the long and useless requests

Why WSVuls ?

WSVuls can extract the following data while crawling:

Cloudflare :
  • IP Address
  • Ports
  • Hex Headers
  • Protocol Version
Stats :
  • First Byte
  • Start Render
  • FCP
  • Speed Index
  • LCP
  • CLS
  • TBT
  • DC Time
  • DC Requests
  • DC Bytes
  • Time
  • Requests
  • Total Bytes
Mapper :
  • Resource
  • Request Start
  • Content Type
  • DNS Lookup
  • SSL Negotiation
  • Error/Status Code

Docker

WSVuls can be launched using docker

Build Image
root@kitploit:~
$ git clone https://github.com/anouarbensaad/wsvuls
$ cd wsvuls
$ docker build -t wsvuls:latest .
Run a WSVuls container with interactive mode
root@kitploit:~
$ docker run -it --name wsvuls wsvuls:latest -u facebook.com

Usage

root@kitploit:~
Scan, Detect and get stats for a specific url

Examples:

To get stats from target url:
$ wsvuls stats -u facebook.com

To get map all requests:
$ wsvuls stats -u facebook.com --mapper

To detect a right ip address from cloudflare firewall:
$ wsvuls cloud -d facebook.com

by default use-proxy to bypass the limit rate.

Available Commands: 
  stats      Get statistics of target website.
  cloud      Get the right data from cloudflare.
  
Flags:
  -h, --help      help for wsvuls

Screenshot

Download Tool