Skip to content
View vortexau's full-sized avatar
Block or Report

Block or report vortexau

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
vortexau/README.md

Hi there 👋

Pinned

  1. dnsvalidator dnsvalidator Public

    Maintains a list of IPv4 DNS servers by verifying them against baseline servers, and ensuring accurate responses.

    Python 619 106

  2. dnsbh dnsbh Public

    Another DNS Blackhole generation script

    Python 4 2

  3. Powershell to decompress DEFLATE data Powershell to decompress DEFLATE data
    1
    
                  
    2
    $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)
  4. FeedlySecurityFeeds FeedlySecurityFeeds Public

    My Feedly Security Feeds

    4 2