Ex-Pentester. Ex-developer. Infosec & Offensive Security, OSCP/OSWP. Homebrewer of beer.
@sectalks Adelaide co-organiser.
- Australia
- http://www.vortex.id.au
- @vortexau
Pinned Loading
-
dnsvalidator
dnsvalidator PublicMaintains a list of IPv4 DNS servers by verifying them against baseline servers, and ensuring accurate responses.
-
Powershell to decompress DEFLATE data
Powershell to decompress DEFLATE data 12$base64data = "insert compressed and base64 data here"
3$data = [System.Convert]::FromBase64String($base64data)
4$ms = New-Object System.IO.MemoryStream
5$ms.Write($data, 0, $data.Length)
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.