0% found this document useful (0 votes)
189 views1 page

International University School of Computer Science and Engineering

This document provides instructions for running a simple botnet simulation using Python scripts. The objectives are to understand the basic concept of botnets and observe network traffic without detailed study of complex botnet implementations. Students are instructed to download source code from a GitHub repository, install dependencies, and run scripts on two virtual machines to start a botnet server and worker. They are then asked to observe network traffic with Wireshark, issue commands through an IRC client, propose integrating additional functionality, and implement their proposal.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
189 views1 page

International University School of Computer Science and Engineering

This document provides instructions for running a simple botnet simulation using Python scripts. The objectives are to understand the basic concept of botnets and observe network traffic without detailed study of complex botnet implementations. Students are instructed to download source code from a GitHub repository, install dependencies, and run scripts on two virtual machines to start a botnet server and worker. They are then asked to observe network traffic with Wireshark, issue commands through an IRC client, propose integrating additional functionality, and implement their proposal.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

INTERNATIONAL UNIVERSITY School of Computer Science and Engineering LAB4a: Botnet Course !

ate Network Security Lecturer Pham Van Hau,PhD

Duration: 135 minutes


Student name###########

Student I!""""""""""""""""""""""""""""""""""""""""""""

This lab aims at providing you and hand on experience on botnet. The main objective is to understand its concept. It is not our purpose to study in detail various commands of complex botnet implementations such as Agobot, SDbot. or our purpose, !e use https:""github.com"coleifer"irc #ereafter are the instructions to run the botnet $% Do!nload the source from https:""github.com"coleifer"irc &or copy it from me% and copy it to the t!o virtual machines '% (n each virtual machine, run the follo!ing commands as root apt)get install python)dev libp*)dev libevent)dev python)pip pip install gevent pip install httplib' pip install irc+it ,% -n.ip the do!nloaded file a. tar )x.vf coleifer)irc)b/0b'$/.tar.g. b. cd coleifer)irc)b/0b'$/ 1% Read the README.rst to know it works and start the botnet. #ereafter is a its short summary a. Start the server: Turn on !ireshar+ python botnet"bossy.py 2c secretbot.3tobe3renamed 2n choose3you3!ord Task1: Observe the traffic captured by Wireshark and e p!ain what happen b. (n the other virtual machine, start the bot python botnet"!or+er.py 2b choose3you3!ord Task ": Observe the traffic captured by Wireshark and e p!ain what happen c. Task #: use irc client to connect to the server and issue commands $% Task &: 'ropose a way to inte(rate this si)p!e botnet and the si)p!e wor) that you have studied. *% Task $: +)p!e)ent what you have proposed in task &

You might also like