Skip to content

Commit

Permalink
AU: 1 updated - hardentools
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 25, 2018
1 parent f3f7fe3 commit 1ca047a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 14 deletions.
3 changes: 2 additions & 1 deletion automatic/hardentools/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# ![Hardentools Changelog](https://img.shields.io/badge/Hardentools-Package%20Changelog-blue.svg?style=for-the-badge)

## UPCOMING
## Version: 1.0 (2018-10-25)
- Initial implementation of the hardentools chocolatey package

2 changes: 1 addition & 1 deletion automatic/hardentools/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [<img src="/hardentools.png" height="48" width="48" /> ![Hardentools](https://img.shields.io/chocolatey/v/hardentools.svg?label=Hardentools&style=for-the-badge)](https://chocolatey.org/packages/hardentools)
# [<img src="https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@0863e5e7649730147921d3c4f6df36d717ed9d1c/icons/hardentools.png" height="48" width="48" /> ![Hardentools](https://img.shields.io/chocolatey/v/hardentools.svg?label=Hardentools&style=for-the-badge)](https://chocolatey.org/packages/hardentools)

Hardentools is a collection of simple utilities designed to disable a number of "features" exposed by operating systems (Microsoft Windows, for now), and primary consumer applications. These features, commonly thought for Enterprise customers, are generally useless to regular users and rather pose as dangers as they are very commonly abused by attackers to execute malicious code on a victim's computer. The intent of this tool is to simply reduce the attack surface by disabling the low-hanging fruit. Hardentools is intended for individuals at risk, who might want an extra level of security at the price of some usability. It is not intended for corporate environments.

Expand Down
4 changes: 3 additions & 1 deletion automatic/hardentools/hardentools.json
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{}
{
"stable": "1.0"
}
15 changes: 8 additions & 7 deletions automatic/hardentools/hardentools.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,31 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>hardentools</id>
<version>0.0</version>
<version>1.0</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/hardentools</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Hardentools</title>
<authors>Claudio Guarnieri, Mariano Graziano, Florian Probst</authors>
<projectUrl>https://github.com/securitywithoutborders/hardentools</projectUrl>
<iconUrl>/hardentools.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@0863e5e7649730147921d3c4f6df36d717ed9d1c/icons/hardentools.png</iconUrl>
<licenseUrl>https://github.com/securitywithoutborders/hardentools/blob/master/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/securitywithoutborders/hardentools</projectSourceUrl>
<bugTrackerUrl>https://github.com/securitywithoutborders/hardentools/issues</bugTrackerUrl>
<tags>hardentools security hardening foss</tags>
<summary>Hardentools is a utility that disables a number of risky Windows features.</summary>
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description>Hardentools is a collection of simple utilities designed to disable a number of "features" exposed by operating systems (Microsoft Windows, for now), and primary consumer applications. These features, commonly thought for Enterprise customers, are generally useless to regular users and rather pose as dangers as they are very commonly abused by attackers to execute malicious code on a victim's computer. The intent of this tool is to simply reduce the attack surface by disabling the low-hanging fruit. Hardentools is intended for individuals at risk, who might want an extra level of security at the price of some usability. It is not intended for corporate environments.
<description><![CDATA[Hardentools is a collection of simple utilities designed to disable a number of "features" exposed by operating systems (Microsoft Windows, for now), and primary consumer applications. These features, commonly thought for Enterprise customers, are generally useless to regular users and rather pose as dangers as they are very commonly abused by attackers to execute malicious code on a victim's computer. The intent of this tool is to simply reduce the attack surface by disabling the low-hanging fruit. Hardentools is intended for individuals at risk, who might want an extra level of security at the price of some usability. It is not intended for corporate environments.
Bear in mind, after running Hardentools you won't be able, for example, to do complex calculations with Microsoft Office Excel or use the Command-line terminal, but those are pretty much the only considerable "downsides" of having a slightly safer Windows environment. Before deciding to use it, make sure you read this document thoroughly and understand that yes, something might break. In case you experience malfunctions as a result of the modifications implemented by this tool, please do let us know.
## Notes
**WARNING:** This is just an experiment, it is not meant for public distribution yet. Also, this tool disables a number of features, including of Microsoft Office, Adobe Reader, and Windows, that might cause malfunctions to certain applications. Use this at your own risk.</description>
**WARNING:** This is just an experiment, it is not meant for public distribution yet. Also, this tool disables a number of features, including of Microsoft Office, Adobe Reader, and Windows, that might cause malfunctions to certain applications. Use this at your own risk.
]]></description>
<releaseNotes>
[Software Changelog](https://github.com/securitywithoutborders/hardentools/releases/tag/v1.0)
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/hardentools/Changelog.md)
</releaseNotes>
[Software Changelog](https://github.com/securitywithoutborders/hardentools/releases/tag/v1.0)
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/hardentools/Changelog.md)
</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
8 changes: 4 additions & 4 deletions automatic/hardentools/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://github.com/securitywithoutborders/hardentools/releases/latest>
location on <https://github.com/securitywithoutborders/hardentools/releases/tag/v1.0>
and can be verified by doing the following:

1. Download the following <>
1. Download the following <https://github.com/securitywithoutborders/hardentools/releases/download/v1.0/hardentools.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type:
checksum:
checksum type: sha256
checksum: 3B1A281586D788483F44DCEE08748C6BFA8FC8E9EBD4633D3598965263C8E0E7

The file 'LICENSE.txt' has been obtained from <https://github.com/securitywithoutborders/hardentools/blob/master/LICENSE.txt>

0 comments on commit 1ca047a

Please sign in to comment.