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
- Host: GitHub
- URL: https://github.com/wearetechnative/honeybadger
- Owner: wearetechnative
- License: apache-2.0
- Created: 2024-12-12T17:43:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T15:29:51.000Z (over 1 year ago)
- Last Synced: 2025-03-30T19:12:51.057Z (about 1 year ago)
- Topics: ciso, iso27001, security-audit
- Language: PowerShell
- Homepage:
- Size: 229 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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...
[](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