Skip to content

igordelorenzi/irc-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

IRC Bot for pentest learning

This project aims to provide a tiny example of how an IRC Bot can serve as an agent of DoS attack.

Quick start

Make sure that you have IO::Socket dependency and Threads support at your Perl setup and run the following commands:

On a Linux shell:

$ sudo chmod 744 irc-bot
$ ./irc-bot

On a Windows Prompt:

x:\> perl irc-bot

FAQ

Q: How do I evaluate whether the attack is happening successfully??
A: At Bash shell, run sudo tcpdump -i <interface> -v udp and watch if the packets are being sent.

Contributing

Please, feel free to send us pull requests or suggestions.

Indirect collaboration

  • Thanks to XXxxImmortalxxXX of Go4Expert. Your article was fundamental to the start of this project.
  • Thanks to Artem Nosulchik of LINUX SCREW for UDP Flood source.

Changelog

None so far.

License

This software is under GPL v3 license. For further information, please take a look on LICENSE file.

About

A pentest study case developed in Perl.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages