tysongill.com


Projects

  • DNS Enumeration Tool (on Github)

    Description: Takes a domain name, or a file with a list of domain names, then gathers and parses information about its corresponding DNS records.

    Technologies used: Python

  • Packet Sniffer (on Github)

    Description: Script to capture Ethernet frames destined for the local machine and unpack them.

    Technologies used: Python

  • Simple Message Board (on Github)

    Description: A basic messaging board website. Users can create accounts, log in, and post timestamped messages on individual forums. Forums and messages are stored in an SQLite3 database.

    Technologies used: Javascript, Express, Handlebars, CSS, SQL