https://github.com/aurbano/chatter
DoS system for my Chat-IRC application
https://github.com/aurbano/chatter
chat-irc denial-of-service java
Last synced: 8 months ago
JSON representation
DoS system for my Chat-IRC application
- Host: GitHub
- URL: https://github.com/aurbano/chatter
- Owner: aurbano
- Created: 2013-11-01T10:30:24.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-06-16T13:09:07.000Z (over 10 years ago)
- Last Synced: 2025-01-18T15:51:28.308Z (9 months ago)
- Topics: chat-irc, denial-of-service, java
- Language: Java
- Homepage: https://github.com/aurbano/Chat-IRC
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Chatter
=======DoS system for my [Chat-IRC](https://github.com/aurbano/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:
```bash
# 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.
[](https://github.com/aurbano)