mssd

package module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2026 License: MIT Imports: 0 Imported by: 0

README

Microsoft Simulation Domains (MSSD)

A small library that provides serialised domains used by Microsoft for phishing simulation.


Quick Start

Using the Library

Get the module:

$ go get github.com/jakewilliami/mssd

Basic library usage:

package main

import (
	"fmt"

	"github.com/jakewilliami/mssd"
)

func main() {
	domain := mssd.SimulationDomains[0]
	fmt.Printf("%v\n", domain) // "attemplate.com"
}

Types:

type SimulationDomain string

Project Structure

Library files are in the root directory. Internal tools are in the tools/ subdirectory (these are tools that help with package development).

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SimulationDomains = []SimulationDomain{}/* 130 elements not displayed */

Functions

This section is empty.

Types

type SimulationDomain

type SimulationDomain string

Directories

Path Synopsis
tools
writeconsts command

Jump to

Keyboard shortcuts

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