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

Block or report sizet

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

Pinned

  1. packet_capture packet_capture Public

    使用 raw socket 和搭配輔助資料 (ancillary data (PACKET_AUXDATA), 適用於 2.6.21 之後的核心) 監聽和記錄 (pcap 格式) 乙太網路介面上傳送和接收的封包.

    C 8 2

  2. lkm_parse_dns_packet lkm_parse_dns_packet Public

    linux 核心模組, 使用 netfilter IPv4 hook 監聽和分析 DNS 請求和回應封包.

    C 12 67

  3. ssl_example ssl_example Public

    SSL 範例程式, TLS 單向認證 (TLS one way), TLS 雙向認證 (TLS two way).

    C 4 1

  4. fake_hd_sn fake_hd_sn Public

    Linux 核心模組, 劫持系統呼叫 (hook system call) 的 ioctl, 當用戶端程式使用 ioctl(HDIO_GET_IDENTITY/SCSI_IOCTL_SEND_COMMAND/SG_IO) 抓取硬碟序號時, 回傳偽造的假序號.

    C 2 1

  5. ntp_client ntp_client Public

    簡易的 NTP 客戶端程式.

    C 2 2

  6. linux_signal linux_signal Public

    Linux 信號處理的使用筆記.

    HTML