dns.amplify

command module
v0.0.0-...-2ff97cd Latest Latest
Warning

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

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

README

dns.amplify

a tiny proof of concept to understand dns amplification attacks

what even is this codebase?

main.go

It is the entry point to the codebase. The request URL, the forged source IP, the DNS server to send the request to are all defined her.

dns.go

This houses the various data structures to craft a DNS query message. The crafted message is then sent over UDP to the DNS server.

udp.go

This file is a copy of this file with more verbose documentation. It creates a UDP frame with a given payload (our DNS query).

utils.go

This file defines various utility functions used by the main.go file.

notes

disclaimer

This codebase is strictly for educational purposes.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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