Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikehorn-git/adsecops
https://github.com/mikehorn-git/adsecops
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikehorn-git/adsecops
- Owner: MikeHorn-git
- License: mit
- Created: 2024-07-03T20:28:24.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T19:42:50.000Z (9 days ago)
- Last Synced: 2024-11-09T20:29:18.326Z (9 days ago)
- Language: PowerShell
- Homepage:
- Size: 2.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
School Project# Requirements
* Linux Host (Tested on Arch)
* Virtualbox
* Ansible
* Vagrant# Installation
```bash
git clone https://github.com/MikeHorn-git/ADSecOps.git
chmod +x ./requirements/Arch.sh
./requirements/Arch.sh
make setup
```# Usage
```bash
Usage: make
Targets:
setup Deploy Vagrant and run badblood playbook
deploy Install requirements
red Deploy red theme playbooks
blue Deploy blue theme playbooks
scans Deploy scans playbooks
all Deploy all playbooks
report Create report in pdf format
clean Destroy Vagrant VM
prune Prune invalid entries
distclean Execute clean and prune command
```# Known Issues
```bash
An error occurred executing a remote WinRM command.Shell: Cmd
Command: hostname
Message: Digest initialization failed: initialization error
```
Enable legacy cipher to openssl :
```bash
export OPENSSL_CONF=./.openssl-legacy.cnf
```