originaluko / haveibeenpwned

Identify pwned accounts and passwords via the "Have I been pwned?" (https://haveibeenpwned.com) API.
MIT License
57 stars 18 forks source link

Add BreachDate Property to CSV parameter set switch #9

Open leogle30 opened 3 years ago

leogle30 commented 3 years ago

Please add the BreachDate to the csv parameter set switch foreach ($result in $request) loop and/or the $response hash table.

leogle30 commented 3 years ago

For the pwndaccount cmdlet.

marshgm commented 2 years ago

Is this something that is being added? The one field holding me back from being able to use this. Would love to see it added.

Have something not so great that pulls this information. 'Email Address' 'Breach Name' 'Breach Date' 'Breach Added Date' 'Breach Modified Date' 'Breach Count' 'Breach Description'

originaluko commented 2 years ago

I will look to add a Breach Date as this has been requested a few times. Thanks

marshgm commented 2 years ago

Had any luck with this?

originaluko commented 2 years ago

Additional fields have been added to the response when using a CSV import on Get-PwnedAccount. Pending testing and feedback I will look to upload to the PowerShell Galley.