An open API service indexing awesome lists of open source software.

https://github.com/wearetechnative/honeybadger

a Personal Device Audit tool for ISO27001
https://github.com/wearetechnative/honeybadger

ciso iso27001 security-audit

Last synced: 4 months ago
JSON representation

a Personal Device Audit tool for ISO27001

Awesome Lists containing this project

README

          

# Honeybadger - a Personal Device Audit tool for ISO27001

Make your computer as tough as a honeybadger. And that is tough. Check this video...

[![YouTube](http://i.ytimg.com/vi/4r7wHMg5Yjg/hqdefault.jpg)](https://www.youtube.com/watch?v=4r7wHMg5Yjg)

## Prerequisites

### Linux and macOS

Install the required dependencies:

- **Docker**: Container runtime (required)
- **Lynis**: Security auditing tool (required)
- **neofetch**: System information display (required)
- **tar, sed**: Standard Unix utilities (usually pre-installed)

#### Installing Lynis

**Debian/Ubuntu:**
```bash
sudo apt install lynis
```

**Fedora/RHEL:**
```bash
sudo dnf install lynis
```

**Arch Linux:**
```bash
sudo pacman -S lynis
```

**macOS (via Homebrew):**
```bash
brew install lynis
```

**From source (latest version):**
```bash
git clone https://github.com/CISOfy/lynis
cd lynis
sudo ./lynis audit system
```

To ensure you have the latest version, check https://github.com/CISOfy/lynis for updates.

## Usage on Linux and macOS

Open a terminal and execute the following:

```bash
git clone https://github.com/wearetechnative/honeybadger
cd honeybadger
./RUNME.sh audit
```

## Usage on Windows

- download honeybadger as a zip-file from https://github.com/wearetechnative/honeybadger/archive/refs/heads/main.zip
- extract the zip-file
- open a powershell as admin
- change you directory to the honeybadger directorty you've extracted.
- check copy full path of the RUNME.ps1 file
- `powershell -ExecutionPolicy Bypass -File $FULL_PATH_OF_RUNME.ps1`
- ./RUNME.ps1

## The results files

When the script has run successfully a zip or tarball with findings is stored in the
same directory. It looks like this: `honeybadger-pim-28-02-2025.tar.bz2`. Send
this file to the CISO or the person who asked you to do run this audit script.

The output is available in a bz2 file.

## Credits

- [Video Embedding](https://githubvideo.com/)
- [Lynis](https://cisofy.com/lynis/)
- [Lynis Report Converter](https://github.com/d4t4king/lynis-report-converter)
- [Lynis Report Converter Dockerfile](https://github.com/oceanlazy/docker-lynis-report-converter)

---

© Technative 2024-2025