-
Notifications
You must be signed in to change notification settings - Fork 399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App Submission: WebCheck #1742
Merged
Merged
App Submission: WebCheck #1742
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
8cbd8c6
Merge pull request #1 from getumbrel/master
dennysubke 1679c67
Add files via upload
dennysubke b8cd858
Delete denny-linkstack directory
dennysubke 98bbed6
Add files via upload
dennysubke 34dce5d
Update docker-compose.yml
dennysubke c3c6fdb
Update umbrel-app.yml
dennysubke 8a30866
Update umbrel-app.yml
dennysubke 2c1669f
Update umbrel-app.yml
dennysubke 8855afa
Update umbrel-app.yml
dennysubke 7fb6b12
Update umbrel-app.yml
dennysubke a467b93
Update umbrel-app.yml
dennysubke 627d78b
Update umbrel-app.yml
dennysubke 57d703f
Add files via upload
dennysubke 5c5ebcc
Delete excalidraw directory
dennysubke f54af58
Update umbrel-app.yml
dennysubke 5899c20
Update umbrel-app.yml
dennysubke ad04036
Update umbrel-app.yml
dennysubke 6290052
Delete linkstack directory
dennysubke 3977fa6
Add files via upload
dennysubke 0c3f58c
Update docker-compose.yml
dennysubke 4edde17
Update docker-compose.yml
dennysubke f2d3c00
Delete denny-onionshare directory
dennysubke e6377fe
Add files via upload
dennysubke a51c538
Update umbrel-app.yml
dennysubke 7d57d85
Create .gitkeep
dennysubke 225ae74
Update docker-compose.yml
dennysubke 54e2e53
Update umbrel-app.yml
dennysubke 2282e1d
add 5th gallery image
nmfretz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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' | ||
Check notice on line 1 in webcheck/docker-compose.yml GitHub Actions / Lint appsPotentially using unsafe user in service "server"
|
||
|
||
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: "" |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since you have 4 lovely gallery images, you can add a 4.jpg here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the tip! :)