p1nkus

Results 2 issues of p1nkus

Splunk logging installation is failing: ![image](https://github.com/jsecurity101/Marvel-Lab/assets/68820982/2e252ae9-3957-4309-a17d-fc5e9e5062cc) Line 125 for Logging.ps1 seems to be using an incorrect hardcoded path: ` Copy-Item $ProjectFilePath\Logging\splunk\inputs.conf 'C:\Program Files\SplunkUniversalForwarder\etc\apps\SplunkUniversalForwarder\local\inputs.conf' ` Should be updated to ` Copy-Item...

Wanted to try to include some additional functionality in the base installation of the lab. After trial and error with a few different ideas to load in detection rules, ended...