Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rnelson/hbsd-kali
Script to install a bunch of things to HardenedBSD that are available in Kali
https://github.com/rnelson/hbsd-kali
Last synced: about 2 months ago
JSON representation
Script to install a bunch of things to HardenedBSD that are available in Kali
- Host: GitHub
- URL: https://github.com/rnelson/hbsd-kali
- Owner: rnelson
- License: mit
- Created: 2024-06-20T01:13:44.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T03:06:01.000Z (7 months ago)
- Last Synced: 2024-06-21T16:10:53.090Z (7 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hbsd-kali
After watching [SSSilverLink](https://www.twitch.tv/sssilverlink) go through a bunch of [TryHackMe](https://tryhackme.com) exercises, I decided that I wanted to get as many of those tools available on a BSD VM. I've also been wanting an excuse to try out [HardenedBSD](https://hardenedbsd.org), a security-focused fork of [FreeBSD](https://www.freebsd.org), and figured this would be a good excuse to run it on a VM.
## Usage
Tested against HardenedBSD 14.1-STABLE-HBSD.
```shell
# fetch -o pkg.txt https://github.com/rnelson/hbsd-kali/blob/main/pkg.txt
# fetch -o hbsd-kali.sh https://github.com/rnelson/hbsd-kali/blob/main/setup.sh
# sh hbsd-kali.sh
```## License
Released under the [MIT License](http://rnelson.mit-license.org).