Giter Club home page Giter Club logo

lightweight-hardening-tool's Introduction

HARDENING

#####Build

./autogen.sh ; ./configure ; make dist ; rpmbuild -tb *.tar.gz

Description

The main puprose of this tool is to harden/secure you server. hardening tool was developed in a plugable way. It should be used to harden RHEL family servers. Tool uses plugins and profiles.

######1. Plugins

Plugin is a shell scipt that is used to secure some system component.

######2.Profiles

Profile includes a bunch of pluings. Each line represents a plugin.

######3. Main

Main script for this tool is secure.sh

######4. Options

The following are general options you can use with this command.

######5. Examples

Run one cron plugin

secure.sh --plugin=cron

Run one cron pluign with dry option

secure.sh --plugin=cron --dry

Run one cron plugin with parameters

secure.sh --plugin=cron --plugin_params='param1 param2'

Run two plugins: cron,iptables_all

secure.sh --plugin=cron,iptables_all

Run profile: base

secure.sh --plugin=base

Run two profiles: base,profile

secure.sh --profile=base,profile

Run two profiles: base,profile with parameters

secure.sh --profile=base,profile --profile_params=base:param1,param2@profile:param1

lightweight-hardening-tool's People

Watchers

Lior Yantovski avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.