syne0 / osprey

Powershell Based tool for gathering information related to O365 intrusions and potential Breaches
MIT License
6 stars 2 forks source link

Make EULA only prompt once per Osprey install #16

Closed syne0 closed 2 months ago

syne0 commented 4 months ago

In HAWK, the EULA would prompt every time you ran it. Lets not do that.

My best idea was to use the existing Add-OspreyAppData, Read-OspreyAppData, and Out-OspreyAppData to store the EULA consent flag in the osprey.json file in appdata, which is where the IP Lookup API key is stored. Unfortunately this is causing many errors.

DevonChorney commented 2 months ago

Feature added in Dev