home.social

#whatweb — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #whatweb, aggregated by home.social.

fetched live
  1. 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 👌

    #WhatWeb #Ruby #Debian #LiveBuild #Infosec #FOSS

  2. 🚀 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! 🖥️🔍

    bashcore.org

    #CyberSecurity #Pentesting #Linux #BashCore #EthicalHacking #Infosec #Terminal #MinimalistLinux #Lynx #Metasploitable2 #WhatWeb #VirtualBox #BashLab

  3. > 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! 🛠️

    bashcore.org

    #CyberSecurity #Linux #PenTesting

  4. 🔍 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! 👇

    neuronus.net/en/blog/whatweb-d

    #WhatWeb #CyberSecurity #WebScanning #EthicalHacking #WebSecurity #TechStack #PenTesting #BugBounty #InfoSec #WebDevelopment #Neuronus

  5. 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 🔗️: morningstarsecurity.com/resear

    apt 📦️: whatweb