Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 763 Bytes

File metadata and controls

19 lines (12 loc) · 763 Bytes

Parse-NmapXML

Parse XML output files of the nmap port scanner (www.nmap.org) and emit custom objects with properties containing the scan data.

Not 100% sure about nmap script scans, I think I need to write some more object handlers.

Update-DNSZoneTransferAllowList

This simple script can be used to update DNS zones with additional entries to the zone transfer allow list. It retains the original forwarders too.

It skips over zones where they are allowed to transfer anywhere, as adjusting these would probably cause other issues

Function Backup-DNSZoneInScope

Simple dump of the information we edit with the update function

Function Get-DNSZoneInScope

Gets and does some filtering

Function Update-DNSZoneTransferAllowList

Does the magic