{"id":15717622,"url":"https://github.com/whatwebgui/whatwebgui","last_synced_at":"2025-05-13T00:45:50.754Z","repository":{"id":54973659,"uuid":"324175970","full_name":"whatwebgui/WhatWebGUI","owner":"whatwebgui","description":"WhatWebGUI is a cross-platform compatible Java-based application for Windows 10, Mac OSX and Linux which implements the front end of the popular web scanning tool WhatWeb, the next generation web scanner, and provides it with a fresh-looking UI with some interesting features.","archived":false,"fork":false,"pushed_at":"2021-03-01T23:45:54.000Z","size":35929,"stargazers_count":16,"open_issues_count":7,"forks_count":6,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-13T00:45:34.342Z","etag":null,"topics":["cms","linux","mac-osx","scans","server","whatweb","windows","wsl"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/whatwebgui.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-24T14:39:17.000Z","updated_at":"2024-11-30T12:25:55.000Z","dependencies_parsed_at":"2022-08-14T07:50:42.972Z","dependency_job_id":null,"html_url":"https://github.com/whatwebgui/WhatWebGUI","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whatwebgui%2FWhatWebGUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whatwebgui%2FWhatWebGUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whatwebgui%2FWhatWebGUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whatwebgui%2FWhatWebGUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whatwebgui","download_url":"https://codeload.github.com/whatwebgui/WhatWebGUI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253850875,"owners_count":21973671,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cms","linux","mac-osx","scans","server","whatweb","windows","wsl"],"created_at":"2024-10-03T21:50:47.239Z","updated_at":"2025-05-13T00:45:50.736Z","avatar_url":"https://github.com/whatwebgui.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"![wwgui](files/wwgui.png)\n\nWhatWebGUI is a cross-platform compatible Java-based application for Windows 10, Mac OSX and Linux which implements the front end of the popular web scanning tool WhatWeb, the next generation web scanner, and provides it with a fresh-looking UI with some interesting features.\n\n## Functionalities\n\n### CMS and server scan\nIn these tabs, which are interconnected (a search in one of the tabs will appear in both), you will be able to scan both the CMS (Content Management System) and the server of a website. \n\n![scan](files/scan.gif)\n\nYou can also filter by website, date or Server / CMS type and fav any website so it's easier for you to find it!\n\n![filter](files/filter.gif)\n\n![fav](files/fav.gif)\n\n### Formatter\nIf you want to get the scan in any format WhatWeb provides, you can do it from here. Furthermore, as these scans are saved in cache, you will be able to access any file you want with a button that opens the file explorer in this cache folder.\n\n![formatter](files/formatter.gif)\n\n### Scan history\nYou will be able to track all of your scans from the History tab. What, where and when!\n\n### Multi-add\n\nDo you have a loooong file with links in it and want to scan it? Ask no more, we got you covered! The scanned websites will appear in the CMS and Server tabs.\n\n![multiadd](files/multiadd.gif)\n\n### Share option\n\nFor those who like to share it all, there's also an option to share those scans on Twitter, Facebook, Reddit or Tumblr. \n\n![share](files/share.gif)\n\n### Wrong URL\n\nIf you type the URL and the program can't connect to it, an alert will appear.\n\n![wrongurl](files/wrongurl.gif)\n\n## Installation\n### Linux \u0026 Mac\nIt's pretty easy to install WhatWebGUI with a \\*nix system. Just download the version that suits your OS and your desires (whether you prefer it installed or in a folder), install WhatWeb from the package manager, open it and you're ready to scan any website!\n\u003e NOTE: We recommend to run the following command to install WhatWeb:\n```\nsudo apt-get update \u0026\u0026 sudo apt-get upgrade \u0026\u0026 sudo apt install whatweb\n```\n\u003e NOTE2: In Linux, Java 15 must be installed. In Mac, Java 11 is enough. \n\n### Windows 10\nThe installation is tougher in Windows.  First of all, the WSL (Windows Subsystem for Linux) needs to be installed, as WhatWeb is not available for the OS developed by Microsoft. To install it, there's [an official tutorial](https://docs.microsoft.com/en-us/windows/wsl/install-win10). However, we decided to prepare some scripts so the installation would require just two clicks for you. The steps are the following:\n1. Download [the zip containing all of the scripts](files/WSL.zip).\n2. Extract it (no matter where).\n3. Run **installwsl.bat**\n4. Restart the computer.\n5. Run **installubuntu.bat** or **installdebian.bat**. Choose whichever you want. We recommend Debian because it's lighter.\n6. Open the Linux distro you chose from the Start Menu \n7. Create a user and once you're in type the following command:\n```\nsudo apt-get update \u0026\u0026 sudo apt-get upgrade \u0026\u0026 sudo apt install whatweb\n```\nInstall the application, open it and now you're ready to scan any website!\n\u003e NOTE: Java 11 must be installed. \n\n## Usage\nThe usage is very intuitive. There's a search bar where you have to type the website you want to scan. Then, press enter or click the Scan button and it will scan the website!\n\nTo make things easier, a tutorial is displayed the first time the program is executed. However, this tutorial can be visited again from the Settings tab.\n\n## Documentation\nThe documentation for the project is available [in the following link](files/WhatWebGUI_DOCUMENTATION.pdf). It is in Basque, so you may prefer talking to us instead ;)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhatwebgui%2Fwhatwebgui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhatwebgui%2Fwhatwebgui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhatwebgui%2Fwhatwebgui/lists"}