webcheck | A website checking tool for webmasters
kandi X-RAY | webcheck Summary
kandi X-RAY | webcheck Summary
webcheck is a Python library. webcheck has no bugs, it has build file available, it has a Strong Copyleft License and it has low support. However webcheck has 1 vulnerabilities. You can download it from GitHub.
webcheck is a website checking tool for webmasters. It crawls a given website and generates a number of reports. The whole system is pluggable allowing easily adding extra reports and checks. Features of webcheck include: * support for http, https, ftp and file schemes * view the structure of a site * track down broken links * find potentially outdated and new pages * list links pointing to external sites * can run without user intervention. webcheck is written in Python and is developed on a Debian system with Python 2.7. Previous versions of Python are not tested regularly. Patches to support a wider range of Python releases are welcome (provided they are not too intrusive).
webcheck is a website checking tool for webmasters. It crawls a given website and generates a number of reports. The whole system is pluggable allowing easily adding extra reports and checks. Features of webcheck include: * support for http, https, ftp and file schemes * view the structure of a site * track down broken links * find potentially outdated and new pages * list links pointing to external sites * can run without user intervention. webcheck is written in Python and is developed on a Debian system with Python 2.7. Previous versions of Python are not tested regularly. Patches to support a wider range of Python releases are welcome (provided they are not too intrusive).
Support
Quality
Security
License
Reuse
Support
webcheck has a low active ecosystem.
It has 23 star(s) with 8 fork(s). There are 3 watchers for this library.
It had no major release in the last 6 months.
There are 2 open issues and 1 have been closed. On average issues are closed in 34 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of webcheck is current.
Quality
webcheck has 0 bugs and 0 code smells.
Security
webcheck has 1 vulnerability issues reported (0 critical, 0 high, 1 medium, 0 low).
webcheck code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
webcheck is licensed under the GPL-2.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
webcheck releases are not available. You will need to build from source code and install.
Build file is available. You can build the component from source.
Installation instructions, examples and code snippets are available.
It has 2384 lines of code, 94 functions and 48 files.
It has high code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed webcheck and discovered the below as its top functions. This is intended to give you an instant insight into webcheck implemented functionality, and help decide if they suit your requirements.
- Generate documentation for a given crawler
- Open a file
- Get all children of a link
- Calculate total size of a link
- Yield links and their children
- Render the template
- Convert value to str
- Parse a link
- Clean url
- Get the parse function
- Unescape HTML
- URL encode characters
- Normalize a URL
- Install a file into the output directory
Get all kandi verified functions for this library.
webcheck Key Features
No Key Features are available at this moment for webcheck.
webcheck Examples and Code Snippets
No Code Snippets are available at this moment for webcheck.
Community Discussions
Trending Discussions on webcheck
QUESTION
Dilemma trying to bind this code with the following code to make a password to enter program
Asked 2020-Jun-09 at 12:00
Code:
...ANSWER
Answered 2020-Jun-04 at 02:54Put a while
loop around the code that asks for the password. When the correct password is entered you'll continue to the rest of the code.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
CVE-2006-1321 MEDIUM
Cross-site scripting (XSS) vulnerability in webcheck before 1.9.6 allows remote attackers to inject arbitrary web script or HTML via the (1) url, (2) title, or (3) author name in a crawled page, which is not properly sanitized in the tooltips of a report.
Install webcheck
Installation is relatively easy. These installation instructions are for Unix-like systems. Other operating systems may differ.
Unpack the tarball in the location that you want to have it installed. Maybe something like /usr/local/lib/python/site-packages or /opt. % tar -xvzf webcheck-1.10.4.tar.gz
Add a symbolic link to some place in your PATH. % ln -s /opt/webcheck-1.10.4/webcheck.py /usr/local/bin/webcheck
Put the manual page in the MANPATH. % ln -s /opt/webcheck-1.10.4/webcheck.1 /usr/local/man/man1/webcheck.1
Unpack the tarball in the location that you want to have it installed. Maybe something like /usr/local/lib/python/site-packages or /opt. % tar -xvzf webcheck-1.10.4.tar.gz
Add a symbolic link to some place in your PATH. % ln -s /opt/webcheck-1.10.4/webcheck.py /usr/local/bin/webcheck
Put the manual page in the MANPATH. % ln -s /opt/webcheck-1.10.4/webcheck.1 /usr/local/man/man1/webcheck.1
Support
If you have any questions about webcheck or would like to report a bug, please include the following:. (a simple HTML file demonstrating the bug would even be better). Suggestions for improvements are also welcome. Patches and code contributions are even better. Please send all your reports to <webcheck-users@lists.arthurdejong.org>.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page