|
Project Information
Members
Featured
Downloads
Wiki pages
Links
|
HnTool is an open source (GPLv2) hardening tool for Unix. It scans your system for vulnerabilities or problems in configuration files. Features:
To see all the features and informations about HnTool go to: HnTool in action:Terminal output:
Html output:
Tests implementedYou can find the list of tests that are implemented on HnTool here: Try HnToolWhile the 0.1 version is not released, you can try HnTool from our mercurial repository: hg clone https://hntool.googlecode.com/hg/ hntool Submit PatchesIf you have a new feature, bug fix, or other improvement that you wish to contribute to HnTool, please attach it to an Issue in the Issue Tracker. A few guidelines to make things easier for everyone:
How to create a patch file: How to make a Patch File Clone the repository: $ hg clone https://hntool.googlecode.com/hg/ hntool Make your changes. Then: $ hg commit $ hg export REVIEW_NUMBER > hntool.diff Create a issue on our bug tracker and attach your patch. :-) How to create a Module?You can find information of how to create a module on HowToCreateModules wiki page. |