CaptBoykin / SMEDL

SMurf using Email Distribution Lists

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SMEDL

SMurf using Email Distribution Lists

SMEDL is an attempt to merry concepts from a Smurf attack with the endstate of creating a DoS condition in a mailbox, utilizing valid email distribution lists in order to circumvent spam filters.

This is intended purely a brainstorming exercise.

The Smurf attack is a distributed denial-of-service attack in which large numbers of Internet Control Message Protocol (ICMP) packets with the intended victim's spoofed source IP are broadcast to a computer network using an IP broadcast address. Most devices on a network will, by default, respond to this by sending a reply to the source IP address. If the number of machines on the network that receive and respond to these packets is very large, the victim's computer will be flooded with traffic. This can slow down the victim's computer to the point where it becomes impossible to work on.

https://en.wikipedia.org/wiki/Smurf_attack

About

SMurf using Email Distribution Lists

License:GNU General Public License v3.0


Languages

Language:Python 100.0%