-
Notifications
You must be signed in to change notification settings - Fork 399
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: nmfretz <[email protected]>
- Loading branch information
1 parent
1df0906
commit 5f7672e
Showing
3 changed files
with
61 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
version: '3.7' | ||
|
||
services: | ||
app_proxy: | ||
environment: | ||
APP_HOST: webcheck_server_1 | ||
APP_PORT: 3000 | ||
server: | ||
image: ghcr.io/lissy93/web-check:1.0.0@sha256:5c310ff7d81cd87cf69a2738f930da2e5050aada543012720a859f01e4c5654c | ||
restart: on-failure | ||
volumes: | ||
- ${APP_DATA_DIR}/data:/app/data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
manifestVersion: 1 | ||
id: webcheck | ||
name: WebCheck | ||
tagline: An all-in-one Open Source Intelligence tool for analyzing any website | ||
category: networking | ||
version: "1.0.0" | ||
port: 3093 | ||
description: >- | ||
WebCheck is a versatile OSINT (Open Source Intelligence) tool for analyzing and monitoring websites. It offers a comprehensive range of features to assist users in security audits and performance analysis of websites. Key functionalities include: | ||
🔍 Website Scanning: Automated detection of vulnerabilities and security weaknesses. | ||
🚀 Performance Analysis: Metrics like load times, visibility, and optimization potential. | ||
📝 Content Analysis: Extraction of metadata, DNS info, and HTTP headers. | ||
📊 Visual Representation: Generation of screenshots to document site layouts. | ||
📝 Monitoring and Reporting: Continuous tracking with custom reporting options. | ||
WebCheck is modular, allowing users to integrate additional plugins for extended functionality. It supports API integration, is cross-platform, and is easy to deploy via Docker, making it accessible on any server. Its open-source nature ensures transparency and full control over the conducted analyses, making it ideal for security-conscious users. | ||
In addition to public website analysis, WebCheck can be used for internal network security and infrastructure checks within organizations. The customizable features and extensibility make it an essential tool for web analysts and IT security teams. | ||
developer: Alicia Sykes | ||
website: https://web-check.xyz/ | ||
submitter: dennysubke | ||
submission: https://github.com/getumbrel/umbrel-apps/pull/1742 | ||
repo: https://github.com/Lissy93/web-check | ||
support: https://github.com/Lissy93/web-check/issues | ||
gallery: | ||
- 1.jpg | ||
- 2.jpg | ||
- 3.jpg | ||
- 4.jpg | ||
- 5.jpg | ||
releaseNotes: "" | ||
dependencies: [] | ||
path: "" | ||
defaultUsername: "" | ||
defaultPassword: "" |