heise+ | #WhatWeb: Webseiten-Scanner im Test | c't Magazin https://www.heise.de/ratgeber/WhatsWeb-Webseiten-Scanner-im-Test-11078848.html #heiseplus #WebsiteScanner
heise+ | #WhatWeb: Webseiten-Scanner im Test | c't Magazin https://www.heise.de/ratgeber/WhatsWeb-Webseiten-Scanner-im-Test-11078848.html #heiseplus #WebsiteScanner
Got a sneaky WhatWeb crash on our Debian Bookworm based live images (kernel 6.1, built with live-build):
uninitialized constant WhatWeb::Scan::Set ๐ค
Root cause: Ruby 3.x no longer autoloads stdlib modules like Set.
Fix: add require 'set' at the top of lib/whatweb/scan.rb (or patch it during the build).
After that, WhatWeb runs fine ๐
๐ BashCore in action! ๐
Running Lynx on BashCore to browse Metasploitable2, followed by a WhatWeb scan to identify web technologies. All inside VirtualBox, powered by my awesome BashLab! ๐ฅ๏ธ๐
#CyberSecurity #Pentesting #Linux #BashCore #EthicalHacking #Infosec #Terminal #MinimalistLinux #Lynx #Metasploitable2 #WhatWeb #VirtualBox #BashLab
> Did you know? ๐ค #WhatWeb can save detailed scan results using:
--log-verbose=output.txt
This isn't always obvious from the docs, but it's a handy way to keep track of findings. Stay organized, stay efficient! ๐ ๏ธ
๐ Uncover the tech stack behind any website with WhatWeb! ๐ต๏ธโโ๏ธ
From CMS platforms to JavaScript libraries, web servers, and security vulnerabilities, this powerful tool helps developers, security professionals, and researchers analyze and strengthen web defenses. ๐๐ป
Want to learn more? Read the full blog to dive deeper! ๐
https://neuronus.net/en/blog/whatweb-discover-what-lies-behind-a-website
#WhatWeb #CyberSecurity #WebScanning #EthicalHacking #WebSecurity #TechStack #PenTesting #BugBounty #InfoSec #WebDevelopment #Neuronus
RT @SVTux@twitter.com
[๐ก๏ธ #Sรฉcuritรฉ] ยซ Voici deux outils clรฉ en main pour commencer ร tester vos sites web...
-> #WhatWeb : https://www.morningstarsecurity.com/research/whatweb
-> #OwaspZap : https://www.zaproxy.org/
... ร n'utiliser que sur VOS sites ! ยป
๐ฆ๐: https://twitter.com/SVTux/status/1259915875848683520
#WhatWeb is a web stack detector.
WhatWeb is a web scanner which contacts servers and retrieves any web content present. WhatWeb then examines the responses for signatures which are imprinted by various web technologies and provides the findings in a parsable format. WhatWeb can detect many content management systems, server software, analytics packages, and supports proxies and configurable scan depth.
Website ๐๏ธ: http://www.morningstarsecurity.com/research/whatweb
apt ๐ฆ๏ธ: whatweb