Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/varungitgood/fend
A GUI based hardening tool which can remotely harden Ubuntu systems easily at the command of your fingertips with many security modules implemented.
https://github.com/varungitgood/fend
ansible electron mantine molecule typescript
Last synced: 27 days ago
JSON representation
A GUI based hardening tool which can remotely harden Ubuntu systems easily at the command of your fingertips with many security modules implemented.
- Host: GitHub
- URL: https://github.com/varungitgood/fend
- Owner: VarunGitGood
- Created: 2023-12-05T10:35:33.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2023-12-27T12:54:23.000Z (10 months ago)
- Last Synced: 2024-09-26T08:40:24.911Z (about 1 month ago)
- Topics: ansible, electron, mantine, molecule, typescript
- Language: TypeScript
- Homepage:
- Size: 2.74 MB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fend
An Electron application with React and TypeScript that can be used to Harden Ubuntu based Operating Systems
## What is Hardening ?
Hardening is a collection of tools, techniques, and best practices to reduce vulnerability in applications. The goal of hardening is to reduce security risk by eliminating and condensing the attack surface of a system.
The goals of hardening are :
- Remove functionality that isn't needed for the user-role
- Patch and update promptly
- Maintain secure config settings
## Key Features
[](https://www.youtube.com/watch?v=w85RHYcxpbM)
- Clean and Intuitive GUI
- Custom scripts can be added
- Segregate clients into groups for ease of host management
- Logging of each run
- Password-less authentication with client nodes.
### Why Ansible ?
-
Ansible is an open-source automation platform that helps manage large groups of computer systems. It is a standard way for configuration management in Linux computer systems.
-
Agent-less
-
Idempotent
-
Ease of maintainability and readability
-
Modularity and re-usable
## Future Scope
-
Test on more versions of Ubuntu
-
Advanced logging
-
Add more security modules to have better security coverage.
-
Additional GUI features like : Dynamic Inventory, Script Editing etc.
-
Add from pre-defined scripts that are based on different security standards.
## Recommended IDE Setup
- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
## Project Setup
### Install
```bash
$ npm install
```
### Development
```bash
$ npm run dev
```
### Build
```bash
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux
```