public
Description: Proof-of-concept denial of service attack on SMTP servers. Postfix is vulnerable.
Homepage:
Clone URL: git://github.com/sporkmonger/smtpwn.git
smtpwn /
name age message
file .gitignore Loading commit data...
file CHANGELOG
file LICENSE
file README
file Rakefile
directory bin/
directory lib/
directory spec/
directory tasks/
directory website/
README
== SMTPwn

Copyright:: Copyright © 2009 Bob Aman
License::   MIT

== Description

Proof-of-concept denial of service attack on SMTP servers

== Example Usage

git clone git://github.com/sporkmonger/smtpwn.git
cd smtpwn
bin/smtpwn --host=example.com --number=100

== Requirements

* SMTPwn only depends on Ruby itself.