go-security

module
v0.0.0-...-fdc33b6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 18, 2020 License: MIT

README

My Go Security Projects

SSH Harvester

Initial version of tool written in Go that harvests SSH certificates. For explanation of code please see the blog post Simple SSH Harvester in Go.

golnk

Go package for parsing Windows shell link binary (lnk or Windows shortcut) files.

pcap Tutorial

Code for the blog post Go and pcaps which explains how to use Go to extract ICMP echo payloads from a pcap file.

Go-Fuzz Adventures

Learning how to use Go-Fuzz.

iprange

Test code for fuzzing the iprange package. See blog post Learning Go-Fuzz 1: iprange.

goexif2

Code and accompanying material for blog post Learning Go-Fuzz 2: goexif2 discussing fuzzing the goexif2 package.

CLI Package Tests

Sample programs and notes while learning urfave-cli and Cobra packages for creating CLI applications.

urfave/cli
spf13/cobra

Base64 Stream Decoder

Code for blog post Decoding Large Base64 Files with Go showing how to use base64 stream decoder on large files.

PNG Tests

Reading and writing PNG files. Includes some test scripts and code for blog post Extracting PNG Chunks with Go.

Go Slices And Their Oddities

Code for the blog post Go Slices and Their Oddities. go run slice-oddities/quiz1.go to see the first quiz.

Directories

Path Synopsis
Example to demonstrate using base64 stream decoder with large files.
Example to demonstrate using base64 stream decoder with large files.
cli-package-tests
jessevdk-goflags
jessevdk/go-flags example #1 - INCOMPLETE
jessevdk/go-flags example #1 - INCOMPLETE
urfave-cli
[urfave-cli](https://github.com/urfave/cli) is a popular CLI package.
[urfave-cli](https://github.com/urfave/cli) is a popular CLI package.
go-fuzz
iprange
Small program to test panic when calling Uint32(nil).
Small program to test panic when calling Uint32(nil).

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL