Version: 0.4.9, Package name: WhatWeb-0.4.9 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description WhatWeb identifies websites. It's goal is to answer the question, "What is that Website?". WhatWeb recognises web technologies including content management systems (CMS), blogging platforms, statistic/analytics packages, JavaScript libraries, web servers, and embedded devices. WhatWeb has over 900 plugins, each to recognise something different. WhatWeb also identifies version numbers, email addresses, account ID's, web framework modules, SQL errors, and more. WhatWeb can be stealthy and fast, or thorough but slow. WhatWeb supports an aggression level to control the trade off between speed and reliability. When you visit a website in your browser, the transaction includes many hints of what web technologies are powering that website. Sometimes a single webpage visit contains enough information to identify a website but when it does not, WhatWeb can interrogate the website further. The default level of aggression, called 'passive', is the fastest and requires only one HTTP request of a website. This is suitable for scanning public websites. More aggressive modes were developed for in penetration tests. |
Filesize: 3139.022 KB |
Version History (View Complete History) |
|
2021-09-02 08:59:46 by Jeremy Evans | Files touched by this commit (26) |
Log message: Switch default ruby version to 3.0 Add patches to a few ports to build with ruby 3.0, mostly -fdeclspec to CFLAGS or CXXFLAGS. Bump ports where the default version change causes a package change. OK kmos@ |
2020-11-16 20:19:38 by Jeremy Evans | Files touched by this commit (28) |
Log message: Bump related ports after default Ruby version switch OK gkoehler@ |
2019-07-12 14:49:09 by Stuart Henderson | Files touched by this commit (854) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-04-28 18:42:09 by Jeremy Evans | Files touched by this commit (24) |
Log message: Bump after default ruby version change to ruby 2.6 |
2018-10-26 10:16:24 by Jeremy Evans | Files touched by this commit (20) |
Log message: Bump related ports after default ruby version switch. |
2017-05-06 09:10:18 by Marc Espie | Files touched by this commit (68) |
Log message: adjust distinfo post DISTFILES change |
2016-09-06 09:37:54 by Jeremy Evans | Files touched by this commit (12) |
Log message: Bump ruby dependent ports after default ruby version switch from ruby 2.2 to ruby 2.3. |
2015-07-19 18:56:49 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Unfuck distinfo; spotted by naddy@ |
2015-07-19 15:15:36 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Update to whatweb-0.4.8 to please jeremy@ |
2015-07-18 09:46:12 by Jeremy Evans | Files touched by this commit (8) |
Log message: Remove unnecessary dependency on ruby-json. The json library is shipped with ruby 1.9+, and these ports support the json library that comes with ruby. While here, remove some MODRUBY_ICONV_DEPENDS as those only are necessary on ruby 1.8. OK jasper@ |