Changes between Version 6 and Version 7 of RubotSoftware


Ignore:
Timestamp:
Jul 8, 2010 6:03:51 PM (14 years ago)
Author:
arod
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RubotSoftware

    v6 v7  
    11= Rubot Documentation =
    2 !RuBot was created by Chris Lee to provide a framework in ruby to study different botnets in a safe environment.  One of these botnets is a simple worm propagation which has each bot connect to an IRC server.  This code will allow the user to initiate a worm in one node and have to worm propagate to multiple other nodes.  The worm works by starting a vulnerable server on each node the user wants to infect.  If the node being attacked is running a vulnerable server then the attack is successful.  Each time a node is compromised it will run a payload and connect to an IRC server to receive commands.  All user commands can be given via SEER.  The payload and additional IRC commands have to be specified by changing the code.
     2!RuBot was created by Chris Lee to provide a framework in ruby to study different botnets in a safe environment.  One of these botnets is a simple worm propagation which has each bot connect to an IRC server.  This code will allow the user to initiate a worm in one node and have to worm propagate to multiple other nodes.  The code works by starting a vulnerable server on each node the user wants to infect.  If the node being attacked is running a vulnerable server then the attack is successful.  Each time a node is compromised it will run a payload and connect to an IRC server to receive commands.  All user commands can be given via SEER.  The payload and additional IRC commands have to be specified by changing the code.
    33
    44In order to have this worm run in your experiment through SEER you need to have rubot.tgz installed on each node.  Inside of the NS file you need to have:[[BR]][[BR]]