LuccaSA / PingCastle-Notify

Monitor your PingCastle scans to highlight the rule diff between two scans
MIT License
107 stars 18 forks source link

Feature Request - Offline diff #7

Closed yellow-starburst closed 2 years ago

yellow-starburst commented 2 years ago

I have 2 pingcastle reports. Report A = New Report B = 1 month old

I would like to run an offline diff of the 2 reports and report the findings to a microsoft teams instance. Does PingCastle-Notify support that?

mpgn commented 2 years ago

Hello, follow this structure:

SECU-TOOL-SCAN/
    - PingCastle-Notify.ps1
    - PingCastle/
        - Reports/
            - domain.local.xml <------- your old report
        - ad_hc_domain.xml <-------- your new report

And the run the script PingCastle-Notify.ps1 :)