
Scanner di vulnerabilità per siti web da riga di comando che rileva software server obsoleto, header HTTP non sicuri ed estrae dati IP/porta di Cloudflare con statistiche di performance e mappatura delle richieste.
WSVuls è uno strumento da riga di comando semplice e potente per Linux, Windows e macOS. È progettato per sviluppatori/testatori e per coloro che lavorano nell'IT che vogliono testare vulnerabilità e analizzare siti web con un singolo comando. Rileva problemi: versioni software obsolete, intestazioni HTTP non sicure, richieste lunghe e inutili
WSVuls può estrarre i seguenti dati durante la scansione:
WSVuls può essere avviato usando docker
$ git clone https://github.com/anouarbensaad/wsvuls
$ cd wsvuls
$ docker build -t wsvuls:latest .
$ docker run -it --name wsvuls wsvuls:latest -u facebook.com
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