Skip to content

aurbano/Chatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chatter

DoS system for my Chat-IRC application.

It contains a subset of the IRC Commands with a simple implementation that generates the appropriate byte streams, and a simple Client that allows the tool to connect to an IRC server.

To launch an attack there are two options:

# First compile the source
$ javac Flooder.java
# Run the DoS tool
$ java Flooder {host} {port} {clients}

The number of clients is the number of simultaneous connections you want to send to the server. If the server is a real IRC using more than 1 will likely get you banned, although to be fair, any setting you use will quickly get you banned.

Analytics

Releases

No releases published

Packages

No packages published

Languages