Downloads:
44
Downloads of v 7.2.0:
44
Last Update:
22 Oct 2021
Package Maintainer(s):
Software Author(s):
- Christien Rioux
- Chris Wysopal
- Peiter Zatko
Tags:
- Software Specific:
- Software Site
- Software Source
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
L0phtCrack
- Software Specific:
- Software Site
- Software Source
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
44
Downloads of v 7.2.0:
44
Maintainer(s):
Software Author(s):
- Christien Rioux
- Chris Wysopal
- Peiter Zatko
L0phtCrack
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Christien Rioux, Chris Wysopal, Peiter Zatko. The inclusion of Christien Rioux, Chris Wysopal, Peiter Zatko trademark(s), if any, upon this webpage is solely to identify Christien Rioux, Chris Wysopal, Peiter Zatko goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
This package was rejected on 26 Nov 2021. The reviewer chocolatey-ops has listed the following reason(s):
L0phtCrack is a password auditing and recovery application originally produced by Mudge from L0pht Heavy Industries. It is used to test password strength and sometimes to recover lost Microsoft Windows passwords, by using dictionary, brute-force, hybrid attacks, and rainbow tables. On October 17, 2021 L0phtCrack version 7.2.0 was released open-source.
Please Note: This is an automatically updated package. If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
From: https://gitlab.com/l0phtcrack/l0phtcrack/-/blob/main/tools/releasetool/installer/license.txt
LICENSE
Portions are MIT, Apache, BSD, and GPLv2 Licensed and copyright by their respective owners.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Any binaries will be identical to other package types published by the project, in particular
the l0phtcrackXX.exe file. It is directly downloaded from the project's gitlab repository.
$ErrorActionPreference = 'Stop';
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'l0phtcrack*'
fileType = 'EXE'
silentArgs = "/qn /norestart"
validExitCodes= @(0)
}
$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']
if ($key.Count -eq 1) {
$key | % {
$packageArgs['file'] = "$($_.UninstallString)"
if ($packageArgs['fileType'] -eq 'MSI') {
$packageArgs['silentArgs'] = "$($_.PSChildName) $($packageArgs['silentArgs'])"
$packageArgs['file'] = ''
} else {
}
Uninstall-ChocolateyPackage @packageArgs
}
} elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $($_.DisplayName)"}
}
No results available for this package. We are building up results for older packages over time so expect to see results. If this is a new package, it should have results within a day or two.
L0phtCrack v7.2.0 Release Notes
- Open source release
- Replaced commercial libraries with OpenSSL and LibSSH2
- Improved SSH importing to support IPV6
This package has no dependencies.
Ground Rules:
- This discussion is only about L0phtCrack and the L0phtCrack package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or L0phtCrack, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
Adri (maintainer) on 20 Oct 2021 09:03:30 +00:00:
User 'Adri' (maintainer) submitted package.
chocolatey-ops (reviewer) on 20 Oct 2021 09:37:22 +00:00:
l0phtcrack has passed automated validation. It may have or may still fail other checks like testing (verification).
Congratulations! This package passed automatic validation review without flagging on any issues the validator currently checks. A human review could still turn up issues a computer may not easily find.
chocolatey-ops (reviewer) on 20 Oct 2021 09:38:30 +00:00:
l0phtcrack has failed automated package testing (verification).
Please visit https://gist.github.com/d60f5f0f1c091d1b293b02d85f79badd for details.
The package status will be changed and will be waiting on your next actions.
Adri (maintainer) on 20 Oct 2021 10:06:53 +00:00:
Rerun
Verification Status Change - Verification tests have been set to rerun.
chocolatey-ops (reviewer) on 20 Oct 2021 10:10:19 +00:00:
l0phtcrack has failed automated package testing (verification).
Please visit https://gist.github.com/76aed3fd3c59e89ddc45643c04a78ba8 for details.
The package status will be changed and will be waiting on your next actions.
Adri (maintainer) on 20 Oct 2021 13:46:41 +00:00:
Rerun
Verification Status Change - Verification tests have been set to rerun.
chocolatey-ops (reviewer) on 20 Oct 2021 13:49:05 +00:00:
l0phtcrack has failed automated package testing (verification).
Please visit https://gist.github.com/8ac5ebd7fd31d69e15d168dcacbd4146 for details.
The package status will be changed and will be waiting on your next actions.
Adri (maintainer) on 20 Oct 2021 13:59:16 +00:00:
Error:
> - Attempt to get headers for https://l0phtcrack.gitlab.io/releases/7.2.0/lc7setup_v7.2.0_Win64.exe failed.
> - The remote file either doesn't exist, is unauthorized, or is forbidden for url 'https://l0phtcrack.gitlab.io/releases/7.2.0/lc7setup_v7.2.0_Win64.exe'. Exception calling "GetResponse" with "0" argument(s): "The request was aborted: Could not create SSL/TLS secure channel."
All work perfectly in local (and download of https://l0phtcrack.gitlab.io/releases/7.2.0/lc7setup_v7.2.0_Win64.exe work in browser)
Adri (maintainer) on 20 Oct 2021 14:59:44 +00:00:
Rerun
Verification Status Change - Verification tests have been set to rerun.
chocolatey-ops (reviewer) on 20 Oct 2021 15:01:09 +00:00:
l0phtcrack has failed automated package testing (verification).
Please visit https://gist.github.com/56b09f4faec324ed04c61b1414e32790 for details.
The package status will be changed and will be waiting on your next actions.
Adri (maintainer) on 20 Oct 2021 15:05:33 +00:00:
Error:
> - Attempt to get headers for https://l0phtcrack.gitlab.io/releases/7.2.0/lc7setup_v7.2.0_Win64.exe failed.
> - The remote file either doesn't exist, is unauthorized, or is forbidden for url 'https://l0phtcrack.gitlab.io/releases/7.2.0/lc7setup_v7.2.0_Win64.exe'. Exception calling "GetResponse" with "0" argument(s): "The request was aborted: Could not create SSL/TLS secure channel."
All work perfectly in local (and download of https://l0phtcrack.gitlab.io/releases/7.2.0/lc7setup_v7.2.0_Win64.exe work in browser)
Adri (maintainer) on 22 Oct 2021 12:00:13 +00:00:
User 'Adri' (maintainer) submitted package.
chocolatey-ops (reviewer) on 22 Oct 2021 12:33:05 +00:00:
l0phtcrack has passed automated validation. It may have or may still fail other checks like testing (verification).
Congratulations! This package passed automatic validation review without flagging on any issues the validator currently checks. A human review could still turn up issues a computer may not easily find.
chocolatey-ops (reviewer) on 22 Oct 2021 12:40:37 +00:00:
l0phtcrack has failed automated package testing (verification).
Please visit https://gist.github.com/cb36ef395f6cb4b24b5c60cc96d92d2a for details.
The package status will be changed and will be waiting on your next actions.
chocolatey-ops (reviewer) on 11 Nov 2021 12:36:24 +00:00:
We've found l0phtcrack v7.2.0 in a submitted status and waiting for your next actions. It has had no updates for 20 or more days since a reviewer has asked for corrections. Please note that if there is no response or fix of the package within 15 days of this message, this package version will automatically be closed (rejected) due to being stale.
Take action:
If your package is failing automated testing, you can use the chocolatey test environment to manually run the verification and determine what may need to be fixed.
Note: We don't like to see packages automatically rejected. It doesn't mean that we don't value your contributions, just that we can not continue to hold packages versions in a waiting status that have possibly been abandoned. If you don't believe you will be able to fix up this version of the package within 15 days, we strongly urge you to log in to the site and respond to the review comments until you are able to.
Adri (maintainer) on 11 Nov 2021 17:04:37 +00:00:
Rerun
Verification Status Change - Verification tests have been set to rerun.
chocolatey-ops (reviewer) on 11 Nov 2021 17:19:35 +00:00:
l0phtcrack has failed automated package testing (verification).
Please visit https://gist.github.com/69d336738ae654fa7bf0dd309994ce42 for details.
The package status will be changed and will be waiting on your next actions.
chocolatey-ops (reviewer) on 26 Nov 2021 12:40:59 +00:00:
Unfortunately there has not been progress to move l0phtcrack v7.2.0 towards an approved status within 15 days after the last review message, so we need to close (reject) the package version at this time. If you want to pick this version up and move it towards approval in the future, use the contact site admins link on the package page and we can move it back into a submitted status so you can submit updates.
Status Change - Changed status of package from 'submitted' to 'rejected'.