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

Block or report whudson

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
whudson/README.md

Hi, I'm Billy ๐Ÿ‘‹

  • ๐Ÿ˜„ I also answer to 'Bill'
  • ๐Ÿ”ญ Iโ€™m currently open to interesting opportunities, I would like to work in information security.
  • ๐Ÿช› I enjoy tinkering with my tech however I can. Casual enjoyer of Ghidra and Wireshark.
  • ๐Ÿง Currently running Debian.

TryHackMe

TryHackMe Badge for 0xBizzle

Credly

ISC2 CC Certification CompTIA CySA+ Certification

Pinned

  1. Wireshark Dissector for Starcom over IP Wireshark Dissector for Starcom over IP
    1
    -- Refrences retrieved April 5 2023
    2
    -- StarComIP Encapsulation Spec: https://buyandsell.gc.ca/cds/public/2017/10/06/9d0480c5678292ea69a866e314b6e152/starcom_ip_implementation.pdf
    3
    -- StarCom Application Protocol Spec: https://buyandsell.gc.ca/cds/public/2017/11/08/e026edc197b91636a748c12daea4d4ca/ABES.PROD.PW__HN.B445.E73523.EBSU003.PDF
    4
    --
    5
    -- StarcomIP Wireshark LUA Dissector (C) William Hudson 2023
  2. Webpack plugin to output some info a... Webpack plugin to output some info about the build
    1
    class OutputBuildInfoPlugin { // webpack plugin
    2
        apply(compiler) {
    3
            compiler.hooks.done.tap('OutputBuildInfo', (stats) => {
    4
                let dateString = new Intl.DateTimeFormat('en-US', {
    5
                    hour: "numeric",
  3. TimecardAssistant TimecardAssistant Public

    A Javascript/jQuery utility to show lengths of google calendar events

    HTML